You are here

13 calls to _quiz_question_get_instance() in Quiz 7.5

QuizQuestionResponse::__construct in question_types/quiz_question/quiz_question.core.inc
Create a new user response.
QuizQuestionResponseBroken::__construct in question_types/quiz_question/quiz_question.core.inc
Create a new user response.
QuizResultController::save in includes/QuizResultController.class.inc
Save the Quiz result and do any post-processing to the result.
quiz_get_number_of_questions in ./quiz.module
Finds out the number of questions for the quiz.
quiz_question_answering_form in question_types/quiz_question/quiz_question.module
Get the form to show to the quiz taker.
quiz_question_answering_form_validate in question_types/quiz_question/quiz_question.module
Validation callback for quiz question submit.
quiz_question_form in question_types/quiz_question/quiz_question.module
Implements hook_form().
quiz_question_has_been_answered in question_types/quiz_question/quiz_question.module
Check if a question has already been answered by anyone.
quiz_question_load in question_types/quiz_question/quiz_question.module
Implements hook_load().
quiz_question_node_view in question_types/quiz_question/quiz_question.module
Implements hook_view().
quiz_question_quiz_question_score in question_types/quiz_question/quiz_question.module
Implements hook_quiz_question_score().
quiz_views_pre_view in includes/views/quiz.views.inc
Implements hook_views_pre_view().
_quiz_add_questions_to_form in ./quiz.admin.inc
Adds the questions in the $questions array to the form.