You are here

public function QuizQuestionInterface::getResponse in Quiz 6.x

Get the response to this question in a quiz result.

Parameters

\Drupal\quiz\Entity\QuizResult $quiz_result:

Return value

QuizResultAnswer|NULL

File

src/QuizQuestionInterface.php, line 78

Class

QuizQuestionInterface
Provides an interface for quiz questions.

Namespace

Drupal\quiz

Code

public function getResponse(QuizResult $quiz_result) : ?QuizResultAnswer;