You are here

public property QuizQuestionResponse::$quizQuestion in Quiz 7.6

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

File

question_types/quiz_question/quiz_question.core.inc, line 473
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

public $quizQuestion = NULL;