You are here

public function H5PReportXAPIData::getParentID in Quiz 7.4

Get the ID of the parent statement. Only works for statements part of a compound interaction.

Return value

int

File

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

Class

H5PReportXAPIData

Code

public function getParentID() {
  return $this->parentID;
}