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_questions( array $questions, LLMS_Quiz|LLMS_Question $parent )
Update quiz questions from heartbeat data
Description Description
Parameters Parameters
- $questions
-
(Required) Question data array.
- $parent
-
(Required) Instance of an LLMS_Quiz or LLMS_Question (group).
Return Return
(array)
Source Source
File: includes/admin/class.llms.admin.builder.php
Changelog Changelog
Version | Description |
---|---|
3.38.2 | Make sure that a question as a type set, otherwise set it by default to 'choice' . |
3.16.11 | Unknown. |
3.16.0 | Introduced. |