|
ILIAS
release_8 Revision v8.24
|
Interface for modes. More...
Inheritance diagram for ILIAS\Survey\Mode\FeatureConfig:
Collaboration diagram for ILIAS\Survey\Mode\FeatureConfig:Public Member Functions | |
| supportsCompetences () | |
| supportsConstraints () | |
| supportsAccessCodes () | |
| supportsTutorNotification () | |
| supportsMemberReminder () | |
| supportsSumScore () | |
| usesAppraisees () | |
| If raters rate single persons (appraisees) this mode is activated. More... | |
Interface for modes.
Definition at line 27 of file interface.FeatureConfig.php.
| ILIAS\Survey\Mode\FeatureConfig::supportsAccessCodes | ( | ) |
| ILIAS\Survey\Mode\FeatureConfig::supportsCompetences | ( | ) |
| ILIAS\Survey\Mode\FeatureConfig::supportsConstraints | ( | ) |
| ILIAS\Survey\Mode\FeatureConfig::supportsMemberReminder | ( | ) |
Implemented in ILIAS\Survey\Mode\Feedback360\FeatureConfig, ILIAS\Survey\Mode\IndividualFeedback\FeatureConfig, ILIAS\Survey\Mode\SelfEvaluation\FeatureConfig, and ILIAS\Survey\Mode\Standard\FeatureConfig.
Referenced by ILIAS\Survey\Settings\SettingsFormGUI\saveForm().
Here is the caller graph for this function:| ILIAS\Survey\Mode\FeatureConfig::supportsSumScore | ( | ) |
| ILIAS\Survey\Mode\FeatureConfig::supportsTutorNotification | ( | ) |
| ILIAS\Survey\Mode\FeatureConfig::usesAppraisees | ( | ) |
If raters rate single persons (appraisees) this mode is activated.
Otherwise the participants screen will be shown
Implemented in ILIAS\Survey\Mode\Feedback360\FeatureConfig, ILIAS\Survey\Mode\IndividualFeedback\FeatureConfig, ILIAS\Survey\Mode\SelfEvaluation\FeatureConfig, and ILIAS\Survey\Mode\Standard\FeatureConfig.