ILIAS  release_7 Revision v7.30-3-g800a261c036
class.ilExerciseInternalService.php
Go to the documentation of this file.
1<?php
2
3/* Copyright (c) 1998-2019 ILIAS open source, Extended GPL, see docs/LICENSE */
4
13{
17 public function __construct()
18 {
19 }
20
21
27 public function getRandomAssignmentManager(ilObjExercise $exc, $user = null)
28 {
30 }
31
38 {
40 }
41}
An exception for terminatinating execution or to throw for unit testing.
Manages random mandatory assignments of an exercise.
Stores info about random assignments for users in exercises.
Manages random mandatory assignments of an exercise.
getRandomAssignmentManager(ilObjExercise $exc, $user=null)
Get random assignment manager.
getMandatoryAssignmentManager(ilObjExercise $exercise)
Get random assignment manager.
Class ilObjExercise.