ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
class.FeatureConfig.php
Go to the documentation of this file.
1 <?php
2 
3 declare(strict_types=1);
4 
22 
24 
30 {
31  public function supportsCompetences(): bool
32  {
33  return true;
34  }
35 
36  public function supportsConstraints(): bool
37  {
38  return false;
39  }
40 
41  public function supportsAccessCodes(): bool
42  {
43  return false;
44  }
45 
46  public function supportsTutorNotification(): bool
47  {
48  return false;
49  }
50 
51  public function supportsMemberReminder(): bool
52  {
53  return false;
54  }
55 
56  public function supportsSumScore(): bool
57  {
58  return false;
59  }
60 
61  public function usesAppraisees(): bool
62  {
63  return true;
64  }
65 }
Feature config for standard mode.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
usesAppraisees()
If raters rate single persons (appraisees) this mode is activated.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...