Annotation of loncom/homework/templates/MultipleAnswerUnordered.problem, revision 1.2
1.1 www 1: <problem>
1.2 ! bisitz 2:
! 3: <script type="loncapa/perl">
1.1 www 4: $a = &random(1,7,1);
5: $b = $a*$a;
1.2 ! bisitz 6: </script>
! 7:
! 8: <startouttext />
1.1 www 9: What are the factors of
10: <m eval="on">$x^2 - $b$</m>?
1.2 ! bisitz 11: <endouttext />
! 12:
! 13: <formularesponse>
! 14: <answergroup type="ordered">
! 15: <answer name="both" type="unordered">
! 16: <value>x-$a</value><value>x+$a</value>
! 17: </answer>
! 18: </answergroup>
! 19: <textline readonly="no" size="10" />
! 20: <textline readonly="no" size="10" />
! 21: </formularesponse>
! 22:
1.1 www 23: </problem>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>