Multiple choice problems allow learners to select only one option. Learners can see all the options along with the problem text.
When you add the problem, be sure to select Settings to specify a Display Name and other values that apply.
You can use this template as a guide to the simple editor markdown and OLX markup to use for multiple choice with hints and feedback problems. Edit this component to replace this template with your own assessment.
You can use the following example problem as a model.
>>Add the question text, or prompt, here. This text is required.||You can add an optional tip or note related to the prompt like this. <<
>>Which of the following countries has the largest population?||You can select only one option.<<
( ) an incorrect answer {{You can specify optional feedback like this, which appears after this answer is submitted.}}
( ) Brazil {{ timely feedback -- explain why an almost correct answer is wrong }}
(x) the correct answer
( ) Germany
( ) an incorrect answer {{You can specify optional feedback for none, a subset, or all of the answers.}}
(x) Indonesia
( ) Russia
[explanation]
According to September 2014 estimates:
The population of Indonesia is approximately 250 million.
The population of Brazil is approximately 200 million.
The population of Russia is approximately 146 million.
The population of Germany is approximately 81 million.
[explanation]
data:|
data:|
<problem>
<problem>
<multiplechoiceresponse>
<multiplechoiceresponse>
<p>Multiple choice problems allow learners to select only one option. Learners can see all the options along with the problem text.</p>
<p>You can use this template as a guide to the simple editor markdown and OLX markup to use for multiple choice with hints and feedback problems. Edit this component to replace this template with your own assessment.</p>
<p>When you add the problem, be sure to select Settings to specify a Display Name and other values that apply.</p>
<label>Add the question text, or prompt, here. This text is required.</label>
<p>You can use the following example problem as a model.</p>
<description>You can add an optional tip or note related to the prompt like this.</description>
<label>Which of the following countries has the largest population?</label>
<choicegroup>
<description>You can select only one option.</description>
<choice correct="false">an incorrect answer
<choicegroup type="MultipleChoice">
<choicehint>You can specify optional feedback like this, which appears after this answer is submitted.</choicehint>
<choice correct="false">Brazil
</choice>
<choicehint>timely feedback -- explain why an almost correct answer is wrong</choicehint>
<choice correct="true">the correct answer
</choice>
<choice correct="false">an incorrect answer
<choicehint>You can specify optional feedback for none, a subset, or all of the answers.</choicehint>
</choice>
</choice>
<choice correct="false">Germany</choice>
<choice correct="true">Indonesia</choice>
<choice correct="false">Russia</choice>
</choicegroup>
</choicegroup>
<solution>
<div class="detailed-solution">
<p>Explanation</p>
<p>According to September 2014 estimates:</p>
<p>The population of Indonesia is approximately 250 million.</p>
<p>The population of Brazil is approximately 200 million.</p>
<p>The population of Russia is approximately 146 million.</p>
<p>The population of Germany is approximately 81 million.</p>
display_name:Multiple Choice with Hints and Feedback
display_name:Multiple Choice with Hints and Feedback
markdown:|
markdown:|
You can provide feedback for each option in a multiple choice problem.
You can use this template as a guide to the simple editor markdown and OLX markup to use for multiple choice with hints and feedback problems. Edit this component to replace this template with your own assessment.
You can also add hints for learners.
>>Add the question text, or prompt, here. This text is required.||You can add an optional tip or note related to the prompt like this. <<
Be sure to select Settings to specify a Display Name and other values that apply.
( ) an incorrect answer {{You can specify optional feedback like this, which appears after this answer is submitted.}}
(x) the correct answer
( ) an incorrect answer {{You can specify optional feedback for none, a subset, or all of the answers.}}
Use the following example problem as a model.
||You can add an optional hint like this. Problems that have a hint include a hint button, and this text appears the first time learners select the button.||
||If you add more than one hint, a different hint appears each time learners select the hint button.||
>>Which of the following is a vegetable?||You can select only one option.<<
( ) apple {{An apple is the fertilized ovary that comes from an apple tree and contains seeds, meaning it is a fruit.}}
( ) pumpkin {{A pumpkin is the fertilized ovary of a squash plant and contains seeds, meaning it is a fruit.}}
(x) potato {{A potato is an edible part of a plant in tuber form and is a vegetable.}}
( ) tomato {{Many people mistakenly think a tomato is a vegetable. However, because a tomato is the fertilized ovary of a tomato plant and contains seeds, it is a fruit.}}
||A fruit is the fertilized ovary from a flower.||
||A fruit contains seeds of the plant.||
hinted:true
hinted:true
data:|
data:|
<problem>
<problem>
<multiplechoiceresponse>
<multiplechoiceresponse>
<p>You can provide feedback for each option in a multiple choice problem.</p>
<p>You can use this template as a guide to the simple editor markdown and OLX markup to use for multiple choice with hints and feedback problems. Edit this component to replace this template with your own assessment.</p>
<p>You can also add hints for learners.</p>
<label>Add the question text, or prompt, here. This text is required.</label>
<p>Be sure to select Settings to specify a Display Name and other values that apply.</p>
<description>You can add an optional tip or note related to the prompt like this.</description>
<p>Use the following example problem as a model.</p>
<label>Which of the following is a vegetable?</label>
<description>You can select only one option.</description>
<choicegroup>
<choicegroup>
<choice correct="false">apple
<choice correct="false">an incorrect answer
<choicehint>An apple is the fertilized ovary that comes from an apple tree and contains seeds, meaning it is a fruit.</choicehint>
<choicehint>You can specify optional feedback like this, which appears after this answer is submitted.</choicehint>
</choice>
<choice correct="false">pumpkin
<choicehint>A pumpkin is the fertilized ovary of a squash plant and contains seeds, meaning it is a fruit.</choicehint>
</choice>
</choice>
<choice correct="true">potato
<choice correct="true">the correct answer
<choicehint>A potato is an edible part of a plant in tuber form and is a vegetable.</choicehint>
</choice>
</choice>
<choice correct="false">tomato
<choice correct="false">an incorrect answer
<choicehint>Many people mistakenly think a tomato is a vegetable. However, because a tomato is the fertilized ovary of a tomato plant and contains seeds, it is a fruit.</choicehint>
<choicehint>You can specify optional feedback for none, a subset, or all of the answers.</choicehint>
</choice>
</choice>
</choicegroup>
</choicegroup>
</multiplechoiceresponse>
</multiplechoiceresponse>
<demandhint>
<demandhint>
<hint>A fruit is the fertilized ovary from a flower.</hint>
<hint>You can add an optional hint like this. Problems that have a hint include a hint button, and this text appears the first time learners select the button.</hint>
<hint>A fruit contains seeds of the plant.</hint>
<hint>If you add more than one hint, a different hint appears each time learners select the hint button.</hint>