Annotation of loncom/homework/templates/SimpleRank.problem, revision 1.3

1.1       albertel    1: <problem>
1.3     ! bisitz      2: 
        !             3: <startouttext />
        !             4: Enter the question text here.
        !             5: <endouttext />
        !             6: 
        !             7: <rankresponse max="10" randomize="yes">
        !             8:     <foilgroup>
        !             9:         <foil location="random" value="1" name="foil1"><startouttext />1<endouttext /></foil>
        !            10:         <foil location="random" value="2" name="foil2"><startouttext />2<endouttext /></foil>
        !            11:         <foil location="random" value="3" name="foil3"><startouttext />3<endouttext /></foil>
        !            12:         <foil location="random" value="2" name="foil4"><startouttext />2<endouttext /></foil>
        !            13:         <foil location="random" value="2.0" name="foil5"><startouttext />2.0<endouttext /></foil>
        !            14:         <foil location="random" value="4" name="foil6"><startouttext />4<endouttext /></foil>
        !            15:         <foil location="random" value="-1" name="foil7"><startouttext />-1<endouttext /></foil>
        !            16:     </foilgroup>
        !            17: </rankresponse>
        !            18: 
        !            19: </problem>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>