touchstudy-core 0.1.80 → 0.1.82

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.
@@ -0,0 +1,4 @@
1
+ export declare const TabList: {
2
+ label: string;
3
+ value: number;
4
+ }[];
@@ -24,6 +24,7 @@ export declare type Question = {
24
24
  id: number;
25
25
  isCorrect: boolean;
26
26
  isStar: boolean;
27
+ score: number;
27
28
  overallCorrectRate: number;
28
29
  selectedAnswers: string;
29
30
  topDuration?: number | null;
@@ -10,6 +10,8 @@ declare const usePrintView: ({ examSessionId, studentId, code, setNotFound, resu
10
10
  }) => {
11
11
  fileName: string;
12
12
  isDone: boolean;
13
+ status: string;
14
+ isShow: (value: number) => boolean;
13
15
  handelPrintSuccess: () => void;
14
16
  handelPrintError: (errorMessage?: string | undefined) => void;
15
17
  };
@@ -4,6 +4,8 @@ interface Props {
4
4
  contentRef: RefObject<HTMLElement>;
5
5
  resultData: ExamResult;
6
6
  examTime: string;
7
+ status?: string;
8
+ isShow?: (value: number) => boolean;
7
9
  isStudent: boolean;
8
10
  categoryResponses: CategoryResponse[];
9
11
  timelyOrderQuestions: TimelyOrderQuestion[];
package/dist/index.css CHANGED
@@ -1417,11 +1417,11 @@
1417
1417
  100% {
1418
1418
  transform: translateY(-8px); } }
1419
1419
 
1420
- @media print {
1421
- ._35kyG {
1422
- page-break-before: always; }
1423
- ._1PFgl {
1424
- print-color-adjust: exact; }
1425
- ._3rPGh {
1426
- -moz-column-break-inside: avoid;
1427
- break-inside: avoid; } }
1420
+ ._35kyG {
1421
+ page-break-before: always; }
1422
+
1423
+ ._1PFgl {
1424
+ print-color-adjust: exact; }
1425
+
1426
+ ._3rPGh {
1427
+ page-break-inside: avoid; }