mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
e30cc24c0d
AMOS BEGIN CPY [pluginname,coursereport_log],[pluginname,report_log] CPY [pluginname,coursereport_stats],[pluginname,report_stats] AMOS END
9 lines
298 B
PHP
9 lines
298 B
PHP
<?php
|
|
|
|
defined('MOODLE_INTERNAL') || die;
|
|
|
|
$ADMIN->add('reports', new admin_externalpage('reportquestioninstances', get_string('pluginname', 'report_questioninstances'), "$CFG->wwwroot/report/questioninstances/index.php", 'report/questioninstances:view'));
|
|
|
|
// no report settings
|
|
$settings = null;
|