diff --git a/mod/scorm/report.php b/mod/scorm/report.php index b5da28c7a21..11a7efa9e06 100644 --- a/mod/scorm/report.php +++ b/mod/scorm/report.php @@ -8,11 +8,11 @@ // // Moodle is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with Moodle. If not, see . +// along with Moodle. If not, see . // This script uses installed report plugins to print scorm reports diff --git a/mod/scorm/report/basic/lang/en/scorm_basic.php b/mod/scorm/report/basic/lang/en/scorm_basic.php deleted file mode 100644 index 8d89e6333ef..00000000000 --- a/mod/scorm/report/basic/lang/en/scorm_basic.php +++ /dev/null @@ -1,26 +0,0 @@ -. - -/** - * Strings for component 'scorm_basic', language 'en', branch 'MOODLE_20_STABLE' - * - * @package scorm_basic - * @author Ankit Kumar Agarwal - * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later - */ - -$string['pluginname'] = 'Basic Reporting'; - diff --git a/mod/scorm/reportsettings_form.php b/mod/scorm/reportsettings_form.php index 9c683a21576..a34f1214a5a 100644 --- a/mod/scorm/reportsettings_form.php +++ b/mod/scorm/reportsettings_form.php @@ -34,9 +34,6 @@ class mod_scorm_report_settings extends moodleform { $options[SCORM_REPORT_ATTEMPTS_STUDENTS_WITH_NO] = get_string('optnoattemptsonly', 'scorm'); } $mform->addElement('select', 'attemptsmode', get_string('show', 'scorm'), $options); - $mform->addElement('advcheckbox', 'qtext', '',get_string('summaryofquestiontext', 'scormreport_interactions')); - $mform->addElement('advcheckbox', 'resp', '',get_string('summaryofresponse', 'scormreport_interactions')); - $mform->addElement('advcheckbox', 'right', '',get_string('summaryofrightanswer', 'scormreport_interactions')); //------------------------------------------------------------------------------- $mform->addElement('header', 'preferencesuser', get_string('preferencesuser', 'scorm')); diff --git a/mod/scorm/tabs.php b/mod/scorm/tabs.php index 778a5bf2048..44656072fb8 100644 --- a/mod/scorm/tabs.php +++ b/mod/scorm/tabs.php @@ -15,12 +15,12 @@ // along with Moodle. If not, see . /** -* Sets up the tabs used by the scorm pages based on the users capabilities. -* -* @author Dan Marsden and others. -* @license http://www.gnu.org/copyleft/gpl.html GNU Public License -* @package scorm -*/ + * Sets up the tabs used by the scorm pages based on the users capabilities. + * + * @author Dan Marsden and others. + * @license http://www.gnu.org/copyleft/gpl.html GNU Public License + * @package scorm + */ if (empty($scorm)) { error('You cannot call this script in that way');