30 lines
2.0 KiB
YAML
30 lines
2.0 KiB
YAML
---
|
|
metadata:
|
|
display_name: Numerical Input with Hints and Feedback
|
|
markdown: |
|
|
You can use this template as a guide to the simple editor markdown and OLX markup to use for numerical input with hints and feedback problems. Edit this component to replace this template with your own assessment.
|
|
|
|
>>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. <<
|
|
|
|
= 100 +-5 {{You can specify optional feedback like this, which appears after this answer is submitted.}}
|
|
|
|
||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.||
|
|
|
|
hinted: true
|
|
data: |
|
|
<problem>
|
|
<numericalresponse answer="100">
|
|
<p>You can use this template as a guide to the simple editor markdown and OLX markup to use for numerical input with hints and feedback problems. Edit this component to replace this template with your own assessment.</p>
|
|
<label>Add the question text, or prompt, here. This text is required.</label>
|
|
<description>You can add an optional tip or note related to the prompt like this.</description>
|
|
<responseparam type="tolerance" default="5"/>
|
|
<formulaequationinput/>
|
|
<correcthint>You can specify optional feedback like this, which appears after this answer is submitted.</correcthint>
|
|
</numericalresponse>
|
|
<demandhint>
|
|
<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>If you add more than one hint, a different hint appears each time learners select the hint button.</hint>
|
|
</demandhint>
|
|
</problem>
|