You are here

public function QuizPageResponse::getResponse in Quiz 6.x

Same name and namespace in other branches
  1. 8.6 question_types/quiz_page/src/Plugin/quiz/QuizQuestion/QuizPageResponse.php \Drupal\quiz_page\Plugin\quiz\QuizQuestion\QuizPageResponse::getResponse()
  2. 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\QuizQuestion

Code

public function getResponse() {
  return NULL;
}