<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)">
<!--[if !mso]>
<style>
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style>
<![endif]-->
<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:SimSun;
        panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
        {font-family:SimSun;
        panose-1:2 1 6 0 3 1 1 1 1 1;}
@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:"\@SimSun";
        panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
        {font-family:"Lucida Sans Unicode";
        panose-1:2 11 6 2 3 5 4 2 2 4;}
@font-face
        {font-family:Georgia;
        panose-1:2 4 5 2 5 4 5 2 3 3;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-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;}
p
        {mso-style-priority:99;
        mso-margin-top-alt:auto;
        margin-right:0cm;
        mso-margin-bottom-alt:auto;
        margin-left:0cm;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
span.emailstyle17
        {mso-style-name:emailstyle17;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
span.EmailStyle20
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@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='color:#1F497D'>I&#8217;ve fixed the issue with the &#8216;undefined&#8217;
string. It now takes the string from the name and title attributes of the
interface node in the main Xerte view. I can&#8217;t hook it up to the name of the
learning object as defined by the wizard because I don&#8217;t know for certain how
other templates will define this in their XML, or what the structure of that
XML is:<o:p></o:p></span></p>

<p class=MsoNormal><span style='color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span style='color:#1F497D'>&lt;learningOBject title=&#8221;My
Learning Object&gt;<o:p></o:p></span></p>

<p class=MsoNormal><span style='color:#1F497D'>&nbsp; &lt;..blah..&gt;<o:p></o:p></span></p>

<p class=MsoNormal><span style='color:#1F497D'>&lt;/learningObject&gt;<o:p></o:p></span></p>

<p class=MsoNormal><span style='color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span style='color:#1F497D'>Is one possibility<o:p></o:p></span></p>

<p class=MsoNormal><span style='color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span style='color:#1F497D'>But so is<o:p></o:p></span></p>

<p class=MsoNormal><span style='color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span style='color:#1F497D'>&lt;myTemplateData&gt;<o:p></o:p></span></p>

<p class=MsoNormal><span style='color:#1F497D'>&nbsp; &lt;learningObjectTitle&gt;My
Interactive Stuff&lt;/learningObjectTitle&gt;<o:p></o:p></span></p>

<p class=MsoNormal><span style='color:#1F497D'>&lt;/myTemplateData&gt;<o:p></o:p></span></p>

<p class=MsoNormal><span style='color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span style='color:#1F497D'>Or<o:p></o:p></span></p>

<p class=MsoNormal><span style='color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span style='color:#1F497D'>&lt;rss&gt;<o:p></o:p></span></p>

<p class=MsoNormal><span style='color:#1F497D'>&nbsp; &lt;channel&gt;<o:p></o:p></span></p>

<p class=MsoNormal><span style='color:#1F497D'>&nbsp;&nbsp;&nbsp; &lt;title&gt;&lt;![CDATA[Enter
a title]]&gt;&lt;/title&gt;<o:p></o:p></span></p>

<p class=MsoNormal><span style='color:#1F497D'>&nbsp; &nbsp;&nbsp;&nbsp;&#8230;<o:p></o:p></span></p>

<p class=MsoNormal><span style='color:#1F497D'>&nbsp; &lt;/channel&gt;<o:p></o:p></span></p>

<p class=MsoNormal><span style='color:#1F497D'>&lt;/rss&gt;<o:p></o:p></span></p>

<p class=MsoNormal><span style='color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span style='color:#1F497D'>So how can the editor know where
to find the name in the template Data XML?<o:p></o:p></span></p>

<p class=MsoNormal><span style='color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span style='color:#1F497D'>J<o:p></o:p></span></p>

<p class=MsoNormal><span style='color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span style='color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<div>

<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>Julian Tenney<br>
<b>Sent:</b> Monday, October 12, 2009 11:43 AM<br>
<b>To:</b> Xerte discussion list<br>
<b>Subject:</b> RE: [Xerte] Listed as &quot;undefined&quot; in Moodle<o:p></o:p></span></p>

</div>

</div>

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

<div id=idOWAReplyText88594>

<div>

<p class=MsoNormal style='margin-left:36.0pt'><span lang=EN-US
style='font-size:10.0pt;font-family:"Arial","sans-serif";color:black'>Is
anything listed as 'undefined' in imsmanifest.xml?</span><span lang=EN-US
style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p></o:p></span></p>

</div>

</div>

<div>

<p class=MsoNormal style='margin-left:36.0pt'><span lang=EN-US
style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p>&nbsp;</o:p></span></p>

<div class=MsoNormal align=center style='margin-left:36.0pt;text-align:center'><span
lang=EN-US style='font-size:12.0pt;font-family:"Times New Roman","serif"'>

<hr size=2 width="100%" align=center>

</span></div>

<p class=MsoNormal style='mso-margin-top-alt:0cm;margin-right:0cm;margin-bottom:
12.0pt;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
on behalf of James McCleese<br>
<b>Sent:</b> Fri 09/10/2009 21:25<br>
<b>To:</b> Xerte discussion list<br>
<b>Subject:</b> [Xerte] Listed as &quot;undefined&quot; in Moodle</span><span
lang=EN-US style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p></o:p></span></p>

</div>

<div>

<div>

<p class=MsoNormal style='margin-left:36.0pt'><strong><span lang=EN-US
style='font-size:10.0pt;font-family:"Georgia","serif";color:blue;font-weight:
normal'>&nbsp;Team,</span></strong><span lang=EN-US style='color:black'><o:p></o:p></span></p>

<p class=MsoNormal style='margin-left:36.0pt'><span lang=EN-US
style='color:black'>&nbsp;<o:p></o:p></span></p>

<p class=MsoNormal style='margin-left:36.0pt'><strong><span lang=EN-US
style='font-size:10.0pt;font-family:"Georgia","serif";color:blue;font-weight:
normal'>I am running into a problem when taking a SCORM 1.2 module from Xerte
into Moodle. Tried searching for this issue as I'm sure it's a known one, but
hit a wall. Basically, when I import a SCORM package into Moodle, the name of
the module is listed as &quot;undefined&quot; in Moodle. Anyone else run into
this, possibly have a fix? Thanks!</span></strong><span lang=EN-US
style='color:black'><o:p></o:p></span></p>

<p class=MsoNormal style='margin-left:36.0pt'><span lang=EN-US
style='color:black'>&nbsp;<o:p></o:p></span></p>

<p class=MsoNormal style='margin-left:36.0pt'><strong><span lang=EN-US
style='font-size:8.0pt;font-family:"Lucida Sans Unicode","sans-serif";
color:black;font-weight:normal'>&nbsp;James McCleese</span></strong><strong><span
style='font-size:8.0pt;font-family:"Lucida Sans Unicode","sans-serif";
font-weight:normal'><o:p></o:p></span></strong></p>

<p class=MsoNormal style='margin-left:36.0pt'><strong><span lang=EN-US
style='font-size:7.0pt;font-family:"Lucida Sans Unicode","sans-serif";
color:gray;font-weight:normal'>2Wire Services &amp; Support</span></strong><o:p></o:p></p>

<p class=MsoNormal style='margin-left:36.0pt'><strong><span lang=EN-US
style='font-size:7.0pt;font-family:"Lucida Sans Unicode","sans-serif";
color:gray;font-weight:normal'>210-507-8173</span></strong><span lang=EN-US
style='color:black'><o:p></o:p></span></p>

</div>

</div>

</div>

</body>

</html>