abstract public function QuizQuestion::getMaximumScore in OG Quiz 7
Get the maximum possible score for this question.
1 call to QuizQuestion::getMaximumScore()
- QuizQuestion::saveRelationships in includes/
og_quiz_question.php - Handle the add to quiz part of the quiz_question_form
1 method overrides QuizQuestion::getMaximumScore()
- LongAnswerQuestion::getMaximumScore in includes/
og_long_answer.php - Implementation of getMaximumScore
File
- includes/
og_quiz_question.php, line 543 - 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();