move code up one directory
[atutor.git] / documentation / instructor / scorm_packages.php
1 <?php require('../common/body_header.inc.php'); $lm = '$LastChangedDate$'; ?>
2
3 <h2>SCORM Packages</h2>
4         <p>The Packages tool, when enabled, allows instructors to include SCORM 1.2 Sharable Content Objects (SCOs) as part of their courses. SCOs remain separated from the course content as complete learning units. SCOs should not be confused with content packages which are loaded into ATutor using the Import/Export tool in the Content Manager.</p>
5         <p><strong>Note:</strong> The ATutor SCORM Run-Time Environment (RTE) that plays SCOs requires users to have Java 1.5 (i.e. JRE 1.5) installed on their computer.</p>
6
7         <p>Use the <em>Packages</em> link from the Manage area to access the following:</p>
8
9         <dl>
10                 <dt>Import Package</dt>
11                 <dd><p>Upload a SCO from your computer, or enter the URL to a SCO located on the Web to import it into your course.</p></dd>
12
13                 <dt>Delete Package</dt>
14                 <dd><p>Removes a SCO from a course, and deletes all associated files.</p></dd>
15
16                 <dt>Package Setting (DISABLED IN THIS VERSION OF ATUTOR)</dt>
17                 <dd>
18                         <p><code>Credit Mode</code> sets the package to credit or no credit.</p>
19
20                         <p><code>Lesson Mode</code> is set to <code>browse</code> if the package is to be available for evaluation, or set to <code>normal</code> as a lesson..</p>
21                 </dd>
22         </dl>
23
24 <?php require('../common/body_footer.inc.php'); ?>