public function QuizPageResponse::getResponse in Quiz 6.x
Same name and namespace in other branches
- 8.6 question_types/quiz_page/src/Plugin/quiz/QuizQuestion/QuizPageResponse.php \Drupal\quiz_page\Plugin\quiz\QuizQuestion\QuizPageResponse::getResponse()
- 8.5 question_types/quiz_page/src/Plugin/quiz/QuizQuestion/QuizPageResponse.php \Drupal\quiz_page\Plugin\quiz\QuizQuestion\QuizPageResponse::getResponse()
Get the user's response.
Return value
mixed The answer given by the user
Overrides QuizAnswerInterface::getResponse
File
- question_types/
quiz_page/ src/ Plugin/ quiz/ QuizQuestion/ QuizPageResponse.php, line 29
Class
- QuizPageResponse
- Extension of QuizQuestionResponse.
Namespace
Drupal\quiz_page\Plugin\quiz\QuizQuestionCode
public function getResponse() {
return NULL;
}