Searched refs:getAnswerFeedbackPoints (Results 1 – 6 of 6) sorted by relevance
/dports/www/ilias/ILIAS-5.4.25/Modules/TestQuestionPool/classes/ |
H A D | class.ilAssQuestionPreviewSettings.php | 59 $this->setReachedPointsEnabled($testOBJ->getAnswerFeedbackPoints());
|
/dports/www/ilias6/ILIAS-6.14/Modules/TestQuestionPool/classes/ |
H A D | class.ilAssQuestionPreviewSettings.php | 59 $this->setReachedPointsEnabled($testOBJ->getAnswerFeedbackPoints());
|
/dports/www/ilias/ILIAS-5.4.25/Modules/Test/classes/ |
H A D | class.ilTestPlayerAbstractGUI.php | 232 if ($this->object->getAnswerFeedbackPoints()) { 2101 case $this->object->getAnswerFeedbackPoints(): 2303 if ($this->object->getAnswerFeedbackPoints()) {
|
H A D | class.ilObjTest.php | 1259 'answer_feedback_points' => array('text', $this->getAnswerFeedbackPoints()), 1379 'answer_feedback_points' => array('text', $this->getAnswerFeedbackPoints()), 2510 public function getAnswerFeedbackPoints() function in ilObjTest 6287 … $a_xml_writer->xmlElement("fieldentry", null, sprintf("%d", $this->getAnswerFeedbackPoints())); 7115 $newObj->setAnswerFeedbackPoints($this->getAnswerFeedbackPoints()); 9693 "AnswerFeedbackPoints" => $this->getAnswerFeedbackPoints(), 10712 $this->getAnswerFeedbackPoints() || $this->getInstantFeedbackSolution() 10726 if ($this->getAnswerFeedbackPoints()) {
|
/dports/www/ilias6/ILIAS-6.14/Modules/Test/classes/ |
H A D | class.ilTestPlayerAbstractGUI.php | 232 if ($this->object->getAnswerFeedbackPoints()) { 2098 case $this->object->getAnswerFeedbackPoints(): 2300 if ($this->object->getAnswerFeedbackPoints()) {
|
H A D | class.ilObjTest.php | 1261 'answer_feedback_points' => array('text', $this->getAnswerFeedbackPoints()), 1382 'answer_feedback_points' => array('text', $this->getAnswerFeedbackPoints()), 2515 public function getAnswerFeedbackPoints() function in ilObjTest 6317 … $a_xml_writer->xmlElement("fieldentry", null, sprintf("%d", $this->getAnswerFeedbackPoints())); 7142 $newObj->setAnswerFeedbackPoints($this->getAnswerFeedbackPoints()); 9729 "AnswerFeedbackPoints" => $this->getAnswerFeedbackPoints(), 10873 $this->getAnswerFeedbackPoints() || $this->getInstantFeedbackSolution() 10887 if ($this->getAnswerFeedbackPoints()) {
|