Skip to content

Commit 52890e4

Browse files
[auto-generated] Update structure file for main
1 parent abf188e commit 52890e4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

structure/main.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9644,8 +9644,10 @@ export type AddonModFeedbackGetAnalysisWSResponse = {
96449644
feedback: number; // The feedback instance id this records belongs to.
96459645
template: number; // If it belogns to a template, the template id.
96469646
name: string; // The item name.
9647+
nameformat?: number; // Name format (1 = HTML, 0 = MOODLE, 2 = PLAIN, or 4 = MARKDOWN).
96479648
label: string; // The item label.
96489649
presentation: string; // The text describing the item or the available possible answers.
9650+
presentationformat?: number; // Presentation format (1 = HTML, 0 = MOODLE, 2 = PLAIN, or 4 = MARKDOWN).
96499651
typ: string; // The type of the item.
96509652
hasvalue: number; // Whether it has a value or not.
96519653
position: number; // The position in the list of questions.
@@ -9851,8 +9853,10 @@ export type AddonModFeedbackGetItemsWSResponse = {
98519853
feedback: number; // The feedback instance id this records belongs to.
98529854
template: number; // If it belogns to a template, the template id.
98539855
name: string; // The item name.
9856+
nameformat?: number; // Name format (1 = HTML, 0 = MOODLE, 2 = PLAIN, or 4 = MARKDOWN).
98549857
label: string; // The item label.
98559858
presentation: string; // The text describing the item or the available possible answers.
9859+
presentationformat?: number; // Presentation format (1 = HTML, 0 = MOODLE, 2 = PLAIN, or 4 = MARKDOWN).
98569860
typ: string; // The type of the item.
98579861
hasvalue: number; // Whether it has a value or not.
98589862
position: number; // The position in the list of questions.
@@ -9967,8 +9971,10 @@ export type AddonModFeedbackGetPageItemsWSResponse = {
99679971
feedback: number; // The feedback instance id this records belongs to.
99689972
template: number; // If it belogns to a template, the template id.
99699973
name: string; // The item name.
9974+
nameformat?: number; // Name format (1 = HTML, 0 = MOODLE, 2 = PLAIN, or 4 = MARKDOWN).
99709975
label: string; // The item label.
99719976
presentation: string; // The text describing the item or the available possible answers.
9977+
presentationformat?: number; // Presentation format (1 = HTML, 0 = MOODLE, 2 = PLAIN, or 4 = MARKDOWN).
99729978
typ: string; // The type of the item.
99739979
hasvalue: number; // Whether it has a value or not.
99749980
position: number; // The position in the list of questions.

0 commit comments

Comments
 (0)