Note: You are currently viewing documentation for Moodle 1.9. Up-to-date documentation for the latest stable version is available here: Question permissions.

Question permissions: Difference between revisions

From MoodleDocs
m (→‎Question Contexts: formatting)
No edit summary
Line 25: Line 25:
** moodle/question:add to see if a user has permission to import questions.
** moodle/question:add to see if a user has permission to import questions.
** And we test for permission moodle/question:viewall or moodle/question:viewmine to see if a user has permission to export.
** And we test for permission moodle/question:viewall or moodle/question:viewmine to see if a user has permission to export.
==Question Contexts==
''Info in this section is included in several places, the original page itself is [[Question contexts|here]].''
{{:Question contexts}}


==*all or * mine==
==*all or * mine==

Revision as of 03:30, 30 August 2007


Roles and capabilities in Moodle 1.7 onwards enable possibilities such as students being given permission to edit questions. The following capabilities are related to questions:

Moodle1.9

From Moodle 1.9 onwards :

*all or * mine

Moodle1.9

Notice that apart from the add capability other capabilities to manage questions are *all or * mine.

  • *all means all questions and if you have the *all capability *mine is not tested.
  • *mine means that you have the capability for your questions but not for questions created by others.

If you have the view capability for a question you can view a question created by another and 'Save as New Question' that creates a new question that is one you created and which you can then do anything you have *mine capability to do with.

See also

Moodle1.9