You are here

public function ShortAnswerResponse::getResponse in Quiz 8.4

Implementation of getResponse

Overrides QuizQuestionResponse::getResponse

See also

QuizQuestionResponse#getResponse()

1 call to ShortAnswerResponse::getResponse()
ShortAnswerResponse::score in question_types/short_answer/lib/Drupal/short_answer/ShortAnswerResponse.php
Implementation of score

File

question_types/short_answer/lib/Drupal/short_answer/ShortAnswerResponse.php, line 189
The main classes for the short answer response.

Class

ShortAnswerResponse
Extension of QuizQuestionResponse

Namespace

Drupal\short_answer

Code

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