mirror of
https://github.com/moodle/moodle.git
synced 2025-04-15 05:25:08 +02:00
MDL-69736 core_h5p: enable player reporting
This commit is contained in:
parent
87afa4d759
commit
dd4a089b1c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user