You are here

public function ShortAnswerQuestion::getMaximumScore in Quiz 8.4

Implementation of getMaximumScore

Overrides QuizQuestion::getMaximumScore

See also

QuizQuestion#getMaximumScore()

File

question_types/short_answer/lib/Drupal/short_answer/ShortAnswerQuestion.php, line 231
The main classes for the short answer question type.

Class

ShortAnswerQuestion
Extension of QuizQuestion.

Namespace

Drupal\short_answer

Code

public function getMaximumScore() {
  return variable_get('short_answer_default_max_score', 5);
}