move code up one directory
[atutor.git] / documentation / instructor / content_packages.php
1 <?php require('../common/body_header.inc.php'); $lm = '$LastChangedDate$'; ?>
2
3 <h2>Import/Export Content</h2>
4
5         <p>ATutor provides importing and exporting of course content as IMS Content Packages, or as IMS Common Cartridges.</p>
6         <p> Exported content packages can be viewed offline, and transferred to other systems that will import IMS conformant content. If enabled, students can also export content for offline viewing. See course <a href="properties.php">Properties</a> to learn how to enable content exporting for students.</p>
7
8 <h3>Exporting Content</h3>
9         <p>An entire course, a chapter, or a single page of content can be exported as an <strong>IMS Content Package</strong>. Exported packages are archived into a single ZIP file. </p>
10
11         <p>Similarly, an entire course, a chapter, or a page can be exported as an <strong>IMS Common Cartridge</strong>. Cartridges can include content, tests, and activity tools (forum discussions currently) as a single unit of content.</p>
12         
13         <p>To export content, select the scope by choosing an option from the <em>What to export</em> menu. Select the checkbox to <strong>export AccessForAll adapted content</strong> as an IMS Access4All integrated content package or common cartridge,  if adaptations exist for the content being exported. Then, using <kbd>Export</kbd> will generate a downloadable ZIP file through your browser.</p>
14         
15 <h3>Viewing Exported Content Packages</h3>
16         <p>To view a content package offline that has been exported from ATutor, you will need an IMS or SCORM 1.2 viewer, or a web browser, and an application to unzip the package. To view the content in a web browser, first extract the contents of the ZIP file into an empty folder on your computer, and then open the file <kbd>index.html</kbd> in your browser. Note that tests and adapted content are not currently viewable with the content package viewer, nor is content in a common cartridge.</p>
17
18 <h3>Importing Content</h3>
19         <p>To import content into ATutor, it must conform to IMS or SCORM 1.2 content package specifications, or to IMS Common Cartridge 1.0 specifications.  </p>
20
21         <p>Before importing, specify where in the course structure the new content is to be placed by using the <em>Import into</em> menu.</p>
22         
23         <p>Select the content to upload by choosing the ZIP file from your local file system, either by typing the path into the <em>Upload a Content Package or Common Cartridge</em> text field, or by using the <kbd>Browse</kbd> button. You can also import a cartridge or  package over the Web by entering a URL.</p>
24
25         <p>Select the checkboxes to <strong>Import available Tests</strong>, or to <strong>Import available AccessForAll content</strong>, if they are included with the package being imported. QTI test packages should be imported through <a href="tests_surveys.php">Tests &amp; Surveys</a> if they are not part of a content package.</p>
26
27         <p>Using <kbd>Import</kbd> will upload the zipped content into the course, and unpack it into the specified location in the course.</p>
28         
29 <?php require('../common/body_footer.inc.php'); ?>