File:  [LON-CAPA] / loncom / homework / templates / SelectFromOptions-4ConceptGoups.problem
Revision 1.2: download - view: text, annotated - select for diffs
Thu Jun 6 08:55:35 2002 UTC (21 years, 11 months ago) by albertel
Branches: MAIN
CVS tags: version_0_6_2, version_0_6, version_0_5_1, version_0_5, version_0_4, stable_2002_july, STABLE, HEAD
- updated templates by felicia

    1: <problem><startouttext />Type Question Here.
    2: <endouttext />
    3: <optionresponse max="10">
    4:     <foilgroup options="('True','False')">
    5: 		<conceptgroup concept="One">
    6: <foil name="OneA" value="True">
    7: <startouttext />This is statement OneA of concept One.  True<endouttext />
    8: </foil>
    9: 
   10: <foil name="OneB" value="False">
   11: <startouttext />This is statement OneB of concept One.  False<endouttext />
   12: </foil>
   13: 
   14: <foil name="OneC" value="True">
   15: <startouttext />This is statement OneC of concept One.  True<endouttext />
   16: </foil>
   17: 		</conceptgroup>
   18: 
   19: 		<conceptgroup concept="Two">
   20: <foil name="TwoA" value="True">
   21: <startouttext />This is statement TwoA of concept Two.  True<endouttext />
   22: </foil>
   23: <foil name="TwoB" value="False">
   24: <startouttext />This is statement TwoB of concept Two.  False<endouttext />
   25: </foil>
   26: 		</conceptgroup>
   27: 
   28: 		<conceptgroup concept="Three">
   29: <foil name="ThreeA" value="True">
   30: <startouttext />This is statement ThreeA of concept Three.  True<endouttext />
   31: </foil>
   32: <foil name="ThreeB" value="False">
   33: <startouttext />This is statement ThreeB of concept Three.  False<endouttext />
   34: </foil>
   35: 		</conceptgroup>
   36: 
   37: 		<conceptgroup concept="Four">
   38: <foil name="FourA" value="True">
   39: <startouttext />This is statement FourA of concept Four.  True<endouttext />
   40: </foil>
   41: <foil name="FourB" value="False">
   42: <startouttext />This is statement FourB of concept Four.  False<endouttext />
   43: </foil>
   44: 		</conceptgroup>
   45:     </foilgroup>
   46:     <hintgroup><startouttext />Add hint text here.<endouttext />
   47:     </hintgroup>
   48: </optionresponse>
   49: </problem>

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