]> git.mjollnir.org Git - moodle.git/commit
Bug #5972 - Some question types mark a blank answer inconsistently.
authortjhunt <tjhunt>
Fri, 4 Aug 2006 16:53:43 +0000 (16:53 +0000)
committertjhunt <tjhunt>
Fri, 4 Aug 2006 16:53:43 +0000 (16:53 +0000)
commit5a14d563b9a870bb5b1dd95efe4fb0b6de716f29
treeb4a332448ab89bde6be136ac233497926a763232
parent00c300692fa599b8df0849e06d95a3dde20b83c5
Bug #5972 - Some question types mark a blank answer inconsistently.

Also, cleaned up the marking code for numerical and short answer questions, partly by making the base-class method more useful.

Rewrote the way the way short answer questions do wildcard matching to be more robust, Unicode safe, and generally not suck.

This is a big change, so I am pleased to report I tested it using my new Selinium  test suite. See: http://moodle.org/mod/forum/discuss.php?d=51161
lib/questionlib.php
question/type/numerical/questiontype.php
question/type/questiontype.php
question/type/shortanswer/questiontype.php