Alert: This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.
LLMS_Admin_Builder::update_quiz( array $quiz_data, LLMS_Lesson $lesson )
Update quizzes during heartbeats
Description Description
Parameters Parameters
- $quiz_data
-
(Required) Array of quiz updates.
- $lesson
-
(Required) Instance of the parent LLMS_Lesson.
Return Return
(array)
Source Source
File: includes/admin/class.llms.admin.builder.php
Changelog Changelog
Version | Description |
---|---|
3.17.6 | Unknown. |
3.16.0 | Introduced. |