19require_once 
'./Modules/Test/classes/inc.AssessmentConstants.php';
 
  133    public function setState(
bool $state = 
false): void
 
  135        $this->checked = $state;
 
  147        $this->checked = 
true;
 
  159        $this->checked = 
true;
 
  171        $this->checked = 
false;
 
  183        $this->checked = 
false;
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
setUnchecked()
Sets the answer as a unchecked answer.
 
getState()
Gets the state.
 
setState(bool $state=false)
Sets the state.
 
isStateSet()
Gets the state.
 
__construct(string $answertext="", float $points=0.0, int $order=0, bool $checked=false, int $id=-1)
ASS_AnswerBinaryState constructor The constructor takes possible arguments and creates an instance of...
 
isStateUnchecked()
Gets the state.
 
isStateChecked()
Gets the state.
 
setUnset()
Sets the answer as a unset answer.
 
setSet()
Sets the answer as a set answer.
 
setChecked()
Sets the answer as a checked answer.
 
isStateUnset()
Gets the state.
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc