Annotation of loncom/homework/templates/SimpleStringResponse.problem, revision 1.2
1.2 ! albertel 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 />
1.1 albertel 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>