<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<meta http-equiv=Content-Type content="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 12 (filtered medium)">
<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:Verdana;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-reply;
        font-family:"Verdana","sans-serif";
        color:blue;
        font-weight:normal;
        font-style:normal;
        text-decoration:none none;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page Section1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.Section1
        {page:Section1;}
-->
</style>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]-->
</head>

<body lang=EN-GB link=blue vlink=purple>

<div class=Section1>

<p class=MsoNormal><span style='font-size:10.0pt;font-family:"Verdana","sans-serif";
color:blue'>Why not static the text field once the answer is correct?<o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:10.0pt;font-family:"Verdana","sans-serif";
color:blue'>Or give it a property called correct and once that is true don&#8217;t
add any more scores?<o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:10.0pt;font-family:"Verdana","sans-serif";
color:blue'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span style='font-size:10.0pt;font-family:"Verdana","sans-serif";
color:blue'>I&#8217;m not that good at xwd stuff so I am not sure how easy that
is.<o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:10.0pt;font-family:"Verdana","sans-serif";
color:blue'><o:p>&nbsp;</o:p></span></p>

<div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm'>

<p class=MsoNormal style='margin-left:36.0pt'><b><span lang=EN-US
style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>From:</span></b><span
lang=EN-US style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>
xerte-bounces@lists.nottingham.ac.uk
[mailto:xerte-bounces@lists.nottingham.ac.uk] <b>On Behalf Of </b>Peter
Huppertz<br>
<b>Sent:</b> 15 April 2009 08:35<br>
<b>To:</b> xerte@lists.nottingham.ac.uk<br>
<b>Subject:</b> [Xerte] How to handle wrong text entries<o:p></o:p></span></p>

</div>

<p class=MsoNormal style='margin-left:36.0pt'><o:p>&nbsp;</o:p></p>

<p class=MsoNormal style='margin-left:36.0pt'><span style='font-size:10.0pt;
font-family:"Arial","sans-serif"'>Dear List,</span> <br>
<br>
<span style='font-size:10.0pt;font-family:"Arial","sans-serif"'>I use the
Nottingham template as a base for my modifications. The template includes a gap
fill exercise which uses the textEntry icon. I want to expand the template to
include scoring for right and wrong fills. Also I want to disable the feedback,
because the exercise is used for a placement test. The only feedback is shown
at the end of the test like &quot;You answered xx of yy questions
correct&quot;.</span> <br>
<span style='font-size:10.0pt;font-family:"Arial","sans-serif"'>This is what I
did:</span> <br>
<span style='font-size:10.0pt;font-family:"Arial","sans-serif"'>- changed the
.xwd to contain a checkbox for &quot;Disable Feedback&quot;</span> <br>
<span style='font-size:10.0pt;font-family:"Arial","sans-serif"'>- modified the
gapfill.rml not to change the type of the textfield (from input to dynamic) if
the above option is enabled (I don't want to have the feedback) and disabled
the feedback message</span> <br>
<span style='font-size:10.0pt;font-family:"Arial","sans-serif"'>- added a score
variable to the script which is played when the entered text of the textEntry
matches the phrase</span> <br>
<span style='font-size:10.0pt;font-family:"Arial","sans-serif"'>This works all
fine but I still have a problem:</span> <br>
<span style='font-size:10.0pt;font-family:"Arial","sans-serif"'>- If the user
fills in the correct phrase and than changes the entry again it is still
considered as correct. Even worse: if the user changes the entry again to the
correct value the answer is counted again.</span> <br>
<span style='font-size:10.0pt;font-family:"Arial","sans-serif"'>So my question
is: How can I detect if the user changes the text entry to a wrong value? Or
perhaps there is another solution for my problem I haven't thought of?</span> <br>
<br>
<span style='font-size:10.0pt;font-family:"Arial","sans-serif"'>Peter</span><o:p></o:p></p>

</div>

</body>

</html>