@@ -9640,8 +9640,10 @@ export type AddonModFeedbackGetAnalysisWSResponse = {
96409640 feedback: number; // The feedback instance id this records belongs to.
96419641 template: number; // If it belogns to a template, the template id.
96429642 name: string; // The item name.
9643+ nameformat?: number; // Name format (1 = HTML, 0 = MOODLE, 2 = PLAIN, or 4 = MARKDOWN).
96439644 label: string; // The item label.
96449645 presentation: string; // The text describing the item or the available possible answers.
9646+ presentationformat?: number; // Presentation format (1 = HTML, 0 = MOODLE, 2 = PLAIN, or 4 = MARKDOWN).
96459647 typ: string; // The type of the item.
96469648 hasvalue: number; // Whether it has a value or not.
96479649 position: number; // The position in the list of questions.
@@ -9847,8 +9849,10 @@ export type AddonModFeedbackGetItemsWSResponse = {
98479849 feedback: number; // The feedback instance id this records belongs to.
98489850 template: number; // If it belogns to a template, the template id.
98499851 name: string; // The item name.
9852+ nameformat?: number; // Name format (1 = HTML, 0 = MOODLE, 2 = PLAIN, or 4 = MARKDOWN).
98509853 label: string; // The item label.
98519854 presentation: string; // The text describing the item or the available possible answers.
9855+ presentationformat?: number; // Presentation format (1 = HTML, 0 = MOODLE, 2 = PLAIN, or 4 = MARKDOWN).
98529856 typ: string; // The type of the item.
98539857 hasvalue: number; // Whether it has a value or not.
98549858 position: number; // The position in the list of questions.
@@ -9963,8 +9967,10 @@ export type AddonModFeedbackGetPageItemsWSResponse = {
99639967 feedback: number; // The feedback instance id this records belongs to.
99649968 template: number; // If it belogns to a template, the template id.
99659969 name: string; // The item name.
9970+ nameformat?: number; // Name format (1 = HTML, 0 = MOODLE, 2 = PLAIN, or 4 = MARKDOWN).
99669971 label: string; // The item label.
99679972 presentation: string; // The text describing the item or the available possible answers.
9973+ presentationformat?: number; // Presentation format (1 = HTML, 0 = MOODLE, 2 = PLAIN, or 4 = MARKDOWN).
99689974 typ: string; // The type of the item.
99699975 hasvalue: number; // Whether it has a value or not.
99709976 position: number; // The position in the list of questions.
0 commit comments