You are here

public function H5PReportXAPIData::getScoreMax in Quiz 7.4

Get the optional max. score

Return value

float

File

question_types/quiz_h5p/report/h5p-report-xapi-data.class.php, line 135

Class

H5PReportXAPIData

Code

public function getScoreMax() {
  return $this
    ->getScore('max');
}