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.
LDLMS_Quiz_Questions::build_questions( mixed $question_type = '' )
Build the ProQuiz question objects from the post_ids
Description Description
Parameters Parameters
- $question_type
-
(Optional) string or array of question types to build out.
Default value: ''
Return Return
(array) of questions.
Source Source
File: includes/classes/class-ldlms-model-quiz-questions.php
Changelog Changelog
Version | Description |
---|---|
2.6.0 | Introduced. |