You are here

public property QuizQuestionResponse::$question in Quiz 7

Same name and namespace in other branches
  1. 6.4 question_types/quiz_question/quiz_question.core.inc \QuizQuestionResponse::question
  2. 7.6 question_types/quiz_question/quiz_question.core.inc \QuizQuestionResponse::question
  3. 7.4 question_types/quiz_question/quiz_question.core.inc \QuizQuestionResponse::question
  4. 7.5 question_types/quiz_question/quiz_question.core.inc \QuizQuestionResponse::question

File

question_types/quiz_question/quiz_question.core.inc, line 629
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 $question = NULL;