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