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