38 : void
39 {
41 ->withCompletion(7, new DateTimeImmutable('2023-12-01'))
42 ->withValidityOfQualification(new DateTimeImmutable('2023-12-31'));
44 ->withProgressTree($pgs);
45
48 ->withProgressTree($pgs);
49
51 ->withCompletion(7, new DateTimeImmutable('2023-12-02'))
52 ->withValidityOfQualification(new DateTimeImmutable('2023-12-30'));
54 ->withProgressTree($pgs);
55
57 ->withCompletion(7, new DateTimeImmutable('2023-11-01'));
59 ->withProgressTree($pgs);
60
61 $this->assignments = [
62 $ass0, $ass1, $ass2, $ass3
63 ];
65 }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Assignments are relations of users to a PRG; They hold progress-information for (sub-)nodes of the PR...
A Progress is the status of a user on a single node of an assignment; it is unique by assignment_id:u...