LDLMS_Quiz_Questions::init()
Method: Initialize object vars.
LDLMS_Quiz_Questions::init Read More »
@package: LearnDash / Quiz / Questions
Source Files: includes/classes/class-ldlms-model-quiz-questions.php
Method: Initialize object vars.
LDLMS_Quiz_Questions::init Read More »
Method: Load Quiz Questions.
LDLMS_Quiz_Questions::load_questions Read More »
Method: Build the ProQuiz question objects from the post_ids
LDLMS_Quiz_Questions::build_questions Read More »
Method: Sets the Quiz dirty flag and will force the questions to be reloaded from queries.
LDLMS_Quiz_Questions::set_questions_dirty Read More »
Method: Check if the quiz dirty flag is set.
LDLMS_Quiz_Questions::is_questions_dirty Read More »
Method: Clear the quiz dirty flag.
LDLMS_Quiz_Questions::clear_questions_dirty Read More »
Method: Get the count of valid questions in quiz.
LDLMS_Quiz_Questions::get_questions_count Read More »
Method: Save Quiz Questions.
LDLMS_Quiz_Questions::set_questions Read More »
Method: This function sets a post_meta association for the various questions within the quiz.
LDLMS_Quiz_Questions::set_questions_to_quiz Read More »
Method: This function sets a post_meta association for the various questions within the quiz.
LDLMS_Quiz_Questions::set_questions_to_quiz_legacy Read More »
Method: This function updates the postmeta ‘question_order’ for legacy questions.
LDLMS_Quiz_Questions::set_question_to_quiz_order Read More »
Method: Get Quiz Questions set by type.
LDLMS_Quiz_Questions::get_questions Read More »
Method: Process the _POST data on Quiz save. This function reformats the questions data array into the internally used format of this class.
LDLMS_Quiz_Questions::questions_split_keys Read More »
Class: Class for LearnDash Quiz Questions.
LDLMS_Quiz_Questions Read More »
Method: Public constructor for class.
LDLMS_Quiz_Questions::__construct Read More »