Annotation of doc/demo/selfteaching/string.html, revision 1.1
1.1 ! albertel 1: <html>
! 2: <head>
! 3: <title>
! 4: String Response Problems
! 5: </title>
! 6: </head>
! 7: <body bgcolor="#FFFFFF">
! 8:
! 9: <center><font size="+2">String Response Problems</font></center>
! 10: <hr />
! 11: <p><b>String response</b> problems are problems in which the student submits
! 12: a string of characters for their answer. Good examples of string response problems are vocabulary words and chemical formulas.</p>
! 13: <p>When you code string response questions, you have to specify the type. The
! 14: three types are as follows:
! 15: <ol>
! 16: <li>cs: <b>C</b>ase <b>S</b>ensitive</li>
! 17: <li>ci: <b>C</b>ase <b>I</b>nsensitive</li>
! 18: <li>mc: <b>M</b>ultiple <b>C</b>hoice (case insensitive and order of
! 19: characters unchecked). </li>
! 20: </ol>
! 21: </p>
! 22: <br />
! 23: <hr />
! 24: </body>
! 25:
! 26: </html>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>