Moodle APIs  3.8
Moodle 3.8.6 (Build: 20201109)
Files | Classes | Variables
quizaccess

Files

file  rule.php
 Implementaton of the quizaccess_timelimit plugin.
 
file  rule.php
 Implementaton of the quizaccess_securewindow plugin.
 
file  rule.php
 Implementaton of the quizaccess_safebrowser plugin.
 
file  rule.php
 Implementaton of the quizaccess_password plugin.
 
file  rule.php
 Implementaton of the quizaccess_openclosedate plugin.
 
file  rule.php
 Implementaton of the quizaccess_numattempts plugin.
 
file  rule.php
 Implementaton of the quizaccess_ipaddress plugin.
 
file  rule.php
 Implementaton of the quizaccess_delaybetweenattempts plugin.
 
file  version.php
 Version information for the quizaccess_delaybetweenattempts plugin.
 
file  version.php
 Version information for the quizaccess_securewindow plugin.
 
file  version.php
 Version information for the quizaccess_safebrowser plugin.
 
file  version.php
 Version information for the quizaccess_password plugin.
 
file  version.php
 Version information for the quizaccess_openclosedate plugin.
 
file  version.php
 Version information for the quizaccess_numattempts plugin.
 
file  version.php
 Version information for the quizaccess_ipaddress plugin.
 
file  version.php
 Version information for the quizaccess_delaybetweenattempts plugin.
 

Classes

class  quizaccess_delaybetweenattempts
 A rule imposing the delay between attempts settings. More...
 
class  quizaccess_ipaddress
 A rule implementing the ipaddress check against the ->subnet setting. More...
 
class  quizaccess_numattempts
 A rule controlling the number of attempts allowed. More...
 
class  quizaccess_openclosedate
 A rule enforcing open and close dates. More...
 
class  quizaccess_password
 A rule implementing the password check. More...
 
class  quizaccess_safebrowser
 A rule representing the safe browser check. More...
 
class  quizaccess_securewindow
 A rule for ensuring that the quiz is opened in a popup, with some JavaScript to prevent copying and pasting, etc. More...
 
class  quizaccess_timelimit
 A rule representing the time limit. More...
 

Variables

$plugin component = 'quizaccess_delaybetweenattempts'
 
$plugin component = 'quizaccess_ipaddress'
 
$plugin component = 'quizaccess_numattempts'
 
$plugin component = 'quizaccess_openclosedate'
 
$plugin component = 'quizaccess_password'
 
$plugin component = 'quizaccess_safebrowser'
 
$plugin component = 'quizaccess_securewindow'
 
$plugin component = 'quizaccess_timelimit'
 
$plugin requires = 2019111200
 
$plugin requires = 2019111200
 
$plugin requires = 2019111200
 
$plugin requires = 2019111200
 
$plugin requires = 2019111200
 
$plugin requires = 2019111200
 
$plugin requires = 2019111200
 
$plugin requires = 2019111200
 
$plugin version = 2019111800
 
$plugin version = 2019111800
 
$plugin version = 2019111800
 
$plugin version = 2019111800
 
$plugin version = 2019111800
 
$plugin version = 2019111800
 
$plugin version = 2019111800
 
$plugin version = 2019111800
 

Detailed Description