8 methods override QuizAnswerInterface::getResponse() in Quiz 6.x
- LongAnswerResponse::getResponse in question_types/
quiz_long_answer/ src/ Plugin/ quiz/ QuizQuestion/ LongAnswerResponse.php - Get the user's response.
- MatchingResponse::getResponse in question_types/
quiz_matching/ src/ Plugin/ quiz/ QuizQuestion/ MatchingResponse.php - Implementation of getResponse().
- MultichoiceResponse::getResponse in question_types/
quiz_multichoice/ src/ Plugin/ quiz/ QuizQuestion/ MultichoiceResponse.php - Get the user's response.
- QuizDirectionsResponse::getResponse in question_types/
quiz_directions/ src/ Plugin/ quiz/ QuizQuestion/ QuizDirectionsResponse.php - Get the user's response.
- QuizPageResponse::getResponse in question_types/
quiz_page/ src/ Plugin/ quiz/ QuizQuestion/ QuizPageResponse.php - Get the user's response.
- QuizResultAnswerBroken::getResponse in src/
Entity/ QuizResultAnswerBroken.php - Get the user's response.
- ShortAnswerResponse::getResponse in question_types/
quiz_short_answer/ src/ Plugin/ quiz/ QuizQuestion/ ShortAnswerResponse.php - Get the user's response.
- TrueFalseResponse::getResponse in question_types/
quiz_truefalse/ src/ Plugin/ quiz/ QuizQuestion/ TrueFalseResponse.php - Get the user's response.