You are here

8 methods override QuizQuestionEntityTrait::getMaximumScore() in Quiz 8.6

LongAnswerQuestion::getMaximumScore in question_types/quiz_long_answer/src/Plugin/quiz/QuizQuestion/LongAnswerQuestion.php
Get the maximum possible score for this question.
MatchingQuestion::getMaximumScore in question_types/quiz_matching/src/Plugin/quiz/QuizQuestion/MatchingQuestion.php
Get the maximum possible score for this question.
MultichoiceQuestion::getMaximumScore in question_types/quiz_multichoice/src/Plugin/quiz/QuizQuestion/MultichoiceQuestion.php
Get the maximum possible score for this question.
QuizDirectionsQuestion::getMaximumScore in question_types/quiz_directions/src/Plugin/quiz/QuizQuestion/QuizDirectionsQuestion.php
Get the maximum possible score for this question.
QuizPageQuestion::getMaximumScore in question_types/quiz_page/src/Plugin/quiz/QuizQuestion/QuizPageQuestion.php
Implementation of getMaximumScore().
QuizQuestionBroken::getMaximumScore in src/Entity/QuizQuestionBroken.php
Get the maximum possible score for this question.
ShortAnswerQuestion::getMaximumScore in question_types/quiz_short_answer/src/Plugin/quiz/QuizQuestion/ShortAnswerQuestion.php
Get the maximum possible score for this question.
TrueFalseQuestion::getMaximumScore in question_types/quiz_truefalse/src/Plugin/quiz/QuizQuestion/TrueFalseQuestion.php
The maximum points for a true/false question is always 1.