Skip to content

Commit abf188e

Browse files
[auto-generated] Update structure file for MOODLE_405_STABLE
1 parent 9c2be5b commit abf188e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

structure/MOODLE_405_STABLE.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9856,8 +9856,10 @@ export type AddonModFeedbackGetAnalysisWSResponse = {
98569856
feedback: number; // The feedback instance id this records belongs to.
98579857
template: number; // If it belogns to a template, the template id.
98589858
name: string; // The item name.
9859+
nameformat?: number; // Name format (1 = HTML, 0 = MOODLE, 2 = PLAIN, or 4 = MARKDOWN).
98599860
label: string; // The item label.
98609861
presentation: string; // The text describing the item or the available possible answers.
9862+
presentationformat?: number; // Presentation format (1 = HTML, 0 = MOODLE, 2 = PLAIN, or 4 = MARKDOWN).
98619863
typ: string; // The type of the item.
98629864
hasvalue: number; // Whether it has a value or not.
98639865
position: number; // The position in the list of questions.
@@ -10063,8 +10065,10 @@ export type AddonModFeedbackGetItemsWSResponse = {
1006310065
feedback: number; // The feedback instance id this records belongs to.
1006410066
template: number; // If it belogns to a template, the template id.
1006510067
name: string; // The item name.
10068+
nameformat?: number; // Name format (1 = HTML, 0 = MOODLE, 2 = PLAIN, or 4 = MARKDOWN).
1006610069
label: string; // The item label.
1006710070
presentation: string; // The text describing the item or the available possible answers.
10071+
presentationformat?: number; // Presentation format (1 = HTML, 0 = MOODLE, 2 = PLAIN, or 4 = MARKDOWN).
1006810072
typ: string; // The type of the item.
1006910073
hasvalue: number; // Whether it has a value or not.
1007010074
position: number; // The position in the list of questions.
@@ -10179,8 +10183,10 @@ export type AddonModFeedbackGetPageItemsWSResponse = {
1017910183
feedback: number; // The feedback instance id this records belongs to.
1018010184
template: number; // If it belogns to a template, the template id.
1018110185
name: string; // The item name.
10186+
nameformat?: number; // Name format (1 = HTML, 0 = MOODLE, 2 = PLAIN, or 4 = MARKDOWN).
1018210187
label: string; // The item label.
1018310188
presentation: string; // The text describing the item or the available possible answers.
10189+
presentationformat?: number; // Presentation format (1 = HTML, 0 = MOODLE, 2 = PLAIN, or 4 = MARKDOWN).
1018410190
typ: string; // The type of the item.
1018510191
hasvalue: number; // Whether it has a value or not.
1018610192
position: number; // The position in the list of questions.

0 commit comments

Comments
 (0)