| ILIAS
    Release_4_4_x_branch Revision 61816
    | 
 Inheritance diagram for ilAssNumericFeedback:
 Inheritance diagram for ilAssNumericFeedback: Collaboration diagram for ilAssNumericFeedback:
 Collaboration diagram for ilAssNumericFeedback:| Additional Inherited Members | |
|  Public Member Functions inherited from ilAssSingleOptionQuestionFeedback | |
| getSpecificAnswerFeedbackTestPresentation ($questionId, $answerIndex) | |
| returns the html of SPECIFIC feedback for the given question id and answer index for test presentation | |
| completeSpecificFormProperties (ilPropertyFormGUI $form) | |
| completes a given form object with the specific form properties required by this question type | |
| initSpecificFormProperties (ilPropertyFormGUI $form) | |
| initialises a given form object's specific form properties relating to this question type | |
| saveSpecificFormProperties (ilPropertyFormGUI $form) | |
| saves a given form object's specific form properties relating to this question type | |
| getSpecificAnswerFeedbackContent ($questionId, $answerIndex) | |
| returns the SPECIFIC answer feedback content for a given question id and answer index. | |
| saveSpecificAnswerFeedbackContent ($questionId, $answerIndex, $feedbackContent) | |
| saves SPECIFIC answer feedback content for the given question id and answer index to the database. | |
| deleteSpecificAnswerFeedbacks ($questionId, $isAdditionalContentEditingModePageObject) | |
| deletes all SPECIFIC answer feedback contents (and page objects if required) for the given question id | |
| getSpecificAnswerFeedbackExportPresentation ($questionId, $answerIndex) | |
| returns the generic feedback export presentation for given question id either for solution completed or incompleted | |
| importSpecificAnswerFeedback ($questionId, $answerIndex, $feedbackContent) | |
| imports the given feedback content as specific feedback for the given question id and answer index | |
|  Static Public Member Functions inherited from ilAssQuestionFeedback | |
| static | isValidFeedbackPageObjectType ($feedbackPageObjectType) | 
| returns the fact wether the given page object type relates to generic or specific feedback page objects | |
|  Data Fields inherited from ilAssQuestionFeedback | |
| const | PAGE_OBJECT_TYPE_GENERIC_FEEDBACK = 'qfbg' | 
| type for generic feedback page objects | |
| const | PAGE_OBJECT_TYPE_SPECIFIC_FEEDBACK = 'qfbs' | 
| type for specific feedback page objects | |
| const | FEEDBACK_SOLUTION_INCOMPLETE_PAGE_OBJECT_ID = 1 | 
| id for page object relating to generic incomplete solution feedback | |
| const | FEEDBACK_SOLUTION_COMPLETE_PAGE_OBJECT_ID = 2 | 
| id for page object relating to generic complete solution feedback | |
| const | TABLE_NAME_GENERIC_FEEDBACK = 'qpl_fb_generic' | 
| table name for specific feedback | |
|  Protected Member Functions inherited from ilAssSingleOptionQuestionFeedback | |
| duplicateSpecificFeedback ($originalQuestionId, $duplicateQuestionId) | |
| duplicates the SPECIFIC feedback relating to the given original question id and saves it for the given duplicate question id | |
| syncSpecificFeedback ($originalQuestionId, $duplicateQuestionId) | |
| syncs the SPECIFIC feedback from a duplicated question back to the original question | |
|  Protected Attributes inherited from ilAssQuestionFeedback | |
| $questionOBJ = null | |
| $ctrl = null | |
| $db = null | |
| $lng = null | |
| $page_obj_output_mode = "presentation" | |
Definition at line 14 of file class.ilAssNumericFeedback.php.