3 declare(strict_types=1);
44 public function setIdent(
string $a_ident): void
46 $this->ident = $a_ident;
54 public function setTitle(
string $a_title): void
56 $this->title = $a_title;
76 $this->xmllang = $a_xmllang;
89 $this->qtimetadata[] = $a_metadata;
94 $this->objectives[] = $a_objectives;
99 $this->assessmentcontrol[] = $a_assessmentcontrol;
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
addAssessmentcontrol(ilQTIAssessmentcontrol $a_assessmentcontrol)
setIdent(string $a_ident)
setTitle(string $a_title)
addObjectives(ilQTIObjectives $a_objectives)
getPresentationMaterial()
setXmllang(string $a_xmllang)
setPresentationMaterial(ilQTIPresentationMaterial $presentation_material)
ilQTIPresentationMaterial $presentation_material
addQtiMetadata(array $a_metadata)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setComment(string $a_comment)