Note: You are currently viewing documentation for Moodle 1.9. Up-to-date documentation for the latest stable version is available here: Capabilities/moodle/question:manage.

Capabilities/moodle/question:manage: Difference between revisions

From MoodleDocs
No edit summary
 
(ja link)
 
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
allows a user to manage questions
*This allows a user to manage questions
 
====Legacy Role Default Settings====
{| border="1" cellspacing="0" cellpadding="2"
|-
! Legacy Role !! Inherit !! Allow !! Prevent !! Prohibit
|-
| Administrator || - || X || - || -
|-
| Course Creator || X || - || - || -
|-
| Teacher || - || X || - || -
|-
| Non-editing Teacher || X || - || - || -
|-
| Student || X || - || - || -
|-
| Guest || X || - || - || -
|-
| Authenticated User || X || - || - || -
|}
 
==Upgrading to Moodle 1.9==
{{Moodle 1.9}}
On upgrading from an older version of Moodle, roles that previously had the moodle/question:manage capability will instead have the following capabilities:
 
* [[Capabilities/moodle/question:add|moodle/question:add]]
* [[Capabilities/moodle/question:editmine|moodle/question:editmine]] / [[Capabilities/moodle/question:editall|editall]]
* [[Capabilities/moodle/question:viewmine|moodle/question:viewmine]] / [[Capabilities/moodle/question:viewall|viewall]]
* [[Capabilities/moodle/question:usemine|moodle/question:usemine]] / [[Capabilities/moodle/question:useall|useall]]
* [[Capabilities/moodle/question:movemine|moodle/question:movemine]] / [[Capabilities/moodle/question:moveall|moveall]]
 
This will effectively give them the same permissions as they had previously for questions shared at the course level.
==See also==
 
*[[Question permissions]]
 
[[Category:Capabilities|Question]]
[[Category:Questions]]
 
[[ja:ケイパビリティ/moodle/question:manage]]

Latest revision as of 17:50, 11 March 2008

  • This allows a user to manage questions

Legacy Role Default Settings

Legacy Role Inherit Allow Prevent Prohibit
Administrator - X - -
Course Creator X - - -
Teacher - X - -
Non-editing Teacher X - - -
Student X - - -
Guest X - - -
Authenticated User X - - -

Upgrading to Moodle 1.9

Moodle1.9


On upgrading from an older version of Moodle, roles that previously had the moodle/question:manage capability will instead have the following capabilities:

This will effectively give them the same permissions as they had previously for questions shared at the course level.

See also