26 lines
748 B
XML
26 lines
748 B
XML
<problem >
|
|
<text><h2>Example: String Response Problem</h2>
|
|
<br/>
|
|
</text>
|
|
|
|
<text>Which US state has Lansing as its capital?</text>
|
|
<stringresponse answer="Michigan" type="ci">
|
|
<textline size="20" />
|
|
<hintgroup>
|
|
<stringhint answer="wisconsin" type="cs" name="wisc">
|
|
</stringhint>
|
|
<stringhint answer="minnesota" type="cs" name="minn">
|
|
</stringhint>
|
|
<hintpart on="wisc">
|
|
<text>The state capital of Wisconsin is Madison.</text>
|
|
</hintpart>
|
|
<hintpart on="minn">
|
|
<text>The state capital of Minnesota is St. Paul.</text>
|
|
</hintpart>
|
|
<hintpart on="default">
|
|
<text>The state you are looking for is also known as the 'Great Lakes State'</text>
|
|
</hintpart>
|
|
</hintgroup>
|
|
</stringresponse>
|
|
</problem>
|