@khanacademy/perseus-core 0.0.0-PR2946-20251003163019 → 0.0.0-PR2946-20251003164500
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.
package/dist/parse-perseus-json/regression-tests/item-data/radio-choice-v2-with-rationale.d.ts
ADDED
|
@@ -0,0 +1,167 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
answerArea: {
|
|
3
|
+
calculator: boolean;
|
|
4
|
+
options: {
|
|
5
|
+
content: string;
|
|
6
|
+
images: {};
|
|
7
|
+
widgets: {};
|
|
8
|
+
};
|
|
9
|
+
type: string;
|
|
10
|
+
};
|
|
11
|
+
hints: never[];
|
|
12
|
+
itemDataVersion: {
|
|
13
|
+
major: number;
|
|
14
|
+
minor: number;
|
|
15
|
+
};
|
|
16
|
+
question: {
|
|
17
|
+
content: string;
|
|
18
|
+
images: {};
|
|
19
|
+
widgets: {
|
|
20
|
+
"group 1": {
|
|
21
|
+
graded: boolean;
|
|
22
|
+
options: {
|
|
23
|
+
content: string;
|
|
24
|
+
images: {};
|
|
25
|
+
widgets: {
|
|
26
|
+
"radio 1": {
|
|
27
|
+
graded: boolean;
|
|
28
|
+
options: {
|
|
29
|
+
choices: {
|
|
30
|
+
content: string;
|
|
31
|
+
rationale: string;
|
|
32
|
+
correct: boolean;
|
|
33
|
+
isNoneOfTheAbove: boolean;
|
|
34
|
+
}[];
|
|
35
|
+
deselectEnabled: boolean;
|
|
36
|
+
displayCount: null;
|
|
37
|
+
multipleSelect: boolean;
|
|
38
|
+
noneOfTheAbove: boolean;
|
|
39
|
+
onePerLine: boolean;
|
|
40
|
+
randomize: boolean;
|
|
41
|
+
};
|
|
42
|
+
type: string;
|
|
43
|
+
version: {
|
|
44
|
+
major: number;
|
|
45
|
+
minor: number;
|
|
46
|
+
};
|
|
47
|
+
};
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
type: string;
|
|
51
|
+
version: {
|
|
52
|
+
major: number;
|
|
53
|
+
minor: number;
|
|
54
|
+
};
|
|
55
|
+
};
|
|
56
|
+
"group 2": {
|
|
57
|
+
graded: boolean;
|
|
58
|
+
options: {
|
|
59
|
+
content: string;
|
|
60
|
+
images: {};
|
|
61
|
+
widgets: {
|
|
62
|
+
"radio 1": {
|
|
63
|
+
graded: boolean;
|
|
64
|
+
options: {
|
|
65
|
+
choices: {
|
|
66
|
+
content: string;
|
|
67
|
+
rationale: string;
|
|
68
|
+
correct: boolean;
|
|
69
|
+
isNoneOfTheAbove: boolean;
|
|
70
|
+
}[];
|
|
71
|
+
deselectEnabled: boolean;
|
|
72
|
+
displayCount: null;
|
|
73
|
+
multipleSelect: boolean;
|
|
74
|
+
noneOfTheAbove: boolean;
|
|
75
|
+
onePerLine: boolean;
|
|
76
|
+
randomize: boolean;
|
|
77
|
+
};
|
|
78
|
+
type: string;
|
|
79
|
+
version: {
|
|
80
|
+
major: number;
|
|
81
|
+
minor: number;
|
|
82
|
+
};
|
|
83
|
+
};
|
|
84
|
+
};
|
|
85
|
+
};
|
|
86
|
+
type: string;
|
|
87
|
+
version: {
|
|
88
|
+
major: number;
|
|
89
|
+
minor: number;
|
|
90
|
+
};
|
|
91
|
+
};
|
|
92
|
+
"group 3": {
|
|
93
|
+
graded: boolean;
|
|
94
|
+
options: {
|
|
95
|
+
content: string;
|
|
96
|
+
images: {};
|
|
97
|
+
widgets: {
|
|
98
|
+
"radio 1": {
|
|
99
|
+
graded: boolean;
|
|
100
|
+
options: {
|
|
101
|
+
choices: {
|
|
102
|
+
content: string;
|
|
103
|
+
rationale: string;
|
|
104
|
+
correct: boolean;
|
|
105
|
+
isNoneOfTheAbove: boolean;
|
|
106
|
+
}[];
|
|
107
|
+
deselectEnabled: boolean;
|
|
108
|
+
displayCount: null;
|
|
109
|
+
multipleSelect: boolean;
|
|
110
|
+
noneOfTheAbove: boolean;
|
|
111
|
+
onePerLine: boolean;
|
|
112
|
+
randomize: boolean;
|
|
113
|
+
};
|
|
114
|
+
type: string;
|
|
115
|
+
version: {
|
|
116
|
+
major: number;
|
|
117
|
+
minor: number;
|
|
118
|
+
};
|
|
119
|
+
};
|
|
120
|
+
};
|
|
121
|
+
};
|
|
122
|
+
type: string;
|
|
123
|
+
version: {
|
|
124
|
+
major: number;
|
|
125
|
+
minor: number;
|
|
126
|
+
};
|
|
127
|
+
};
|
|
128
|
+
"group 4": {
|
|
129
|
+
graded: boolean;
|
|
130
|
+
options: {
|
|
131
|
+
content: string;
|
|
132
|
+
images: {};
|
|
133
|
+
widgets: {
|
|
134
|
+
"radio 1": {
|
|
135
|
+
graded: boolean;
|
|
136
|
+
options: {
|
|
137
|
+
choices: {
|
|
138
|
+
content: string;
|
|
139
|
+
rationale: string;
|
|
140
|
+
correct: boolean;
|
|
141
|
+
isNoneOfTheAbove: boolean;
|
|
142
|
+
}[];
|
|
143
|
+
deselectEnabled: boolean;
|
|
144
|
+
displayCount: null;
|
|
145
|
+
multipleSelect: boolean;
|
|
146
|
+
noneOfTheAbove: boolean;
|
|
147
|
+
onePerLine: boolean;
|
|
148
|
+
randomize: boolean;
|
|
149
|
+
};
|
|
150
|
+
type: string;
|
|
151
|
+
version: {
|
|
152
|
+
major: number;
|
|
153
|
+
minor: number;
|
|
154
|
+
};
|
|
155
|
+
};
|
|
156
|
+
};
|
|
157
|
+
};
|
|
158
|
+
type: string;
|
|
159
|
+
version: {
|
|
160
|
+
major: number;
|
|
161
|
+
minor: number;
|
|
162
|
+
};
|
|
163
|
+
};
|
|
164
|
+
};
|
|
165
|
+
};
|
|
166
|
+
};
|
|
167
|
+
export default _default;
|