41 $this->
ui = $DIC->ui();
43 $this->toolbar = $DIC->toolbar();
44 $this->lng = $DIC->language();
45 $this->ctrl = $DIC->ctrl();
56 if ($ref_id === null) {
57 $ref_id = $this->request->getRequestedRefId();
68 $exc = $this->request->getRequestedExercise();
75 $this->service->getRandomAssignmentManager(
$exc)
88 $exc = $this->request->getRequestedExercise();
91 $ass = $this->request->getRequestedAssignment();
93 if ($member_id === null) {
94 $member_id = $this->request->getRequestedMemberId();
getExerciseGUI(int $ref_id=null)
getSubmissionGUI(ilObjExercise $exc=null, ilExAssignment $ass=null, $member_id=null)
__construct(ilExerciseInternalService $service, ilExerciseUIRequest $request)
Constructor.
getRandomAssignmentGUI(ilObjExercise $exc=null)
UI for random assignment.
Exercise UI frontend presentation service class.