Aquesta pàgina forma part de la documentació de Moodle en català, tot i que no ha estat traduïda encara. Podeu contribuir obertament a les tasques de traducció. Podeu consultar la Guia d'edició de la documentació i també participar ens els debats del fòrum de traductors de la documentació a moodle.org

Question permissions: diferència entre les revisions

De MoodleDocs
Salta a:navegació, cerca
m (→‎Question Contexts: formatting)
Cap resum de modificació
Línia 25: Línia 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==

Revisió del 03:30, 30 ago 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:

Plantilla:Moodle 1.9From Moodle 1.9 onwards :

*all or * mine

Plantilla:Moodle 1.9Notice 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

Plantilla:Moodle 1.9