You are here

public function ChoiceResponse::getResponse in Quiz 6.6

Implementation of getResponse

Return value

answer

File

question_types/choice/choice.classes.inc, line 668
The main classes for the choice question type.

Class

ChoiceResponse
The short answer question response class.

Code

public function getResponse() {
  return $this->user_answer_ids;
}