tjhunt
02e48901b4
MDL-12543 - Quiz overview report displays a grade of 0 the same way as a missing grade for an incomplete attempt. Merged from MOODLE_19_STABLE.
2007-12-11 16:55:54 +00:00
tjhunt
6c58e1985b
MDL-6376 - fix minor errors in the previous commit.
...
More significantly, this patch changes the '1 Students have made 1 attempts' string.
To start with, this code was being produced in five different places, so I made a function to do the work!. Next, as you can see, it is not gramatical. Also, some people find it confusing, as in MDL-6376.
Therefore, it now just says 'Attempts: 1'.
Merged from MOODLE_19_STABLE.
2007-10-30 19:29:45 +00:00
tjhunt
01600b5190
MDL-11580 - refinement to Yu's checkin, including removing the $CFG->openuniversityhacks.
...
Also, reviewing the new code made me realise that the code in mod/quiz/report/overview/report.php was a mess, so I cleaned it up a bit.
2007-10-04 15:57:09 +00:00
toyomoyo
fb72e817d9
MDL-11580, hide quiz grades when user has no grade:viewhidden capability and quiz is still open, need $CFG->openuniversityhacks flag set
2007-10-04 08:22:55 +00:00
tjhunt
260812ba06
MDL-10972 - The lang string 'fullname', which is normally used for course fullnames, was being used for a person's full name in some quiz reports. This dual usage is not translatable into all languages. Merged from MOODLE_18_STABLE.
2007-09-19 15:52:27 +00:00
tjhunt
07a7d85924
MDL-11267 - Anywone who can view quiz reports can delete student attempts. Merged from MOODLE_18_STABLE.
2007-09-17 16:17:24 +00:00
mattc-catalyst
5ada3c8e3a
MDL-10888: groupings - mod/quiz - add groupings support
2007-08-27 03:56:39 +00:00
skodak
1d68419596
MDL-10383 - deprecated groups_members_from_sql and friends - we do not need them anymore because we reverted to 1.7 style groups in 1.9
2007-08-15 19:28:11 +00:00
jamiesensei
b36e36aa05
removed all ASes from table aliases in question / quiz code - MDL-10344
2007-08-12 13:57:57 +00:00
tjhunt
de266537a7
MDL-10300 - cleaning incorrectly applied to overall feedback.
2007-07-30 10:33:43 +00:00
tjhunt
be161556ce
OU Bug 2867 - Overview report keeps forgetting the 'Display options' settings. Merged MOODLE_18_STABLE.
2007-07-25 17:08:41 +00:00
tjhunt
96f3629bd5
MDL-7772 - improve the SQL for showing users without attemtps. Merged from MOODLE_18_STABLE.
2007-06-21 16:21:47 +00:00
tjhunt
ff51d64621
Make a library function for deleting quiz attempts, rather than having duplicated code. Merged from OU Moodle.
2007-06-18 16:19:00 +00:00
tjhunt
bc301dc93a
Remove unused variable.
2007-06-15 10:42:02 +00:00
skodak
d6dd21084b
MDL-9551 Implemented calls of grade_update() function in Quiz
2007-06-10 22:52:41 +00:00
tjhunt
18dfa59377
Eliminate trailing whitespace.
2007-06-05 14:56:12 +00:00
tjhunt
2ac5177aff
MDL-10006 - Sorting the quiz overview report on feedback breaks it. Merged from MOODLE_18_STABLE.
2007-06-03 07:26:54 +00:00
tjhunt
19faed1ab3
MDL-9914 - Can't download mark details from the quiz overview report. Merged from MOODLE_18_STABLE.
2007-05-23 10:21:43 +00:00
jamiesensei
1f21cc88f7
removed global vars declaration for var not used in method.
2007-04-27 05:55:57 +00:00
tjhunt
15aa9df958
MDL-5799 - quiz previews were sometimes showing up in the quiz overview report. Merged from MOODLE_18_STABLE.
2007-04-12 20:11:27 +00:00
tjhunt
807ae30aaa
MDL-9079 - Paging broken in quiz overview report. Merged from MOODLE_17_STABLE.
2007-04-11 20:38:02 +00:00
toyomoyo
2d7617c67f
merged fix for MDL-9185
2007-04-04 04:05:53 +00:00
toyomoyo
862c219ae9
merged replacing <fieldset> with <div>
2007-02-28 08:01:41 +00:00
toyomoyo
375ec5a5b0
merged fix for MDL-8655, replacing <fieldset> with <div>
2007-02-28 07:11:58 +00:00
vyshane
0927589412
Xhtml fixes for MDL-7861.
2007-01-09 09:07:16 +00:00
skodak
b7dc225654
MDL-8062 1.3 Remove name attribute from <form> and fix focus everywhere - more changes ahead
2007-01-04 21:32:36 +00:00
Martin Langhoff
f3f7610c90
cvsimport fixups -- cvshead had strayed from upstream
2007-01-04 13:15:04 +13:00
skodak
77c7f0f549
MDL-7996 Add ods export support - quiz report and number value, call time pass by ref... warnings fixed; fix in ods export lib
2006-12-21 20:34:51 +00:00
tjhunt
1ff4cfaf6a
MDL-7886 - typo in overview report javascript.
2006-12-11 14:03:01 +00:00
skodak
78675b3e3e
Fix errors in quiz overview download MDL-7316; merged from MOODLE_17_STABLE
2006-10-31 22:19:15 +00:00
martinlanghoff
1ad5c6380f
mod/quiz: remove deprecated sql_paging_limit(), use offset, limit parameters
2006-09-26 05:11:05 +00:00
martinlanghoff
27176468fe
mod/quiz: replace $db->Concat() with sql_concat()
2006-09-26 05:05:10 +00:00
tjhunt
15995c4ab6
Fix typos in string concatenation.
2006-09-20 17:01:19 +00:00
toyomoyo
dc5586907d
replacing deprecated calls and references to capability calls
2006-09-20 09:00:04 +00:00
tjhunt
404518eb85
Fix ordering problem with question number column headings.
2006-09-13 15:00:58 +00:00
tjhunt
212b7b8cd9
MDL-5270 - give students a feeback comment for their performance in the entire quiz.
...
Also, along the way I noticed and fixed MDL-6290 student grades not rescaled when quiz maximum grade changed.
2006-08-22 17:31:26 +00:00
tjhunt
b169c31e39
Save two queries if we are not going to output anything.
2006-08-16 16:54:20 +00:00
tjhunt
2c3968c407
Major code cleanup of this report (that started as a small code cleanup). None of the functionality should have changed - crosses fingers.
2006-08-10 21:52:07 +00:00
tjhunt
a92a796a6a
Bug 6092 - Give quiz finish time as well as start time in the quiz overview report.
2006-07-17 16:35:34 +00:00
tjhunt
c358d62055
Bug 5967 - Missing lang strings and help for quiz reports. Merged from MOODLE_16_STABLE.
2006-06-30 10:31:44 +00:00
tjhunt
6d456aa2c1
Fixed reference to incorrect language string. Merged from MOODLE_16_STABLE.
2006-06-05 14:24:13 +00:00
skodak
cebf9a83e9
Bug #5472 - Download quiz grades in Excel format does not show correct foelds; merged from MOODLE_16_STABLE
2006-05-26 06:48:25 +00:00
skodak
be41c83691
Bug #5416 - sorting by question column in overview report plugin broken - please test; merged from MOODLE_16_STABLE
2006-05-25 10:00:06 +00:00
gustav_delius
d6d29245e7
Now there is an option to see all attempts, even for users who have since unenrolled. That is necessary in order to be able to delete these attempts, see http://moodle.org/mod/forum/discuss.php?d=34421
2006-04-13 00:02:36 +00:00
gustav_delius
ffa6ed53e4
Fixed display of information about existing attempts.
2006-04-12 23:24:58 +00:00
gustav_delius
375ab4586f
use function from questionlib.php to delete attempt data
2006-04-12 22:57:01 +00:00
gustav_delius
78517b5a6b
Don't show users who have unenrolled.
...
Show display options also when current options lead to empty table.
2006-04-12 22:48:58 +00:00
gustav_delius
31e95855b8
Improved quiz report plugin mechanism and converted the manual grading script into a report plugin
2006-03-27 08:41:20 +00:00
gustav_delius
7befd0188d
If a student has not attempted a question then the grade column for that question will show -- instead of 0.
2006-03-13 18:36:36 +00:00
gustav_delius
3e2c988f0c
Somehow missed this table reference during renaming.
2006-03-13 18:30:35 +00:00