Pattern match
Maintained by
Tim Hunt, Chris Nelson, Hieu Vu Van, Mahmoud Kassaei
Allows a short response of one or a few sentences that is graded by comparing against various model answers, which are described using the OU's pattern match syntax.
Comments
Comments are no longer open for new posts. Existing comments remain available to read.
Since this is a question type, it goes in question/type/pmatch, as it says at the bottom of https://moodle.org/plugins/pluginversion.php?id=6332
"In the pmatch_matcher_number class in the match word function, you normalize the number and then check for a tolerance. If the word to match is 0, the tolerance can't validate as 0 < 0 will always be false. so changing it to 0 <= 0 fixes the problem.""
Actually, we should add the links to the published papers here when we get a moment.