diff --git a/mod/scorm/report.php b/mod/scorm/report.php index 11a7efa9e061c..b5da28c7a21dd 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 new file mode 100644 index 0000000000000..8d89e6333ef8d --- /dev/null +++ b/mod/scorm/report/basic/lang/en/scorm_basic.php @@ -0,0 +1,26 @@ +. + +/** + * 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/report/basic/report.php b/mod/scorm/report/basic/report.php index ae3f86a52ceb6..1bffbbdbc1097 100644 --- a/mod/scorm/report/basic/report.php +++ b/mod/scorm/report/basic/report.php @@ -15,6 +15,7 @@ // along with Moodle. If not, see . /** * Core Report class of basic reporting plugin +<<<<<<< HEAD * @package scormreport * @subpackage basic * @author Dan Marsden and Ankit Kumar Agarwal @@ -148,6 +149,7 @@ function display($scorm, $cm, $course, $download) { $table->define_headers($headers); $table->define_baseurl($PAGE->url); + $table->sortable(true); $table->collapsible(true); diff --git a/mod/scorm/tabs.php b/mod/scorm/tabs.php index 44656072fb889..778a5bf20484f 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');