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

Capabilities/moodle/question:export: Difference between revisions

From MoodleDocs
mNo edit summary
No edit summary
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:viewmine|moodle/question:viewmine]] / [[Capabilities/moodle/question:viewall|viewall]] in the context you are exporting the questions from.
This capability no longer exists from Moodle 1.9. Instead we test for permission [[Capabilities/moodle/question:viewmine|moodle/question:viewmine]] / [[Capabilities/moodle/question:viewall|viewall]] in the context from which you are exporting 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==
==See also==



Revision as of 16:37, 10 March 2008

  • This allows a user to export questions from the course

Moodle1.9


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