Eloy Lafuente (stronk7)
f716839a3f
Merge branch 'MDL-27030' of git://github.com/timhunt/moodle
2011-08-16 02:06:07 +02:00
Tim Hunt
effc982b1e
MDL-21934 Removing all questions from the quiz should not delet overall feedback.
...
Overall feedback was being wiped because the quiz max grade was being set to zero when sumgrades was set to 0. The correct logic is to only set maxgrade to 0 if there are questions in the quiz and sumgrades is 0.
2011-08-15 18:47:03 +01:00
Tim Hunt
a41c441c05
MDL-28365 Move question lang string to the right file
...
All the references to this sring were already referring to it in the new
place.
AMOS BEGIN
MOV [cannotread,mod_quiz],[cannotread,question]
AMOS END
2011-08-15 15:18:21 +01:00
Eloy Lafuente (stronk7)
09e35896d4
Merge branch 'MDL-27631' of git://github.com/mkassaei/moodle
2011-08-10 03:00:17 +02:00
Eloy Lafuente (stronk7)
1c001177ea
Merge branch 'MDL-28604' of git://github.com/timhunt/moodle
2011-08-09 09:41:53 +02:00
Tony Levi
88b3eb8bb5
MDL-27030: Fix quiz overview report showing incorrect grades on regraded attempts
...
Conflicts:
mod/quiz/report/overview/report.php
2011-08-08 23:34:54 +01:00
Sam Hemelryk
16c009c5bf
Merge branch 'MDL-28602' of git://github.com/timhunt/moodle
2011-08-08 11:06:54 +08:00
Sam Hemelryk
067b8a5556
Merge branch 'MDL-28593' of git://github.com/timhunt/moodle
2011-08-08 11:04:19 +08:00
M Kassaei
92e6e128ff
MDL-27631 question bank Show question text in the question list when top level category is used
2011-08-05 10:40:06 +01:00
Tim Hunt
609c0d6b9a
MDL-28593 Missing include breaks editing quiz grade item.
2011-08-05 08:50:08 +01:00
Tim Hunt
e5b0920e48
MDL-28612 Quiz statistics report does not always show the 'Actual response' column when it should
2011-08-04 18:14:31 +01:00
Tim Hunt
b2817f8057
MDL-28602 Quiz review reports the wrong duration.
2011-08-04 14:11:32 +01:00
Tim Hunt
b72b413759
MDL-28604 Question bank display forgets sort order
2011-08-04 13:53:02 +01:00
Petr Skoda
58f9006970
Merge branch 'MDL-28338' of git://github.com/timhunt/moodle
2011-08-02 15:08:05 +02:00
Petr Skoda
48fa0c75b5
Merge branch 'MDL-28507' of git://github.com/timhunt/moodle
2011-08-02 14:50:41 +02:00
Tim Hunt
35ddcfb854
MDL-28507 fix bad lang string uses, and remove two obsolete strings.
2011-08-02 13:13:01 +01:00
Sam Hemelryk
44506b87dc
Merge branch 'MDL-28490' of git://github.com/timhunt/moodle
2011-08-02 17:55:21 +08:00
Wale Olujide
8418e5b77c
MDL-28051 Question numbers on the question edit page shoud be the same as during the quiz attempt.
2011-07-28 18:02:53 +01:00
Tim Hunt
2f1ba2aed7
MDL-28490 Better class names in the statistics report to help themes.
2011-07-27 19:23:21 +01:00
Tim Hunt
4e5b9e498e
MDL-28338 fix stupid '\n's in the quiz renderer
2011-07-27 19:22:24 +01:00
Petr Skoda
3e6f62e3d7
Merge branch 'MDL-28437' of git://github.com/timhunt/moodle
2011-07-25 19:53:37 +02:00
Tim Hunt
8c4deb8003
MDL-28377 Call to mod_quiz_renderer is screwed up.
2011-07-25 09:14:44 +01:00
Tim Hunt
4bf1be3596
MDL-28437 Question bank pages should all use General type: admin.
2011-07-25 08:50:06 +01:00
Eloy Lafuente (stronk7)
3fe120a6c6
Merge branch 'MDL-26165' of git://github.com/timhunt/moodle
2011-07-11 16:32:17 +02:00
Eloy Lafuente (stronk7)
cf5b3dad05
Merge branch 'MDL-27483' of git://github.com/timhunt/moodle
2011-07-11 16:25:42 +02:00
Eloy Lafuente (stronk7)
7e1fa4f019
fix permissions
2011-07-08 11:13:19 +02:00
Tim Hunt
7bf53cf233
MDL-27483 make quiz repagination more robust.
2011-07-07 12:38:06 +01:00
Eloy Lafuente (stronk7)
26635fd7f9
Merge branch 'MDL-28169' of git://github.com/nebgor/moodle
2011-07-07 10:21:32 +02:00
Aparup Banerjee
c5a8abfedd
MDL-28169 Installation Added 2.1 upgrade (idiot proof) lines to upgrade scripts.
2011-07-07 11:40:38 +08:00
Eloy Lafuente (stronk7)
83ca5bef34
Merge branch 'MDL-28222' of git://github.com/timhunt/moodle
2011-07-06 20:27:52 +02:00
Tim Hunt
82c07ea4f4
MDL-28222 quiz reports missing context in call to quiz_report_feedback_for_grade.
2011-07-06 19:08:52 +01:00
Eloy Lafuente (stronk7)
cb600c4606
Merge branch 'MDL-28166' of git://github.com/timhunt/moodle
2011-07-06 19:03:59 +02:00
Tim Hunt
6c7da46108
MDL-26165 quiz submit are-you-sure is potentially confusing.
2011-07-06 14:49:38 +01:00
Tim Hunt
81522abd63
MDL-28166 fix some more instances of my favourite becuase typo.
2011-07-06 14:19:25 +01:00
Tim Hunt
cbb8b55c33
MDL-28166 send quiz event notifications asynchronously.
...
This avoids the problem that you cannot send messages in transactions.
It also means that the quiz submission will not be prevented, and the
message will still be sent eventually, if any part of the messaging
system is giving intermittent errors when the student wants to submit
their quiz.
2011-07-06 14:16:30 +01:00
Sam Hemelryk
5b966cbb3b
Merge branch 'MDL-28135' of git://github.com/nebgor/moodle
2011-07-06 10:53:48 +08:00
Eloy Lafuente (stronk7)
9a160c7c46
MDL-28196 quiz calls get_in_or_equal (fixing missing $DB)
2011-07-05 22:02:30 +02:00
Tim Hunt
b149b78859
MDL-28196 quiz calls get_in_or_equal (not DB->get_in_or_equal) in two places
...
Also, another minor error in one method call.
2011-07-05 14:29:30 +01:00
Aparup Banerjee
728ebac7f2
MDL-28135 general Updating all hardcoded "docs.moodle.org/en/Development:" type doc links to "docs.moodle.org/dev/"
2011-07-05 14:27:31 +08:00
Tim Hunt
e7933796a8
MDL-28103 make the upgrade more robust in the presence of old garbage data in the DB.
2011-07-01 20:54:42 +01:00
Tim Hunt
4a6ac0ceb1
MDL-28103 fix silly error in quiz_upgrade_very_old_question_sessions.
2011-07-01 17:13:45 +01:00
Eloy Lafuente (stronk7)
67fcc9989a
Merge branch 'MDL-27829_block_pagetype_master' of git://github.com/andyjdavis/moodle
2011-07-01 11:51:26 +02:00
Andrew Davis (andyjdavis)
346a32a75b
MDL-27829 blocks: added some more page types to some _page_type_list() functions
2011-07-01 15:43:26 +08:00
Eloy Lafuente (stronk7)
497ad94adb
Merge branch 'MDL-28055' of git://github.com/timhunt/moodle
2011-06-30 00:02:51 +02:00
Eloy Lafuente (stronk7)
be13d37a02
Merge branch 'MDL-28074' of git://github.com/timhunt/moodle
2011-06-29 23:09:13 +02:00
Tim Hunt
56a4ae4673
MDL-28074 question preview should set context/course/cm properly.
...
1. We need this so that, for example, when previewing a question from
the quiz editing page, the preview uses the filter settings, theme and
language set for that quiz and course.
2011-06-29 21:25:56 +01:00
Eloy Lafuente (stronk7)
fae9cd077c
Merge branch 'MDL-28037' of git://github.com/timhunt/moodle
2011-06-29 20:44:49 +02:00
Sam Hemelryk
f86e19b1ee
Merge branch 'MDL-27829_block_pagetype_master' of git://github.com/andyjdavis/moodle
2011-06-29 17:04:13 +08:00
Tim Hunt
8818c826ea
MDL-28055 quiz_upgrade_very_old_question_sessions bit does not work because of missing includes.
2011-06-28 10:57:50 +01:00
Tim Hunt
50de6ad083
MDL-28037 Make restoring quiz_attempts more robust.
...
Don't assume that 0 is unique (even temporarily).
2011-06-27 18:27:12 +01:00