You are here

public function OpignoTincanQuestionTypeQuestion::getMaximumScore in Opigno TinCan Question Type 7

Get the maximum possible score for this question.

File

includes/opigno_tincan_question_type.question.inc, line 189
This file contains the class OpignoTincanQuestionTypeQuestion.

Class

OpignoTincanQuestionTypeQuestion
This class goal is to provide specific TinCan question information.

Code

public function getMaximumScore() {
  return self::SCORE_MAX;
}