You are here

protected property QuizQuestionResponse::$rid in Quiz 7

Same name and namespace in other branches
  1. 6.4 question_types/quiz_question/quiz_question.core.inc \QuizQuestionResponse::rid
  2. 7.4 question_types/quiz_question/quiz_question.core.inc \QuizQuestionResponse::rid

File

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

protected $rid = 0;