You are here

8 methods override QuizResultAnswerEntityTrait::score() in Quiz 8.5

LongAnswerResponse::score in question_types/quiz_long_answer/src/Plugin/quiz/QuizQuestion/LongAnswerResponse.php
Calculate the unscaled score in points for this question response.
MatchingResponse::score in question_types/quiz_matching/src/Plugin/quiz/QuizQuestion/MatchingResponse.php
Implementation of score().
MultichoiceResponse::score in question_types/quiz_multichoice/src/Plugin/quiz/QuizQuestion/MultichoiceResponse.php
Calculate the unscaled score in points for this question response.
QuizDirectionsResponse::score in question_types/quiz_directions/src/Plugin/quiz/QuizQuestion/QuizDirectionsResponse.php
Implementation of score().
QuizPageResponse::score in question_types/quiz_page/src/Plugin/quiz/QuizQuestion/QuizPageResponse.php
Calculate the unscaled score in points for this question response.
QuizResultAnswerBroken::score in src/Entity/QuizResultAnswerBroken.php
Calculate the unscaled score in points for this question response.
ShortAnswerResponse::score in question_types/quiz_short_answer/src/Plugin/quiz/QuizQuestion/ShortAnswerResponse.php
Calculate the unscaled score in points for this question response.
TrueFalseResponse::score in question_types/quiz_truefalse/src/Plugin/quiz/QuizQuestion/TrueFalseResponse.php
Calculate the unscaled score in points for this question response.