Annotation of loncom/homework/templates/StringResponse.problem, revision 1.1
1.1 ! albertel 1: <problem><startouttext />The 3 types of string answers are: <br />
! 2: cs: Case Sensitive <br />
! 3: ci: Case Insensitive <br />
! 4: mc: Case Insensitive, 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:
! 11:
! 12: <hintgroup><startouttext />Add hint text here.<endouttext />
! 13: </hintgroup>
! 14: </stringresponse>
! 15: </problem>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>