gst-common 1.4.38 → 1.4.40
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.cts +4 -1
- package/dist/index.d.ts +4 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -1420,8 +1420,9 @@ type TLessonStudentDocumentsRes = TLessonEntity & {
|
|
|
1420
1420
|
sessionGroupQuestionsLastCreatedAt: string | null;
|
|
1421
1421
|
sessionGroupQuestionsStatus: SESSION_GROUP_QUESTION | null;
|
|
1422
1422
|
sessionGroupQuestionId: string | null;
|
|
1423
|
-
sessionGroupQuestionsCorrectQuestion: number
|
|
1423
|
+
sessionGroupQuestionsCorrectQuestion: number;
|
|
1424
1424
|
sessionGroupQuestionsTotalQuestion: number | null;
|
|
1425
|
+
sessionGroupQuestionsWaitForGradeQuestion: number;
|
|
1425
1426
|
})[];
|
|
1426
1427
|
totalQuestion: number;
|
|
1427
1428
|
};
|
|
@@ -1455,8 +1456,10 @@ type TGroupQuestionStudentResultRes = TSessionGroupQuestionEntity & {
|
|
|
1455
1456
|
type TGroupQuestionResultRes = TSessionGroupQuestionEntity & {
|
|
1456
1457
|
totalCorrectQuestion: number;
|
|
1457
1458
|
totalWaitForGradeQuestion: number;
|
|
1459
|
+
sessionGroupQuestionsWaitForGradeQuestion: number;
|
|
1458
1460
|
groupQuestion: TGroupQuestionEntity & {
|
|
1459
1461
|
questions: (TQuestionEntity & {
|
|
1462
|
+
file: TFileEntity;
|
|
1460
1463
|
answerType: ANSWER_QUESTION_TYPE;
|
|
1461
1464
|
choices: (TQuestionTypeChoiceEntity & {
|
|
1462
1465
|
isChosen: boolean;
|
package/dist/index.d.ts
CHANGED
|
@@ -1420,8 +1420,9 @@ type TLessonStudentDocumentsRes = TLessonEntity & {
|
|
|
1420
1420
|
sessionGroupQuestionsLastCreatedAt: string | null;
|
|
1421
1421
|
sessionGroupQuestionsStatus: SESSION_GROUP_QUESTION | null;
|
|
1422
1422
|
sessionGroupQuestionId: string | null;
|
|
1423
|
-
sessionGroupQuestionsCorrectQuestion: number
|
|
1423
|
+
sessionGroupQuestionsCorrectQuestion: number;
|
|
1424
1424
|
sessionGroupQuestionsTotalQuestion: number | null;
|
|
1425
|
+
sessionGroupQuestionsWaitForGradeQuestion: number;
|
|
1425
1426
|
})[];
|
|
1426
1427
|
totalQuestion: number;
|
|
1427
1428
|
};
|
|
@@ -1455,8 +1456,10 @@ type TGroupQuestionStudentResultRes = TSessionGroupQuestionEntity & {
|
|
|
1455
1456
|
type TGroupQuestionResultRes = TSessionGroupQuestionEntity & {
|
|
1456
1457
|
totalCorrectQuestion: number;
|
|
1457
1458
|
totalWaitForGradeQuestion: number;
|
|
1459
|
+
sessionGroupQuestionsWaitForGradeQuestion: number;
|
|
1458
1460
|
groupQuestion: TGroupQuestionEntity & {
|
|
1459
1461
|
questions: (TQuestionEntity & {
|
|
1462
|
+
file: TFileEntity;
|
|
1460
1463
|
answerType: ANSWER_QUESTION_TYPE;
|
|
1461
1464
|
choices: (TQuestionTypeChoiceEntity & {
|
|
1462
1465
|
isChosen: boolean;
|