Note: You are currently viewing documentation for Moodle 2.5. Up-to-date documentation for the latest stable version of Moodle may be available here: Capabilities/mod/quiz:view.

Capabilities/mod/quiz:view: Difference between revisions

From MoodleDocs
No edit summary
m (typo fix)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Capabilities}}
*This allows a user to view the quiz introduction but not attempt the quiz itself
*This allows a user to view the quiz introduction but not attempt the quiz itself
*The default [[Guest]] role has this capability set to allow
*The default [[Guest]] role has this capability set to allow


====Legacy Role Default Settings====
In Moodle 2.5.2 onwards, quiz links on the course page and in the navigation are only displayed for users who have this capability. (Previously links were displayed for all users, and users without the capability obtained an error message when they clicked on a link.)
{| 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 14:47, 9 September 2013

  • This allows a user to view the quiz introduction but not attempt the quiz itself
  • The default Guest role has this capability set to allow

In Moodle 2.5.2 onwards, quiz links on the course page and in the navigation are only displayed for users who have this capability. (Previously links were displayed for all users, and users without the capability obtained an error message when they clicked on a link.)