You are here

abstract public function QuizQuestionResponse::getResponse in Quiz 8.4

Get the user's response.

8 methods override QuizQuestionResponse::getResponse()
ClozeResponse::getResponse in question_types/cloze/lib/Drupal/cloze/ClozeResponse.php
Implementation of getResponse()
DDLinesResponse::getResponse in question_types/quiz_ddlines/lib/Drupal/quiz_ddlines/DDLinesResponse.php
Get the user's response.
LongAnswerResponse::getResponse in question_types/long_answer/lib/Drupal/long_answer/LongAnswerResponse.php
Implementation of getResponse
MatchingResponse::getResponse in question_types/matching/lib/Drupal/matching/MatchingResponse.php
Implementation of getResponse
MultichoiceResponse::getResponse in question_types/multichoice/lib/Drupal/multichoice/MultichoiceResponse.php
Implementation of getResponse

... See full list

File

question_types/quiz_question/lib/Drupal/quiz_question/QuizQuestionResponse.php, line 351

Class

QuizQuestionResponse

Namespace

Drupal\quiz_question

Code

public abstract function getResponse();