Note: You are currently viewing documentation for Moodle 2.3. Up-to-date documentation for the latest stable version is available here: Capabilities/mod/quiz:preview.

Capabilities/mod/quiz:preview: Difference between revisions

From MoodleDocs
(enabling a user to attempt quizzes)
(copying text from 24 wiki)
 
Line 1: Line 1:
*This allows a user to preview quizzes.
{{Capabilities}}
* This allows a user to preview quizzes
* This capability is allowed for the default roles of manager, teacher and non-editing teacher


Note: It is currently not possible to allow a user to preview AND attempt quizzes. To enable a user to attempt quizzes, [[Capabilities/mod/quiz:attempt|mod/quiz:attempt]] should be allowed and mod/quiz:preview should be not set.
Note: It is currently not possible to allow a user to preview AND attempt quizzes. To enable a user to attempt quizzes, [[Capabilities/mod/quiz:attempt|mod/quiz:attempt]] should be allowed and mod/quiz:preview should be not set.
====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 || - || - || -
|}


[[Category:Capabilities|Quiz]]
[[Category:Capabilities|Quiz]]
[[Category:Quiz]]
[[Category:Quiz]]

Latest revision as of 15:09, 9 January 2013

  • This allows a user to preview quizzes
  • This capability is allowed for the default roles of manager, teacher and non-editing teacher

Note: It is currently not possible to allow a user to preview AND attempt quizzes. To enable a user to attempt quizzes, mod/quiz:attempt should be allowed and mod/quiz:preview should be not set.