public function MatchingResponse::getResponse in Quiz 7
Same name and namespace in other branches
- 6.6 question_types/matching/matching.classes.inc \MatchingResponse::getResponse()
- 6.3 question_types/matching/matching.classes.inc \MatchingResponse::getResponse()
- 6.4 question_types/matching/matching.classes.inc \MatchingResponse::getResponse()
- 6.5 question_types/matching/matching.classes.inc \MatchingResponse::getResponse()
- 7.6 question_types/matching/matching.classes.inc \MatchingResponse::getResponse()
- 7.4 question_types/matching/matching.classes.inc \MatchingResponse::getResponse()
- 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 458 - matching.classes
Class
- MatchingResponse
- Extension of QuizQuestionResponse
Code
public function getResponse() {
return $this->answer;
}