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 (23 years ago) by albertel
Branches: MAIN
CVS tags: HEAD
- problem might work, but it thinks the answers are "answer1" and "answer2"

    1: <problem>
    2: <displayduedate></displayduedate>
    3: <p><displaytitle></displaytitle></p>
    4: 
    5: <preduedate>
    6: <startouttext />
    7: Fill in the following.
    8: <endouttext />
    9: <script type="loncapa/perl"
   10: @result1=('answer1')
   11: @result2=('answer2')
   12: </script>
   13: 
   14: <numericalresponse id="11" answer="@result1" unit="">
   15: 	<responseparam name="tol" type="tolerance" default="5%" />
   16: 	<textline />
   17: 	<startouttext />
   18: 	is an activity whereby the musician freely adjusts his
   19: 	playing based on inspiration.
   20: 	<endouttext />
   21: </numericalresponse>
   22: 
   23: <numericalresponse id="12" answer="@result2" unit="">
   24: 	<responseparam name="tol" type="tolerance" default="5%" />
   25: 	<textline />
   26: 	<startouttext />
   27: 	is improved through <i>correlation</i>.  That is to say, the player must
   28: 	relate his mind's conception to his muscular response.
   29: 	<endouttext />
   30: </numericalresponse>
   31: </preduedate>
   32: 
   33: <postanswerdate>
   34: <starttextout />
   35: Answer: <br />
   36: <p>
   37: <b>@result1[0]</b>  is an activity whereby the musician freely adjusts his
   38:         playing based on inspiration.
   39: </p>
   40: <p>
   41: <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.
   42: </p>
   43: <endouttext />
   44: </postanswerdate>
   45: </problem>

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