X7ROOT File Manager
Current Path:
/home/cbholdings/pasukulu/mod/quiz/classes/event
home
/
cbholdings
/
pasukulu
/
mod
/
quiz
/
classes
/
event
/
📁
..
📄
attempt_abandoned.php
(3.23 KB)
📄
attempt_autosaved.php
(3.79 KB)
📄
attempt_becameoverdue.php
(3.42 KB)
📄
attempt_deleted.php
(3.06 KB)
📄
attempt_manual_grading_completed.php
(2.31 KB)
📄
attempt_preview_started.php
(3.09 KB)
📄
attempt_question_restarted.php
(4.29 KB)
📄
attempt_regraded.php
(3.37 KB)
📄
attempt_reopened.php
(2.66 KB)
📄
attempt_reviewed.php
(3.06 KB)
📄
attempt_started.php
(2.89 KB)
📄
attempt_submitted.php
(3.3 KB)
📄
attempt_summary_viewed.php
(3.12 KB)
📄
attempt_updated.php
(3.74 KB)
📄
attempt_viewed.php
(3.45 KB)
📄
course_module_instance_list_viewed.php
(1.33 KB)
📄
course_module_viewed.php
(1.58 KB)
📄
edit_page_viewed.php
(2.67 KB)
📄
group_override_created.php
(3.21 KB)
📄
group_override_deleted.php
(3.21 KB)
📄
group_override_updated.php
(3.2 KB)
📄
page_break_created.php
(3.03 KB)
📄
page_break_deleted.php
(3.03 KB)
📄
question_manually_graded.php
(3.47 KB)
📄
quiz_grade_updated.php
(2.88 KB)
📄
quiz_repaginated.php
(2.63 KB)
📄
report_viewed.php
(2.97 KB)
📄
section_break_created.php
(3.68 KB)
📄
section_break_deleted.php
(3.45 KB)
📄
section_shuffle_updated.php
(3.32 KB)
📄
section_title_updated.php
(3.54 KB)
📄
slot_created.php
(3.17 KB)
📄
slot_deleted.php
(2.95 KB)
📄
slot_displaynumber_updated.php
(3.5 KB)
📄
slot_mark_updated.php
(3.24 KB)
📄
slot_moved.php
(3.68 KB)
📄
slot_requireprevious_updated.php
(3.07 KB)
📄
user_override_created.php
(3.07 KB)
📄
user_override_deleted.php
(3.08 KB)
📄
user_override_updated.php
(3.07 KB)
Editing: course_module_instance_list_viewed.php
<?php // This file is part of Moodle - http://moodle.org/ // // Moodle is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // Moodle is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with Moodle. If not, see <http://www.gnu.org/licenses/>. /** * The mod_quiz instance list viewed event. * * @package mod_quiz * @copyright 2014 Mark Nelson <markn@moodle.com> * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ namespace mod_quiz\event; defined('MOODLE_INTERNAL') || die(); /** * The mod_quiz instance list viewed event class. * * @package mod_quiz * @since Moodle 2.7 * @copyright 2014 Mark Nelson <markn@moodle.com> * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ class course_module_instance_list_viewed extends \core\event\course_module_instance_list_viewed { // No code required here as the parent class handles it all. }
Upload File
Create Folder