-

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: Select missing words question type.

Select missing words question type: Difference between revisions

From MoodleDocs
(new feature)
mNo edit summary
Line 34: Line 34:
== See also ==
== See also ==


* [http://moodle.org/plugins/browse.php?list=set&id=10 Other Moodle plugins from the Open University]
[[Category:Questions]]
* [http://moodle.org/plugins/browse.php?list=category&id=29 Other third-party question type plugins]
* [http://labspace.open.ac.uk/course/view.php?id=3484 eAssessment at the Open University with open source software]


[[Category:Contributed code]]
[[Category:Questions]]
[[Category:Open University]]


[[es:Tipo de pregunta seleccionar palabra faltante]]
[[es:Tipo de pregunta seleccionar palabra faltante]]
[[fr:Question à mot manquant]]
[[fr:Question à mot manquant]]

Revision as of 09:54, 8 October 2015


New feature
in Moodle 3.10!

This is very similar to the Drag and drop into text question type, but uses drop-down menus in the text instead of drag-boxes. This works well where the question text is very long and you would have to scroll a lot to do drag and drop.

How to create a question

  • Give the question a descriptive name to help you find it in the question bank. (Students won't see the name.)
  • Add the question to the text editor, using any formatting you wish.
  • Use double square brackets wo sets of square brackets '[[n]]' with a number in place of the word you wish the students to find:
dragdroptextquestion.png
  • Add the missing words or phrases in the correctly numbered boxes in the 'Choice' section. (You may add extra ones to make the question harder. If you tick 'Shuffle' the display order will be shuffled. (Note that is not possible to add formatting to the responses)
selectblankchoices.png
  • The student sees a drop down menu for each blank:
selectblankdisplay.png


Groups

  • If choices are grouped, then only items in the appropriate group will display in the drop down menu of a blank.
  • In the example below, Group 1 are verbs and Group 2 are possessive adjectives:
selectblankgroupchoices1.png
  • The students see just the relevant group choices in a dropdown:
selectblankgroupdisplay.png

More documentation

More documentation is available in the Open University's reference manual.

See also