Home
last modified time | relevance | path

Searched refs:getTutorFeedback (Results 1 – 2 of 2) sorted by relevance

/dports/www/ilias/ILIAS-5.4.25/Modules/Exercise/classes/
H A Dclass.ilObjExercise.php199 protected function getTutorFeedback() function in ilObjExercise
222 "tfeedback" => array("integer", (int) $this->getTutorFeedback())
247 $new_obj->setTutorFeedback($this->getTutorFeedback());
373 'tfeedback' => array('integer', (int) $this->getTutorFeedback()),
/dports/www/ilias6/ILIAS-6.14/Modules/Exercise/classes/
H A Dclass.ilObjExercise.php242 protected function getTutorFeedback() function in ilObjExercise
266 "tfeedback" => array("integer", (int) $this->getTutorFeedback())
292 $new_obj->setTutorFeedback($this->getTutorFeedback());
427 'tfeedback' => array('integer', (int) $this->getTutorFeedback()),