mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
Fixed some language refinements
This commit is contained in:
parent
a681c2b0f9
commit
7ad2067fd7
3 changed files with 7 additions and 4 deletions
|
@ -1,5 +1,6 @@
|
||||||
<p><b>Auto-Continue</b></p>
|
<p><b>Auto-Continue</b></p>
|
||||||
|
|
||||||
<p>If Auto-continue is set to Yes, when a Learning Object calls the "close communication" method, automatically the next available Learning Object will launched.</p>
|
<p>If Auto-continue is set to Yes, when a Learning Object calls the "close communication" method,
|
||||||
|
the next available Learning Object is launched automatically.</p>
|
||||||
|
|
||||||
<p>If it is set to No, the users must use the "Continue" button to go on.</p>
|
<p>If it is set to No, the users must use the "Continue" button to go on.</p>
|
||||||
|
|
|
@ -1,7 +1,9 @@
|
||||||
<p><b>Hide Preview button</b><p>
|
<p><b>Hide Preview button</b><p>
|
||||||
|
|
||||||
|
When a Learning Object is completed in preview (browse) mode,
|
||||||
|
it's marked with the Browsedbrowsed icon.
|
||||||
<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>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 if preview (browse mode) the activity or take it in the normal mode.</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 maked 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>
|
<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>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
<p><b>Size</b></p>
|
<p><b>Size</b></p>
|
||||||
|
|
||||||
<p>This two settings define the Learning Objects frame/window height and width.</p>
|
<p>These two settings define the Learning Objects frame/window height and width.</p>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue