You are here

public function H5PReportXAPIData::getScoreMin in Quiz 7.4

Get the optional min. score

Return value

float

File

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

Class

H5PReportXAPIData

Code

public function getScoreMin() {
  return $this
    ->getScore('min');
}