Tim Hunt
277106de6e
MDL-31205 quiz 'secure' window: scrollbars missing.
...
Embarrassing type in the arguments to openpopup
2012-01-20 16:58:32 +00:00
Tim Hunt
e7a8905fc9
MDL-31157 quiz cron: another regression from MDL-30635
2012-01-18 10:27:06 +01:00
Petr Skoda
a1317d1b99
MDL-31006 some more PHP54 notices
...
PHP54 compatibility - PhpStorm IDE is the best tool for this kind of work!!
2012-01-18 01:17:09 +01:00
Petr Skoda
88e2bbae6d
MDL-31006 fix various notices in PHP54
...
PHP54 compatibility
2012-01-18 01:04:45 +01:00
Eloy Lafuente (stronk7)
e4715ab74a
Merge branch 'MDL-31080_22' of git://github.com/timhunt/moodle into MOODLE_22_STABLE
2012-01-17 02:01:49 +01:00
Sam Hemelryk
1c1b04c994
Merge branch 'MDL-31095_22' of git://github.com/timhunt/moodle into MOODLE_22_STABLE
2012-01-16 16:59:27 +08:00
Aparup Banerjee
1a3b5c6cfc
Merge branch 'MDL-31143_22' of https://github.com/timhunt/moodle into MOODLE_22_STABLE
2012-01-16 15:29:30 +08:00
Mayank Gupa
00e4cad952
MDL-30578, Updating CMILongIdentifer read comments at tracker
2012-01-16 10:16:50 +08:00
Mayank Gupa
754eb73b23
MDL-30578, Updating CMILongIdentifer to check for valid URI (RFC 3986 [6]) and URN syntax as per RFC 2141 [3]
2012-01-16 10:16:41 +08:00
Tim Hunt
d8b06a25b2
MDL-31157 quiz cron: timenow was not being initialised
2012-01-13 22:33:16 +00:00
Tim Hunt
ef0376f4ef
MDL-31095 quiz editing: only set quiz->grade to 0 if really necessary.
...
It is only necessary when there are (non-preview) attempts. However,
after making this change we have to ensure users cannot start attempts
when ->grade > 0 and ->sumgrades = 0.
Display ->grade on the order and paging tab of edit.php, so it is clear
what is going on when you are using that tab.
Finally, improve the error message a student gets if they try to start a
quiz with no questions.
2012-01-13 11:42:57 +00:00
Tim Hunt
090d2f90e8
MDL-31095 quiz: fix bug in quiz::has_questions.
2012-01-13 11:42:55 +00:00
Tim Hunt
b3c02fae54
MDL-31143 quiz reports: average grade of null causes php error.
2012-01-12 16:46:12 +00:00
Tim Hunt
d16597b557
MDL-31080 quiz editing, must be able to see and delete missing questions
2012-01-12 11:32:22 +00:00
Tim Hunt
f40f4013f1
MDL-30635 quiz cron: fixup - enable in version.php & fn name quiz_statistics_cron
2012-01-11 14:02:17 +00:00
Sam Hemelryk
10c3c6d49c
Merge branch 'MDL-31019_22' of git://github.com/timhunt/moodle into MOODLE_22_STABLE
2012-01-10 14:26:36 +13:00
Tim Hunt
0f504be67b
MDL-31019 quiz secure mode. Fix typo that breaks submit.
2012-01-09 17:10:19 +00:00
Eloy Lafuente (stronk7)
7e20d8e330
Merge branch 'MDL-30635_22' of git://github.com/timhunt/moodle into MOODLE_22_STABLE
2012-01-09 00:18:18 +01:00
Sam Hemelryk
ade2e5955e
Merge branch 'MDL-30652_m22' of git://github.com/ankitagarwal/moodle into MOODLE_22_STABLE
2012-01-09 12:00:22 +13:00
Tim Hunt
25200f80f7
MDL-30635 let quiz reports do cron in the standard way.
...
The old legacy way is still supported in 2.2, but this support will be
dropped in 2.3.
2012-01-06 18:13:13 +00:00
Eloy Lafuente (stronk7)
aed7f32783
Merge branch 'MDL-30865-workshop-unittest_22_STABLE' of git://github.com/mudrd8mz/moodle into MOODLE_22_STABLE
2012-01-04 02:19:11 +01:00
Ankit Kumar Agarwal
9f097a7248
MDL-30652 SCORM Fixing report prefrences display for interactions report
2012-01-03 12:10:52 +05:30
Ankit Kumar Agarwal
8755b6aaca
MDL-30652 SCORM Fixing report prefrences display issue for basic report
2012-01-03 12:10:43 +05:30
Ankit Kumar Agarwal
bea916ae7c
MDL-30652 Scorm adding proper comments
2012-01-03 12:10:21 +05:30
Sam Hemelryk
e972cdc5ad
Merge branch 'MDL-30766_22' of git://github.com/timhunt/moodle into MOODLE_22_STABLE
2012-01-03 11:23:00 +13:00
Sam Hemelryk
860848dca8
Merge branch 'MDL-27200_22' of git://github.com/timhunt/moodle into MOODLE_22_STABLE
2012-01-03 11:12:01 +13:00
Henning Bostelmann
aafe1618f8
MDL-29266 Assignment grading: save state of "send notifications" box
2012-01-03 11:09:59 +13:00
Eloy Lafuente (stronk7)
58a44ab228
Merge branch 'MDL-30851_22_wip' of git://github.com/grabs/moodle into MOODLE_22_STABLE
2012-01-02 20:26:40 +01:00
Andreas Grabs
9d1963b421
MDL-30851 - Syntax error in analysis_course.php
2011-12-23 17:39:16 +01:00
Tim Hunt
ed82e03798
MDL-30873 quiz: display an overall grade for preview users.
...
Also, don't display an overall grade unless there is at least one finished attempt.
2011-12-23 11:49:59 +00:00
Tim Hunt
4587d4f5b7
MDL-30766 mod_quiz: fix edge cases of repaginate function.
2011-12-23 11:49:18 +00:00
Tim Hunt
404e01f59e
MDL-27200 missing {} in various lang strings.
2011-12-23 11:19:24 +00:00
David Mudrak
7d8c4fb5af
MDL-30865 Workshop method aggregate_grading_grades_process() accepts explicit aggregation timestamp
2011-12-23 09:21:09 +01:00
Gerard (Gerry) Caulfield
0c5e3d4564
MDL-29400 Fixing unset object bug encountered by Rajesh during testing
2011-12-22 09:55:38 +01:00
Sam Hemelryk
e0c00395b7
Merge branch 'wip-MDL-18128-MOODLE_22_STABLE' of git://github.com/abgreeve/moodle into MOODLE_22_STABLE
2011-12-22 11:44:34 +13:00
Sam Hemelryk
9e9e0732f5
MDL-30639 mod_lesson: Used a consistent format for users display of answer
2011-12-22 11:23:15 +13:00
Sam Hemelryk
965344c08f
Merge branch 'MDL-30639_m22' of git://github.com/rwijaya/moodle into MOODLE_22_STABLE
2011-12-22 11:21:08 +13:00
Tim Hunt
0f97c8afdb
MDL-30704 quiz_overview: fixup, add missing rescaling.
...
Thanks Micheal de Raadt for catching this in testing.
2011-12-21 18:33:32 +01:00
adrian@moodle.com
72682b8868
MDL-18128 - forum - Addition of group editing for forums.
2011-12-21 15:40:09 +08:00
Sam Hemelryk
db65026449
Merge branch 'MDL-30704_22' of git://github.com/timhunt/moodle into MOODLE_22_STABLE
2011-12-21 14:30:27 +13:00
Gerard (Gerry) Caulfield
efa9f19281
MDL-29400 Update the upload and uploadsingle assignment classes to so
...
that they only display the assignment submitted status when it has
actually been submitted.
2011-12-20 22:55:23 +01:00
Eloy Lafuente (stronk7)
7259dbc551
Merge branch 'MDL-29048-m22' of git://github.com/ankitagarwal/moodle into MOODLE_22_STABLE
2011-12-20 18:56:01 +01:00
Eloy Lafuente (stronk7)
39949b56ad
Merge branch 'wip-MDL-30733-MOODLE_22_STABLE' of github.com:marinaglancy/moodle into MOODLE_22_STABLE
2011-12-20 18:52:48 +01:00
Rossiani Wijaya
b8e5740796
MDL-30636 Lesson Module: fixed essay answer display format
2011-12-20 12:51:52 +08:00
Sam Hemelryk
6005434b55
Merge branch 'MDL-30646_22' of git://github.com/timhunt/moodle into MOODLE_22_STABLE
2011-12-20 13:21:11 +13:00
Tim Hunt
365e163946
MDL-30704 Quiz grades report shows inconsistent averages.
...
Previously, for the overall grade, we averaged the final marks for each
student; while for the individual question grades, we averaged all
grades.
The report now works consistently on the principle that the averages
should include exactly what is currenlty being shown in the report. This
is more logical, and so should be easier for users to understand.
If you want to see the averages that are currently shown (e.g. just the
average of each student's highers grade) then the report options let you
do that.
2011-12-19 15:03:56 +00:00
Sam Hemelryk
7c19940ca6
Merge branch 'MDL-30683_22' of git://github.com/timhunt/moodle into MOODLE_22_STABLE
2011-12-19 14:14:55 +13:00
Sam Hemelryk
ead158db7e
Merge branch 'MDL-29176_22' of git://github.com/timhunt/moodle into MOODLE_22_STABLE
2011-12-19 12:23:36 +13:00
Sam Hemelryk
5ff8144cc8
Merge branch 'MDL-30758_22' of git://github.com/timhunt/moodle into MOODLE_22_STABLE
2011-12-19 09:28:10 +13:00
Dan Marsden
e5baaad498
MDL-28728 SCORM Add missing string
2011-12-16 11:39:12 +08:00