]> git.mjollnir.org Git - moodle.git/commitdiff
Added missing help files
authorbobopinna <bobopinna>
Tue, 3 Jul 2007 12:04:17 +0000 (12:04 +0000)
committerbobopinna <bobopinna>
Tue, 3 Jul 2007 12:04:17 +0000 (12:04 +0000)
lang/en_utf8/help/scorm/hidebrowse.html [new file with mode: 0644]
lang/en_utf8/help/scorm/maxattempt.html [new file with mode: 0644]
lang/en_utf8/help/scorm/skipview.html [new file with mode: 0644]
lang/en_utf8/help/scorm/stagesize.html [new file with mode: 0644]
lang/en_utf8/help/scorm/whatgrade.html [new file with mode: 0644]

diff --git a/lang/en_utf8/help/scorm/hidebrowse.html b/lang/en_utf8/help/scorm/hidebrowse.html
new file mode 100644 (file)
index 0000000..5c51954
--- /dev/null
@@ -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>
diff --git a/lang/en_utf8/help/scorm/maxattempt.html b/lang/en_utf8/help/scorm/maxattempt.html
new file mode 100644 (file)
index 0000000..29d7fb3
--- /dev/null
@@ -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> 
diff --git a/lang/en_utf8/help/scorm/skipview.html b/lang/en_utf8/help/scorm/skipview.html
new file mode 100644 (file)
index 0000000..abc64c2
--- /dev/null
@@ -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> 
diff --git a/lang/en_utf8/help/scorm/stagesize.html b/lang/en_utf8/help/scorm/stagesize.html
new file mode 100644 (file)
index 0000000..6ed7e14
--- /dev/null
@@ -0,0 +1,3 @@
+<h1>Size</h1>
+
+<p>These two settings define the Learning Objects frame/window height and width.</p> 
diff --git a/lang/en_utf8/help/scorm/whatgrade.html b/lang/en_utf8/help/scorm/whatgrade.html
new file mode 100644 (file)
index 0000000..2e0aba1
--- /dev/null
@@ -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>