Annotation of loncom/homework/templates/MultipleAnswerEither.problem, revision 1.1
1.1 ! www 1: <problem>
! 2: <script type="loncapa/perl">#Enter the computations here
! 3: $a=&random(1,10,1);
! 4: $b=$a*$a;
! 5: </script>
! 6: <startouttext />
! 7: If <m eval="on">$x^2=$b$</m>, what is a possible value of <m>$x$</m>?
! 8: <endouttext />
! 9: <numericalresponse>
! 10: <answergroup type="ordered">
! 11: <answer name="negative" type="ordered">
! 12: <value>-$a</value>
! 13: </answer>
! 14: <answer name="positive" type="ordered">
! 15: <value>$a</value>
! 16: </answer>
! 17: </answergroup>
! 18: <responseparam type="tolerance" default="5%" name="tol"
! 19: description="Numerical Tolerance" />
! 20: <responseparam name="sig" type="int_range,0-16" default="0,15"
! 21: description="Significant Figures" />
! 22: <textline readonly="no" />
! 23: </numericalresponse>
! 24: </problem>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>