public function LongAnswerQuestion::getMaximumScore in OG Quiz 7
Implementation of getMaximumScore
Overrides QuizQuestion::getMaximumScore
See also
QuizQuestion#getMaximumScore()
File
- includes/
og_long_answer.php, line 168 - Long answer classes.
Class
- LongAnswerQuestion
- Extension of QuizQuestion.
Code
public function getMaximumScore() {
return variable_get('long_answer_default_max_score', 10);
}