ILIAS  trunk Revision v11.0_alpha-1702-gfd3ecb7f852
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
class.ilAssSingleOptionQuestionFeedback.php
Go to the documentation of this file.
1 <?php
2 
31 {
36  public function getSpecificAnswerFeedbackTestPresentation(int $questionId, int $questionIndex, int $answerIndex): string
37  {
38  return '';
39  }
40 
49  {
50  }
51 
59  public function initSpecificFormProperties(ilPropertyFormGUI $form): void
60  {
61  }
62 
63  public function saveSpecificFormProperties(ilPropertyFormGUI $form): void
64  {
65  }
66 
67  public function getSpecificAnswerFeedbackContent(int $questionId, int $questionIndex, int $answerIndex): string
68  {
69  return '';
70  }
71 
72  public function getAllSpecificAnswerFeedbackContents(int $questionId): string
73  {
74  return '';
75  }
76 
77  public function saveSpecificAnswerFeedbackContent(int $questionId, int $questionIndex, int $answerIndex, string $feedbackContent): int
78  {
79  return -1;
80  }
81 
82  public function deleteSpecificAnswerFeedbacks(int $questionId, bool $isAdditionalContentEditingModePageObject): void
83  {
84  }
85 
86  protected function cloneSpecificFeedback(int $source_question_id, int $target_question_id): void
87  {
88  }
89 
90  public function getSpecificAnswerFeedbackExportPresentation(int $questionId, int $questionIndex, int $answerIndex): string
91  {
92  return '';
93  }
94 
95  public function importSpecificAnswerFeedback(int $questionId, int $questionIndex, int $answerIndex, string $feedbackContent): void
96  {
97  }
98 
99  protected function isSpecificAnswerFeedbackId(int $feedbackId): bool
100  {
101  return false;
102  }
103 }
importSpecificAnswerFeedback(int $questionId, int $questionIndex, int $answerIndex, string $feedbackContent)
getSpecificAnswerFeedbackContent(int $questionId, int $questionIndex, int $answerIndex)
getSpecificAnswerFeedbackExportPresentation(int $questionId, int $questionIndex, int $answerIndex)
deleteSpecificAnswerFeedbacks(int $questionId, bool $isAdditionalContentEditingModePageObject)
initSpecificFormProperties(ilPropertyFormGUI $form)
initialises a given form object&#39;s specific form properties relating to this question type ...
completeSpecificFormProperties(ilPropertyFormGUI $form)
completes a given form object with the specific form properties required by this question type ...
getSpecificAnswerFeedbackTestPresentation(int $questionId, int $questionIndex, int $answerIndex)
returns the html of SPECIFIC feedback for the given question id and answer index for test presentatio...
saveSpecificAnswerFeedbackContent(int $questionId, int $questionIndex, int $answerIndex, string $feedbackContent)
cloneSpecificFeedback(int $source_question_id, int $target_question_id)