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
No edit summary
 
(ja link)
 
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
allows a user to import questions into this course
*This allows a user to import questions into the course
 
{{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 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: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