@readerseye2/cr_type 1.0.134 → 1.0.135
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.
|
@@ -152,6 +152,8 @@ export interface ChildSectionProgress {
|
|
|
152
152
|
totalBlinks: number;
|
|
153
153
|
/** 찾아본 단어 목록 (unique text 기준) */
|
|
154
154
|
lookedUpWords: LookedUpWord[];
|
|
155
|
+
/** 개별 퀴즈 결과 (quizId 기준 최신 1건만 유지, 재시도 시 덮어쓰기) */
|
|
156
|
+
quizResults: QuizAttemptResult[];
|
|
155
157
|
quizScore: number;
|
|
156
158
|
quizMaxScore: number;
|
|
157
159
|
quizCorrectCount: number;
|