3.5.5+ Stop the shuffling of response orders in Matching Questions

Re: 3.5.5+ Stop the shuffling of response orders in Matching Questions

by Dominique Bauer -
Number of replies: 0
Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Plugin developers

The Multiple choice Cloze question is not difficult. For example, if the answer to A is 'hypothalamus' and the answer to B is 'pituitary gland', etc., you just need the following code in the HTML of the Question text of a Cloze question:

<p>
A {1:MC:%0%adrenal gland
~%0%Fallopian tube
~%0%heart
~%100%hypothalamus
~%0%hypothemus
~%0%ovary
~%0%pancreas
~%0%parathyroid gland
~%0%pineal gland
~%0%pituitary gland
~%0%prostate
~%0%testes
~%0%thalamus
~%0%thymus gland
~%0%thyroid gland
~%0%uterus}
</p>

<p>
B {1:MC:%0%adrenal gland
~%0%Fallopian tube
~%0%heart
~%0%hypothalamus
~%0%hypothemus
~%0%ovary
~%0%pancreas
~%0%parathyroid gland
~%0%pineal gland
~%100%pituitary gland
~%0%prostate
~%0%testes
~%0%thalamus
~%0%thymus gland
~%0%thyroid gland
~%0%uterus}
</p>

That's it! This gives:

QuizForum201904061829.png


You can also consider the "Drag and drop onto image" and the "Drag and drop markers" core questions, which are simple and appropriate for your type of question.