-

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

Reverse pattern match question type: Difference between revisions

From MoodleDocs
(added page)
 
m (→‎Overview: clean up, typos fixed: sentances → sentences)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{Questions}}
{{Infobox plugin
|type = question type
|entry = https://moodle.org/plugins/qtype_pmatchreverse
|tracker = https://tracker.moodle.org/projects/CONTRIB/issues
|discussion = https://moodle.org/mod/forum/view.php?id=737
|maintainer = [[user:Tim Hunt|Tim Hunt]]
|float = right
}}{{Questions}}
A question type where the teacher provides some example sentences, and the student has to write a pmatch expression to match those sentences.
A question type where the teacher provides some example sentences, and the student has to write a pmatch expression to match those sentences.


==Overview==
==Overview==
This question type complements the existing [https://moodle.org/plugins/view.php?plugin=qtype_pmatch 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.
This question type complements the existing [https://moodle.org/plugins/view.php?plugin=qtype_pmatch Pattern match] question type. Learning to make pattern match questions is hard. In this question type, the teacher provides a set of sentences 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==
==Download==
Line 16: Line 23:
[[Category:Contributed code]]
[[Category:Contributed code]]
[[Category:Questions]]
[[Category:Questions]]
[[es:Tipo de pregunta coincidencia de patrón reversa]]

Latest revision as of 16:24, 4 February 2021


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 sentences 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