Note: This documentation is for Moodle 2.7. For up-to-date documentation see Pattern-match question type.

Pattern-match question type: Difference between revisions

From MoodleDocs
(Created page with "{{Questions}}Pattern-match questions allow the student to give an answer of up to about 20 words, which can then be automatically graded by matching the students response against...")
 
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Questions}}Pattern-match questions allow the student to give an answer of up to about 20 words, which can then be automatically graded by matching the students response against a number of different patterns expressed in the PMatch syntax. The first matching pattern determines the score and the feedback.
{{Questions}}
Pattern-match questions allow the student to give an answer of up to about 20 words, which can then be automatically graded by matching the students response against a number of different patterns expressed in the PMatch syntax. The first matching pattern determines the score and the feedback.


[[File:pmatch.png]]
[[File:pmatch.png]]
Line 6: Line 7:


== More documentation ==
== More documentation ==
* See [[Pattern-match question type detailed documentation]].


More [http://labspace.open.ac.uk/mod/oucontent/view.php?id=470268&section=5.3.1 documentation is available] on the Open University's [http://www.open.edu/openlearn/ OpenLearn site]. That includes a description of the pmatch syntax. There another page that explains [[:dev:The_OU_PMatch_algorithm|The OU PMatch algorithm]], but that was written before development started, and may not be a 100% accurate description of what was finally implemented.
More [http://www.open.edu/openlearnworks/course/view.php?id=1581 documentation is available] in the [http://www.open.edu/openlearnworks/mod/oucontent/view.php?id=52747 Open University's reference manual]. That includes a description of the pmatch syntax. There is another page that explains [[:dev:The_OU_PMatch_algorithm|The OU PMatch algorithm]], but that was written before development started, and may not be a 100% accurate description of what was finally implemented.


== See also ==
== See also ==
Line 16: Line 18:


[[Category:Contributed code]]
[[Category:Contributed code]]
[[Category:Questions]]
[[Category:Open University]]
[[es:Tipo de pregunta coincidencia de patrón]]

Latest revision as of 01:11, 18 September 2014


Pattern-match questions allow the student to give an answer of up to about 20 words, which can then be automatically graded by matching the students response against a number of different patterns expressed in the PMatch syntax. The first matching pattern determines the score and the feedback.

pmatch.png

This is a question type created and maintained by the Open University.

More documentation

More documentation is available in the Open University's reference manual. That includes a description of the pmatch syntax. There is another page that explains The OU PMatch algorithm, but that was written before development started, and may not be a 100% accurate description of what was finally implemented.

See also