Dan Poltawski
3517201801
Merge branch 'MDL-30545_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2012-11-13 13:22:47 +08:00
Dan Poltawski
485ddbd611
Merge branch 'MDL-36347_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2012-11-06 09:42:11 +08:00
Sam Hemelryk
18f6238b88
Merge branch 'MDL-21625_b_m23' of git://github.com/rwijaya/moodle into MOODLE_23_STABLE
2012-11-05 16:27:30 +13:00
Tim Hunt
917cea604c
MDL-36347 quiz: formchangechecker should not obstruct auto-submit.
...
When the quiz time limit runs out, the quiz should be submitted
automatically, withouth formchangechecker popping up a dialogue.
2012-11-03 22:34:53 +11:00
Eloy Lafuente (stronk7)
b5b882df60
MDL-36304 - Left align "marked out of" in RTL Q preview
...
Credit goes to Nadav Kavalerchik for fixing it @ MDL-36033
2012-10-31 19:33:39 +01:00
Sam Hemelryk
e61d57b5c1
Merge branch 'WIP-MDL-36070-M23' of git://github.com/nadavkav/moodle into MOODLE_23_STABLE
...
Conflicts:
mod/quiz/styles.css
2012-10-30 13:02:07 +13:00
Tim Hunt
20d10190d7
MDL-30545 messaging prefs: show all relevant message providers.
...
Some message providers have an associated capability. For example
the mod/quiz:emailconfirmsubmission capability. At the moment,
we only show the preferences for the capabilities that the user
has in the system context.
That does not work for the example capability above. Typically
the capability will be overridden in one quiz, to allow for
Students, and the user will have the Student role in the course
context. Therefore, this message type does not appear on the
preferences page.
This fix corrects the logic, so that all message types that are
to the current user are displayed.
2012-10-25 10:46:17 +08:00
Nadav Kavalerchik
00c7657edf
MDL-36033 - Left align Numeric value fields in Calculated and Numeric question, when in RTL mode
2012-10-19 10:24:46 +02:00
Nadav Kavalerchik
44da3c50fe
MDL-36070 - Points label hides UP and Down ordering arrows and Delete Icon on Quiz edit page, in RTL mode (theme/standard)
2012-10-19 10:20:54 +02:00
Rossiani Wijaya
75441ef5b2
MDL-21625 Question bank: fixing whitespace
2012-10-19 15:46:09 +08:00
Rossiani Wijaya
d2d17341e8
MDL-21625 Question bank: Add accessibility to table layout for viewing question list
2012-10-19 13:32:11 +08:00
Aparup Banerjee
976a9da987
Merge branch 'WIP-MDL-35724-M23_quiz' of git://github.com/nadavkav/moodle into MOODLE_23_STABLE
2012-10-09 14:11:32 +08:00
Nadav Kavalerchik
aae3d3445e
MDL-35724 - Move Question Marks block to the left (Question Bank page),in RTL mode
2012-10-08 11:35:59 +02:00
Nadav Kavalerchik
92bff8685c
MDL-35724 - Right align "Question Type" label in Quiz Editing page, when in RTL mode
2012-10-08 11:35:58 +02:00
Aparup Banerjee
e4feb70b66
Merge branch 'WIP-MDL-35723-M23_quiz' of git://github.com/nadavkav/moodle into MOODLE_23_STABLE
2012-10-08 17:16:12 +08:00
Eloy Lafuente (stronk7)
4abc5a1a2c
Revert "MDL-34257 quiz 'secure' mode: PAGE initialisation order issues."
...
This reverts commit d205afe662 .
2012-10-05 13:10:06 +02:00
Nadav Kavalerchik
1c1455f29a
MDL-35723 - Align to center the "Quiz Feedback" label,when in RTL mode
2012-10-02 21:49:10 +02:00
Tim Hunt
db1052ce5c
MDL-35744 quiz: fix review options for Never submitted attempts
2012-10-02 15:53:59 +01:00
Dan Poltawski
09e49e5c6e
Merge branch 'MDL-35698_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2012-10-02 11:40:23 +08:00
Dan Poltawski
8aaf7adccb
Merge branch 'WIP-MDL-35708-M23_quiz' of git://github.com/nadavkav/moodle into MOODLE_23_STABLE
2012-10-02 11:36:56 +08:00
Sam Hemelryk
500ade05cb
Merge branch 'MDL-34257_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2012-10-02 10:45:51 +13:00
Nadav Kavalerchik
af277cc994
MDL-35708 - Right align user's information in quiz attempt review page , when in RTL mode (theme/standard & base)
2012-09-30 23:53:01 +02:00
Tim Hunt
2d04a1fe31
MDL-35698 quiz cron: group overrides not computed correctly
...
Thanks to Matt Petro for finding the bug in this monster SQL statement.
2012-09-29 09:37:20 +01:00
Tim Hunt
022a3555d1
MDL-30885 quiz: use formchangechecker during quiz attempts.
...
To avoid the possiblity of dataloss if a student tries to navigate away
having changed some answers.
2012-09-27 14:15:37 +01:00
Tim Hunt
d205afe662
MDL-34257 quiz 'secure' mode: PAGE initialisation order issues.
2012-09-27 12:34:51 +01:00
Michael Aherne
6b3177344d
MDL-35163 quiz Make quiz report options available to attempts form
2012-09-14 10:17:17 +01:00
Eloy Lafuente (stronk7)
3f4e07ef3c
MDL-29662 quiz overrides: use proper course value (was php notice).
2012-09-05 18:02:16 +02:00
Eloy Lafuente (stronk7)
5f015b62d4
Merge branch 'MDL-29662_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2012-09-04 01:14:18 +02:00
Eloy Lafuente (stronk7)
8a716e2362
Merge branch 'MDL-33306_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2012-09-04 00:30:59 +02:00
Tim Hunt
c8f9a0b63a
MDL-29662 quiz overrides: update dates during course reset.
...
Also, fix duplicate SQL clause in similar code in lib,
and fix error when saving overrides.
2012-08-29 18:43:00 +01:00
Tim Hunt
3b5245cd6b
MDL-33306 qtype multichoice: fix display of right answer.
...
Also, fix higlighing of last edited question in the qeustion bank, when
it co-incides with a grey row.
2012-08-29 17:46:59 +01:00
Tim Hunt
6009d1a32e
MDL-35038 quiz reports: clarify the API changes docs.
...
Also re-organise the file to put the most recent changes at the top.
2012-08-23 19:15:34 +01:00
M Kassaei
99aaad063e
MDL-35038 quiz reports: document the API changes in 2.3.
2012-08-23 19:15:33 +01:00
Dan Poltawski
e03a03a4a9
Merge branch 'MDL-35000_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2012-08-22 10:32:01 +08:00
Dan Poltawski
70dc5add7d
Merge branch 'MDL-34733_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2012-08-22 09:16:18 +08:00
Eloy Lafuente (stronk7)
69be24a776
Merge branch 'MDL-34702_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2012-08-22 02:11:07 +02:00
Tim Hunt
fa0ed51c0a
MDL-35000 quiz: Complete activity report broken by bad require.
...
Fix the stupid error that caused this. Also, make all the other
require_once calls in the file consistent.
2012-08-21 18:03:14 +01:00
Tim Hunt
d7b7aff004
MDL-34733 quiz 'secure' mode: finish review link broken in previews
...
Here, we use a nasty hack to fix the problem on stable branches without
an API change.
2012-08-21 12:05:52 +01:00
Tim Hunt
20d4ab97c0
MDL-34937 quiz responses reports: attempt grade not shown.
2012-08-16 21:35:44 +01:00
Tim Hunt
d1755c12a0
MDL-34702 quiz DB: questiondecimalpoints has wrong default.
...
Thanks to the folks at UCL for tracking down this problem. It has only
hidden for 2+ years!
2012-08-16 17:35:16 +01:00
Tim Hunt
2a077c0d1b
MDL-34905 quiz: missing global $DB;
...
This code normally only runs when JS is disabled, which is why this was
not noticed before.
2012-08-15 10:32:56 +01:00
Dan Poltawski
06d38548b1
MDL-34599 mod_quiz: optional $thispage & $nextpage
...
The previous change making the params required was a regression.
2012-08-01 09:06:54 +08:00
Dan Poltawski
633ed1edae
Merge branch 'MDL-32791_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2012-07-31 17:46:20 +08:00
Dan Poltawski
07cf0887fd
Merge branch 'MDL-34599_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2012-07-31 17:42:50 +08:00
Dan Poltawski
8bf442dc73
Merge branch 'MDL-34532_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2012-07-31 10:43:10 +08:00
Dan Poltawski
1ab970d492
Merge branch 'MDL-34589_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2012-07-30 13:55:50 +08:00
Tim Hunt
d1d989ce13
MDL-31509 quiz outcomes: let people associate quizzes with outcomes.
...
The quiz does not really support outcomes, but even so in 1.9 you could
select outcomes on the quiz edit form, and apparently this was useful to
some people, therefore we should re-enable it.
2012-07-27 18:09:49 +01:00
Tim Hunt
de53bada57
MDL-32791 quiz db: clean up garbage data that was causing problems.
...
Melinda Kraft reported having rows in their quiz_question_instances
table which caused various problems. These rows are meaningless, so I
have done a DB upgrade step to clean them up, which should deal with the
bad side-effets they were causing.
2012-07-27 16:45:04 +01:00
Tim Hunt
a361ff5645
MDL-34599 quiz attempts: more robust if page number out of range.
...
Rather than throwing an exception, we should just show the first/last
page of the quiz if the page number is out-of-range.
2012-07-27 11:43:40 +01:00
Tim Hunt
59b983a5d9
MDL-34589 quiz report graphs: PHP5.4 issue with unset($array[$float]).
...
Thanks to Matthew Davidson for diagnosing the problem.
2012-07-26 18:55:17 +01:00