Note: You are currently viewing documentation for Moodle 3.3. Up-to-date documentation for the latest stable version of Moodle is probably available here: Reverse pattern match question type.

Reverse pattern match question type: Difference between revisions

From MoodleDocs
(added page)
 
m (added link to spanish translation of page)
Line 16: Line 16:
[[Category:Contributed code]]
[[Category:Contributed code]]
[[Category:Questions]]
[[Category:Questions]]
[[es:Tipo de pregunta coincidencia de patrón reversa]]

Revision as of 18:45, 15 September 2014


A question type where the teacher provides some example sentences, and the student has to write a pmatch expression to match those sentences.

Overview

This question type complements the existing Pattern match question type. Learning to make pattern match questions is hard. In this question type, the teacher provides a set of sentances that should, or should not, be match, and the student has to construct a pmatch expression that does that. It is hoped that this question type will provide a useful tool for teaching pmatch syntax.

Download

From the Moodle Plugins database.

See also