zhangjie пре 11 месеци
родитељ
комит
143173bace
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      src/types/index.ts

+ 2 - 0
src/types/index.ts

@@ -576,6 +576,8 @@ export type StudentObjectiveInfo = {
     exist: boolean;
     questionType: string;
     standardAnswer: string;
+    score: number;
+    totalScore: number;
   }>;
   titles: { [index: number]: string };
   success: boolean;