<div>"Do you have access to your server?"<br></div><div><br></div><div>Are we by any chance talking Xerte On-line Toolkits here?</div><div><br></div><div>I can't find a  modules\xerte folder in my desktop Xerte installation or in the project created by Xerte, or have I missed something? Deborah is using the Page Wizards.</div>
<div><br></div><div>Kind regards</div><div><br></div><div>Johnathan</div><div><br></div><br><div class="gmail_quote">On 4 May 2011 01:20, Dave Burnett <span dir="ltr"><<a href="mailto:d_b_burnett@hotmail.com">d_b_burnett@hotmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">



<div>
<br>Like a javascript alert box?<br>You have access to your server?<br><br>In categories.rlm find the <SCR name="check"> code block and replace it with this:<br><br><SCR name="check"><![CDATA[n = 0;<br>
tot = 0;<br>for (i = 0; i < tracking.length; i++){<br>  for (j = 0; j < tracking[i].length; j++){<br>    tot++;<br>    if (tracking[i][j].cat == i){<br>      n++;<br>      fb.attachMovie('tick', 'tick' + n, n);<br>
      fb['tick' + n]._x = tracking[i][j]._x + tracking[i][j]._width;<br>      fb['tick' + n]._y = tracking[i][j]._y;<br>    }<br>  }<br>}<br><br>if (tot == n) {<br>  getURL('javascript:congrats("You da man!");', '');<br>
}<br>]]></SCR><br><br><br><br>In preview_xerte_top (found in modules/xerte) <br><br>Add this below the function enableTTS(){ function block:<br><br>function congrats(param) {<br>  alert(param);<br>} <br><br><br><br>
When all the objects are in the correct bins, the box will pop up.<br><br><br><br><br><hr>Date: Tue, 3 May 2011 21:50:31 +0300<div class="im"><br>From: <a href="mailto:admin@strivney.com" target="_blank">admin@strivney.com</a><br>
To: <a href="mailto:xerte@lists.nottingham.ac.uk" target="_blank">xerte@lists.nottingham.ac.uk</a><br></div><div class="im">Subject: [Xerte] Re: Adding Feedback on Completion of Drag and Drop     Labelling (Wizards)<br><br></div>
<div class="im"><div dir="ltr"><div dir="ltr"><div style="text-align:left">I'm not sure I am understanding what you mean Dave.  I would just like to be able to have a "Well Done"  pop up when they have placed all the labels in the right places on the image.  Would that take up a lot of real estate?</div>

</div><br>
</div>
<br>

This message and any attachment are intended solely for the addressee and may 
contain confidential information. If you have received this message in error, 
please send it back to me, and immediately delete it.   Please do not use, 
copy or disclose the information contained in this message or in any attachment.  
Any views or opinions expressed by the author of this email do not necessarily 
reflect the views of the University of Nottingham.
<br>

This message has been checked for viruses but the contents of an attachment
may still contain software viruses which could damage your computer system:
you are advised to perform your own checks. Email communications with the
University of Nottingham may be monitored as permitted by UK legislation.
<br>
<br></div>_______________________________________________
Xerte mailing list
<a href="mailto:Xerte@lists.nottingham.ac.uk" target="_blank">Xerte@lists.nottingham.ac.uk</a>
<a href="http://lists.nottingham.ac.uk/mailman/listinfo/xerte" target="_blank">http://lists.nottingham.ac.uk/mailman/listinfo/xerte</a>

This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it.   Please do not use, copy or disclose the information contained in this message or in any attachment.  Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham.

This message has been checked for viruses but the contents of an attachment
may still contain software viruses which could damage your computer system:
you are advised to perform your own checks. Email communications with the
University of Nottingham may be monitored as permitted by UK legislation.                                         </div>
<br>_______________________________________________<br>
Xerte mailing list<br>
<a href="mailto:Xerte@lists.nottingham.ac.uk">Xerte@lists.nottingham.ac.uk</a><br>
<a href="http://lists.nottingham.ac.uk/mailman/listinfo/xerte" target="_blank">http://lists.nottingham.ac.uk/mailman/listinfo/xerte</a><br>
<br>
This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it.   Please do not use, copy or disclose the information contained in this message or in any attachment.  Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham.<br>

<br>
This message has been checked for viruses but the contents of an attachment<br>
may still contain software viruses which could damage your computer system:<br>
you are advised to perform your own checks. Email communications with the<br>
University of Nottingham may be monitored as permitted by UK legislation.<br>
<br>
<br></blockquote></div><br>