Annotation of loncom/homework/templates/SimpleRank.problem, revision 1.1
1.1 ! albertel 1: <problem>
! 2: <startouttext />Enter the question text here.<endouttext />
! 3: <rankresponse max="10" randomize="yes">
! 4: <foilgroup>
! 5: <foil location="random" value="1" name="foil1">1</foil>
! 6: <foil location="random" value="2" name="foil2">2</foil>
! 7: <foil location="random" value="3" name="foil3">3</foil>
! 8: <foil location="random" value="2" name="foil4">2</foil>
! 9: <foil location="random" value="2.0" name="foil5">2.0</foil>
! 10: <foil location="random" value="4" name="foil6">4</foil>
! 11: <foil location="random" value="-1" name="foil7">-1</foil>
! 12: </foilgroup>
! 13: </rankresponse>
! 14: </problem>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>