<div dir="ltr">sorry Julian - i don&#39;t wish to be pedantic but how else could i read this:&nbsp; 
<p><em>If you don't write code yet, you will be able to use Xerte to integrate text, graphics, animations, sounds and video, create simple interactivity, and deliver it in an accessible interface. Content can be SCORM compliant for delivery in any LMS or VLE. </em></p>
to me that sounded exactly what i wanted ...<br><br>
<div class="gmail_quote">2008/8/22 Julian Tenney <span dir="ltr">&lt;<a href="mailto:Julian.Tenney@nottingham.ac.uk">Julian.Tenney@nottingham.ac.uk</a>&gt;</span><br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div>
<div dir="ltr">
<div dir="ltr"><font face="Arial" color="#000000" size="2">We&#39;ve always been quite clear that Xerte is a tool for developers, who write some code. It is not in our interests to mislead people and we certainly don&#39;t intend to.&nbsp;The overview page of the website makes this quite clear I think. </font><font size="2"><font face="Arial">I&#39;m sorry your expectations were somehow different.</font></font></div>

<div dir="ltr">
<p align="left"><font face="Arial">Julian</font></p></div></div>
<div dir="ltr"><br>
<hr>
<font face="Tahoma" size="2">
<div class="Ih2E3d"><b>From:</b> <a href="mailto:xerte-bounces@lists.nottingham.ac.uk" target="_blank">xerte-bounces@lists.nottingham.ac.uk</a> on behalf of Jude Clark<br></div><b>Sent:</b> Fri 22/08/2008 15:05 
<div>
<div></div>
<div class="Wj3C7c"><br><b>To:</b> Xerte discussion list<br><b>Subject:</b> Re: [Xerte] problem importing xerte scorm package into moodle<br></div></div></font><br></div>
<div>
<div></div>
<div class="Wj3C7c">
<div>
<div dir="ltr">
<div>now i&#39;m too frustrated for words but i&#39;m going to try and explain becaus ei think feedback is useful.</div>
<div>&nbsp;</div>
<div>i am not a developer but i did not think xerte was a developer tool - i thought it was an content authoring tool and thats what i do - author content. </div>
<div>&nbsp;</div>
<div>i have now tried to change the size of the display - it won&#39;t let me amend the bit of code - i guess some form f pretection on the file.</div>
<div>&nbsp;</div>
<div>so i thought i&#39;ll try again and choose scorm 1.2 package from the options see if i get better luck with everything - then i realise that the files i have created using the template wizerd are not .rlo and so i do appear to be able to open them in the main xerte AI to be able to package as scorm 1.2. without the wizerd xerte would be too time consuming for us to get content out - because we are looking for a very quick treatment of our content for output - not a development timeframe of days for one object.<br>
</div>
<div>heck - i&#39;ve done my best but i suggest you change the wording on the website - this appears to me to be more of a developers tool than a rapid course authoring tool for people like me who just want a tool to create content and package it simply. </div>

<div>&nbsp;</div>
<div>from your website:</div>
<blockquote dir="ltr" style="MARGIN-RIGHT: 0px">
<div>
<p><em>If you don&#39;t write code yet, you will be able to use Xerte to integrate text, graphics, animations, sounds and video, create simple interactivity, and deliver it in an accessible interface. Content can be SCORM compliant for delivery in any LMS or VLE. </em></p>
</div></blockquote>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>grrrhhhhh feeling very frustrated that i have now spent best part of two days faffing with this for nothing - i so wanted it to work because i liked the way the templates looked and what it said it delivered</div>
<div>&nbsp;</div>
<div class="gmail_quote">Jude</div>
<div class="gmail_quote">&nbsp;</div>
<div class="gmail_quote">2008/8/22 Jude Clark <span dir="ltr">&lt;<a href="mailto:jude.clark@gmail.com" target="_blank">jude.clark@gmail.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div dir="ltr">
<div>i&#39;m surprised - but i do understand what you are suggesting - however this level of coding/config is out of the question (even if i could challenge my little brain to do it) because the company involved has no-one who would then be able to take this over to continue.</div>

<div>&nbsp;</div>
<div>we need something which just works within moodle without custom coding&nbsp; - while course template level customisations would have been ok individual customisations/coding on courses would be prohibtive - if that makes sense<br>
<br></div>
<div>
<div></div>
<div>
<div class="gmail_quote">2008/8/22 Julian Tenney <span dir="ltr">&lt;<a href="mailto:Julian.Tenney@nottingham.ac.uk" target="_blank">Julian.Tenney@nottingham.ac.uk</a>&gt;</span><br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div>
<div dir="ltr">
<div dir="ltr"><font face="Arial" color="#000000" size="2">In theory, saving the data is straightforward. Throughout a quiz, you keep score in a variable called score.&nbsp;When you want to set the value of score in the LMS, you use the script </font></div>

