You are here

public function QuizQuestion::getMaximumScore in Quiz 6.3

Same name and namespace in other branches
  1. 6.6 question_types/quiz_question/quiz_question.core.inc \QuizQuestion::getMaximumScore()
  2. 6.4 question_types/quiz_question/quiz_question.core.inc \QuizQuestion::getMaximumScore()
  3. 6.5 question_types/quiz_question/quiz_question.core.inc \QuizQuestion::getMaximumScore()
  4. 7.6 question_types/quiz_question/quiz_question.core.inc \QuizQuestion::getMaximumScore()
  5. 7 question_types/quiz_question/quiz_question.core.inc \QuizQuestion::getMaximumScore()
  6. 7.4 question_types/quiz_question/quiz_question.core.inc \QuizQuestion::getMaximumScore()
  7. 7.5 question_types/quiz_question/quiz_question.core.inc \QuizQuestion::getMaximumScore()

Get the maximum possible score for this question.

5 methods override QuizQuestion::getMaximumScore()
LongAnswerQuestion::getMaximumScore in question_types/long_answer/long_answer.classes.inc
Get the maximum possible score for this question.
MatchingQuestion::getMaximumScore in question_types/matching/matching.classes.inc
Get the maximum possible score for this question.
QuizDirectionsQuestion::getMaximumScore in question_types/quiz_directions/quiz_directions.classes.inc
Get the maximum possible score for this question.
ShortAnswerQuestion::getMaximumScore in question_types/short_answer/short_answer.classes.inc
Get the maximum possible score for this question.
TrueFalseQuestion::getMaximumScore in question_types/quiz_question/quiz_question.truefalse.inc
Get the maximum possible score for this question.

File

question_types/quiz_question/quiz_question.core.inc, line 118
Classes used in the Quiz Question module.

Class

QuizQuestion
A Quiz Question. There should be an implementation of this interface for every question type support by Quiz.

Code

public function getMaximumScore();