learndash_quiz_format_correct_answer
Filter Hook: Filters whether to format the question correct answers.
learndash_quiz_format_correct_answer Read More »
@package: LearnDash / Quiz
Source Files: includes/quiz/ld-quiz-pro.php
Filter Hook: Filters whether to format the question correct answers.
learndash_quiz_format_correct_answer Read More »
Filter Hook: Filters a quiz question result.
learndash_quiz_question_result Read More »
Filter Hook: Filters quiz user responses.
learndash_quiz_check_answers_data Read More »
Filter Hook: Filters whether use the legacy sanitize user response question.
learndash_quiz_question_legacy_sanitize_scheme Read More »
Filter Hook: Filter to set all parent steps completed.
learndash_complete_all_parent_steps Read More »
Function: Utility function to fetch the WPProQuiz Question from ID.
fetchQuestionModel Read More »
Filter Hook: Filters whether to convert quiz question free to lowercase or not.
learndash_quiz_question_free_answers_to_lowercase Read More »
Function: Quiz Debug Log Init
learndash_quiz_debug_log_init Read More »
Function: Quiz Debug Log Message
learndash_quiz_debug_log_message Read More »
Method: Routes to the WpProQuiz_Controller_Quiz controller to output the add or edit page for quizzes if not auto saving, post id is set, and the current user has permissions to add or edit quizzes. If there is an available template to load, WordPress redirects to the proper URL.
LD_QuizPro::edit_process Read More »
Method: Returns a MD5 checksum on a concatenated string comprised of user id, question id, and pos
LD_QuizPro::datapos Read More »
Method: Returns an array of MD5 Checksums on a concatenated string comprised of user id, question id, and i, where the array size is count and i is incremented from 0 for each array element
LD_QuizPro::datapos_array Read More »
Method: Show Modal Window
LD_QuizPro::showModalWindow Read More »
Method: Quiz Content
LD_QuizPro::learndash_quiz_content Read More »
Method: Checks a users submitted quiz attempt to see if that quiz has graded questions and if all of them have been graded
LD_QuizPro::quiz_attempt_has_ungraded_question Read More »
Method: This function runs when a quiz is started and is used to set the quiz start timestamp
LD_QuizPro::set_quiz_status_meta Read More »
Method: This function runs when a quiz is completed, and does the action ‘wp_pro_quiz_completed_quiz’
LD_QuizPro::wp_pro_quiz_completed Read More »
Action Hook: Fires after the quiz is submitted
learndash_quiz_submitted Read More »
Filter Hook: Filters settings of the completed quiz results.
learndash_quiz_completed_result_settings Read More »
Method: Returns the Quiz ID when submitting the Pro Quiz ID
LD_QuizPro::get_ld_quiz_id Read More »