Skip to content

Commit

Permalink
[auto-generated] Update structure file for main
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 15, 2024
1 parent 9017eb1 commit bd9998b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions structure/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13679,6 +13679,11 @@ export type AddonModQuizGetAttemptDataWSResponse = {
// state changes. NULL means never check.

sumgrades?: number; // Total marks for this attempt.
gradeitemmarks?: { // If the quiz has additional grades set up, the mark for each grade for this attempt.
name: string; // The name of this grade item.
grade: number; // The grade this attempt earned for this item.
maxgrade: number; // The total this grade is out of.
}[];
gradednotificationsenttime?: number; // Time when the student was notified that manual grading of their attempt was complete.
};
messages: string[]; // Access messages, will only be returned for users with mod/quiz:preview capability,
Expand Down Expand Up @@ -13761,6 +13766,11 @@ export type AddonModQuizGetAttemptReviewWSResponse = {
// state changes. NULL means never check.

sumgrades?: number; // Total marks for this attempt.
gradeitemmarks?: { // If the quiz has additional grades set up, the mark for each grade for this attempt.
name: string; // The name of this grade item.
grade: number; // The grade this attempt earned for this item.
maxgrade: number; // The total this grade is out of.
}[];
gradednotificationsenttime?: number; // Time when the student was notified that manual grading of their attempt was complete.
};
additionaldata: {
Expand Down Expand Up @@ -14135,6 +14145,11 @@ export type AddonModQuizGetUserAttemptsWSResponse = {
// state changes. NULL means never check.

sumgrades?: number; // Total marks for this attempt.
gradeitemmarks?: { // If the quiz has additional grades set up, the mark for each grade for this attempt.
name: string; // The name of this grade item.
grade: number; // The grade this attempt earned for this item.
maxgrade: number; // The total this grade is out of.
}[];
gradednotificationsenttime?: number; // Time when the student was notified that manual grading of their attempt was complete.
}[];
warnings?: CoreWSExternalWarning[];
Expand Down Expand Up @@ -14267,6 +14282,11 @@ export type AddonModQuizStartAttemptWSResponse = {
// state changes. NULL means never check.

sumgrades?: number; // Total marks for this attempt.
gradeitemmarks?: { // If the quiz has additional grades set up, the mark for each grade for this attempt.
name: string; // The name of this grade item.
grade: number; // The grade this attempt earned for this item.
maxgrade: number; // The total this grade is out of.
}[];
gradednotificationsenttime?: number; // Time when the student was notified that manual grading of their attempt was complete.
};
warnings?: CoreWSExternalWarning[];
Expand Down

0 comments on commit bd9998b

Please sign in to comment.