]> git.mjollnir.org Git - moodle.git/commit
Debugged question types NUMERICAL and MULTIANSWER (known as embedded answers) as...
authorkaipe <kaipe>
Sun, 3 Aug 2003 20:02:43 +0000 (20:02 +0000)
committerkaipe <kaipe>
Sun, 3 Aug 2003 20:02:43 +0000 (20:02 +0000)
commitbdb63d64f2625312ad7f7266ddaa59dc40103650
tree39f82ce9f79836c09c72193d55f7db9c12eb462a
parent5ca4f1944fcd69b48ca666b9d47c71f80b2f98e4
Debugged question types NUMERICAL and MULTIANSWER (known as embedded answers) as these did not do things right whenever a student had not given any response (was treated as zero etc).
For numerical there was also a need to allow typical shortanswer responses whenever there could be answers like n/a, inf, -inf, nan etc.
Further more about numerical, there can be more than one answer alternative defined (just like for shortanswer). This is not supported by numerical.html but everywhere else. MULTIANSWER included, it is up to any taker to update numerical.html. This is more than likely to lead to overlappings between numerical ranges if more than one is defined. Think of the case where the highest grade answer ranges between 0 and 2 and the half grade answer ranges between 2 and 4. How should we grade 2? We should pick the highest grade!
mod/quiz/lib.php