19 declare(strict_types=1);
 assignUserToMemberRole(ilObjUser $usr, ilObjIndividualAssessment $iass)
Assign a user to the member role at an Individual assessment. 
 
deassignUserFromMemberRole(ilObjUser $usr, ilObjIndividualAssessment $iass)
Deasign a user from the member role at an Individual assessment. 
 
For the purpose of streamlining the grading and learning-process status definition outside of tests...
 
Mechanic regarding the access control and roles of an objet goes here. 
 
mayViewUser(int $user_id)
 
mayEditLearningProgressSettings()
 
mayGradeUser(int $user_id)
 
initDefaultRolesForObject(ilObjIndividualAssessment $iass)
Create default roles at an object.