41 $this->hintswitch =
"";
42 $this->solutionswitch =
"";
44 $this->feedbackswitch =
"";
51 case "AdminAuthority":
55 case "InvigilatorProctor":
56 case "Psychometrician":
59 $this->view = $a_view;
74 switch ($a_hintswitch) {
77 $this->hintswitch = $a_hintswitch;
80 $this->hintswitch =
"Yes";
92 switch ($a_solutionswitch) {
95 $this->solutionswitch = $a_solutionswitch;
98 $this->solutionswitch =
"Yes";
110 switch ($a_feedbackswitch) {
113 $this->feedbackswitch = $a_feedbackswitch;
116 $this->feedbackswitch =
"Yes";
An exception for terminatinating execution or to throw for unit testing.
setHintswitch($a_hintswitch)
setFeedbackswitch($a_feedbackswitch)
setSolutionswitch($a_solutionswitch)