68 $main_tpl = $this->gui->ui()->mainTemplate();
70 $ctrl = $this->gui->ctrl();
74 if (is_null($med) || !$this->media_type->isAudio($med->getFormat())) {
78 if ($med->getLocationType() ===
"Reference") {
79 $resource = $med->getLocation();
82 $resource = $path_to_file;
85 $audio = $this->gui->ui()->factory()->player()->audio(
90 if ($tracking_container_ref_id > 0) {
93 $treshold = (
int) $mcst_settings->getVideoCompletionThreshold();
95 $main_tpl->addJavaScript(
"./Services/MediaObjects/js/MediaObjectsCompletion.js");
96 $ctrl->setParameter($this,
"mob_tracking_ref_id", $tracking_container_ref_id);
97 $ctrl->setParameter($this,
"mob_tracking_mob_id", $mob->
getId());
98 $url = $ctrl->getLinkTarget($this,
"saveCompletion");
99 $audio = $audio->withAdditionalOnLoadCode(
function (
$id) use (
$url, $treshold) {
101 document.getElementById(
'$id').dataset.mobCompletionCallback =
'$url';
102 document.getElementById(
'$id').dataset.mobCompletionThreshold =
'$treshold';
103 il.MediaObjectsCompletion.init();
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins