Home
last modified time | relevance | path

Searched refs:getSelfEvaluationResults (Results 1 – 8 of 8) sorted by relevance

/dports/www/ilias/ILIAS-5.4.25/Modules/Survey/classes/
H A Dclass.ilObjSurveyAccess.php322 switch ($svy->getSelfEvaluationResults()) {
H A Dclass.ilObjSurvey.php835 "mode_self_eval_results" => array("integer", $this->getSelfEvaluationResults()),
3509 $custom_properties["mode_self_eval_results"] = (int) $this->getSelfEvaluationResults();
3845 $newObj->setSelfEvaluationResults($this->getSelfEvaluationResults());
6298 public function getSelfEvaluationResults() function in ilObjSurvey
H A Dclass.ilSurveyEvaluationGUI.php1143 … $this->object->getSelfEvaluationResults() == ilObjSurvey::RESULTS_SELF_EVAL_ALL) {
H A Dclass.ilObjSurveyGUI.php1273 $evaluation_access->setValue($this->object->getSelfEvaluationResults());
/dports/www/ilias6/ILIAS-6.14/Modules/Survey/classes/
H A Dclass.ilObjSurveyAccess.php292 switch ($svy->getSelfEvaluationResults()) {
H A Dclass.ilObjSurvey.php835 "mode_self_eval_results" => array("integer", $this->getSelfEvaluationResults()),
3331 $custom_properties["mode_self_eval_results"] = (int) $this->getSelfEvaluationResults();
3657 $newObj->setSelfEvaluationResults($this->getSelfEvaluationResults());
6076 public function getSelfEvaluationResults() function in ilObjSurvey
H A Dclass.ilObjSurveyGUI.php1302 $evaluation_access->setValue($this->object->getSelfEvaluationResults());
/dports/www/ilias6/ILIAS-6.14/Modules/Survey/Evaluation/
H A Dclass.ilSurveyEvaluationGUI.php1186 … $this->object->getSelfEvaluationResults() == ilObjSurvey::RESULTS_SELF_EVAL_ALL) {