quiz editing: MDL-17285 This is Olli Savolainen's new interface for editing quizzes.
authortjhunt <tjhunt>
Thu, 20 Nov 2008 06:59:11 +0000 (06:59 +0000)
committertjhunt <tjhunt>
Thu, 20 Nov 2008 06:59:11 +0000 (06:59 +0000)
commitfa583f5f6eb3b4c9f624e77df0cfb9f9e705e6c3
treeb852089864c82c292fb261883cf8081f14be4705
parentb7cebc8ebcb23bb67a11847529d57bbabcbdfe39
quiz editing: MDL-17285 This is Olli Savolainen's new interface for editing quizzes.

This was started and usability tested as a Finnish Summer of Code project, and then Olli did further work on it in his own time to get it in shape for inclusion in Moodle 2.0. I reviewed all the code. There are a number of minor outstanding issues that will be fixed soon. See the subtasks of MDL-17284 for a list.

The goal of these changes is to:
* help teachers new to Moodle, so when they first see the quiz editing page, they don't go "Huh! What on earth am I supposed to do here?"
* help novice Moodle users understand and learn to use some of the more advanced quiz feature;
* but, without slowing down more experienced quiz users.

Naturally, with ambitous goals like that, we won't have managed to satisy everybody, but I think this change is a big step in the right direction.

There is extensive documentation on this project at http://docs.moodle.org/en/Development:Quiz_UI_redesign.
20 files changed:
lang/en_utf8/help/quiz/editconcepts.html [new file with mode: 0644]
lang/en_utf8/quiz.php
lib/weblib.php
mod/quiz/addrandom.php [new file with mode: 0644]
mod/quiz/edit.js [new file with mode: 0644]
mod/quiz/edit.php
mod/quiz/editcss.js [new file with mode: 0644]
mod/quiz/editlib.php
mod/quiz/locallib.php
mod/quiz/tabs.php
question/category_class.php
question/category_form_randomquestion.php [new file with mode: 0644]
question/editlib.php
question/question.php
question/type/edit_question_form.php
theme/standard/styles_color.css
theme/standard/styles_fonts.css
theme/standard/styles_ie6.css
theme/standard/styles_layout.css
theme/standard/styles_moz.css