You are here

function QuizQuestionResponse::getQuizQuestion in Quiz 7.6

Same name and namespace in other branches
  1. 7.5 question_types/quiz_question/quiz_question.core.inc \QuizQuestionResponse::getQuizQuestion()

Return value

QuizQuestion

File

question_types/quiz_question/quiz_question.core.inc, line 507
Classes used in the Quiz Question module.

Class

QuizQuestionResponse
Each question type must store its own response data and be able to calculate a score for that data.

Code

function getQuizQuestion() {
  return $this->quizQuestion;
}