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