You are here

public function LongAnswerQuestion::getMaximumScore in Quiz 8.4

Implementation of getMaximumScore

Overrides QuizQuestion::getMaximumScore

See also

QuizQuestion#getMaximumScore()

File

question_types/long_answer/lib/Drupal/long_answer/LongAnswerQuestion.php, line 180
Long answer classes.

Class

LongAnswerQuestion
Extension of QuizQuestion.

Namespace

Drupal\long_answer

Code

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