includes/models/model.llms.student.quizzes.php:
LLMS_Student_Quizzes::get_attempt_by_id()
|
Retrieve an attempt by attempt id
|
includes/models/model.llms.quiz.attempt.php:
LLMS_Quiz_Attempt::init()
|
Initialize a new quiz attempt by quiz and lesson for a user
|
includes/functions/updates/llms-functions-updates-3160.php:
llms_update_3160_ensure_no_lesson_dupe_rels()
|
Create duplicates for any quiz attached to multiple lessons
|
includes/functions/updates/llms-functions-updates-3160.php:
llms_update_3160_update_attempt_question_data()
|
Update question data to new formats & match question choice indexes to new choice IDs
|
includes/functions/updates/llms-functions-updates-3160.php:
llms_update_3160_ensure_no_dupe_question_rels()
|
Create duplicate questions for each question attached to multiple quizzes
|
includes/controllers/class.llms.controller.admin.quiz.attempts.php:
LLMS_Controller_Admin_Quiz_Attempts::maybe_run_actions()
|
Run actions on form submission
|
includes/class.llms.query.quiz.attempt.php:
LLMS_Query_Quiz_Attempt::get_attempts()
|
Retrieve an array of LLMS_Quiz_Attempts for the given result set returned by the query
|
includes/admin/reporting/tabs/class.llms.admin.reporting.tab.quizzes.php:
LLMS_Admin_Reporting_Tab_Quizzes::breadcrumbs()
|
Add breadcrumb links to the tab depending on current view
|
includes/notifications/controllers/class.llms.notification.controller.quiz.failed.php:
LLMS_Notification_Controller_Quiz_Failed::send_test()
|
Send a test notification to the currently logged in users Extending classes should redefine this in order to properly setup the controller with post_id and user_id data
|
includes/notifications/controllers/class.llms.notification.controller.quiz.passed.php:
LLMS_Notification_Controller_Quiz_Passed::send_test()
|
Send a test notification to the currently logged in users Extending classes should redefine this in order to properly setup the controller with post_id and user_id data
|
includes/notifications/controllers/class.llms.notification.controller.quiz.graded.php:
LLMS_Notification_Controller_Quiz_Graded::send_test()
|
Send a test notification to the currently logged in users Extending classes should redefine this in order to properly setup the controller with post_id and user_id data
|
includes/notifications/views/class.llms.notification.view.quiz.graded.php:
LLMS_Notification_View_Quiz_Graded::set_merge_data()
|
Replace merge codes with actual values
|
includes/notifications/views/class.llms.notification.view.quiz.graded.php:
LLMS_Notification_View_Quiz_Graded::set_footer()
|
Setup footer content for output
|