4 require_once
'./Modules/TestQuestionPool/classes/class.assAnswerSimple.php';
5 require_once
'./Modules/Test/classes/inc.AssessmentConstants.php';
setUnchecked()
Sets the answer as a unchecked answer.
setChecked()
Sets the answer as a checked answer.
__construct($answertext="", $points=0.0, $order=0, $state=0, $id=-1)
ASS_AnswerBinaryState constructor.
isStateSet()
Gets the state.
setState($state=0)
Sets the state.
Class for simple answers.
setUnset()
Sets the answer as a unset answer.
isStateUnset()
Gets the state.
isStateChecked()
Gets the state.
getState()
Gets the state.
setSet()
Sets the answer as a set answer.
isStateUnchecked()
Gets the state.
__construct(Container $dic, ilPlugin $plugin)
Class for true/false or yes/no answers.