diff --git a/lang/en_utf8/help/scorm/autocontinue.html b/lang/en_utf8/help/scorm/autocontinue.html index 43f3b2ef243..b17942eea45 100644 --- a/lang/en_utf8/help/scorm/autocontinue.html +++ b/lang/en_utf8/help/scorm/autocontinue.html @@ -1,5 +1,6 @@

Auto-Continue

-

If Auto-continue is set to Yes, when a Learning Object calls the "close communication" method, automatically the next available Learning Object will launched.

+

If Auto-continue is set to Yes, when a Learning Object calls the "close communication" method, +the next available Learning Object is launched automatically.

If it is set to No, the users must use the "Continue" button to go on.

diff --git a/lang/en_utf8/help/scorm/browsemode.html b/lang/en_utf8/help/scorm/browsemode.html index 117208fe381..b12a7917aae 100644 --- a/lang/en_utf8/help/scorm/browsemode.html +++ b/lang/en_utf8/help/scorm/browsemode.html @@ -2,6 +2,6 @@

If this option is set to Yes, the Preview button in the view page of a SCORM/AICC Package activity will be hidden.

-

The student can choose if preview (browse mode) the activity or take it in the normal mode.

+

The student can choose to preview (browse mode) the activity or attempt it in the normal mode.

-

When a Learning Object is completed in preview (browse) mode, it's maked with<?php print_string('browsed','scorm') ?> browsed icon.

+

When a Learning Object is completed in preview (browse) mode, it's marked with <?php print_string('browsed','scorm') ?>browsed icon.

diff --git a/lang/en_utf8/help/scorm/size.html b/lang/en_utf8/help/scorm/size.html index bb42b055fce..59dce4d8592 100644 --- a/lang/en_utf8/help/scorm/size.html +++ b/lang/en_utf8/help/scorm/size.html @@ -1,3 +1,3 @@

Size

-

This two settings define the Learning Objects frame/window height and width.

+

These two settings define the Learning Objects frame/window height and width.

diff --git a/lang/en_utf8/scorm.php b/lang/en_utf8/scorm.php index 8c3fe3b2276..769edd311fb 100644 --- a/lang/en_utf8/scorm.php +++ b/lang/en_utf8/scorm.php @@ -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';