You are here

public function H5PReportXAPIData::isCompound in Quiz 7.4

Check if the interaction has sub interactions with scoring.

Return value

boolean

File

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

Class

H5PReportXAPIData

Code

public function isCompound() {
  return $this
    ->getInteractionType() === 'compound';
}