File:  [LON-CAPA] / doc / demo / violin / technique.problem
Revision 1.2: download - view: text, annotated - select for diffs
Sun May 6 23:07:26 2001 UTC (22 years, 11 months ago) by albertel
Branches: MAIN
CVS tags: HEAD
- problem might work, but it thinks the answers are "answer1" and "answer2"

<problem>
<displayduedate></displayduedate>
<p><displaytitle></displaytitle></p>

<preduedate>
<startouttext />
Fill in the following.
<endouttext />
<script type="loncapa/perl"
@result1=('answer1')
@result2=('answer2')
</script>

<numericalresponse id="11" answer="@result1" unit="">
	<responseparam name="tol" type="tolerance" default="5%" />
	<textline />
	<startouttext />
	is an activity whereby the musician freely adjusts his
	playing based on inspiration.
	<endouttext />
</numericalresponse>

<numericalresponse id="12" answer="@result2" unit="">
	<responseparam name="tol" type="tolerance" default="5%" />
	<textline />
	<startouttext />
	is improved through <i>correlation</i>.  That is to say, the player must
	relate his mind's conception to his muscular response.
	<endouttext />
</numericalresponse>
</preduedate>

<postanswerdate>
<starttextout />
Answer: <br />
<p>
<b>@result1[0]</b>  is an activity whereby the musician freely adjusts his
        playing based on inspiration.
</p>
<p>
<b>@result2[0]</b> is improved through <i>correlation</i>.  That is to say, the player must relate his mind's conception to his muscular response.
</p>
<endouttext />
</postanswerdate>
</problem>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>