__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
=== 4.5 Onwards ===
This file has been replaced by UPGRADING.md. See MDL-81125 for further information.
===
This files describes API changes for quiz access rule plugins.
Overview of this plugin type at http://docs.moodle.org/dev/Quiz_access_rules
=== 4.2 ===
* Note that class mod_quiz_preflight_check_form has been renamed to
mod_quiz\form\preflight_check_form.
* The base class quiz_access_rule_base has been moved to mod_quiz\local\access_rule_base.
Please:
1. update your class declaration to ... extends access_rule_base {
2. Add use mod_quiz\local\access_rule_base;
3. Remove require_once($CFG->dirroot . '/mod/quiz/accessrule/accessrulebase.php');
=== 2.8, 2.7.1, 2.6.4 and 2.5.7 ===
* New static method delete_settings for access rules, which is called when a
quiz is deleted.
=== 2.4 and 2.3.4 ===
* Replaced time_left() with new time_left_display() and end_time() functions.
=== 2.3 ===
* This plugin type now supports cron in the standard way. If required, Create a
lib.php file containing
function quizaccess_mypluginname_cron() {};
=== 2.2 ===
* This plugin type was new in Moodle 2.2!
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| delaybetweenattempts | Folder | 0777 |
|
|
| ipaddress | Folder | 0777 |
|
|
| numattempts | Folder | 0777 |
|
|
| offlineattempts | Folder | 0777 |
|
|
| openclosedate | Folder | 0777 |
|
|
| password | Folder | 0777 |
|
|
| seb | Folder | 0777 |
|
|
| securewindow | Folder | 0777 |
|
|
| timelimit | Folder | 0777 |
|
|
| accessrulebase.php | File | 1.11 KB | 0777 |
|
| upgrade.txt | File | 1.1 KB | 0777 |
|