You are here

public function MatchingResponse::getResponse in Quiz 8.4

Implementation of getResponse

Overrides QuizQuestionResponse::getResponse

See also

QuizQuestionResponse#getResponse()

File

question_types/matching/lib/Drupal/matching/MatchingResponse.php, line 109

Class

MatchingResponse
Extension of QuizQuestionResponse

Namespace

Drupal\matching

Code

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