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:import.

Capabilities/moodle/question:import: Difference between revisions

From MoodleDocs
(This capability no longer exists from Moodle 1.9)
(ja link)
 
(3 intermediate revisions by 2 users not shown)
Line 2: Line 2:


{{Moodle 1.9}}
{{Moodle 1.9}}
This capability no longer exists from Moodle 1.9. Instead we test for permission [[Capabilities/moodle/question:add|moodle/question:add]] in the context you are importing the questions into.
This capability no longer exists from Moodle 1.9. Instead we test for permission [[Capabilities/moodle/question:add|moodle/question:add]] in the context into which you are importing the 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 || - || - || -
|}
==See also==
*[[Question permissions]]


[[Category:Capabilities|Question]]
[[Category:Capabilities|Question]]
[[Category:Questions]]
[[Category:Questions]]
[[ja:ケイパビリティ/moodle/question:import]]

Latest revision as of 18:07, 11 March 2008

  • This allows a user to import questions into the course

Moodle1.9


This capability no longer exists from Moodle 1.9. Instead we test for permission moodle/question:add in the context into which you are importing the 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 - - -

See also