]> git.mjollnir.org Git - moodle.git/commit
quiz editing / question bank: MDL-18355 Convert the add question drop-down to be...
authortjhunt <tjhunt>
Wed, 25 Feb 2009 07:14:03 +0000 (07:14 +0000)
committertjhunt <tjhunt>
Wed, 25 Feb 2009 07:14:03 +0000 (07:14 +0000)
commitcd120b2344d0c9d8f8bfa20466e3abb9fe0e4c8a
tree9af80804295d325375fc63b99464b95220bf3e4b
parentb59da3a22a1feb43f94f1ed551fbdc9f9981d38d
quiz editing / question bank: MDL-18355 Convert the add question drop-down to be a button that pops up a YUI dialogue.

That allows us to have a few sentences explanation of each question type, and is also easier to fit into a tight layout.

This commit should also fix MDL-18214 Layout screwed in Safari with long category names.
23 files changed:
lang/en_utf8/qtype_calculated.php
lang/en_utf8/qtype_description.php [new file with mode: 0644]
lang/en_utf8/qtype_essay.php [new file with mode: 0644]
lang/en_utf8/qtype_match.php
lang/en_utf8/qtype_missingtype.php
lang/en_utf8/qtype_multianswer.php
lang/en_utf8/qtype_multichoice.php
lang/en_utf8/qtype_numerical.php
lang/en_utf8/qtype_random.php
lang/en_utf8/qtype_randomsamatch.php
lang/en_utf8/qtype_shortanswer.php
lang/en_utf8/qtype_truefalse.php
lang/en_utf8/question.php
lang/en_utf8/quiz.php
mod/quiz/editlib.php
question/addquestion.php [new file with mode: 0644]
question/edit.php
question/editlib.php
question/qbank.js
question/question.php
theme/standard/styles_color.css
theme/standard/styles_fonts.css
theme/standard/styles_layout.css