You are here

abstract public function QuizQuestion::getMaximumScore in Quiz 7.6

Same name and namespace in other branches
  1. 6.6 question_types/quiz_question/quiz_question.core.inc \QuizQuestion::getMaximumScore()
  2. 6.3 question_types/quiz_question/quiz_question.core.inc \QuizQuestion::getMaximumScore()
  3. 6.4 question_types/quiz_question/quiz_question.core.inc \QuizQuestion::getMaximumScore()
  4. 6.5 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.

1 call to QuizQuestion::getMaximumScore()
QuizQuestion::saveRelationships in question_types/quiz_question/quiz_question.core.inc
Save this Question to the specified Quiz.
8 methods override QuizQuestion::getMaximumScore()
LongAnswerQuestion::getMaximumScore in question_types/long_answer/long_answer.classes.inc
Implementation of getMaximumScore
MatchingQuestion::getMaximumScore in question_types/matching/matching.classes.inc
Implementation of getMaximumScore
MultichoiceQuestion::getMaximumScore in question_types/multichoice/multichoice.classes.inc
Implementation of getMaximumScore.
QuizDirectionsQuestion::getMaximumScore in question_types/quiz_directions/quiz_directions.classes.inc
Implementation of getMaximumScore
QuizPagesQuestion::getMaximumScore in question_types/quiz_page/quiz_page.classes.inc
Implementation of getMaximumScore

... See full list

File

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

Class

QuizQuestion
A base implementation of a quiz_question, adding a layer of abstraction between the node API, quiz API and the question types.

Code

public abstract function getMaximumScore();