3 declare(strict_types=1);
 
For the purpose of streamlining the grading and learning-process status definition outside of tests...
 
An object carrying settings of an Individual Assessment obj beyond the standard information. 
 
updateInfoSettings(ilIndividualAssessmentInfoSettings $settings)
Update info-screen settings entry. 
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
deleteSettings(ilObjIndividualAssessment $obj)
Delete settings entry corresponding to obj. 
 
loadSettings(ilObjIndividualAssessment $obj)
Load settings corresponding to obj. 
 
createSettings(ilIndividualAssessmentSettings $settings)
Create an entry corresponding to $settings. 
 
updateSettings(ilIndividualAssessmentSettings $settings)
Update settings entry. 
 
loadInfoSettings(ilObjIndividualAssessment $obj)
Load info-screen settings corresponding to obj.