Note: You are currently viewing documentation for Moodle 3.11. Up-to-date documentation for the latest stable version of Moodle may be available here: Missing word question format.

Missing word question format: Difference between revisions

From MoodleDocs
(Added a note about the bug and it's implications.)
(Added some corrections towards the end - in line with these comments left on the Tracker: https://tracker.moodle.org/browse/MDL-77729?focusedCommentId=992413&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-992413)
 
(2 intermediate revisions by 2 users not shown)
Line 2: Line 2:


This format only supports multiple choice questions and short answer question, depending on the number of answers. One answer generates a short answer question, two or more answers generate a multiple choice question. Each answer is separated with a tilde (~), and the correct answer is prefixed with an equals sign (=). Here is an example of a multiple choice question:
This format only supports multiple choice questions and short answer question, depending on the number of answers. One answer generates a short answer question, two or more answers generate a multiple choice question. Each answer is separated with a tilde (~), and the correct answer is prefixed with an equals sign (=). Here is an example of a multiple choice question:
     As soon as we begin to explore our body parts as infants we become students of {=anatomy and physiology ~reflexology ~science ~experiment}, and in a sense we remain students for life.  
     As soon as we begin to explore our body parts as infants we become students of {=anatomy and physiology ~reflexology ~science ~experiment}, and in a sense we remain students for life.  
Here is an example of a short answer question:
Here is an example of a short answer question:
  You can use the missing word format to import questions into both Moodle's Question bank and {=Lesson} activity.
  You can use the missing word format to import questions into both Moodle's Question bank and {=Lesson} activity.
Consecutive questions must be separated with a blank line (double carriage return).


==Note==
The Missing word question import format is a simpler, restricted version of the [[GIFT format|GIFT question import format]], which supports a broader range of question types, and offers additional options.  
As of [http://tracker.moodle.org/browse/MDL-21885 MDL-21885] issue filed, the Multiple Choice questions importing don't work. The Short Answers work properly.
 
 
==See also==
==See also==
* [[Import questions]]
* [[Import questions]]
[[Category:Questions]]
[[Category:Questions]]
[[es:Formato de pregunta de palabra faltante]]

Latest revision as of 14:12, 4 April 2023

The missing word format can be imported into Question bank and into a Lesson.

This format only supports multiple choice questions and short answer question, depending on the number of answers. One answer generates a short answer question, two or more answers generate a multiple choice question. Each answer is separated with a tilde (~), and the correct answer is prefixed with an equals sign (=). Here is an example of a multiple choice question:

   As soon as we begin to explore our body parts as infants we become students of {=anatomy and physiology ~reflexology ~science ~experiment}, and in a sense we remain students for life. 

Here is an example of a short answer question:

You can use the missing word format to import questions into both Moodle's Question bank and {=Lesson} activity.

Consecutive questions must be separated with a blank line (double carriage return).

The Missing word question import format is a simpler, restricted version of the GIFT question import format, which supports a broader range of question types, and offers additional options.

See also