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

Capabilities/mod/quiz:ignoretimelimits: Difference between revisions

From MoodleDocs
m (removing 1.8 template)
(capabilities template, defaults)
Line 1: Line 1:
{{Capabilities}}
*This allows a user unlimited time to attempt a quiz which has a time limit set
*This allows a user unlimited time to attempt a quiz which has a time limit set
*Tip: You may wish to allow this capability for students with learning disabilities which require they be given additional time to take assessments.
*This capability is not allowed for any of the default roles


====Legacy Role Default Settings====
Tip: You may wish to allow this capability for students with learning disabilities which require they be given additional time to take assessments.
{| 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 || - || - || -
|}


==Example usage==
==Example usage==

Revision as of 13:37, 23 May 2012

  • This allows a user unlimited time to attempt a quiz which has a time limit set
  • This capability is not allowed for any of the default roles

Tip: You may wish to allow this capability for students with learning disabilities which require they be given additional time to take assessments.

Example usage