New Question type for 1.5 in CVS

New Question type for 1.5 in CVS

- Jeff Graham の投稿
返信数: 2
Hi all,

There is a new question type which can be used in 1.5 in CVS "contrib/quiz_renderedmatch_qtype"

This is a new question type that allows for several additions
and relaxations of the existing matching format.

- as few as one subquestion
- many incorrect subanswers (distractors) and one correct answer per question
- rendered html for subanswer and subquestions, this allows
for TeX or images etc. to be included in the quiz.

enjoy! 笑顔
Jeff Graham への返信

Re: New Question type for 1.5 in CVS

- Martin Dougiamas の投稿
画像 Core developers 画像 Documentation writers 画像 Moodle HQ 画像 Particularly helpful Moodlers 画像 Plugin developers 画像 Testers
Why didn't you extend the existing matching type with more options?
Martin Dougiamas への返信

Re: New Question type for 1.5 in CVS

- Michael Penney の投稿
My fault, it's a pretty big change in the interface and it seemed like a good idea at the time to make it a new type...like it would be easier to test/distribute a new qtype than a replacement for the standard one based on (what was when Jeff started) pre-beta code.

However, that is pretty much what it is (a clone of the standard matching with new features) so it should be pretty easy to bolt on if desired笑顔.