zhangjie 11 месяцев назад
Родитель
Сommit
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;