<div dir="ltr"><font face="Arial" size="2"></font>&nbsp;</div>
<div dir="ltr"><font face="Arial" size="2">_level0.setValue(&#39;cmi.core.score.raw&#39;, score);</font></div>
<div dir="ltr"><font face="Arial" size="2"></font>&nbsp;</div>
<div dir="ltr"><font face="Arial" size="2">This assumes that the variable score contains the value you want to set in the LMS. You&#39;ll need some script thoughout the quiz, to judge questions, and if correct, increment score.</font></div>

<div dir="ltr"><font face="Arial" size="2"></font>&nbsp;</div>
<div dir="ltr"><font face="Arial" size="2">Similarly to get the score if the user return to the quiz you can use </font></div>
<div dir="ltr"><font face="Arial" size="2"></font>&nbsp;</div>
<div dir="ltr"><font face="Arial" size="2">lastScore = _level0.getValue(&#39;cmi.core.score.raw&#39;);</font></div>
<div dir="ltr"><font face="Arial" size="2"></font>&nbsp;</div>
<div dir="ltr"><font face="Arial" size="2">The scripting you use to manage the score throughout the quiz is likely to be more complicated than the simple calls to set and get the values from the LMS.</font></div>
<div dir="ltr"><font face="Arial" size="2"></font>&nbsp;</div>
<div dir="ltr"><font face="Arial" size="2">You will need to get familiar with the SCORM documentation, and it would be worthwhile installing the test suite for the version of SCORM your LMS suports (last time I looked, Moodle claimed to support 2004, but in reality it didn&#39;t when I tested it).</font></div>

<div dir="ltr"><font face="Arial" size="2"></font>&nbsp;</div>
<div dir="ltr"><font face="Arial" size="2">I know there are others on the list here with good knowledge of the SCORM who can also help and advise.</font></div>
<div dir="ltr"><font face="Arial" size="2"></font>&nbsp;</div>
<div dir="ltr"><font face="Arial" size="2"></font><font face="Arial" size="2"></font>&nbsp;</div>
<div dir="ltr"><font face="Arial" size="2">Julian</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>
<font face="Tahoma" size="2">
<div><b>From:</b> <a href="mailto:xerte-bounces@lists.nottingham.ac.uk" target="_blank">xerte-bounces@lists.nottingham.ac.uk</a> on behalf of Jude Clark<br></div><b>Sent:</b> Fri 22/08/2008 12:51 
<div>
<div></div>
<div><br><b>To:</b> Xerte discussion list<br><b>Subject:</b> Re: [Xerte] problem importing xerte scorm package into moodle<br></div></div></font><br></div>
<div>
<div></div>
<div>
<div>
<div dir="ltr">
<div>thanks i will try the stage size thing </div>
<div>&nbsp;</div>
<div>regarding the code - no its not a show stopper if its something that i do once per course/object and if its not too complex. </div>
<div>&nbsp;</div>
<div>I am working for a company who have a large number of legacy (face2face/written) courses/content which they are going to convert/republish as scorm objects in moodle - I am more of an instructional designer than a developer and so i know what we want to achieve and i am happy to learn to use a tool to create what we want - but the development time&nbsp;per course is critical - and they don&#39;t have an in house developer (because there are no other developer requirements in the company) - thats why i am exploring a range of different tools - to see which will deliver the professional output we want - sit happily in moodle - give us a bit of data back for tracking and&nbsp;with shortest learning curve for me and whoever i have to teach this process to in the company.<br>
:)</div>
<div>&nbsp;</div>
<div>Jude<br></div>
<div class="gmail_quote">2008/8/22 Julian Tenney <span dir="ltr">&lt;<a href="mailto:Julian.Tenney@nottingham.ac.uk" target="_blank">Julian.Tenney@nottingham.ac.uk</a>&gt;</span><br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div>
<div dir="ltr">
<div dir="ltr"><font face="Arial" color="#000000" size="2">You can determine the size of the learningObject by setting the stageSize property on the Learning Object icon, i.e. to 550,400, and then re-publish the files.</font></div>

<div dir="ltr"><font face="Arial" color="#000000" size="2"></font>&nbsp;</div>
<div dir="ltr"><font face="Arial" color="#000000" size="2">To exchange data with an LMS you will need to write some code. Is that a showstopper for you? We can help you, but before we get stuck in, it would be useful to know if you want to proceed down that road, and what it is you want to achieve.</font></div>

<div dir="ltr"><font face="Arial" size="2"></font>&nbsp;</div>
<div dir="ltr"><font face="Arial" size="2">thanks,</font></div>
<div dir="ltr"><font face="Arial" size="2"></font>&nbsp;</div>
<div dir="ltr"><font face="Arial" size="2">Julian</font></div>
<div dir="ltr"><font face="Arial" size="2"></font>&nbsp;</div></div>
<div dir="ltr"><br>
<hr>
<font face="Tahoma" size="2"><b>From:</b> <a href="mailto:xerte-bounces@lists.nottingham.ac.uk" target="_blank">xerte-bounces@lists.nottingham.ac.uk</a> on behalf of Patrick Lockley<br><b>Sent:</b> Fri 22/08/2008 11:02<br>
<b>To:</b> Xerte discussion list<br><b>Subject:</b> RE: [Xerte] problem importing xerte scorm package into moodle<br></font><br></div>
<div>
<div></div>
<div>
<div dir="ltr">
<div dir="ltr">
<div dir="ltr"><font face="Arial" color="#000000" size="2">Hello,</font></div>
<div dir="ltr"><font face="Arial" size="2"></font>&nbsp;</div>
<div dir="ltr"><font face="Arial" size="2">I&#39;m guessing from the emails (not sent to the list) you are using templates.</font></div>
<div dir="ltr"><font face="Arial" size="2"></font>&nbsp;</div>
<div dir="ltr"><font face="Arial" size="2">As such the div which holds the template and affects the way the rlo will appear on the screen will be the same size as the rlo. You could set the style to have the style scrollable, (style=&quot;overflow:scroll&quot;) and then make the div smaller, but I suspect&nbsp;it would look awful.</font></div>
</div>
<div dir="ltr">&nbsp;</div>
<div dir="ltr">No idea on the metadata sorry.</div>
<div dir="ltr">&nbsp;</div>
<div dir="ltr">Hope this helps</div>
<div dir="ltr">&nbsp;</div>
<div dir="ltr">Pat<br></div>
<div dir="ltr">
<hr>
</div>
<div dir="ltr"><font face="Tahoma" size="2"><b>From:</b> <a href="mailto:xerte-bounces@lists.nottingham.ac.uk" target="_blank">xerte-bounces@lists.nottingham.ac.uk</a> on behalf of Jude Clark<br><b>Sent:</b> Fri 22/08/2008 10:33<br>
<b>To:</b> Xerte discussion list<br><b>Subject:</b> Re: [Xerte] problem importing xerte scorm package into moodle<br></font><br></div>
<div>
<div dir="ltr">
<div>i have two new issues and i would really like to figure these out because i really want to use xerte</div>
<div>&nbsp;</div>
<div>1. the display size of a the scorm object produced is too big for moodle and the the moodle settings do not appear to have any effect on over-riding this. Can i change the&nbsp;display size&nbsp;of the scorm package easily or not?</div>

<div>&nbsp;</div>
<div>2) because i&#39;m not a techy i cannot see easily what meta data is exchanged - in other authoring tools i am trialing i can choose what data i want to exchange (not sure of the correct terminology here) - someone on here said that there are issues with xerte &#39;talking to&#39; some LMS - can someone help me on this - i need to know what level of data i can expect my scorm object built in xerte to exachange easily (without going to code level writing) with moodle - for example i would like it to report assessment scores from within a scorm, not just started, completed level data. - does that make sense? </div>

<div>&nbsp;</div>
<div>3) does anyone know of anyone who is using xerte to create scorm objects for moodle??</div>
<div>&nbsp;</div>
<div>many thanks </div>
<div>&nbsp;</div>
<div>Jude - feeling a bit blonde with all of this :)</div></div></div></div></div></div></div><br>_______________________________________________<br>Xerte mailing list<br><a href="mailto:Xerte@lists.nottingham.ac.uk" target="_blank">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></blockquote></div><br></div></div></div></div></div><br>_______________________________________________<br>
Xerte mailing list<br><a href="mailto:Xerte@lists.nottingham.ac.uk" target="_blank">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></blockquote></div><br></div></div></div></blockquote></div><br></div></div></div></div></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></blockquote></div><br></div>