21 lines
1003 B
YAML
21 lines
1003 B
YAML
---
|
|
metadata:
|
|
display_name: Numerical Input
|
|
markdown: |
|
|
You can use this template as a guide to the simple editor markdown and OLX markup to use for numerical input 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
|
|
|
|
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 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/>
|
|
</numericalresponse>
|
|
</problem>
|