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
mNo edit summary
No edit summary
Line 3: Line 3:
{{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 you are importing the questions into.
====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==
==See also==

Revision as of 16:33, 10 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 you are importing the questions into.

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