]> git.mjollnir.org Git - moodle.git/commit
The teacher now can choose whether to see the advanced quiz
authorgustav_delius <gustav_delius>
Sun, 2 Jan 2005 07:15:19 +0000 (07:15 +0000)
committergustav_delius <gustav_delius>
Sun, 2 Jan 2005 07:15:19 +0000 (07:15 +0000)
commit34283aa87d2a37fd237723c24c8da2b93a5bbec2
tree0699d33b0ffc3241b65f4865842a3b0614a35552
parent405f01ee2d9227a6984706f1baa6ebf512f09a79
The teacher now can choose whether to see the advanced quiz
options or not. This is handled as in the resource module. The
"Show advanced options" button is only shown if the admin has
chosen to declare some of the options as advanced.

There are now 4 review options as suggested by Martin in
http://moodle.org/mod/forum/discuss.php?d=16709

Provides separate buttons "Update this quiz" and "Edit questions",
see http://moodle.org/mod/forum/discuss.php?d=16708. To make this
possible edit.php can now be called with a quiz id and it saves
its data itself rather than relying on mod.php.

mod.html now has a "Save changes" and a "Save changes and edit questions" button.

"Attempt quiz now" button gets a different language string for
re-attempts. This is currently set to "Re-attempt quiz".

After viewing the feedback for an attempt the "Continue" button
leads back to the course homepage, as requested in bugs 1224 and
1976. If there is no feedback the user is brought straight to quiz/view.php.
16 files changed:
course/mod.php
lang/en/help/hideoptions.html [new file with mode: 0644]
lang/en/help/quiz/review2.html [new file with mode: 0644]
lang/en/moodle.php
lang/en/quiz.php
mod/quiz/attempt.php
mod/quiz/attempt_close_js.php
mod/quiz/config.html
mod/quiz/defaults.php
mod/quiz/edit.php
mod/quiz/lib.php
mod/quiz/mod.html
mod/quiz/questiontypes/random/random.html
mod/quiz/review.php
mod/quiz/view.php
mod/quiz/view_js.php