Skip to content

Commit

Permalink
Merge pull request #428 from edx/ahodges/DOC-2123
Browse files Browse the repository at this point in the history
Fixes DOC-2123
  • Loading branch information
Alison Hodges committed Jul 6, 2015
2 parents 138928c + ecd1db2 commit 4b80443
Showing 1 changed file with 9 additions and 20 deletions.
29 changes: 9 additions & 20 deletions en_us/shared/exercises_tools/text_input.rst
Original file line number Diff line number Diff line change
Expand Up @@ -452,27 +452,16 @@ Template
<additional_answer>Correct answer 2</additional_answer>
<additional_answer>Correct answer 3</additional_answer>
<textline size="20" label="label text"/>
<hintgroup>
<stringhint answer="Incorrect answer A" type="ci" name="hintA" />
<hintpart on="hintA">
<startouttext />Text of hint for incorrect answer A<endouttext />
</hintpart >
<stringhint answer="Incorrect answer B" type="ci" name="hintB" />
<hintpart on="hintB">
<startouttext />Text of hint for incorrect answer B<endouttext />
</hintpart >
<stringhint answer="Incorrect answer C" type="ci" name="hintC" />
<hintpart on="hintC">
<startouttext />Text of hint for incorrect answer C<endouttext />
</hintpart >
</hintgroup>
<correcthint>Provides feedback when learners submit the correct response.</correcthint>
<stringequalhint answer="Incorrect answer 1">Provides feedback when learners submit the specified incorrect response.</stringequalhint>
<stringequalhint answer="Incorrect answer 2">Provides feedback when learners submit the specified incorrect response.</stringequalhint>
<textline label="Which U.S. state has the largest land area?" size="20"/>
</stringresponse>
<solution>
<div class="detailed-solution">
<p>Explanation or Solution Header</p>
<p>Explanation or solution text</p>
</div>
</solution>
<demandhint>
<hint>The first text string to display when learners request a hint.</hint>
<hint>The second text string to display when learners request a hint.</hint>
</demandhint>
</problem>
=======
Expand Down

0 comments on commit 4b80443

Please sign in to comment.