<HTML dir=ltr><HEAD>
<META http-equiv=Content-Type content="text/html; charset=unicode">
<META content="MSHTML 6.00.6000.16981" name=GENERATOR>
<STYLE>
<!--
                       
 font-face
        {font-family:Wingdings;}
font-face
        {font-family:"Cambria Math";}
font-face
        {font-family:Calibri;}
font-face
        {font-family:Tahoma;}
                        
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
span.EmailStyle18
        {
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
span.EmailStyle19
        {
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
span.EmailStyle20
        {
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
span.EmailStyle21
        {
        font-family:"Calibri","sans-serif";
        color:#1F497D;
        font-weight:normal;
        font-style:normal;
        text-decoration:none none;}
.MsoChpDefault
        {
        font-size:10.0pt;}

div.Section1
        {page:Section1;}
-->
</STYLE>
</HEAD>
<BODY lang=EN-US vLink=purple link=blue>
<DIV id=idOWAReplyText56293 dir=ltr>
<DIV dir=ltr><FONT face=Arial color=#000000 size=2>I don't think that would work. In the background, Xerte is breakApart() ing a text icon. It returns an array of movie clips, one for each word in the icon's text, with a textField in it, formatted with the appropriate TextFormat to display the word. The icons's text comes from the template xml - it is what you enter into the wizard.&nbsp;Then, based on the positions of the |s in the word, process those movie clips, displaying them properly&nbsp;without the pipes, and&nbsp;layering on top of each either a textfield or a target area response (and if nesessary create the draggable items).</FONT></DIV>
<DIV dir=ltr><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV dir=ltr><FONT face=Arial size=2>It will depend on how those characters survive breakApart().</FONT></DIV>
<DIV dir=ltr><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV dir=ltr><FONT face=Arial size=2>Helper methods of ICON like breakApart() are really, er, helpful. They don't impact the file size much so I'm always open to new / better ones. You can easily add your own into your own XMLEngine.swf from XMLEngine.fla - see the ICON class, or add them to specific classes, like INTERACTION if you only need certain types of icon to have those methods.</FONT></DIV>
<DIV dir=ltr><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV dir=ltr><FONT face=Arial size=2>ICON.prototype.myCoolMethod = function(){</FONT></DIV>
<DIV dir=ltr><FONT face=Arial size=2>&nbsp; debug("Hello"); //do cool stuff here</FONT></DIV>
<DIV dir=ltr><FONT face=Arial size=2>&nbsp; inspect(this);</FONT></DIV>
<DIV dir=ltr><FONT face=Arial size=2>}</FONT></DIV>
<DIV dir=ltr><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV dir=ltr><FONT face=Arial size=2>then compile it over [xerte]/XMLEngine.swf, and call the method in Xerte, ie someIconID.myCoolMethod();</FONT></DIV>
<DIV dir=ltr><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV dir=ltr><FONT face=Arial size=2>To revert back your engine, get [xerte]/publish/common/XMLEngine.swf.</FONT></DIV>
<DIV dir=ltr><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV dir=ltr><FONT face=Arial size=2></FONT>&nbsp;</DIV></DIV>
<DIV dir=ltr><BR>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> xerte-bounces@lists.nottingham.ac.uk on behalf of Paul Swanson<BR><B>Sent:</B> Wed 27/01/2010 17:04<BR><B>To:</B> Xerte discussion list<BR><B>Subject:</B> RE: [Xerte] Adding from other applications<BR></FONT><BR></DIV>
<DIV>
<DIV class=Section1>
<P class=MsoNormal><SPAN style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'">What if you use \u00A0 instead of spaces? That&#8217;s the Unicode equivalent of &amp;nbsp; in HTML (a non-breaking space). It should look like a space, but allow you to test for the existence of the character, just like an underscore.</SPAN></P>
<P class=MsoNormal><SPAN style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'"></SPAN>&nbsp;</P>
<P class=MsoNormal><SPAN style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'">Paul</SPAN></P>
<P class=MsoNormal><SPAN style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'"></SPAN>&nbsp;</P>
<DIV style="BORDER-RIGHT: medium none; PADDING-RIGHT: 0in; BORDER-TOP: medium none; PADDING-LEFT: 4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: blue 1.5pt solid; PADDING-TOP: 0in; BORDER-BOTTOM: medium none">
<DIV>
<DIV style="BORDER-RIGHT: medium none; PADDING-RIGHT: 0in; BORDER-TOP: #b5c4df 1pt solid; PADDING-LEFT: 0in; PADDING-BOTTOM: 0in; BORDER-LEFT: medium none; PADDING-TOP: 3pt; BORDER-BOTTOM: medium none">
<P class=MsoNormal><B><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Tahoma','sans-serif'">From:</SPAN></B><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Tahoma','sans-serif'"> xerte-bounces@lists.nottingham.ac.uk [mailto:xerte-bounces@lists.nottingham.ac.uk] <B>On Behalf Of </B>Hall C.M.<BR><B>Sent:</B> Wednesday, January 27, 2010 8:54 AM<BR><B>To:</B> Xerte discussion list<BR><B>Subject:</B> RE: [Xerte] Adding from other applications</SPAN></P></DIV></DIV>
<P class=MsoNormal>&nbsp;</P>
<P class=MsoNormal><SPAN lang=EN-GB style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'">I&#8217;m teaching EFL. The problem I have is the choice of answer is between, for example, &nbsp;worked/ was working. When I&#8217;ve tried to make two word gaps Xerte objects </SPAN><SPAN lang=EN-GB style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: Wingdings">L</SPAN><SPAN lang=EN-GB style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'"> If I put two gaps it gives the answer away. I&#8217;ve tried using underscores and dashes but that&#8217;s not really ideal.</SPAN></P>
<P class=MsoNormal><SPAN lang=EN-GB style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'"></SPAN>&nbsp;</P>
<P class=MsoNormal><SPAN lang=EN-GB style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'">The new templates sound interesting. When will they be available?</SPAN></P>
<P class=MsoNormal><SPAN lang=EN-GB style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'"></SPAN>&nbsp;</P>
<P class=MsoNormal><SPAN lang=EN-GB style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'">Chris</SPAN></P>
<P class=MsoNormal><SPAN lang=EN-GB style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'"></SPAN>&nbsp;</P>
<DIV>
<DIV style="BORDER-RIGHT: medium none; PADDING-RIGHT: 0in; BORDER-TOP: #b5c4df 1pt solid; PADDING-LEFT: 0in; PADDING-BOTTOM: 0in; BORDER-LEFT: medium none; PADDING-TOP: 3pt; BORDER-BOTTOM: medium none">
<P class=MsoNormal><B><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Tahoma','sans-serif'">From:</SPAN></B><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Tahoma','sans-serif'"> xerte-bounces@lists.nottingham.ac.uk [mailto:xerte-bounces@lists.nottingham.ac.uk] <B>On Behalf Of </B>Julian Tenney<BR><B>Sent:</B> 27 January 2010 16:06<BR><B>To:</B> Xerte discussion list<BR><B>Subject:</B> RE: [Xerte] Adding from other applications</SPAN></P></DIV></DIV>
<P class=MsoNormal><SPAN lang=EN-GB></SPAN>&nbsp;</P>
<P class=MsoNormal><SPAN lang=EN-GB style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'">I did some work recently on the gap fill exercise to allow parts of words to be marked up for gaps &#8211; previously you could only mark up whole words. What&#8217;s a &#8216;two- gap word&#8217;?</SPAN></P>
<P class=MsoNormal><SPAN lang=EN-GB style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'"></SPAN>&nbsp;</P>
<P class=MsoNormal><SPAN lang=EN-GB style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'">There is also a new template pretty much finished designed with modern languages teaching in mind &#8211; what are you teaching?</SPAN></P>
<P class=MsoNormal><SPAN lang=EN-GB style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'"></SPAN>&nbsp;</P>
<DIV>
<DIV style="BORDER-RIGHT: medium none; PADDING-RIGHT: 0in; BORDER-TOP: #b5c4df 1pt solid; PADDING-LEFT: 0in; PADDING-BOTTOM: 0in; BORDER-LEFT: medium none; PADDING-TOP: 3pt; BORDER-BOTTOM: medium none">
<P class=MsoNormal style="MARGIN-LEFT: 0.5in"><B><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Tahoma','sans-serif'">From:</SPAN></B><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Tahoma','sans-serif'"> xerte-bounces@lists.nottingham.ac.uk [mailto:xerte-bounces@lists.nottingham.ac.uk] <B>On Behalf Of </B>Hall C.M.<BR><B>Sent:</B> Wednesday, January 27, 2010 4:03 PM<BR><B>To:</B> Xerte discussion list<BR><B>Subject:</B> RE: [Xerte] Adding from other applications</SPAN></P></DIV></DIV>
<P class=MsoNormal style="MARGIN-LEFT: 0.5in"><SPAN lang=EN-GB></SPAN>&nbsp;</P>
<P class=MsoNormal style="MARGIN-LEFT: 0.5in"><SPAN lang=EN-GB style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'">My original question was about adding a Hot Potatoes Gap Fill to a Xerte package in order to get round the problem of two-word gaps in Xerte. Eg adding a Hot Potatoes page like a Google map but it doesn&#8217;t seem &nbsp;possible other than as a link. Not sure how SCORM is relevant either.</SPAN></P>
<P class=MsoNormal style="MARGIN-LEFT: 0.5in"><SPAN lang=EN-GB style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'"></SPAN>&nbsp;</P>
<P class=MsoNormal style="MARGIN-LEFT: 0.5in"><SPAN lang=EN-GB style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'">Chris</SPAN></P>
<P class=MsoNormal style="MARGIN-LEFT: 0.5in"><SPAN lang=EN-GB style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'"></SPAN>&nbsp;</P>
<DIV>
<DIV style="BORDER-RIGHT: medium none; PADDING-RIGHT: 0in; BORDER-TOP: #b5c4df 1pt solid; PADDING-LEFT: 0in; PADDING-BOTTOM: 0in; BORDER-LEFT: medium none; PADDING-TOP: 3pt; BORDER-BOTTOM: medium none">
<P class=MsoNormal style="MARGIN-LEFT: 0.5in"><B><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Tahoma','sans-serif'">From:</SPAN></B><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Tahoma','sans-serif'"> xerte-bounces@lists.nottingham.ac.uk [mailto:xerte-bounces@lists.nottingham.ac.uk] <B>On Behalf Of </B>Julian Tenney<BR><B>Sent:</B> 27 January 2010 15:51<BR><B>To:</B> Xerte discussion list<BR><B>Subject:</B> RE: [Xerte] Adding from other applications</SPAN></P></DIV></DIV>
<P class=MsoNormal style="MARGIN-LEFT: 0.5in"><SPAN lang=EN-GB></SPAN>&nbsp;</P>
<P class=MsoNormal style="MARGIN-LEFT: 0.5in"><SPAN lang=EN-GB style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'">I&#8217;m not sure how SCORM is relevant?</SPAN></P>
<P class=MsoNormal style="MARGIN-LEFT: 0.5in"><SPAN lang=EN-GB style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'"></SPAN>&nbsp;</P>
<DIV style="BORDER-RIGHT: medium none; PADDING-RIGHT: 0in; BORDER-TOP: #b5c4df 1pt solid; PADDING-LEFT: 0in; PADDING-BOTTOM: 0in; BORDER-LEFT: medium none; PADDING-TOP: 3pt; BORDER-BOTTOM: medium none">
<P class=MsoNormal style="MARGIN-LEFT: 1in"><B><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Tahoma','sans-serif'">From:</SPAN></B><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Tahoma','sans-serif'"> xerte-bounces@lists.nottingham.ac.uk [mailto:xerte-bounces@lists.nottingham.ac.uk] <B>On Behalf Of </B>Yuping Jin<BR><B>Sent:</B> Wednesday, January 27, 2010 3:45 PM<BR><B>To:</B> Xerte discussion list<BR><B>Subject:</B> Re: [Xerte] Adding from other applications</SPAN></P></DIV>
<P class=MsoNormal style="MARGIN-LEFT: 1in"><SPAN lang=EN-GB></SPAN>&nbsp;</P>
<P class=MsoNormal style="MARGIN-BOTTOM: 12pt; MARGIN-LEFT: 1in; MARGIN-RIGHT: 0in"><SPAN lang=EN-GB>Is this expected by SCORM compliant LMS? To play other SCORM contents or leverage them? I mean I'm not sure what kind of interoperability can be obtained by complying to SCORM. Is it expected to insert SCORM content from other product into Xerte piece?<BR>Any point would be appreciated! </SPAN></P>
<DIV>
<P class=MsoNormal style="MARGIN-LEFT: 1in"><SPAN lang=EN-GB>On Tue, Jan 26, 2010 at 11:38 PM, Julian Tenney &lt;<A href="mailto:Julian.Tenney@nottingham.ac.uk">Julian.Tenney@nottingham.ac.uk</A>&gt; wrote:</SPAN></P>
<DIV>
<DIV>
<P class=MsoNormal style="MARGIN-LEFT: 1in"><SPAN lang=EN-GB style="COLOR: #1f497d">No, but you can create links to them from a Xerte piece,</SPAN><SPAN lang=EN-GB></SPAN></P>
<P class=MsoNormal style="MARGIN-LEFT: 1in"><SPAN lang=EN-GB style="COLOR: #1f497d"></SPAN><SPAN lang=EN-GB></SPAN>&nbsp;</P>
<DIV>
<DIV style="BORDER-RIGHT: medium none; PADDING-RIGHT: 0in; BORDER-TOP: windowtext 1pt solid; PADDING-LEFT: 0in; PADDING-BOTTOM: 0in; BORDER-LEFT: medium none; PADDING-TOP: 3pt; BORDER-BOTTOM: medium none">
<P class=MsoNormal style="MARGIN-LEFT: 1.5in"><B><SPAN style="FONT-SIZE: 10pt">From:</SPAN></B><SPAN style="FONT-SIZE: 10pt"> <A href="mailto:xerte-bounces@lists.nottingham.ac.uk" target=_blank>xerte-bounces@lists.nottingham.ac.uk</A> [mailto:<A href="mailto:xerte-bounces@lists.nottingham.ac.uk" target=_blank>xerte-bounces@lists.nottingham.ac.uk</A>] <B>On Behalf Of </B>Hall C.M.<BR><B>Sent:</B> Tuesday, January 26, 2010 3:32 PM</SPAN></P>
<DIV>
<P class=MsoNormal style="MARGIN-LEFT: 1in"><SPAN style="FONT-SIZE: 10pt"><BR><B>To:</B> Xerte discussion list<BR><B>Subject:</B> [Xerte] Adding from other applications</SPAN></P></DIV></DIV></DIV>
<P class=MsoNormal style="MARGIN-LEFT: 1.5in"><SPAN lang=EN-GB></SPAN>&nbsp;</P>
<P class=MsoNormal style="MARGIN-LEFT: 1.5in"><SPAN lang=EN-GB style="COLOR: #1f497d">Hi,</SPAN><SPAN lang=EN-GB></SPAN></P>
<DIV>
<DIV>
<P class=MsoNormal style="MARGIN-LEFT: 1.5in"><SPAN lang=EN-GB style="COLOR: #1f497d"></SPAN><SPAN lang=EN-GB></SPAN>&nbsp;</P>
<P class=MsoNormal style="MARGIN-LEFT: 1.5in"><SPAN lang=EN-GB style="COLOR: #1f497d">This might seem a strange question but Is it possible to add activities from other applications, Hot Potatoes for example, to Xerte or Xerte Toolkits?</SPAN><SPAN lang=EN-GB></SPAN></P>
<P class=MsoNormal style="MARGIN-LEFT: 1.5in"><SPAN lang=EN-GB style="COLOR: #1f497d"></SPAN><SPAN lang=EN-GB></SPAN>&nbsp;</P>
<P class=MsoNormal style="MARGIN-LEFT: 1.5in"><SPAN lang=EN-GB style="COLOR: #1f497d"></SPAN><SPAN lang=EN-GB></SPAN>&nbsp;</P>
<P class=MsoNormal style="MARGIN-LEFT: 1.5in"><B><SPAN lang=EN-GB style="FONT-SIZE: 10pt; COLOR: #1f497d">Chris Hall</SPAN></B><SPAN lang=EN-GB></SPAN></P>
<P class=MsoNormal style="MARGIN-LEFT: 1.5in"><B><SPAN lang=EN-GB style="FONT-SIZE: 10pt; COLOR: #1f497d">e-Learning Support Officer</SPAN></B><SPAN lang=EN-GB></SPAN></P>
<P class=MsoNormal style="MARGIN-LEFT: 1.5in"><SPAN lang=EN-GB style="FONT-SIZE: 10pt; COLOR: #1f497d">Swansea University</SPAN><SPAN lang=EN-GB></SPAN></P>
<P class=MsoNormal style="MARGIN-LEFT: 1.5in"><SPAN lang=EN-GB style="FONT-SIZE: 10pt; COLOR: #1f497d"><A href="http://learninglab.swan.ac.uk/" target=_blank>http://learninglab.swan.ac.uk</A> </SPAN><SPAN lang=EN-GB></SPAN></P>
<P class=MsoNormal style="MARGIN-LEFT: 1.5in"><SPAN lang=EN-GB style="COLOR: #1f497d"></SPAN><SPAN lang=EN-GB></SPAN>&nbsp;</P>
<P class=MsoNormal style="MARGIN-LEFT: 1.5in"><SPAN lang=EN-GB style="COLOR: #1f497d"></SPAN><SPAN lang=EN-GB></SPAN>&nbsp;</P></DIV></DIV></DIV></DIV>
<P class=MsoNormal style="MARGIN-BOTTOM: 12pt; MARGIN-LEFT: 1in; MARGIN-RIGHT: 0in"><SPAN lang=EN-GB><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></SPAN></P></DIV>
<P class=MsoNormal style="MARGIN-LEFT: 1in"><SPAN lang=EN-GB><BR><BR clear=all><BR>-- <BR>Jin Yuping<BR><A href="mailto:jinyuping@gmail.com">jinyuping@gmail.com</A></SPAN></P></DIV></DIV></DIV></BODY></HTML>