Fixed some language refinements
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<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>
|
||||
|
||||
@@ -2,6 +2,6 @@
|
||||
|
||||
<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>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>
|
||||
|
||||
@@ -19,7 +19,7 @@ $string['failed'] = 'Failed';
|
||||
$string['gradeaverage'] = 'Average grade';
|
||||
$string['gradehighest'] = 'Highest grade';
|
||||
$string['grademethod'] = 'Grading method';
|
||||
$string['gradescoes'] = 'Scoes situation';
|
||||
$string['gradescoes'] = 'Learning Objects';
|
||||
$string['gradesum'] = 'Sum grade';
|
||||
$string['incomplete'] = 'Incomplete';
|
||||
$string['next'] = 'Continue';
|
||||
@@ -56,7 +56,7 @@ $string['noactivity'] = 'Nothing to report';
|
||||
$string['firstaccess'] = 'First access';
|
||||
$string['lastaccess'] = 'Last access';
|
||||
$string['scormcourse'] = 'Learning Course';
|
||||
$string['advanced'] = 'Advanced';
|
||||
$string['advanced'] = 'Parameters';
|
||||
$string['window'] = 'Window';
|
||||
$string['hidetoc'] = 'Course structure display (TOC)';
|
||||
$string['hidenav'] = 'Hide navigation buttons';
|
||||
|
||||
Reference in New Issue
Block a user