You are here

public function H5PReportXAPIData::getScoreRaw in Quiz 7.4

Get the required raw score for the interaction. Can be anything between min and max.

Return value

float

File

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

Class

H5PReportXAPIData

Code

public function getScoreRaw() {
  return $this
    ->getScore('raw');
}