|
ILIAS
release_8 Revision v8.24
|
Collaboration diagram for ilQTIAssessmentcontrol:Public Member Functions | |
| setView (string $a_view) | |
| getView () | |
| setHintswitch (string $a_hintswitch) | |
| getHintswitch () | |
| setSolutionswitch (string $a_solutionswitch) | |
| getSolutionswitch () | |
| setFeedbackswitch (string $a_feedbackswitch) | |
| getFeedbackswitch () | |
Data Fields | |
| string | $hintswitch = "" |
| string | $solutionswitch = "" |
| string | $view = "All" |
| string | $feedbackswitch = "" |
Definition at line 30 of file class.ilQTIAssessmentcontrol.php.
| ilQTIAssessmentcontrol::getFeedbackswitch | ( | ) |
Definition at line 87 of file class.ilQTIAssessmentcontrol.php.
References $feedbackswitch.
| ilQTIAssessmentcontrol::getHintswitch | ( | ) |
Definition at line 67 of file class.ilQTIAssessmentcontrol.php.
References $hintswitch.
| ilQTIAssessmentcontrol::getSolutionswitch | ( | ) |
Definition at line 77 of file class.ilQTIAssessmentcontrol.php.
References $solutionswitch.
| ilQTIAssessmentcontrol::getView | ( | ) |
Definition at line 57 of file class.ilQTIAssessmentcontrol.php.
References $view.
Referenced by ilQTIAssessmentcontrolTest\testGetView().
Here is the caller graph for this function:| ilQTIAssessmentcontrol::setFeedbackswitch | ( | string | $a_feedbackswitch | ) |
Definition at line 82 of file class.ilQTIAssessmentcontrol.php.
| ilQTIAssessmentcontrol::setHintswitch | ( | string | $a_hintswitch | ) |
Definition at line 62 of file class.ilQTIAssessmentcontrol.php.
| ilQTIAssessmentcontrol::setSolutionswitch | ( | string | $a_solutionswitch | ) |
Definition at line 72 of file class.ilQTIAssessmentcontrol.php.
| ilQTIAssessmentcontrol::setView | ( | string | $a_view | ) |
Definition at line 37 of file class.ilQTIAssessmentcontrol.php.
| string ilQTIAssessmentcontrol::$feedbackswitch = "" |
Definition at line 35 of file class.ilQTIAssessmentcontrol.php.
Referenced by getFeedbackswitch().
| string ilQTIAssessmentcontrol::$hintswitch = "" |
Definition at line 32 of file class.ilQTIAssessmentcontrol.php.
Referenced by getHintswitch().
| string ilQTIAssessmentcontrol::$solutionswitch = "" |
Definition at line 33 of file class.ilQTIAssessmentcontrol.php.
Referenced by getSolutionswitch().
| string ilQTIAssessmentcontrol::$view = "All" |
Definition at line 34 of file class.ilQTIAssessmentcontrol.php.
Referenced by getView().