LD_QuizPro::datapos()
Method: Returns a MD5 checksum on a concatenated string comprised of user id, question id, and pos
LD_QuizPro::datapos 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: 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 the HTML of the add or edit page for the current quiz. If advanced quizzes are disabled, it returns an empty string.
LD_QuizPro::edithtml Read More »
Method: Returns the certificate link appended to input HTML content if the Post ID is set, else it only returns the input HTML content
LD_QuizPro::certificate_link Read More »
Method: Echoes the HTML with inline javascript that contains the JSON representation of the certificate details and continue link details
LD_QuizPro::certificate_details Read More »
Method: Returns an array of quizzes in the string format of “$quiz_id – $quiz_name”
LD_QuizPro::get_quiz_list Read More »
Method: Returns the Quiz ID when submitting the Pro Quiz ID
LD_QuizPro::get_ld_quiz_id 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 »
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: 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: Does the list of questions for this quiz have a graded question in it Dataset used is not the quizdata saved to user meta, but follows the Question Model of WpProQuiz
LD_QuizPro::quiz_has_graded_question Read More »
Method: Returns the HTML representation of the quiz description
LD_QuizPro::get_description Read More »
Method: Echoes quiz content
LD_QuizPro::showQuizContent Read More »
Method: Redirect from the Advanced Quiz edit or add link to the Quiz edit or add link
LD_QuizPro::quiz_edit_redirect Read More »
Method: Check answers for submitted quiz
LD_QuizPro::checkAnswers Read More »
Method: Submit quiz and echo JSON representation of the checked quiz answers
LD_QuizPro::ld_adv_quiz_pro_ajax Read More »
Method: No description found
WpProQuiz_View_StatisticsNew::showTabOverview Read More »