File:  [LON-CAPA] / loncom / homework / templates / Attic / SimpleStringResponse.problem
Revision 1.2: download - view: text, annotated - select for diffs
Wed Dec 19 15:13:34 2001 UTC (22 years, 7 months ago) by albertel
Branches: MAIN
CVS tags: version_0_4, stable_2002_spring, stable_2002_july, stable_2002_april, STABLE, HEAD
- had them backwards,
- there were some typos

    1: <problem><startouttext />The 3 types of string answers are: <br />
    2: cs:  Case Sensitive <br />
    3: ci:  Case Insensitive <br />
    4: mc:  Multiple Choice, Order of characters unchecked.
    5: <br /> <br />
    6: The answer is NaCl and it is case sensitive.<endouttext />
    7: <stringresponse answer="NaCl" type="cs">
    8: <textline>
    9: </textline>
   10:     <hintgroup><startouttext />Add hint text here.<endouttext />
   11:     </hintgroup>
   12: </stringresponse>
   13: </problem>

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