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