ILIAS  Release_5_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
class.ilAssSingleOptionQuestionFeedback.php
Go to the documentation of this file.
1 <?php
2 /* Copyright (c) 1998-2013 ILIAS open source, Extended GPL, see docs/LICENSE */
3 
4 require_once 'Modules/TestQuestionPool/classes/feedback/class.ilAssQuestionFeedback.php';
5 
18 {
28  public function getSpecificAnswerFeedbackTestPresentation($questionId, $answerIndex)
29  {
30  return null;
31  }
32 
41  {
42  }
43 
52  {
53  }
54 
63  {
64  }
65 
74  public function getSpecificAnswerFeedbackContent($questionId, $answerIndex)
75  {
76  }
77 
87  public function saveSpecificAnswerFeedbackContent($questionId, $answerIndex, $feedbackContent)
88  {
89  return null;
90  }
91 
100  public function deleteSpecificAnswerFeedbacks($questionId, $isAdditionalContentEditingModePageObject)
101  {
102  }
103 
112  protected function duplicateSpecificFeedback($originalQuestionId, $duplicateQuestionId)
113  {
114  }
115 
123  protected function syncSpecificFeedback($originalQuestionId, $duplicateQuestionId)
124  {
125  }
126 
136  public function getSpecificAnswerFeedbackExportPresentation($questionId, $answerIndex)
137  {
138  return null;
139  }
140 
150  public function importSpecificAnswerFeedback($questionId, $answerIndex, $feedbackContent)
151  {
152  }
153 }