You are here

protected property QuizQuestionResponse::$result_id in Quiz 7.6

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

File

question_types/quiz_question/quiz_question.core.inc, line 468
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 $result_id = 0;