Added missing help files

This commit is contained in:
bobopinna 2007-07-03 12:04:17 +00:00
parent 4b07d3a8d9
commit 5a11f4c35e
5 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,7 @@
<p><b>Hide Preview button</b><p>
<p>If this option is set to Yes, the Preview button in the view page of a SCORM/AICC Package activity will be hidden.</p>
<p>The student can choose to preview (browse mode) the activity or attempt it in the normal mode.</p>
<p>When a Learning Object is completed in preview (browse) mode, it's marked with <img src="<?php echo $CFG->wwwroot.'/mod/scorm/pix/browsed.gif' ?>" alt="<?php print_string('browsed','scorm') ?>" title="<?php print_string('browsed','scorm') ?>" /> browsed icon.</p>

View File

@ -0,0 +1,3 @@
<h1>Maximum attempts</h1>
<p>This define the number of attempts permitted to users.<br />It works only with SCORM1.2 and AICC packages. SCORM2004 has its own max attempts definition</p>

View File

@ -0,0 +1,11 @@
<h1>Student skip content structure page</h1>
<p>If you add a package with only one Learning Object in it, you can choose to auto-skip the content structure page when users click on SCORM activity in the course page.</p>
<p>You can choose:
<ul>
<li><strong>Never</strong> skip the content structure page</li>
<li><strong>First access</strong> skip the content structure page only the first time</li>
<li><strong>Always</strong> skip the content structure page</li>
</ul>
</p>

View File

@ -0,0 +1,3 @@
<h1>Size</h1>
<p>These two settings define the Learning Objects frame/window height and width.</p>

View File

@ -0,0 +1,3 @@
<h1>Attempts Grading</h1>
<p>When you permit multiple attempts to users, you can choose how to use the result of attempts in gradebook.</p>