8 methods override QuizAnswerInterface::score() in Quiz 6.x
- 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 - Calculate the unscaled score in points for this question response.
- 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.