You are here

protected property ShortAnswerResponse::$answer_id in Quiz 6.3

Same name and namespace in other branches
  1. 6.6 question_types/short_answer/short_answer.classes.inc \ShortAnswerResponse::answer_id
  2. 6.4 question_types/short_answer/short_answer.classes.inc \ShortAnswerResponse::answer_id
  3. 6.5 question_types/short_answer/short_answer.classes.inc \ShortAnswerResponse::answer_id
  4. 7.6 question_types/short_answer/short_answer.classes.inc \ShortAnswerResponse::answer_id
  5. 7 question_types/short_answer/short_answer.classes.inc \ShortAnswerResponse::answer_id
  6. 7.4 question_types/short_answer/short_answer.classes.inc \ShortAnswerResponse::answer_id
  7. 7.5 question_types/short_answer/short_answer.classes.inc \ShortAnswerResponse::answer_id

ID of the answer.

File

question_types/short_answer/short_answer.classes.inc, line 283
The main classes for the short answer question type.

Class

ShortAnswerResponse
The short answer question response class.

Code

protected $answer_id = 0;