Manual

TurningPoint for Office 2003 User Guide 202
Parser Documents
3 Click the Preview & Publish Tab and select Save QTI XML File.
4 Select QTI XML zip file.
5 Click Save As.
6 Name the file and click Save.
Format XML Documents
The following is a basic shell of the XML document type accepted by the TurningPoint Parser:
<slides count=”” id=””>
<slide id=”” type=”” multiresponse=””>
<question alias=”” filename=”” imageposition=”” />
<topic id=””>
</topic id>
<answers>
<answer alias=”” value=”” filename=”” />
</answers>
</slide>
</slides>
Each element is described below, along with an example and an explanation of the attributes.
slides
The slides element is the top-level element in the XML document and contains all the information
TurningPoint requires to create the interactive presentation. The slides element contains a number of
slide elements.
<slides count=”1” id=”86FF9DB9”>
Note
Remember that the following characters are
reserved in XML: < > &
Use the XML entities for these characters (&lt;
&gt; &amp; &apos; &quot; respectively).