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