You are here

public function LongAnswerQuestion::getMaximumScore in Quiz 7.6

Same name and namespace in other branches
  1. 6.6 question_types/long_answer/long_answer.classes.inc \LongAnswerQuestion::getMaximumScore()
  2. 6.3 question_types/long_answer/long_answer.classes.inc \LongAnswerQuestion::getMaximumScore()
  3. 6.4 question_types/long_answer/long_answer.classes.inc \LongAnswerQuestion::getMaximumScore()
  4. 6.5 question_types/long_answer/long_answer.classes.inc \LongAnswerQuestion::getMaximumScore()
  5. 7 question_types/long_answer/long_answer.classes.inc \LongAnswerQuestion::getMaximumScore()
  6. 7.4 question_types/long_answer/long_answer.classes.inc \LongAnswerQuestion::getMaximumScore()
  7. 7.5 question_types/long_answer/long_answer.classes.inc \LongAnswerQuestion::getMaximumScore()

Implementation of getMaximumScore

Overrides QuizQuestion::getMaximumScore

See also

QuizQuestion#getMaximumScore()

File

question_types/long_answer/long_answer.classes.inc, line 178
Long answer classes.

Class

LongAnswerQuestion
Extension of QuizQuestion.

Code

public function getMaximumScore() {
  return variable_get('long_answer_default_max_score', 10);
}