gst-common 1.4.46 → 1.4.47
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 +2 -0
- package/dist/index.d.ts +2 -0
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -1444,6 +1444,7 @@ type TGroupQuestionStudentResultRes = TSessionGroupQuestionEntity & {
|
|
|
1444
1444
|
questions: (TQuestionEntity & {
|
|
1445
1445
|
answerType: ANSWER_QUESTION_TYPE;
|
|
1446
1446
|
feedbackContent: string | null;
|
|
1447
|
+
answerQuestionId: string;
|
|
1447
1448
|
choices: (TQuestionTypeChoiceEntity & {
|
|
1448
1449
|
isChosen: boolean;
|
|
1449
1450
|
})[];
|
|
@@ -1466,6 +1467,7 @@ type TGroupQuestionResultRes = TSessionGroupQuestionEntity & {
|
|
|
1466
1467
|
file: TFileEntity;
|
|
1467
1468
|
feedbackContent: string | null;
|
|
1468
1469
|
answerType: ANSWER_QUESTION_TYPE;
|
|
1470
|
+
answerQuestionId: string;
|
|
1469
1471
|
choices: (TQuestionTypeChoiceEntity & {
|
|
1470
1472
|
isChosen: boolean;
|
|
1471
1473
|
})[];
|
package/dist/index.d.ts
CHANGED
|
@@ -1444,6 +1444,7 @@ type TGroupQuestionStudentResultRes = TSessionGroupQuestionEntity & {
|
|
|
1444
1444
|
questions: (TQuestionEntity & {
|
|
1445
1445
|
answerType: ANSWER_QUESTION_TYPE;
|
|
1446
1446
|
feedbackContent: string | null;
|
|
1447
|
+
answerQuestionId: string;
|
|
1447
1448
|
choices: (TQuestionTypeChoiceEntity & {
|
|
1448
1449
|
isChosen: boolean;
|
|
1449
1450
|
})[];
|
|
@@ -1466,6 +1467,7 @@ type TGroupQuestionResultRes = TSessionGroupQuestionEntity & {
|
|
|
1466
1467
|
file: TFileEntity;
|
|
1467
1468
|
feedbackContent: string | null;
|
|
1468
1469
|
answerType: ANSWER_QUESTION_TYPE;
|
|
1470
|
+
answerQuestionId: string;
|
|
1469
1471
|
choices: (TQuestionTypeChoiceEntity & {
|
|
1470
1472
|
isChosen: boolean;
|
|
1471
1473
|
})[];
|