Diff for /loncom/homework/templates/StringResponse.problem between versions 1.1 and 1.2

version 1.1, 2001/10/09 19:18:55 version 1.2, 2001/12/19 15:13:34
Line 1 Line 1
 <problem><startouttext />The 3 types of string answers are: <br />  <problem>
 cs:  Case Sensitive <br />  <script type="loncapa/perl">#Enter script here
 ci:  Case Insensitive <br />  $choice = &random(1,2,1);
 mc:  Case Insensitive, Order of characters unchecked.  $chemString = &choose($choice,"Sodium Chloride","Potassium Chloride");
 <br /> <br />  $chemFormula = &choose($choice,"NaCl","KCl");</script>
 The answer is NaCl and it is case sensitive.<endouttext />  <startouttext />Enter question text here.  <br />
 <stringresponse answer="NaCl" type="cs">  What is the chemical formula for $chemString?<endouttext />
   <stringresponse answer="$chemFormula" type="cs">
 <textline>  <textline>
 </textline>  </textline>
       
       
     <hintgroup><startouttext />Add hint text here.<endouttext />      <hintgroup><startouttext />Add hint text here.<endouttext />
     </hintgroup>      </hintgroup>
 </stringresponse>  </stringresponse>

Removed from v.1.1  
changed lines
  Added in v.1.2


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