File:  [LON-CAPA] / loncom / homework / templates / Attic / SimpleStringResponse.problem
Revision 1.1: download - view: text, annotated - select for diffs
Tue Oct 9 19:18:55 2001 UTC (22 years, 10 months ago) by albertel
Branches: MAIN
CVS tags: stable_2001_fall, HEAD
- added a bunch of templates

<problem>
<script type="loncapa/perl">#Enter script here
$choice = &random(1,2,1)
$chemString = &choose($choice,"Sodium Chloride","Potassium Chloride")
$chemFormula = &choose($choice,"NaCl","KCl")</script><startouttext />Enter question text here.  <br />
What is the chemical formula for $chemString?<endouttext />
<stringresponse answer="NaCl" type="cs">
<textline>
</textline>
    
    
    <hintgroup><startouttext />Add hint text here.<endouttext />
    </hintgroup>
</stringresponse>
</problem>

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