mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
Merge branch 'MDL-49029_m32v2' of https://github.com/sbourget/moodle
This commit is contained in:
commit
27600832aa
@ -80,6 +80,15 @@ $capabilities = array(
|
||||
'editingteacher' => CAP_ALLOW,
|
||||
'manager' => CAP_ALLOW
|
||||
)
|
||||
),
|
||||
|
||||
'mod/choice:view' => array(
|
||||
'captype' => 'read',
|
||||
'contextlevel' => CONTEXT_MODULE,
|
||||
'archetypes' => array(
|
||||
'user' => CAP_ALLOW,
|
||||
'guest' => CAP_ALLOW
|
||||
)
|
||||
)
|
||||
);
|
||||
|
||||
|
@ -63,6 +63,7 @@ If limits are disabled then any number of participants can select each of the op
|
||||
$string['choice:readresponses'] = 'View responses';
|
||||
$string['choicesaved'] = 'Your choice has been saved';
|
||||
$string['choicetext'] = 'Choice text';
|
||||
$string['choice:view'] = 'View choice activity';
|
||||
$string['chooseaction'] = 'Choose an action ...';
|
||||
$string['description'] = 'Description';
|
||||
$string['includeinactive'] = 'Include responses from inactive/suspended users';
|
||||
|
@ -24,7 +24,7 @@
|
||||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$plugin->version = 2016052300; // The current module version (Date: YYYYMMDDXX)
|
||||
$plugin->version = 2016070700; // The current module version (Date: YYYYMMDDXX)
|
||||
$plugin->requires = 2016051900; // Requires this Moodle version
|
||||
$plugin->component = 'mod_choice'; // Full name of the plugin (used for diagnostics)
|
||||
$plugin->cron = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user