ILIAS  release_7 Revision v7.30-3-g800a261c036
All Data Structures Namespaces Files Functions Variables Modules Pages
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  {
39  return new ilExcMandatoryAssignmentManager($exercise, $this->getRandomAssignmentManager($exercise));
40  }
41 }
Stores info about random assignments for users in exercises.
getMandatoryAssignmentManager(ilObjExercise $exercise)
Get random assignment manager.
Manages random mandatory assignments of an exercise.
Class ilObjExercise.
getRandomAssignmentManager(ilObjExercise $exc, $user=null)
Get random assignment manager.
Manages random mandatory assignments of an exercise.