moodler
7229d893bb
Fix for bug 4351. New parasmeter for get_record_sql to disable
...
auto-added LIMIT (in case we are using our own)
2005-11-19 15:33:19 +00:00
skodak
f72b6e915a
some more fixes for assignment grading
2005-11-18 10:24:50 +00:00
skodak
c5431f8858
Fixed bug #4038 encoding problems when grading
2005-11-16 22:54:30 +00:00
skodak
8dc163f571
cleaning of parameter name before use SC#188
2005-11-16 15:20:57 +00:00
skodak
0582eb58c8
no page flip after fastgrade saving, allow hiding of grade or comment column when fastgrading, do not update db when no changes in fastgrade
2005-11-15 23:43:52 +00:00
defacer
2ac8f379c3
Merging all my latest changes and fixes from HEAD related to SC#187.
2005-11-13 04:53:47 +00:00
defacer
14c3063dcc
Merging my latest commits from HEAD, which include:
...
Fixing XHTML stuff
Skodak's patch from SC#187 without the HACK ALERT part
The "Next" buttons in grading windows don't get you where you 'd
expect right now, but please see SC#187 before doing anything about it.
2005-11-13 03:50:28 +00:00
defacer
c10ac049cc
Better retrieval of table sortorder when not done directly through
...
the table class, see SC#187.
2005-11-12 03:01:05 +00:00
skodak
749de1c140
cleaning as assignment types SC#182 continued
2005-11-10 00:20:57 +00:00
skodak
259502e542
cleaning as assignment types SC#182
2005-11-10 00:14:01 +00:00
skodak
ab68c36639
fixed incorrect assignment grades in gradebook when custom scales bug #4279
2005-11-09 22:38:26 +00:00
skodak
3e403b7950
fixed grades display in assignment/index.php when using different scales
2005-11-09 22:24:11 +00:00
skodak
977f038738
fixed grading when secure forms on bug #4300
2005-11-09 21:35:46 +00:00
moodler
2917dfb9dc
Added check to avoid notices when trying to get grades from an assignment
...
that didn't have any grades yet. bug 4287
Also, using datalib function to create LIMIT statement when displaying
submissions
2005-11-08 01:44:49 +00:00
moodler
7d255d1602
More notices fixed
2005-11-04 06:49:20 +00:00
moodler
2eb607bedb
Fixed a number of bugs:
...
- zero grade vs no grade now works, no grade is stored as -1 in database
- student modification time was being updated by teacher in quickgrade
- sundry notices
2005-11-04 06:40:12 +00:00
moodler
5ee8a752c4
Widened the window a bit more, bug #4146
2005-11-03 09:38:36 +00:00
moodler
38cdb67293
Fixing up the assignment grading interface to make it more usable.
...
- grade buttons are now links
- popup window has teacher comments at the top
- popup window can now cycle through all users without leaving the window
- new quickgrading feature to grade inline in one go
- can choose page size
2005-11-03 06:19:29 +00:00
moodler
769ffdfdca
Don't calculate date when it's zero
2005-09-09 16:01:04 +00:00
moodler
1989dfae9c
Assignment is now a good citizen and will install new submodules nicely
2005-07-15 17:26:21 +00:00
skodak
54902ff056
fixed html emails
2005-07-12 14:35:29 +00:00
skodak
854e6f0b2c
unset unmodified text fields SC#140 + popup fix
2005-07-12 13:06:56 +00:00
moodler
e1ace7dd20
Trim comment to remove extra space before using in Javascript statements
2005-07-12 09:48:42 +00:00
skodak
82ff36e758
fixed $posthtml - see bug#3868
2005-07-09 13:36:38 +00:00
skodak
eaf0b2d89f
fixed grading bug#1517 and some other typos
2005-07-09 12:31:01 +00:00
moodler
11fe3a4d74
Change && to AND to help PostgreSQL
2005-07-08 07:40:57 +00:00
skodak
6049058f5e
fixed problem when removing due date or adding due date to existing assignment
2005-07-05 06:28:53 +00:00
skodak
88cfea17a9
code cleanup - see SC #110
2005-07-05 05:44:23 +00:00
ikawhero
1244ed75d2
Check to see if a scale grade exists for the given grade and if not set it
...
to an empty string. This should never occur through normal use but just
in case ...
2005-06-06 09:45:17 +00:00
moodler
0d4a213943
Better handling of dates when timedue isn't set
2005-05-31 23:28:08 +00:00
moodler
facf76eede
Added event handling from trunk
2005-05-31 23:02:44 +00:00
moodler
27437410f4
file survey.php was added on branch MOODLE_15_STABLE on 2006-03-10 07:27:54 +0000
2005-04-05 20:54:43 +00:00
stronk7
1884f2a6a7
Now it's possible to configure what is going to be counted (words or letters)
...
because some languages don't have word separators.
Merged from MOODLE_16_UTF8. Abandoning the branch.
2006-01-05 16:27:20 +00:00
toyomoyo
e11dd87248
merged, bug #4504
2005-12-23 06:38:04 +00:00
moodler
81532b92f2
Merged bug 4351 fix from stable
2005-11-19 15:39:31 +00:00
skodak
39e1190567
some more fixes for assignment grading; merged from MOODLE_15_STABLE
2005-11-18 10:31:46 +00:00
skodak
5a36be8ce6
Fixed bug #4038 encoding problems when grading; merged from MOODLE_15_STABLE
2005-11-16 22:57:44 +00:00
skodak
77f4b17be8
cleaning of parameter name before use SC#188; merged from MOODLE_15_STABLE
2005-11-16 15:22:21 +00:00
skodak
16907e5366
no page flip after fastgrade saving, allow hiding of grade or comment column when fastgrading, do not update db when no changes in fastgrade; merged from MOODLE_15_STABLE
2005-11-15 23:48:04 +00:00
defacer
02828119f6
OK, trying to write about this in the SC made me think, thinking made me
...
find the solution. No hacks, no replicating the table object, I just tweaked
the table class itself to help us.
I 'll post at SC#187 about this, but the bug is now totally fixed.
2005-11-13 04:30:50 +00:00
defacer
86f6539591
Removing code block which, upon closer inspection, does nothing at all.
...
This is obviously a copy/paste artifact from mod/quiz/report/overview/report.php,
but notice that over there is non-trivial processing going on over there with the
sortorder array!
The sortorder can be used directly in queries, just stick an "ORDER BY " in front.
2005-11-13 04:01:41 +00:00
defacer
9894b8246c
Gone through the code carefully. Committed what is basically Skodak's patch
...
at SC#187 postid 1104 with a small addition, EXCEPT the //HACK ALERT part.
Where does that leave us? The popup does not die anymore, BUT:
1. It throws a notice about $sort not being defined (to be expected)
2. It doesn't use the correct sortorder ($sort is not defined, so default sort)
Please see the discussion at SC#187 before doing more work on this.
2005-11-13 03:37:40 +00:00
defacer
5b48244f24
Carefully going through the code now...
...
Changing get_records_sql() for one record ALWAYS and associated foreach() to
a get_record_sql() without foreach. Please be considerate with copy/paste. ;-)
2005-11-13 03:20:35 +00:00
defacer
c9977d055d
Been playing around Assignment a bit, and Tidy kept complaining...
2005-11-13 02:50:46 +00:00
defacer
4fdabdc36f
Merging from STABLE:
...
Better retrieval of table sortorder when not done directly through
the table class, see SC#187.
2005-11-12 03:04:11 +00:00
skodak
200c19fb8c
cleaning as assignment types SC#182 continued; merged from MOODLE_15_STABLE
2005-11-10 00:22:57 +00:00
skodak
de4564ee09
fixed incorrect assignment grades in gradebook when custom scales bug #4279 ; merged from MOODLE_15_STABLE
2005-11-09 22:39:29 +00:00
skodak
c86aa2a479
fixed grades display in assignment/index.php when using different scales; merged from MOODLE_15_STABLE
2005-11-09 22:25:38 +00:00
skodak
5055a3e3d3
fixed grading when secure forms on bug #4300 ; merged from MOODLE_15_STABLE
2005-11-09 21:37:15 +00:00
moodler
fa22fd5fff
BIG FEATURE - MULTIPLE GROUPS
...
Users can now be assigned to multiple groups. Thanks Yu!
Break out the Bob Marley!!
Otherwise groups work more or less like they did before.
This has been pretty well tested by Yu and myself, but since Yu started
uncovering lots of existing groups bugs it's possible there may be still
a few corner cases still lurking here and there.
Please help test this thoroughly for 1.6!!
2005-11-08 07:19:27 +00:00