You are here

public function MatchingResponse::getResponse in Quiz 6.4

Same name and namespace in other branches
  1. 6.6 question_types/matching/matching.classes.inc \MatchingResponse::getResponse()
  2. 6.3 question_types/matching/matching.classes.inc \MatchingResponse::getResponse()
  3. 6.5 question_types/matching/matching.classes.inc \MatchingResponse::getResponse()
  4. 7.6 question_types/matching/matching.classes.inc \MatchingResponse::getResponse()
  5. 7 question_types/matching/matching.classes.inc \MatchingResponse::getResponse()
  6. 7.4 question_types/matching/matching.classes.inc \MatchingResponse::getResponse()
  7. 7.5 question_types/matching/matching.classes.inc \MatchingResponse::getResponse()

Implementation of getResponse

Overrides QuizQuestionResponse::getResponse

See also

QuizQuestionResponse#getResponse()

File

question_types/matching/matching.classes.inc, line 437
matching.classes

Class

MatchingResponse
Extension of QuizQuestionResponse

Code

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