mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 04:22:07 +02:00
MDL-50133 mod_scorm: use correct captypes
This commit is contained in:
parent
b3f5865eab
commit
a374769640
@ -51,7 +51,7 @@ $capabilities = array(
|
||||
|
||||
'mod/scorm:skipview' => array(
|
||||
|
||||
'captype' => 'write',
|
||||
'captype' => 'read',
|
||||
'contextlevel' => CONTEXT_MODULE,
|
||||
'archetypes' => array(
|
||||
'student' => CAP_ALLOW
|
||||
@ -83,7 +83,7 @@ $capabilities = array(
|
||||
),
|
||||
'mod/scorm:deleteresponses' => array(
|
||||
|
||||
'captype' => 'read',
|
||||
'captype' => 'write',
|
||||
'contextlevel' => CONTEXT_MODULE,
|
||||
'archetypes' => array(
|
||||
'teacher' => CAP_ALLOW,
|
||||
|
@ -24,7 +24,7 @@
|
||||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$plugin->version = 2015031800; // The current module version (Date: YYYYMMDDXX).
|
||||
$plugin->version = 2015050700; // The current module version (Date: YYYYMMDDXX).
|
||||
$plugin->requires = 2014110400; // Requires this Moodle version.
|
||||
$plugin->component = 'mod_scorm'; // Full name of the plugin (used for diagnostics).
|
||||
$plugin->cron = 300;
|
||||
|
Loading…
x
Reference in New Issue
Block a user