includes/models/model.llms.question.php:
LLMS_Question::get_quizzes()
|
Retrieve quizzes this quiz is assigned to
|
includes/models/model.llms.question.php:
LLMS_Question::toArrayAfter()
|
Called before data is sorted and returned by $this->toArray()
|
includes/models/model.llms.question.php:
LLMS_Question::supports()
|
Determine if the question supports a question feature
|
includes/models/model.llms.question.php:
LLMS_Question::is_orphan()
|
Determine if the question is an orphan
|
includes/models/model.llms.question.php:
LLMS_Question::has_video()
|
Determine if a featured video is enabled & not empty
|
includes/models/model.llms.question.php:
LLMS_Question::has_image()
|
Determine if a featured image is enabled and not empty
|
includes/models/model.llms.question.php:
LLMS_Question::has_description()
|
Determine if a description is enabled and not empty
|
includes/models/model.llms.question.php:
LLMS_Question::get_question_type()
|
Retrieve question type data for the given question
|
includes/models/model.llms.question.php:
LLMS_Question::grade()
|
Attempt to grade a question
|
includes/models/model.llms.question.php:
LLMS_Question::get_video()
|
Retrieve video embed for question featured video
|
includes/models/model.llms.question.php:
LLMS_Question::get_quiz()
|
Retrieve an instance of the questions parent LLMS_Quiz
|
includes/models/model.llms.question.php:
LLMS_Question::get_image()
|
Retrieve URL for an image associated with the question if it’s enabled
|
includes/models/model.llms.question.php:
LLMS_Question::get_question()
|
Get the question text (title)
|
includes/models/model.llms.question.php:
LLMS_Question::get_correct_choice()
|
Retrieve correct choices for a given question
|
includes/models/model.llms.question.php:
LLMS_Question::get_conditional_correct_value()
|
Retrieve the correct values for a conditionally graded question
|
includes/models/model.llms.question.php:
LLMS_Question::get_description()
|
Retrieve the question description (post_content)
|
includes/models/model.llms.question.php:
LLMS_Question::get_choices()
|
Retrieve the question’s choices
|
includes/models/model.llms.question.php:
LLMS_Question::get_choice()
|
Retrieve a choice by id
|
includes/models/model.llms.question.php:
LLMS_Question::get_creation_args()
|
An array of default arguments to pass to $this->create() when creating a new post
|
includes/models/model.llms.question.php:
LLMS_Question::create_choice()
|
Create a new question choice
|
includes/models/model.llms.question.php:
LLMS_Question::get_auto_grade_type()
|
Retrieve the type of automatic grading that can be performed on the question
|