Detailed Description
Definition at line 32 of file class.ilQTIObjectives.php.
Member Function Documentation
ilQTIObjectives::addMaterial |
( |
|
$a_material | ) |
|
ilQTIObjectives::getView |
( |
| ) |
|
ilQTIObjectives::ilQTIObjectives |
( |
| ) |
|
ilQTIObjectives::setView |
( |
|
$a_view | ) |
|
Definition at line 48 of file class.ilQTIObjectives.php.
{
switch ($a_view)
{
case "Administrator":
case "AdminAuthority":
case "Assessor":
case "Author":
case "Candidate":
case "InvigilatorProctor":
case "Psychometrician":
case "Scorer":
case "Tutor":
$this->view = $a_view;
break;
default:
$this->view = "All";
break;
}
}
Field Documentation
ilQTIObjectives::$materials |
The documentation for this class was generated from the following file: