Definition at line 30 of file class.ilQTIObjectives.php.
◆ addMaterial()
◆ getView()
| ilQTIObjectives::getView |
( |
| ) |
|
◆ setView()
| ilQTIObjectives::setView |
( |
string |
$a_view | ) |
|
Definition at line 41 of file class.ilQTIObjectives.php.
41 : void
42 {
43 switch ($a_view) {
44 case "Administrator":
45 case "AdminAuthority":
46 case "Assessor":
47 case "Author":
48 case "Candidate":
49 case "InvigilatorProctor":
50 case "Psychometrician":
51 case "Scorer":
52 case "Tutor":
53 $this->view = $a_view;
54 break;
55 default:
56 $this->view = "All";
57 break;
58 }
59 }
◆ $materials
| array ilQTIObjectives::$materials = [] |
◆ $view
| string ilQTIObjectives::$view = "All" |
The documentation for this class was generated from the following file: