40 $this->exc_id = $this->exc->getId();
44 $this->set_to_mandatory_assignments = array_filter($this->assignments,
function (
$i) {
46 if (
$i->getMandatory()) {
59 public function getMandatoryAssignmentsOfUser(
int $user_id)
61 if ($this->rand_ass_manager->isActivated()) {
62 return $this->rand_ass_manager->getMandatoryAssignmentsOfUser($user_id);
64 $r = array_map(
function (
$i) {
67 }, $this->set_to_mandatory_assignments);
80 return (in_array($ass_id, $this->getMandatoryAssignmentsOfUser($user_id)));
Manages random mandatory assignments of an exercise.
isMandatoryForUser(int $ass_id, int $user_id)
Is assignment mandatory for a user?
getId()
get object id public
static getInstancesByExercise($a_exc_id)
__construct(Container $dic, ilPlugin $plugin)
Manages random mandatory assignments of an exercise.