mod/scorm/help: fix typo (extra space before period) MERGE from MOODLE_19_STABLE

This commit is contained in:
fmarier 2008-07-28 06:34:08 +00:00
parent 6135bd451e
commit cf3ed6e42f

View file

@ -2,7 +2,7 @@
<p>The results of a SCORM/AICC Package activity shown in Grades pages can be rated in several modes:</p>
<ul>
<li><b>Learning Objects</b><br />This mode shows the number of completed/passed Learning Objects for the activity. The max value is the number of Package's Learning Objects .</li>
<li><b>Learning Objects</b><br />This mode shows the number of completed/passed Learning Objects for the activity. The max value is the number of Package's Learning Objects.</li>
<li><b>Highest grade</b><br />The grade page will display the highest score obtained by users in all passed Learning Objects.</li>
<li><b>Average grade</b><br />If you choose this mode Moodle will calculate the average of all scores.</li>
<li><b>Sum grade</b><br />With this mode all the scores will be added.</li>