* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
+defined('MOODLE_INTERNAL') || die();
+
$string['pluginname'] = 'Interactions Report';
$string['questionx'] = 'Question {$a}';
$string['responsex'] = 'Response {$a}';
$table->no_sorting('start');
$table->no_sorting('finish');
$table->no_sorting('score');
-
+
foreach ($scoes as $sco) {
if ($sco->launch != '') {
$table->no_sorting('scograde'.$sco->id);
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
-if (!defined('MOODLE_INTERNAL')) {
- die('Direct access to this script is forbidden.'); /// It must be included from a Moodle page
-}
+defined('MOODLE_INTERNAL') || die();
require_once("$CFG->libdir/formslib.php");
class mod_scorm_report_interactions_settings extends moodleform {