41 $this->hintswitch =
"";
42 $this->solutionswitch =
"";
44 $this->feedbackswitch =
"";
52 case "AdminAuthority":
56 case "InvigilatorProctor":
57 case "Psychometrician":
60 $this->view = $a_view;
75 switch ($a_hintswitch)
79 $this->hintswitch = $a_hintswitch;
82 $this->hintswitch =
"Yes";
94 switch ($a_solutionswitch)
98 $this->solutionswitch = $a_solutionswitch;
101 $this->solutionswitch =
"Yes";
113 switch ($a_feedbackswitch)
117 $this->feedbackswitch = $a_feedbackswitch;
120 $this->feedbackswitch =
"Yes";
An exception for terminatinating execution or to throw for unit testing.
setHintswitch($a_hintswitch)
setFeedbackswitch($a_feedbackswitch)
setSolutionswitch($a_solutionswitch)