4 require_once
'./Modules/TestQuestionPool/classes/class.assAnswerSimple.php';
5 require_once
'./Modules/Test/classes/inc.AssessmentConstants.php';
49 $this->correctness = $correctness.
"";
116 $this->correctness = $correctness.
"";
126 $this->correctness =
"1";
136 $this->correctness =
"0";
getCorrectness()
Gets the correctness.
setTrue()
Sets the answer as a correct answer.
setCorrectness($correctness=FALSE)
Sets the correctness.
isFalse()
Gets the correctness.
__construct( $answertext="", $points=0.0, $order=0, $correctness=false)
ASS_AnswerTrueFalse constructor.
Class for simple answers.
setFalse()
Sets the answer as a incorrect answer.
isIncorrect()
Gets the correctness.
isTrue()
Gets the correctness.
Class for true/false or yes/no answers.
isCorrect()
Gets the correctness.