diff --git a/h5p/classes/player.php b/h5p/classes/player.php index 6647594667e..7cc30a43055 100644 --- a/h5p/classes/player.php +++ b/h5p/classes/player.php @@ -353,6 +353,9 @@ class player { $settings['moodleLibraryPaths'] = $this->core->get_dependency_roots($this->h5pid); // Add also the Moodle component where the results will be tracked. $settings['moodleComponent'] = $this->component; + if (!empty($settings['moodleComponent'])) { + $settings['reportingIsEnabled'] = true; + } $cid = $this->get_cid(); // The filterParameters function should be called before getting the dependencyfiles because it rebuild content