Annotation of doc/demo/selfteaching/conceptOption.problem, revision 1.1
1.1 ! albertel 1: <problem><displaytitle /><startouttext />Match the <b>foils</b> to the <b>options</b> in the
! 2: drop-down box next to each foil/statement. Notice how
! 3: only one statement is selected from each concept.<endouttext />
! 4: <optionresponse id="11" max="10">
! 5: <foilgroup options="('Red','Blue','Tall','Short','Bitter','Sweet','Fast','Slow')">
! 6: <conceptgroup concept="Color">
! 7: <foil name="strawberry" value="Red">
! 8: <startouttext />The color of a ripe strawberry. This foil belongs
! 9: to concept <b>Color</b><endouttext />
! 10: </foil>
! 11:
! 12: <foil name="sky" value="Blue">
! 13: <startouttext />The color of the sky on a sunny day at noon. This foil belongs
! 14: to concept <b>Color</b><endouttext />
! 15: </foil>
! 16:
! 17: <foil name="superman" value="Red">
! 18: <startouttext />The color of Superman's cape. This foil belongs
! 19: to concept <b>Color</b><endouttext />
! 20: </foil>
! 21: </conceptgroup>
! 22:
! 23: <conceptgroup concept="Size">
! 24: <foil name="giraffe" value="Tall">
! 25: <startouttext />A common way to describe a giraffe. This foil belongs
! 26: to concept <b>Size</b><endouttext />
! 27: </foil>
! 28: <foil name="wiener-dog" value="Short">
! 29: <startouttext />The legs of a wiener dog. This foil belongs
! 30: to concept <b>Size</b><endouttext />
! 31: </foil>
! 32: </conceptgroup>
! 33:
! 34: <conceptgroup concept="Taste">
! 35: <foil name="coffee" value="Bitter">
! 36: <startouttext />The taste of coffee. This foil belongs
! 37: to concept <b>Taste</b><endouttext />
! 38: </foil>
! 39: <foil name="honey" value="Sweet">
! 40: <startouttext />The taste of honey. This foil belongs
! 41: to concept <b>Taste</b><endouttext />
! 42: </foil>
! 43: </conceptgroup>
! 44:
! 45: <conceptgroup concept="Speed">
! 46: <foil name="cheetah" value="Fast">
! 47: <startouttext />The way a cheetah runs. This foil belongs
! 48: to concept <b>Speed</b><endouttext />
! 49: </foil>
! 50: <foil name="tortoise" value="Slow">
! 51: <startouttext />The way a tortoise runs. This foil belongs
! 52: to concept <b>Speed</b><endouttext />
! 53: </foil>
! 54: </conceptgroup>
! 55: </foilgroup>
! 56: <hintgroup><startouttext />Discuss this question with others for help.<endouttext />
! 57: </hintgroup>
! 58: </optionresponse>
! 59:
! 60: </problem>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>