Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
DG_FAF
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
template admin
DG_FAF
Commits
52d07904
Commit
52d07904
authored
Mar 06, 2023
by
李维
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更改划掉线颜色
parent
80149629
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
4 deletions
+8
-4
DG_FAF.ts
assets/DG_FAF/scene/DG_FAF.ts
+5
-1
defaultData_DG_FAF.ts
assets/DG_FAF/script/defaultData_DG_FAF.ts
+1
-1
slider.png.meta
assets/DG_FAF/textures/slider.png.meta
+2
-2
No files found.
assets/DG_FAF/scene/DG_FAF.ts
View file @
52d07904
...
@@ -1811,7 +1811,11 @@ export default class SceneComponent extends MyCocosSceneComponent {
...
@@ -1811,7 +1811,11 @@ export default class SceneComponent extends MyCocosSceneComponent {
node
.
anchorY
=
0
;
node
.
anchorY
=
0
;
const
ctx
=
node
.
addComponent
(
cc
.
Graphics
);
const
ctx
=
node
.
addComponent
(
cc
.
Graphics
);
ctx
.
lineWidth
=
4
;
const
color
=
new
cc
.
Color
();
cc
.
Color
.
fromHEX
(
color
,
"
#a8a9ad
"
);
ctx
.
strokeColor
=
color
;
ctx
.
lineWidth
=
3
;
// 移动到当前开始节点的中心开始画线
// 移动到当前开始节点的中心开始画线
ctx
.
moveTo
(
0
,
0
);
ctx
.
moveTo
(
0
,
0
);
// 终点坐标在上面已经计算好了 这里使用
// 终点坐标在上面已经计算好了 这里使用
...
...
assets/DG_FAF/script/defaultData_DG_FAF.ts
View file @
52d07904
export
const
defaultData
=
{
"
header_image_url
"
:
"
http://staging-teach.cdn.ireadabc.com/8568d6dc15f21e0bfc1f3f43da36544a.png
"
,
"
footer_image_url
"
:
"
http://staging-teach.cdn.ireadabc.com/48f2603478f682ee5ad702a4cf930611.png
"
,
"
bgItem
"
:{
"
url
"
:
"
http://staging-teach.cdn.ireadabc.com/5a57a7b53829348b5f07d5dcb01ee539.png
"
,
"
rect
"
:{
"
x
"
:
414.1969883220651
,
"
y
"
:
0
,
"
width
"
:
522.6060233558698
,
"
height
"
:
1466
}},
"
hotZoneItemArr
"
:[{
"
index
"
:
0
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
1-2起点
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
132
,
"
y
"
:
55
,
"
width
"
:
28
,
"
height
"
:
28
}},{
"
index
"
:
1
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
1-2终点
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
208
,
"
y
"
:
6
,
"
width
"
:
28
,
"
height
"
:
28
}},{
"
index
"
:
2
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
1-2回显
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
104.2
,
"
y
"
:
55.2
,
"
width
"
:
27.61
,
"
height
"
:
27.61
}},{
"
index
"
:
3
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
1-3起点
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
134
,
"
y
"
:
83
,
"
width
"
:
26
,
"
height
"
:
26
}},{
"
index
"
:
4
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
1-3终点
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
210.2
,
"
y
"
:
162.2
,
"
width
"
:
25.61
,
"
height
"
:
25.61
}},{
"
index
"
:
5
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
1-3回显
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
106
,
"
y
"
:
80
,
"
width
"
:
24
,
"
height
"
:
24
}},{
"
index
"
:
6
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
1-4起点
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
133.2
,
"
y
"
:
110.2
,
"
width
"
:
23.61
,
"
height
"
:
23.61
}},{
"
index
"
:
7
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
1-4终点
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
370
,
"
y
"
:
43
,
"
width
"
:
32
,
"
height
"
:
32
}},{
"
index
"
:
8
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
1-4回显
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
105
,
"
y
"
:
108
,
"
width
"
:
26
,
"
height
"
:
26
}},{
"
index
"
:
9
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
1-5起点
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
131
,
"
y
"
:
135
,
"
width
"
:
24
,
"
height
"
:
24
}},{
"
index
"
:
10
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
1-5终点
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
373.2
,
"
y
"
:
130.2
,
"
width
"
:
25.61
,
"
height
"
:
25.61
}},{
"
index
"
:
11
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
1-5回显
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
105.2
,
"
y
"
:
135.2
,
"
width
"
:
23.61
,
"
height
"
:
23.61
}},{
"
index
"
:
12
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
2-2-f
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
373
,
"
y
"
:
292
,
"
width
"
:
24
,
"
height
"
:
24
}},{
"
index
"
:
13
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
2-2-a
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
400.2
,
"
y
"
:
292.2
,
"
width
"
:
27.61
,
"
height
"
:
27.61
}},{
"
index
"
:
14
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
2-2-c
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
432.2
,
"
y
"
:
291.2
,
"
width
"
:
27.61
,
"
height
"
:
27.61
}},{
"
index
"
:
15
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
2-2-e
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
461.2
,
"
y
"
:
290.2
,
"
width
"
:
29.61
,
"
height
"
:
29.61
}},{
"
index
"
:
16
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
2-3-n
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
372
,
"
y
"
:
350
,
"
width
"
:
28
,
"
height
"
:
28
}},{
"
index
"
:
17
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
2-3-o
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
402.2
,
"
y
"
:
351.2
,
"
width
"
:
27.61
,
"
height
"
:
27.61
}},{
"
index
"
:
18
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
2-3-s
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
433
,
"
y
"
:
349
,
"
width
"
:
28
,
"
height
"
:
28
}},{
"
index
"
:
19
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
2-3-e
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
464
,
"
y
"
:
351
,
"
width
"
:
26
,
"
height
"
:
26
}},{
"
index
"
:
20
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
2-4-l
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
311
,
"
y
"
:
379
,
"
width
"
:
30
,
"
height
"
:
30
}},{
"
index
"
:
21
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
2-4-e
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
339
,
"
y
"
:
379
,
"
width
"
:
36
,
"
height
"
:
36
}},{
"
index
"
:
22
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
2-4-g
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
373
,
"
y
"
:
380
,
"
width
"
:
28
,
"
height
"
:
28
}},{
"
index
"
:
23
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
2-5-a
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
342
,
"
y
"
:
440
,
"
width
"
:
28
,
"
height
"
:
28
}},{
"
index
"
:
24
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
2-5-r
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
373
,
"
y
"
:
439
,
"
width
"
:
24
,
"
height
"
:
24
}},{
"
index
"
:
25
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
2-5-m
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
399
,
"
y
"
:
439
,
"
width
"
:
30
,
"
height
"
:
30
}},{
"
index
"
:
26
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
2-5-s
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
430.2
,
"
y
"
:
440.2
,
"
width
"
:
29.61
,
"
height
"
:
29.61
}},{
"
index
"
:
27
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
3-2-选项
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
202
,
"
y
"
:
601
,
"
width
"
:
26
,
"
height
"
:
26
}},{
"
index
"
:
28
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
3-2-划掉
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
442.2
,
"
y
"
:
542
,
"
width
"
:
55.61
,
"
height
"
:
24
}},{
"
index
"
:
29
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
3-3-选项
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
203
,
"
y
"
:
628
,
"
width
"
:
24
,
"
height
"
:
24
}},{
"
index
"
:
30
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
3-3-划掉
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
57.2
,
"
y
"
:
543
,
"
width
"
:
57.61
,
"
height
"
:
20
}},{
"
index
"
:
31
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
3-4-选项
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
204
,
"
y
"
:
655
,
"
width
"
:
22
,
"
height
"
:
22
}},{
"
index
"
:
32
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
3-4-划掉
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
144.2
,
"
y
"
:
542
,
"
width
"
:
73.61
,
"
height
"
:
24
}},{
"
index
"
:
33
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
3-5-选项
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
203
,
"
y
"
:
682
,
"
width
"
:
22
,
"
height
"
:
22
}},{
"
index
"
:
34
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
3-5-划掉
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
342.2
,
"
y
"
:
543
,
"
width
"
:
65.61
,
"
height
"
:
24
}},{
"
index
"
:
35
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
4-2选项
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
196.2
,
"
y
"
:
919
,
"
width
"
:
69.61
,
"
height
"
:
24
}},{
"
index
"
:
36
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
4-2划掉
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
37
,
"
y
"
:
745
,
"
width
"
:
30
,
"
height
"
:
30
}},{
"
index
"
:
37
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
4-3选项
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
444.2
,
"
y
"
:
802
,
"
width
"
:
69.61
,
"
height
"
:
20
}},{
"
index
"
:
38
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
4-3划掉
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
181
,
"
y
"
:
743
,
"
width
"
:
36
,
"
height
"
:
36
}},{
"
index
"
:
39
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
5-2-a
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
234
,
"
y
"
:
1093
,
"
width
"
:
20
,
"
height
"
:
20
}},{
"
index
"
:
40
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
5-2-e
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
256
,
"
y
"
:
1091
,
"
width
"
:
22
,
"
height
"
:
22
}},{
"
index
"
:
41
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
5-2-i
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
279
,
"
y
"
:
1090
,
"
width
"
:
24
,
"
height
"
:
24
}},{
"
index
"
:
42
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
5-3-b
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
40
,
"
y
"
:
1156
,
"
width
"
:
22
,
"
height
"
:
22
}},{
"
index
"
:
43
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
5-3-d
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
64
,
"
y
"
:
1156
,
"
width
"
:
22
,
"
height
"
:
22
}},{
"
index
"
:
44
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
5-3-f
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
85.2
,
"
y
"
:
1155.2
,
"
width
"
:
23.61
,
"
height
"
:
23.61
}},{
"
index
"
:
45
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
5-4-c
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
235
,
"
y
"
:
1155
,
"
width
"
:
20
,
"
height
"
:
20
}},{
"
index
"
:
46
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
5-4-i
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
253
,
"
y
"
:
1156
,
"
width
"
:
24
,
"
height
"
:
24
}},{
"
index
"
:
47
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
5-4-k
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
277.2
,
"
y
"
:
1154.2
,
"
width
"
:
25.61
,
"
height
"
:
25.61
}},{
"
index
"
:
48
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
5-5-i
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
32.2
,
"
y
"
:
1221.2
,
"
width
"
:
27.61
,
"
height
"
:
27.61
}},{
"
index
"
:
49
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
5-5-b
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
57.2
,
"
y
"
:
1221.2
,
"
width
"
:
25.61
,
"
height
"
:
25.61
}},{
"
index
"
:
50
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
5-5-j
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
83.2
,
"
y
"
:
1220.2
,
"
width
"
:
27.61
,
"
height
"
:
27.61
}},{
"
index
"
:
51
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
5-6-g
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
234.2
,
"
y
"
:
1221.2
,
"
width
"
:
21.61
,
"
height
"
:
21.61
}},{
"
index
"
:
52
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
5-6-f
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
256
,
"
y
"
:
1221
,
"
width
"
:
22
,
"
height
"
:
22
}},{
"
index
"
:
53
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
5-6-j
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
276
,
"
y
"
:
1220
,
"
width
"
:
28
,
"
height
"
:
28
}},{
"
index
"
:
54
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
6-音频
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
347.2
,
"
y
"
:
1270.2
,
"
width
"
:
25.61
,
"
height
"
:
25.61
}},{
"
index
"
:
55
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
6-2-a
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
66
,
"
y
"
:
1318
,
"
width
"
:
28
,
"
height
"
:
28
}},{
"
index
"
:
56
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
6-2-j
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
139.2
,
"
y
"
:
1318.2
,
"
width
"
:
27.61
,
"
height
"
:
27.61
}},{
"
index
"
:
57
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
6-2-f
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
218
,
"
y
"
:
1322
,
"
width
"
:
28
,
"
height
"
:
28
}},{
"
index
"
:
58
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
6-3-i
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
64.2
,
"
y
"
:
1343.2
,
"
width
"
:
31.61
,
"
height
"
:
31.61
}},{
"
index
"
:
59
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
6-3-e
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
139.2
,
"
y
"
:
1344.2
,
"
width
"
:
29.61
,
"
height
"
:
29.61
}},{
"
index
"
:
60
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
6-3-a
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
217
,
"
y
"
:
1345
,
"
width
"
:
30
,
"
height
"
:
30
}},{
"
index
"
:
61
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
6-4-l
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
65
,
"
y
"
:
1370
,
"
width
"
:
26
,
"
height
"
:
26
}},{
"
index
"
:
62
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
6-4-b
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
137.2
,
"
y
"
:
1370.2
,
"
width
"
:
31.61
,
"
height
"
:
31.61
}},{
"
index
"
:
63
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
6-4-g
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
215
,
"
y
"
:
1368
,
"
width
"
:
30
,
"
height
"
:
30
}},{
"
index
"
:
64
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
6-5-h
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
63
,
"
y
"
:
1396
,
"
width
"
:
30
,
"
height
"
:
30
}},{
"
index
"
:
65
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
6-5-j
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
142.2
,
"
y
"
:
1398.2
,
"
width
"
:
25.61
,
"
height
"
:
25.61
}},{
"
index
"
:
66
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
6-5-l
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
217.2
,
"
y
"
:
1396.2
,
"
width
"
:
29.61
,
"
height
"
:
29.61
}},{
"
index
"
:
67
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
6-6-g
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
64
,
"
y
"
:
1426
,
"
width
"
:
24
,
"
height
"
:
24
}},{
"
index
"
:
68
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
6-6-p
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
143
,
"
y
"
:
1426
,
"
width
"
:
22
,
"
height
"
:
22
}},{
"
index
"
:
69
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
6-6-r
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
219
,
"
y
"
:
1425
,
"
width
"
:
24
,
"
height
"
:
24
}},{
"
index
"
:
70
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
4-4选项
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
441.8
,
"
y
"
:
919
,
"
width
"
:
59
,
"
height
"
:
20
}},{
"
index
"
:
71
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
4-4划掉
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
135.3
,
"
y
"
:
744
,
"
width
"
:
28
,
"
height
"
:
28
}},{
"
index
"
:
72
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
结果1
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
-
2.7
,
"
y
"
:
0
,
"
width
"
:
32
,
"
height
"
:
32
}},{
"
index
"
:
73
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
结果2-2
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
323.3
,
"
y
"
:
292
,
"
width
"
:
30
,
"
height
"
:
30
}},{
"
index
"
:
74
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
结果2-3
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
324.3
,
"
y
"
:
353
,
"
width
"
:
26
,
"
height
"
:
26
}},{
"
index
"
:
75
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
结果2-4
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
272.8
,
"
y
"
:
383.5
,
"
width
"
:
21
,
"
height
"
:
21
}},{
"
index
"
:
76
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
结果2-5
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
299.8
,
"
y
"
:
443.5
,
"
width
"
:
23
,
"
height
"
:
23
}},{
"
index
"
:
77
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
结果5-2
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
199.3
,
"
y
"
:
1086
,
"
width
"
:
32
,
"
height
"
:
32
}},{
"
index
"
:
78
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
结果5-3
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
1.3
,
"
y
"
:
1153
,
"
width
"
:
28
,
"
height
"
:
28
}},{
"
index
"
:
79
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
结果5-4
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
197.3
,
"
y
"
:
1155
,
"
width
"
:
28
,
"
height
"
:
28
}},{
"
index
"
:
80
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
结果5-5
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
-
3.7
,
"
y
"
:
1218
,
"
width
"
:
30
,
"
height
"
:
30
}},{
"
index
"
:
81
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
结果5-6
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
195.8
,
"
y
"
:
1218.5
,
"
width
"
:
27
,
"
height
"
:
27
}},{
"
index
"
:
82
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
结果6-2
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
5.8
,
"
y
"
:
1317.5
,
"
width
"
:
27
,
"
height
"
:
27
}},{
"
index
"
:
83
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
结果6-3
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
6.3
,
"
y
"
:
1346
,
"
width
"
:
28
,
"
height
"
:
28
}},{
"
index
"
:
84
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
结果6-4
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
4.8
,
"
y
"
:
1368.5
,
"
width
"
:
29
,
"
height
"
:
29
}},{
"
index
"
:
85
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
结果6-5
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
2.8
,
"
y
"
:
1397.5
,
"
width
"
:
29
,
"
height
"
:
29
}},{
"
index
"
:
86
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
结果6-6
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.05546875
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.05546875
,
"
rect
"
:{
"
x
"
:
5.8
,
"
y
"
:
1426.5
,
"
width
"
:
25
,
"
height
"
:
25
}}],
"
hotZoneConfigArr
"
:[{
"
hotZoneType
"
:
"
6
"
,
"
linkHotZoneIndex
"
:
-
1
,
"
audio_url
"
:
""
,
"
score
"
:
"
0
"
,
"
unselectedStyle
"
:
"
none
"
,
"
selectedStyle
"
:
"
border
"
,
"
inputText
"
:
""
,
"
contentList
"
:[{
"
uuid
"
:
"
bd3087bf-1ce7-451b-90fe-b0465c15f273
"
,
"
text
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
"
a
"
,
"
selectStartHotZoneIndex
"
:
0
,
"
selectEndHotZoneIndex
"
:
1
,
"
selectEndHotZoneShowIndex
"
:
2
},{
"
uuid
"
:
"
c133401e-26bb-4212-877c-092a400c9061
"
,
"
text
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
"
e
"
,
"
selectStartHotZoneIndex
"
:
3
,
"
selectEndHotZoneIndex
"
:
4
,
"
selectEndHotZoneShowIndex
"
:
5
},{
"
uuid
"
:
"
da9f9970-4b2f-4ab1-a4f7-0d8893a6f8d6
"
,
"
text
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
"
b
"
,
"
selectStartHotZoneIndex
"
:
6
,
"
selectEndHotZoneIndex
"
:
7
,
"
selectEndHotZoneShowIndex
"
:
8
},{
"
uuid
"
:
"
8c1b6cb2-784a-4131-ba96-f17279fdae7e
"
,
"
text
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
"
d
"
,
"
selectStartHotZoneIndex
"
:
9
,
"
selectEndHotZoneIndex
"
:
10
,
"
selectEndHotZoneShowIndex
"
:
11
}],
"
linkResultShowHotZoneIndex
"
:
72
},{
"
hotZoneType
"
:
"
9
"
,
"
linkHotZoneIndex
"
:
-
1
,
"
audio_url
"
:
""
,
"
score
"
:
"
0
"
,
"
unselectedStyle
"
:
"
none
"
,
"
selectedStyle
"
:
"
border
"
,
"
inputText
"
:
""
,
"
contentList
"
:[{
"
uuid
"
:
"
b651bba6-7c08-4f39-ad33-7d561b995107
"
,
"
text
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
letter
"
:
"
f
"
,
"
selectHotZoneIndex
"
:
12
},{
"
uuid
"
:
"
e0b4a882-8e18-42b4-85ef-7026b0efe7e0
"
,
"
text
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
letter
"
:
"
a
"
,
"
selectHotZoneIndex
"
:
13
},{
"
uuid
"
:
"
ffda4bc1-13c5-4986-8797-5d033589bfaf
"
,
"
text
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
letter
"
:
"
c
"
,
"
selectHotZoneIndex
"
:
14
},{
"
uuid
"
:
"
8dd692fa-245d-4d4a-ab2e-60fef1cb1f2e
"
,
"
text
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
letter
"
:
"
e
"
,
"
selectHotZoneIndex
"
:
15
}],
"
linkResultShowHotZoneIndex
"
:
73
},{
"
hotZoneType
"
:
"
9
"
,
"
linkHotZoneIndex
"
:
-
1
,
"
audio_url
"
:
""
,
"
score
"
:
"
0
"
,
"
unselectedStyle
"
:
"
none
"
,
"
selectedStyle
"
:
"
border
"
,
"
inputText
"
:
""
,
"
contentList
"
:[{
"
uuid
"
:
"
17f30218-4a1c-4c8c-ad32-f8186aa3e660
"
,
"
text
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
letter
"
:
"
n
"
,
"
selectHotZoneIndex
"
:
16
},{
"
uuid
"
:
"
f619667a-82ae-45e4-ae21-4d88ae2ebea5
"
,
"
text
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
letter
"
:
"
o
"
,
"
selectHotZoneIndex
"
:
17
},{
"
uuid
"
:
"
b2cf5bd1-b70a-419e-850c-58c08c0bb4a1
"
,
"
text
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
letter
"
:
"
s
"
,
"
selectHotZoneIndex
"
:
18
},{
"
uuid
"
:
"
73d151c6-16e9-46f8-be99-917bbe12bf20
"
,
"
text
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
letter
"
:
"
e
"
,
"
selectHotZoneIndex
"
:
19
}],
"
linkResultShowHotZoneIndex
"
:
74
},{
"
hotZoneType
"
:
"
9
"
,
"
linkHotZoneIndex
"
:
-
1
,
"
audio_url
"
:
""
,
"
score
"
:
"
0
"
,
"
unselectedStyle
"
:
"
none
"
,
"
selectedStyle
"
:
"
border
"
,
"
inputText
"
:
""
,
"
contentList
"
:[{
"
uuid
"
:
"
e972d7c5-db14-42e7-a0df-0df37387ab2c
"
,
"
text
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
letter
"
:
"
l
"
,
"
selectHotZoneIndex
"
:
20
},{
"
uuid
"
:
"
0c9064c6-7bed-47e9-baa7-7c7b18ac18bb
"
,
"
text
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
letter
"
:
"
e
"
,
"
selectHotZoneIndex
"
:
21
},{
"
uuid
"
:
"
97f25b7e-796e-4300-ae58-31bcd93d62b9
"
,
"
text
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
letter
"
:
"
g
"
,
"
selectHotZoneIndex
"
:
22
}],
"
linkResultShowHotZoneIndex
"
:
75
},{
"
hotZoneType
"
:
"
9
"
,
"
linkHotZoneIndex
"
:
-
1
,
"
audio_url
"
:
""
,
"
score
"
:
"
0
"
,
"
unselectedStyle
"
:
"
none
"
,
"
selectedStyle
"
:
"
border
"
,
"
inputText
"
:
""
,
"
contentList
"
:[{
"
uuid
"
:
"
fa817b92-1e6e-4e35-b355-8ed2be7028da
"
,
"
text
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
letter
"
:
"
a
"
,
"
selectHotZoneIndex
"
:
23
},{
"
uuid
"
:
"
8a48d284-7c09-49e2-bd87-aede36ac6a39
"
,
"
text
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
letter
"
:
"
r
"
,
"
selectHotZoneIndex
"
:
24
},{
"
uuid
"
:
"
44ef7a7e-7934-4fa1-bf49-30cd0623efa3
"
,
"
text
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
letter
"
:
"
m
"
,
"
selectHotZoneIndex
"
:
25
},{
"
uuid
"
:
"
6d596986-1980-4da8-9578-58063a203605
"
,
"
text
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
letter
"
:
"
s
"
,
"
selectHotZoneIndex
"
:
26
}],
"
linkResultShowHotZoneIndex
"
:
76
},{
"
hotZoneType
"
:
"
0
"
,
"
linkHotZoneIndex
"
:
-
1
,
"
audio_url
"
:
""
,
"
score
"
:
"
0
"
,
"
unselectedStyle
"
:
"
none
"
,
"
selectedStyle
"
:
"
border
"
,
"
inputText
"
:
""
,
"
contentList
"
:[{
"
uuid
"
:
"
99ac2de6-6c61-45e0-8d97-a3f83d65fdfc
"
,
"
text
"
:
"
e
"
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectHotZoneIndex
"
:
27
,
"
selectStrikeOutHotZoneIndex
"
:
28
},{
"
uuid
"
:
"
fbb877fe-8d73-4693-bf7d-189289b4af31
"
,
"
text
"
:
"
a
"
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectHotZoneIndex
"
:
29
,
"
selectStrikeOutHotZoneIndex
"
:
30
},{
"
uuid
"
:
"
a0270b2e-8c27-4cda-9a14-fa29b6bec538
"
,
"
text
"
:
"
b
"
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectHotZoneIndex
"
:
31
,
"
selectStrikeOutHotZoneIndex
"
:
32
},{
"
uuid
"
:
"
69736513-d8ea-40c4-a181-b29d31589d0a
"
,
"
text
"
:
"
d
"
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectHotZoneIndex
"
:
33
,
"
selectStrikeOutHotZoneIndex
"
:
34
}]},{
"
hotZoneType
"
:
"
0
"
,
"
linkHotZoneIndex
"
:
-
1
,
"
audio_url
"
:
""
,
"
score
"
:
"
0
"
,
"
unselectedStyle
"
:
"
none
"
,
"
selectedStyle
"
:
"
border
"
,
"
inputText
"
:
""
,
"
contentList
"
:[{
"
uuid
"
:
"
746d7f9a-d64b-4ae0-85cc-1f12b21982d4
"
,
"
text
"
:
"
is
"
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectHotZoneIndex
"
:
35
,
"
selectStrikeOutHotZoneIndex
"
:
36
},{
"
uuid
"
:
"
d22bd25c-353b-4487-a8d1-84ba01251143
"
,
"
text
"
:
"
your
"
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectHotZoneIndex
"
:
37
,
"
selectStrikeOutHotZoneIndex
"
:
38
},{
"
uuid
"
:
"
14f05943-f970-423c-ba3b-fd47faa090c2
"
,
"
text
"
:
"
This
"
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectHotZoneIndex
"
:
70
,
"
selectStrikeOutHotZoneIndex
"
:
71
}]},{
"
hotZoneType
"
:
"
3
"
,
"
linkHotZoneIndex
"
:
-
1
,
"
audio_url
"
:
""
,
"
score
"
:
"
0
"
,
"
unselectedStyle
"
:
"
mask
"
,
"
selectedStyle
"
:
"
border
"
,
"
inputText
"
:
""
,
"
contentList
"
:[{
"
uuid
"
:
"
38cb93b9-3cdb-4778-b088-80510b06cc3e
"
,
"
text
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectHotZoneIndex
"
:
39
},{
"
uuid
"
:
"
ff51420c-3077-43cf-8569-9ccd2b583b08
"
,
"
text
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
true
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectHotZoneIndex
"
:
40
},{
"
uuid
"
:
"
8ba0d33b-b8c5-48ac-87e9-4857ed5e77ee
"
,
"
text
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectHotZoneIndex
"
:
41
}],
"
linkResultShowHotZoneIndex
"
:
77
},{
"
hotZoneType
"
:
"
3
"
,
"
linkHotZoneIndex
"
:
-
1
,
"
audio_url
"
:
""
,
"
score
"
:
"
0
"
,
"
unselectedStyle
"
:
"
mask
"
,
"
selectedStyle
"
:
"
border
"
,
"
inputText
"
:
""
,
"
contentList
"
:[{
"
uuid
"
:
"
bb39964a-1423-43e4-afe2-377cef3a7261
"
,
"
text
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
true
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectHotZoneIndex
"
:
42
},{
"
uuid
"
:
"
cfd913b9-c208-4d5c-ba17-bc88d0744d0a
"
,
"
text
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectHotZoneIndex
"
:
43
},{
"
uuid
"
:
"
cbc2538a-42b4-4f44-a717-89521f505e3e
"
,
"
text
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectHotZoneIndex
"
:
44
}],
"
linkResultShowHotZoneIndex
"
:
78
},{
"
hotZoneType
"
:
"
3
"
,
"
linkHotZoneIndex
"
:
-
1
,
"
audio_url
"
:
""
,
"
score
"
:
"
0
"
,
"
unselectedStyle
"
:
"
mask
"
,
"
selectedStyle
"
:
"
border
"
,
"
inputText
"
:
""
,
"
contentList
"
:[{
"
uuid
"
:
"
f5412c81-9297-45bd-bf7b-e87f54de3bbc
"
,
"
text
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
true
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectHotZoneIndex
"
:
45
},{
"
uuid
"
:
"
f41d8219-0fbf-4cf2-a3e6-3dae0cb7aef7
"
,
"
text
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectHotZoneIndex
"
:
46
},{
"
uuid
"
:
"
96b1390c-fad8-43ee-97d8-afdd1fffbb02
"
,
"
text
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectHotZoneIndex
"
:
47
}],
"
linkResultShowHotZoneIndex
"
:
79
},{
"
hotZoneType
"
:
"
3
"
,
"
linkHotZoneIndex
"
:
-
1
,
"
audio_url
"
:
""
,
"
score
"
:
"
0
"
,
"
unselectedStyle
"
:
"
mask
"
,
"
selectedStyle
"
:
"
border
"
,
"
inputText
"
:
""
,
"
contentList
"
:[{
"
uuid
"
:
"
8a7c5347-8d22-424c-afd9-437f5ca34460
"
,
"
text
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectHotZoneIndex
"
:
48
},{
"
uuid
"
:
"
189ca354-aa84-4a51-94a4-731aed3da870
"
,
"
text
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectHotZoneIndex
"
:
49
},{
"
uuid
"
:
"
aae37505-8d3d-4eff-9586-f8010b64f5e4
"
,
"
text
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
true
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectHotZoneIndex
"
:
50
}],
"
linkResultShowHotZoneIndex
"
:
80
},{
"
hotZoneType
"
:
"
3
"
,
"
linkHotZoneIndex
"
:
-
1
,
"
audio_url
"
:
""
,
"
score
"
:
"
0
"
,
"
unselectedStyle
"
:
"
mask
"
,
"
selectedStyle
"
:
"
border
"
,
"
inputText
"
:
""
,
"
contentList
"
:[{
"
uuid
"
:
"
bbb99390-5b33-43e6-9624-a0a13d0fdfc7
"
,
"
text
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectHotZoneIndex
"
:
51
},{
"
uuid
"
:
"
62d1c80b-6a04-42e8-ad56-bc9a6a3cdb6b
"
,
"
text
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
true
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectHotZoneIndex
"
:
52
},{
"
uuid
"
:
"
69ea2b3a-0650-4088-803c-c04e18a31e1c
"
,
"
text
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectHotZoneIndex
"
:
53
}],
"
linkResultShowHotZoneIndex
"
:
81
},{
"
hotZoneType
"
:
"
3
"
,
"
linkHotZoneIndex
"
:
-
1
,
"
audio_url
"
:
""
,
"
score
"
:
"
0
"
,
"
unselectedStyle
"
:
"
none
"
,
"
selectedStyle
"
:
"
right
"
,
"
inputText
"
:
""
,
"
contentList
"
:[{
"
uuid
"
:
"
663dbaaf-7520-4cbe-9cf0-5c1831aa7db2
"
,
"
text
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectHotZoneIndex
"
:
55
},{
"
uuid
"
:
"
500ad229-3a3e-440c-93da-8ff1eef7c673
"
,
"
text
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
true
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectHotZoneIndex
"
:
56
},{
"
uuid
"
:
"
711c8873-9b84-4ec2-9f0a-4d6df958bcd1
"
,
"
text
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectHotZoneIndex
"
:
57
}],
"
linkResultShowHotZoneIndex
"
:
82
},{
"
hotZoneType
"
:
"
3
"
,
"
linkHotZoneIndex
"
:
-
1
,
"
audio_url
"
:
""
,
"
score
"
:
"
0
"
,
"
unselectedStyle
"
:
"
none
"
,
"
selectedStyle
"
:
"
right
"
,
"
inputText
"
:
""
,
"
contentList
"
:[{
"
uuid
"
:
"
6f737d67-7607-4414-849b-d21155386705
"
,
"
text
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectHotZoneIndex
"
:
58
},{
"
uuid
"
:
"
a15bb6d9-89dc-4459-8b4f-e55148c2c333
"
,
"
text
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectHotZoneIndex
"
:
59
},{
"
uuid
"
:
"
7c9e6129-ee2c-40a2-abe7-e2a3913ea1d1
"
,
"
text
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
true
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectHotZoneIndex
"
:
60
}],
"
linkResultShowHotZoneIndex
"
:
83
},{
"
hotZoneType
"
:
"
3
"
,
"
linkHotZoneIndex
"
:
-
1
,
"
audio_url
"
:
""
,
"
score
"
:
"
0
"
,
"
unselectedStyle
"
:
"
none
"
,
"
selectedStyle
"
:
"
right
"
,
"
inputText
"
:
""
,
"
contentList
"
:[{
"
uuid
"
:
"
d2ffd9c7-5cf2-421f-a529-29a0b94d55bc
"
,
"
text
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectHotZoneIndex
"
:
61
},{
"
uuid
"
:
"
9a1adf36-6bf6-4776-a1d5-d332cb63365f
"
,
"
text
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
true
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectHotZoneIndex
"
:
62
},{
"
uuid
"
:
"
7cf9fccd-71ff-4d4d-a0c6-1bbd37d38760
"
,
"
text
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectHotZoneIndex
"
:
63
}],
"
linkResultShowHotZoneIndex
"
:
84
},{
"
hotZoneType
"
:
"
3
"
,
"
linkHotZoneIndex
"
:
-
1
,
"
audio_url
"
:
""
,
"
score
"
:
"
0
"
,
"
unselectedStyle
"
:
"
none
"
,
"
selectedStyle
"
:
"
right
"
,
"
inputText
"
:
""
,
"
contentList
"
:[{
"
uuid
"
:
"
4870ccd1-5027-4008-bf87-aa11a2526447
"
,
"
text
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
true
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectHotZoneIndex
"
:
64
},{
"
uuid
"
:
"
77b86c57-3837-42bd-baac-349859279e23
"
,
"
text
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectHotZoneIndex
"
:
65
},{
"
uuid
"
:
"
57570734-fc40-46fa-b2c5-33de95f5a646
"
,
"
text
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectHotZoneIndex
"
:
66
}],
"
linkResultShowHotZoneIndex
"
:
85
},{
"
hotZoneType
"
:
"
3
"
,
"
linkHotZoneIndex
"
:
-
1
,
"
audio_url
"
:
""
,
"
score
"
:
"
0
"
,
"
unselectedStyle
"
:
"
none
"
,
"
selectedStyle
"
:
"
border
"
,
"
inputText
"
:
""
,
"
contentList
"
:[{
"
uuid
"
:
"
8b420ebf-d354-4a97-b53b-d1390c4d7c0e
"
,
"
text
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectHotZoneIndex
"
:
67
},{
"
uuid
"
:
"
c2c35d17-9ccf-41c0-ade2-28619c1344be
"
,
"
text
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
true
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectHotZoneIndex
"
:
68
},{
"
uuid
"
:
"
a27bc23c-60bf-401d-a8d7-4bc47ef810ac
"
,
"
text
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectHotZoneIndex
"
:
69
}],
"
linkResultShowHotZoneIndex
"
:
86
}],
"
scoreConfigArr
"
:[{
"
linkHotZoneIndex
"
:
-
1
,
"
linkHotZoneIndexArr
"
:[
0
]},{
"
linkHotZoneIndex
"
:
-
1
,
"
linkHotZoneIndexArr
"
:[
1
,
2
,
3
,
4
]},{
"
linkHotZoneIndex
"
:
-
1
,
"
linkHotZoneIndexArr
"
:[
5
]},{
"
linkHotZoneIndex
"
:
-
1
,
"
linkHotZoneIndexArr
"
:[
6
]},{
"
linkHotZoneIndex
"
:
-
1
,
"
linkHotZoneIndexArr
"
:[
7
,
8
,
9
,
10
,
11
]},{
"
linkHotZoneIndex
"
:
-
1
,
"
linkHotZoneIndexArr
"
:[
12
,
13
,
14
,
15
,
16
]}]}
export
const
defaultData
=
{
"
header_image_url
"
:
"
http://staging-teach.cdn.ireadabc.com/ab30c8ff30838f1188e46d50939b0cc4.png
"
,
"
footer_image_url
"
:
"
http://staging-teach.cdn.ireadabc.com/48f2603478f682ee5ad702a4cf930611.png
"
,
"
bgItem
"
:{
"
url
"
:
"
http://staging-teach.cdn.ireadabc.com/bfe37cc30be6cb12149b7204f2d2203b.png
"
,
"
rect
"
:{
"
x
"
:
363.88114499066586
,
"
y
"
:
0
,
"
width
"
:
594.2377100186683
,
"
height
"
:
1436
}},
"
hotZoneItemArr
"
:[{
"
index
"
:
0
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
1-2起点
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.0328125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.0328125
,
"
rect
"
:{
"
x
"
:
168.6
,
"
y
"
:
58.78
,
"
width
"
:
26.57
,
"
height
"
:
26.57
}},{
"
index
"
:
1
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
1-2终点
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.0328125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.0328125
,
"
rect
"
:{
"
x
"
:
236.91
,
"
y
"
:
7.88
,
"
width
"
:
27.43
,
"
height
"
:
27.43
}},{
"
index
"
:
2
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
1-2回显
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.0328125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.0328125
,
"
rect
"
:{
"
x
"
:
140.75
,
"
y
"
:
58.78
,
"
width
"
:
26.57
,
"
height
"
:
26.57
}},{
"
index
"
:
3
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
1-3起点
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.0328125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.0328125
,
"
rect
"
:{
"
x
"
:
168.6
,
"
y
"
:
82
,
"
width
"
:
26.57
,
"
height
"
:
26.57
}},{
"
index
"
:
4
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
1-3终点
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.0328125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.0328125
,
"
rect
"
:{
"
x
"
:
236.06
,
"
y
"
:
161.88
,
"
width
"
:
31.35
,
"
height
"
:
31.35
}},{
"
index
"
:
5
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
1-3回显
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.0328125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.0328125
,
"
rect
"
:{
"
x
"
:
140.75
,
"
y
"
:
82
,
"
width
"
:
26.57
,
"
height
"
:
26.57
}},{
"
index
"
:
6
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
1-4起点
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.0328125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.0328125
,
"
rect
"
:{
"
x
"
:
168.6
,
"
y
"
:
109
,
"
width
"
:
26.57
,
"
height
"
:
26.57
}},{
"
index
"
:
7
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
1-4终点
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.0328125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.0328125
,
"
rect
"
:{
"
x
"
:
402.59
,
"
y
"
:
44.12
,
"
width
"
:
31.35
,
"
height
"
:
31.35
}},{
"
index
"
:
8
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
1-4回显
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.0328125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.0328125
,
"
rect
"
:{
"
x
"
:
140.75
,
"
y
"
:
109
,
"
width
"
:
26.57
,
"
height
"
:
26.57
}},{
"
index
"
:
9
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
1-5起点
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.0328125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.0328125
,
"
rect
"
:{
"
x
"
:
168.6
,
"
y
"
:
135
,
"
width
"
:
26.57
,
"
height
"
:
26.57
}},{
"
index
"
:
10
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
1-5终点
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.0328125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.0328125
,
"
rect
"
:{
"
x
"
:
402.41
,
"
y
"
:
129.23
,
"
width
"
:
31.35
,
"
height
"
:
31.35
}},{
"
index
"
:
11
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
1-5回显
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.0328125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.0328125
,
"
rect
"
:{
"
x
"
:
140.75
,
"
y
"
:
135
,
"
width
"
:
26.57
,
"
height
"
:
26.57
}},{
"
index
"
:
12
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
2-2-f
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.0328125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.0328125
,
"
rect
"
:{
"
x
"
:
405.68
,
"
y
"
:
291.32
,
"
width
"
:
26.57
,
"
height
"
:
26.57
}},{
"
index
"
:
13
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
2-2-a
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.0328125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.0328125
,
"
rect
"
:{
"
x
"
:
433.35
,
"
y
"
:
291.32
,
"
width
"
:
26.57
,
"
height
"
:
26.57
}},{
"
index
"
:
14
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
2-2-c
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.0328125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.0328125
,
"
rect
"
:{
"
x
"
:
462.48
,
"
y
"
:
291.32
,
"
width
"
:
26.57
,
"
height
"
:
26.57
}},{
"
index
"
:
15
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
2-2-e
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.0328125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.0328125
,
"
rect
"
:{
"
x
"
:
490.76
,
"
y
"
:
291.32
,
"
width
"
:
26.57
,
"
height
"
:
26.57
}},{
"
index
"
:
16
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
2-3-n
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.0328125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.0328125
,
"
rect
"
:{
"
x
"
:
405.08
,
"
y
"
:
350.78
,
"
width
"
:
26.57
,
"
height
"
:
26.57
}},{
"
index
"
:
17
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
2-3-o
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.0328125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.0328125
,
"
rect
"
:{
"
x
"
:
433.35
,
"
y
"
:
350.78
,
"
width
"
:
26.57
,
"
height
"
:
26.57
}},{
"
index
"
:
18
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
2-3-s
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.0328125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.0328125
,
"
rect
"
:{
"
x
"
:
462.48
,
"
y
"
:
350.78
,
"
width
"
:
26.57
,
"
height
"
:
26.57
}},{
"
index
"
:
19
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
2-3-e
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.0328125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.0328125
,
"
rect
"
:{
"
x
"
:
490.76
,
"
y
"
:
350.78
,
"
width
"
:
26.57
,
"
height
"
:
26.57
}},{
"
index
"
:
20
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
2-4-l
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.0328125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.0328125
,
"
rect
"
:{
"
x
"
:
345.95
,
"
y
"
:
380.55
,
"
width
"
:
26.57
,
"
height
"
:
26.57
}},{
"
index
"
:
21
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
2-4-e
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.0328125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.0328125
,
"
rect
"
:{
"
x
"
:
375.95
,
"
y
"
:
380.55
,
"
width
"
:
26.57
,
"
height
"
:
26.57
}},{
"
index
"
:
22
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
2-4-g
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.0328125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.0328125
,
"
rect
"
:{
"
x
"
:
405.08
,
"
y
"
:
380.55
,
"
width
"
:
26.57
,
"
height
"
:
26.57
}},{
"
index
"
:
23
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
2-5-a
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.0328125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.0328125
,
"
rect
"
:{
"
x
"
:
375.95
,
"
y
"
:
441.42
,
"
width
"
:
26.57
,
"
height
"
:
26.57
}},{
"
index
"
:
24
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
2-5-r
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.0328125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.0328125
,
"
rect
"
:{
"
x
"
:
405.08
,
"
y
"
:
441.42
,
"
width
"
:
26.57
,
"
height
"
:
26.57
}},{
"
index
"
:
25
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
2-5-m
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.0328125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.0328125
,
"
rect
"
:{
"
x
"
:
433.35
,
"
y
"
:
441.42
,
"
width
"
:
26.57
,
"
height
"
:
26.57
}},{
"
index
"
:
26
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
2-5-s
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.0328125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.0328125
,
"
rect
"
:{
"
x
"
:
462.48
,
"
y
"
:
441.42
,
"
width
"
:
26.57
,
"
height
"
:
26.57
}},{
"
index
"
:
27
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
3-2-选项
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.0328125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.0328125
,
"
rect
"
:{
"
x
"
:
237.12
,
"
y
"
:
600.7
,
"
width
"
:
22
,
"
height
"
:
22
}},{
"
index
"
:
28
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
3-2-划掉
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.0328125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.0328125
,
"
rect
"
:{
"
x
"
:
474.31
,
"
y
"
:
542.5
,
"
width
"
:
54.47
,
"
height
"
:
15.42
}},{
"
index
"
:
29
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
3-3-选项
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.0328125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.0328125
,
"
rect
"
:{
"
x
"
:
237.12
,
"
y
"
:
627.15
,
"
width
"
:
22
,
"
height
"
:
22
}},{
"
index
"
:
30
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
3-3-划掉
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.0328125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.0328125
,
"
rect
"
:{
"
x
"
:
92.77
,
"
y
"
:
542.5
,
"
width
"
:
56.43
,
"
height
"
:
15.42
}},{
"
index
"
:
31
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
3-4-选项
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.0328125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.0328125
,
"
rect
"
:{
"
x
"
:
237.12
,
"
y
"
:
652.04
,
"
width
"
:
22
,
"
height
"
:
22
}},{
"
index
"
:
32
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
3-4-划掉
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.0328125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.0328125
,
"
rect
"
:{
"
x
"
:
180.42
,
"
y
"
:
542.5
,
"
width
"
:
72.1
,
"
height
"
:
23.51
}},{
"
index
"
:
33
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
3-5-选项
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.0328125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.0328125
,
"
rect
"
:{
"
x
"
:
237.12
,
"
y
"
:
677.04
,
"
width
"
:
22
,
"
height
"
:
22
}},{
"
index
"
:
34
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
3-5-划掉
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.0328125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.0328125
,
"
rect
"
:{
"
x
"
:
375.36
,
"
y
"
:
542.5
,
"
width
"
:
64.27
,
"
height
"
:
15.42
}},{
"
index
"
:
35
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
4-2选项
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.0328125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.0328125
,
"
rect
"
:{
"
x
"
:
233.35
,
"
y
"
:
900.19
,
"
width
"
:
68.19
,
"
height
"
:
23.99
}},{
"
index
"
:
36
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
4-2划掉
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.0328125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.0328125
,
"
rect
"
:{
"
x
"
:
70.35
,
"
y
"
:
734
,
"
width
"
:
31.98
,
"
height
"
:
15.42
}},{
"
index
"
:
37
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
4-3选项
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.0328125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.0328125
,
"
rect
"
:{
"
x
"
:
476.27
,
"
y
"
:
785.59
,
"
width
"
:
68.19
,
"
height
"
:
21.42
}},{
"
index
"
:
38
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
4-3划掉
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.0328125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.0328125
,
"
rect
"
:{
"
x
"
:
216.47
,
"
y
"
:
734.28
,
"
width
"
:
38.26
,
"
height
"
:
15.42
}},{
"
index
"
:
39
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
5-2-a
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.0328125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.0328125
,
"
rect
"
:{
"
x
"
:
270.74
,
"
y
"
:
1075
,
"
width
"
:
18
,
"
height
"
:
18
}},{
"
index
"
:
40
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
5-2-e
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.0328125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.0328125
,
"
rect
"
:{
"
x
"
:
291.92
,
"
y
"
:
1075
,
"
width
"
:
18
,
"
height
"
:
18
}},{
"
index
"
:
41
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
5-2-i
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.0328125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.0328125
,
"
rect
"
:{
"
x
"
:
314.46
,
"
y
"
:
1075
,
"
width
"
:
18
,
"
height
"
:
18
}},{
"
index
"
:
42
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
5-3-b
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.0328125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.0328125
,
"
rect
"
:{
"
x
"
:
78.34
,
"
y
"
:
1138
,
"
width
"
:
18
,
"
height
"
:
18
}},{
"
index
"
:
43
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
5-3-d
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.0328125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.0328125
,
"
rect
"
:{
"
x
"
:
101.56
,
"
y
"
:
1138
,
"
width
"
:
18
,
"
height
"
:
18
}},{
"
index
"
:
44
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
5-3-f
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.0328125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.0328125
,
"
rect
"
:{
"
x
"
:
123.75
,
"
y
"
:
1138
,
"
width
"
:
18
,
"
height
"
:
18
}},{
"
index
"
:
45
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
5-4-c
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.0328125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.0328125
,
"
rect
"
:{
"
x
"
:
270.74
,
"
y
"
:
1138
,
"
width
"
:
18
,
"
height
"
:
18
}},{
"
index
"
:
46
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
5-4-i
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.0328125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.0328125
,
"
rect
"
:{
"
x
"
:
291.92
,
"
y
"
:
1138
,
"
width
"
:
18
,
"
height
"
:
18
}},{
"
index
"
:
47
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
5-4-k
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.0328125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.0328125
,
"
rect
"
:{
"
x
"
:
314.46
,
"
y
"
:
1138
,
"
width
"
:
18
,
"
height
"
:
18
}},{
"
index
"
:
48
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
5-5-i
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.0328125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.0328125
,
"
rect
"
:{
"
x
"
:
76.34
,
"
y
"
:
1205
,
"
width
"
:
18
,
"
height
"
:
18
}},{
"
index
"
:
49
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
5-5-b
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.0328125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.0328125
,
"
rect
"
:{
"
x
"
:
99.56
,
"
y
"
:
1205
,
"
width
"
:
18
,
"
height
"
:
18
}},{
"
index
"
:
50
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
5-5-j
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.0328125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.0328125
,
"
rect
"
:{
"
x
"
:
121.75
,
"
y
"
:
1205
,
"
width
"
:
18
,
"
height
"
:
18
}},{
"
index
"
:
51
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
5-6-g
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.0328125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.0328125
,
"
rect
"
:{
"
x
"
:
270.74
,
"
y
"
:
1205
,
"
width
"
:
18
,
"
height
"
:
18
}},{
"
index
"
:
52
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
5-6-f
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.0328125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.0328125
,
"
rect
"
:{
"
x
"
:
291.92
,
"
y
"
:
1205
,
"
width
"
:
18
,
"
height
"
:
18
}},{
"
index
"
:
53
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
5-6-j
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.0328125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.0328125
,
"
rect
"
:{
"
x
"
:
314.46
,
"
y
"
:
1205
,
"
width
"
:
18
,
"
height
"
:
18
}},{
"
index
"
:
54
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
6-音频
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.0328125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.0328125
,
"
rect
"
:{
"
x
"
:
381.26
,
"
y
"
:
1249.21
,
"
width
"
:
25.7
,
"
height
"
:
25.7
}},{
"
index
"
:
55
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
6-2-a
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.0328125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.0328125
,
"
rect
"
:{
"
x
"
:
104.19
,
"
y
"
:
1300
,
"
width
"
:
22
,
"
height
"
:
22
}},{
"
index
"
:
56
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
6-2-j
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.0328125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.0328125
,
"
rect
"
:{
"
x
"
:
178.74
,
"
y
"
:
1300
,
"
width
"
:
22
,
"
height
"
:
22
}},{
"
index
"
:
57
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
6-2-f
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.0328125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.0328125
,
"
rect
"
:{
"
x
"
:
254.28
,
"
y
"
:
1300
,
"
width
"
:
22
,
"
height
"
:
22
}},{
"
index
"
:
58
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
6-3-i
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.0328125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.0328125
,
"
rect
"
:{
"
x
"
:
104.19
,
"
y
"
:
1327
,
"
width
"
:
22
,
"
height
"
:
22
}},{
"
index
"
:
59
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
6-3-e
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.0328125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.0328125
,
"
rect
"
:{
"
x
"
:
178.74
,
"
y
"
:
1327
,
"
width
"
:
22
,
"
height
"
:
22
}},{
"
index
"
:
60
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
6-3-a
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.0328125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.0328125
,
"
rect
"
:{
"
x
"
:
254.28
,
"
y
"
:
1327
,
"
width
"
:
22
,
"
height
"
:
22
}},{
"
index
"
:
61
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
6-4-l
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.0328125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.0328125
,
"
rect
"
:{
"
x
"
:
104.19
,
"
y
"
:
1353
,
"
width
"
:
22
,
"
height
"
:
22
}},{
"
index
"
:
62
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
6-4-b
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.0328125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.0328125
,
"
rect
"
:{
"
x
"
:
178.74
,
"
y
"
:
1353
,
"
width
"
:
22
,
"
height
"
:
22
}},{
"
index
"
:
63
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
6-4-g
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.0328125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.0328125
,
"
rect
"
:{
"
x
"
:
254.28
,
"
y
"
:
1353
,
"
width
"
:
22
,
"
height
"
:
22
}},{
"
index
"
:
64
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
6-5-h
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.0328125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.0328125
,
"
rect
"
:{
"
x
"
:
104.19
,
"
y
"
:
1380
,
"
width
"
:
22
,
"
height
"
:
22
}},{
"
index
"
:
65
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
6-5-j
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.0328125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.0328125
,
"
rect
"
:{
"
x
"
:
178.74
,
"
y
"
:
1380
,
"
width
"
:
22
,
"
height
"
:
22
}},{
"
index
"
:
66
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
6-5-l
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.0328125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.0328125
,
"
rect
"
:{
"
x
"
:
254.28
,
"
y
"
:
1380
,
"
width
"
:
22
,
"
height
"
:
22
}},{
"
index
"
:
67
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
6-6-g
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.0328125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.0328125
,
"
rect
"
:{
"
x
"
:
104.19
,
"
y
"
:
1406
,
"
width
"
:
22
,
"
height
"
:
22
}},{
"
index
"
:
68
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
6-6-p
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.0328125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.0328125
,
"
rect
"
:{
"
x
"
:
178.74
,
"
y
"
:
1406
,
"
width
"
:
22
,
"
height
"
:
22
}},{
"
index
"
:
69
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
6-6-r
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.0328125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.0328125
,
"
rect
"
:{
"
x
"
:
254.28
,
"
y
"
:
1406
,
"
width
"
:
22
,
"
height
"
:
22
}},{
"
index
"
:
70
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
4-4选项
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.0328125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.0328125
,
"
rect
"
:{
"
x
"
:
473.93
,
"
y
"
:
900.19
,
"
width
"
:
57.79
,
"
height
"
:
21.42
}},{
"
index
"
:
71
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
4-4划掉
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.0328125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.0328125
,
"
rect
"
:{
"
x
"
:
167.69
,
"
y
"
:
734
,
"
width
"
:
32.43
,
"
height
"
:
15.42
}},{
"
index
"
:
72
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
结果1
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.0328125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.0328125
,
"
rect
"
:{
"
x
"
:
36.52
,
"
y
"
:
0
,
"
width
"
:
31.35
,
"
height
"
:
31.35
}},{
"
index
"
:
73
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
结果2-2
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.0328125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.0328125
,
"
rect
"
:{
"
x
"
:
356.84
,
"
y
"
:
291.32
,
"
width
"
:
26.57
,
"
height
"
:
26.57
}},{
"
index
"
:
74
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
结果2-3
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.0328125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.0328125
,
"
rect
"
:{
"
x
"
:
356.82
,
"
y
"
:
350.78
,
"
width
"
:
26.57
,
"
height
"
:
26.57
}},{
"
index
"
:
75
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
结果2-4
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.0328125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.0328125
,
"
rect
"
:{
"
x
"
:
299.22
,
"
y
"
:
380.55
,
"
width
"
:
26.57
,
"
height
"
:
26.57
}},{
"
index
"
:
76
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
结果2-5
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.0328125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.0328125
,
"
rect
"
:{
"
x
"
:
331.83
,
"
y
"
:
441.42
,
"
width
"
:
26.57
,
"
height
"
:
26.57
}},{
"
index
"
:
77
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
结果5-2
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.0328125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.0328125
,
"
rect
"
:{
"
x
"
:
233.38
,
"
y
"
:
1070
,
"
width
"
:
24
,
"
height
"
:
24
}},{
"
index
"
:
78
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
结果5-3
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.0328125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.0328125
,
"
rect
"
:{
"
x
"
:
41.87
,
"
y
"
:
1134
,
"
width
"
:
24
,
"
height
"
:
24
}},{
"
index
"
:
79
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
结果5-4
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.0328125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.0328125
,
"
rect
"
:{
"
x
"
:
231.42
,
"
y
"
:
1136
,
"
width
"
:
24
,
"
height
"
:
24
}},{
"
index
"
:
80
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
结果5-5
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.0328125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.0328125
,
"
rect
"
:{
"
x
"
:
41.71
,
"
y
"
:
1201
,
"
width
"
:
24
,
"
height
"
:
24
}},{
"
index
"
:
81
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
结果5-6
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.0328125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.0328125
,
"
rect
"
:{
"
x
"
:
234.81
,
"
y
"
:
1204.24
,
"
width
"
:
20.56
,
"
height
"
:
20.56
}},{
"
index
"
:
82
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
结果6-2
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.0328125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.0328125
,
"
rect
"
:{
"
x
"
:
36.12
,
"
y
"
:
1300
,
"
width
"
:
28
,
"
height
"
:
28
}},{
"
index
"
:
83
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
结果6-3
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.0328125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.0328125
,
"
rect
"
:{
"
x
"
:
36.12
,
"
y
"
:
1327
,
"
width
"
:
28
,
"
height
"
:
28
}},{
"
index
"
:
84
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
结果6-4
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.0328125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.0328125
,
"
rect
"
:{
"
x
"
:
36.12
,
"
y
"
:
1353
,
"
width
"
:
28
,
"
height
"
:
28
}},{
"
index
"
:
85
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
结果6-5
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.0328125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.0328125
,
"
rect
"
:{
"
x
"
:
36.12
,
"
y
"
:
1380
,
"
width
"
:
28
,
"
height
"
:
28
}},{
"
index
"
:
86
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
结果6-6
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.0328125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.0328125
,
"
rect
"
:{
"
x
"
:
36.12
,
"
y
"
:
1406
,
"
width
"
:
28
,
"
height
"
:
28
}}],
"
hotZoneConfigArr
"
:[{
"
hotZoneType
"
:
"
6
"
,
"
linkHotZoneIndex
"
:
-
1
,
"
audio_url
"
:
""
,
"
score
"
:
"
0
"
,
"
unselectedStyle
"
:
"
none
"
,
"
selectedStyle
"
:
"
border
"
,
"
inputText
"
:
""
,
"
contentList
"
:[{
"
uuid
"
:
"
bd3087bf-1ce7-451b-90fe-b0465c15f273
"
,
"
text
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
"
5
"
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
"
a
"
,
"
selectStartHotZoneIndex
"
:
0
,
"
selectEndHotZoneIndex
"
:
1
,
"
selectEndHotZoneShowIndex
"
:
2
},{
"
uuid
"
:
"
c133401e-26bb-4212-877c-092a400c9061
"
,
"
text
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
"
5
"
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
"
e
"
,
"
selectStartHotZoneIndex
"
:
3
,
"
selectEndHotZoneIndex
"
:
4
,
"
selectEndHotZoneShowIndex
"
:
5
},{
"
uuid
"
:
"
da9f9970-4b2f-4ab1-a4f7-0d8893a6f8d6
"
,
"
text
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
"
5
"
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
"
b
"
,
"
selectStartHotZoneIndex
"
:
6
,
"
selectEndHotZoneIndex
"
:
7
,
"
selectEndHotZoneShowIndex
"
:
8
},{
"
uuid
"
:
"
8c1b6cb2-784a-4131-ba96-f17279fdae7e
"
,
"
text
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
"
5
"
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
"
d
"
,
"
selectStartHotZoneIndex
"
:
9
,
"
selectEndHotZoneIndex
"
:
10
,
"
selectEndHotZoneShowIndex
"
:
11
}],
"
linkResultShowHotZoneIndex
"
:
72
},{
"
hotZoneType
"
:
"
9
"
,
"
linkHotZoneIndex
"
:
-
1
,
"
audio_url
"
:
""
,
"
score
"
:
"
5
"
,
"
unselectedStyle
"
:
"
none
"
,
"
selectedStyle
"
:
"
border
"
,
"
inputText
"
:
""
,
"
contentList
"
:[{
"
uuid
"
:
"
b651bba6-7c08-4f39-ad33-7d561b995107
"
,
"
text
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
letter
"
:
"
f
"
,
"
selectHotZoneIndex
"
:
12
},{
"
uuid
"
:
"
e0b4a882-8e18-42b4-85ef-7026b0efe7e0
"
,
"
text
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
letter
"
:
"
a
"
,
"
selectHotZoneIndex
"
:
13
},{
"
uuid
"
:
"
ffda4bc1-13c5-4986-8797-5d033589bfaf
"
,
"
text
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
letter
"
:
"
c
"
,
"
selectHotZoneIndex
"
:
14
},{
"
uuid
"
:
"
8dd692fa-245d-4d4a-ab2e-60fef1cb1f2e
"
,
"
text
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
letter
"
:
"
e
"
,
"
selectHotZoneIndex
"
:
15
}],
"
linkResultShowHotZoneIndex
"
:
73
},{
"
hotZoneType
"
:
"
9
"
,
"
linkHotZoneIndex
"
:
-
1
,
"
audio_url
"
:
""
,
"
score
"
:
"
5
"
,
"
unselectedStyle
"
:
"
none
"
,
"
selectedStyle
"
:
"
border
"
,
"
inputText
"
:
""
,
"
contentList
"
:[{
"
uuid
"
:
"
17f30218-4a1c-4c8c-ad32-f8186aa3e660
"
,
"
text
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
letter
"
:
"
n
"
,
"
selectHotZoneIndex
"
:
16
},{
"
uuid
"
:
"
f619667a-82ae-45e4-ae21-4d88ae2ebea5
"
,
"
text
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
letter
"
:
"
o
"
,
"
selectHotZoneIndex
"
:
17
},{
"
uuid
"
:
"
b2cf5bd1-b70a-419e-850c-58c08c0bb4a1
"
,
"
text
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
letter
"
:
"
s
"
,
"
selectHotZoneIndex
"
:
18
},{
"
uuid
"
:
"
73d151c6-16e9-46f8-be99-917bbe12bf20
"
,
"
text
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
letter
"
:
"
e
"
,
"
selectHotZoneIndex
"
:
19
}],
"
linkResultShowHotZoneIndex
"
:
74
},{
"
hotZoneType
"
:
"
9
"
,
"
linkHotZoneIndex
"
:
-
1
,
"
audio_url
"
:
""
,
"
score
"
:
"
5
"
,
"
unselectedStyle
"
:
"
none
"
,
"
selectedStyle
"
:
"
border
"
,
"
inputText
"
:
""
,
"
contentList
"
:[{
"
uuid
"
:
"
e972d7c5-db14-42e7-a0df-0df37387ab2c
"
,
"
text
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
letter
"
:
"
l
"
,
"
selectHotZoneIndex
"
:
20
},{
"
uuid
"
:
"
0c9064c6-7bed-47e9-baa7-7c7b18ac18bb
"
,
"
text
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
letter
"
:
"
e
"
,
"
selectHotZoneIndex
"
:
21
},{
"
uuid
"
:
"
97f25b7e-796e-4300-ae58-31bcd93d62b9
"
,
"
text
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
letter
"
:
"
g
"
,
"
selectHotZoneIndex
"
:
22
}],
"
linkResultShowHotZoneIndex
"
:
75
},{
"
hotZoneType
"
:
"
9
"
,
"
linkHotZoneIndex
"
:
-
1
,
"
audio_url
"
:
""
,
"
score
"
:
"
5
"
,
"
unselectedStyle
"
:
"
none
"
,
"
selectedStyle
"
:
"
border
"
,
"
inputText
"
:
""
,
"
contentList
"
:[{
"
uuid
"
:
"
fa817b92-1e6e-4e35-b355-8ed2be7028da
"
,
"
text
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
letter
"
:
"
a
"
,
"
selectHotZoneIndex
"
:
23
},{
"
uuid
"
:
"
8a48d284-7c09-49e2-bd87-aede36ac6a39
"
,
"
text
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
letter
"
:
"
r
"
,
"
selectHotZoneIndex
"
:
24
},{
"
uuid
"
:
"
44ef7a7e-7934-4fa1-bf49-30cd0623efa3
"
,
"
text
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
letter
"
:
"
m
"
,
"
selectHotZoneIndex
"
:
25
},{
"
uuid
"
:
"
6d596986-1980-4da8-9578-58063a203605
"
,
"
text
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
letter
"
:
"
s
"
,
"
selectHotZoneIndex
"
:
26
}],
"
linkResultShowHotZoneIndex
"
:
76
},{
"
hotZoneType
"
:
"
0
"
,
"
linkHotZoneIndex
"
:
-
1
,
"
audio_url
"
:
""
,
"
score
"
:
"
0
"
,
"
unselectedStyle
"
:
"
none
"
,
"
selectedStyle
"
:
"
border
"
,
"
inputText
"
:
""
,
"
contentList
"
:[{
"
uuid
"
:
"
8789a005-e1cf-4d68-9dd7-743a89ca0ea8
"
,
"
text
"
:
"
a
"
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
"
5
"
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectHotZoneIndex
"
:
29
,
"
selectStrikeOutHotZoneIndex
"
:
30
},{
"
uuid
"
:
"
cac972c8-286d-41b4-bd22-d25cf27ba77f
"
,
"
text
"
:
"
b
"
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
"
5
"
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectHotZoneIndex
"
:
31
,
"
selectStrikeOutHotZoneIndex
"
:
32
},{
"
uuid
"
:
"
92e459ff-c0e3-45e3-a289-a1b4dd1d2a13
"
,
"
text
"
:
"
d
"
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
"
5
"
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectHotZoneIndex
"
:
33
,
"
selectStrikeOutHotZoneIndex
"
:
34
},{
"
uuid
"
:
"
f8874725-96ff-46f6-b1ef-a7333f388d84
"
,
"
text
"
:
"
e
"
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
"
5
"
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectHotZoneIndex
"
:
27
,
"
selectStrikeOutHotZoneIndex
"
:
28
}]},{
"
hotZoneType
"
:
"
0
"
,
"
linkHotZoneIndex
"
:
-
1
,
"
audio_url
"
:
""
,
"
score
"
:
"
0
"
,
"
unselectedStyle
"
:
"
none
"
,
"
selectedStyle
"
:
"
border
"
,
"
inputText
"
:
""
,
"
contentList
"
:[{
"
uuid
"
:
"
746d7f9a-d64b-4ae0-85cc-1f12b21982d4
"
,
"
text
"
:
"
is
"
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
"
2
"
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectHotZoneIndex
"
:
35
,
"
selectStrikeOutHotZoneIndex
"
:
36
},{
"
uuid
"
:
"
14f05943-f970-423c-ba3b-fd47faa090c2
"
,
"
text
"
:
"
This
"
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
"
2
"
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectHotZoneIndex
"
:
70
,
"
selectStrikeOutHotZoneIndex
"
:
71
},{
"
uuid
"
:
"
ca7e7e5e-9d00-46d1-9597-1217bd854746
"
,
"
text
"
:
"
your
"
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
"
2
"
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectHotZoneIndex
"
:
37
,
"
selectStrikeOutHotZoneIndex
"
:
38
}]},{
"
hotZoneType
"
:
"
3
"
,
"
linkHotZoneIndex
"
:
-
1
,
"
audio_url
"
:
""
,
"
score
"
:
"
2
"
,
"
unselectedStyle
"
:
"
mask
"
,
"
selectedStyle
"
:
"
border
"
,
"
inputText
"
:
""
,
"
contentList
"
:[{
"
uuid
"
:
"
38cb93b9-3cdb-4778-b088-80510b06cc3e
"
,
"
text
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectHotZoneIndex
"
:
39
},{
"
uuid
"
:
"
ff51420c-3077-43cf-8569-9ccd2b583b08
"
,
"
text
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
true
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectHotZoneIndex
"
:
40
},{
"
uuid
"
:
"
8ba0d33b-b8c5-48ac-87e9-4857ed5e77ee
"
,
"
text
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectHotZoneIndex
"
:
41
}],
"
linkResultShowHotZoneIndex
"
:
77
},{
"
hotZoneType
"
:
"
3
"
,
"
linkHotZoneIndex
"
:
-
1
,
"
audio_url
"
:
""
,
"
score
"
:
"
2
"
,
"
unselectedStyle
"
:
"
mask
"
,
"
selectedStyle
"
:
"
border
"
,
"
inputText
"
:
""
,
"
contentList
"
:[{
"
uuid
"
:
"
bb39964a-1423-43e4-afe2-377cef3a7261
"
,
"
text
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
true
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectHotZoneIndex
"
:
42
},{
"
uuid
"
:
"
cfd913b9-c208-4d5c-ba17-bc88d0744d0a
"
,
"
text
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectHotZoneIndex
"
:
43
},{
"
uuid
"
:
"
cbc2538a-42b4-4f44-a717-89521f505e3e
"
,
"
text
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectHotZoneIndex
"
:
44
}],
"
linkResultShowHotZoneIndex
"
:
78
},{
"
hotZoneType
"
:
"
3
"
,
"
linkHotZoneIndex
"
:
-
1
,
"
audio_url
"
:
""
,
"
score
"
:
"
2
"
,
"
unselectedStyle
"
:
"
mask
"
,
"
selectedStyle
"
:
"
border
"
,
"
inputText
"
:
""
,
"
contentList
"
:[{
"
uuid
"
:
"
f5412c81-9297-45bd-bf7b-e87f54de3bbc
"
,
"
text
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
true
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectHotZoneIndex
"
:
45
},{
"
uuid
"
:
"
f41d8219-0fbf-4cf2-a3e6-3dae0cb7aef7
"
,
"
text
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectHotZoneIndex
"
:
46
},{
"
uuid
"
:
"
96b1390c-fad8-43ee-97d8-afdd1fffbb02
"
,
"
text
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectHotZoneIndex
"
:
47
}],
"
linkResultShowHotZoneIndex
"
:
79
},{
"
hotZoneType
"
:
"
3
"
,
"
linkHotZoneIndex
"
:
-
1
,
"
audio_url
"
:
""
,
"
score
"
:
"
2
"
,
"
unselectedStyle
"
:
"
mask
"
,
"
selectedStyle
"
:
"
border
"
,
"
inputText
"
:
""
,
"
contentList
"
:[{
"
uuid
"
:
"
8a7c5347-8d22-424c-afd9-437f5ca34460
"
,
"
text
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectHotZoneIndex
"
:
48
},{
"
uuid
"
:
"
189ca354-aa84-4a51-94a4-731aed3da870
"
,
"
text
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectHotZoneIndex
"
:
49
},{
"
uuid
"
:
"
aae37505-8d3d-4eff-9586-f8010b64f5e4
"
,
"
text
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
true
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectHotZoneIndex
"
:
50
}],
"
linkResultShowHotZoneIndex
"
:
80
},{
"
hotZoneType
"
:
"
3
"
,
"
linkHotZoneIndex
"
:
-
1
,
"
audio_url
"
:
""
,
"
score
"
:
"
2
"
,
"
unselectedStyle
"
:
"
mask
"
,
"
selectedStyle
"
:
"
border
"
,
"
inputText
"
:
""
,
"
contentList
"
:[{
"
uuid
"
:
"
bbb99390-5b33-43e6-9624-a0a13d0fdfc7
"
,
"
text
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectHotZoneIndex
"
:
51
},{
"
uuid
"
:
"
62d1c80b-6a04-42e8-ad56-bc9a6a3cdb6b
"
,
"
text
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
true
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectHotZoneIndex
"
:
52
},{
"
uuid
"
:
"
69ea2b3a-0650-4088-803c-c04e18a31e1c
"
,
"
text
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectHotZoneIndex
"
:
53
}],
"
linkResultShowHotZoneIndex
"
:
81
},{
"
hotZoneType
"
:
"
3
"
,
"
linkHotZoneIndex
"
:
-
1
,
"
audio_url
"
:
""
,
"
score
"
:
"
2
"
,
"
unselectedStyle
"
:
"
none
"
,
"
selectedStyle
"
:
"
right
"
,
"
inputText
"
:
""
,
"
contentList
"
:[{
"
uuid
"
:
"
663dbaaf-7520-4cbe-9cf0-5c1831aa7db2
"
,
"
text
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectHotZoneIndex
"
:
55
},{
"
uuid
"
:
"
500ad229-3a3e-440c-93da-8ff1eef7c673
"
,
"
text
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
true
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectHotZoneIndex
"
:
56
},{
"
uuid
"
:
"
711c8873-9b84-4ec2-9f0a-4d6df958bcd1
"
,
"
text
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectHotZoneIndex
"
:
57
}],
"
linkResultShowHotZoneIndex
"
:
82
},{
"
hotZoneType
"
:
"
3
"
,
"
linkHotZoneIndex
"
:
-
1
,
"
audio_url
"
:
""
,
"
score
"
:
"
2
"
,
"
unselectedStyle
"
:
"
none
"
,
"
selectedStyle
"
:
"
right
"
,
"
inputText
"
:
""
,
"
contentList
"
:[{
"
uuid
"
:
"
6f737d67-7607-4414-849b-d21155386705
"
,
"
text
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectHotZoneIndex
"
:
58
},{
"
uuid
"
:
"
a15bb6d9-89dc-4459-8b4f-e55148c2c333
"
,
"
text
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectHotZoneIndex
"
:
59
},{
"
uuid
"
:
"
7c9e6129-ee2c-40a2-abe7-e2a3913ea1d1
"
,
"
text
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
true
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectHotZoneIndex
"
:
60
}],
"
linkResultShowHotZoneIndex
"
:
83
},{
"
hotZoneType
"
:
"
3
"
,
"
linkHotZoneIndex
"
:
-
1
,
"
audio_url
"
:
""
,
"
score
"
:
"
2
"
,
"
unselectedStyle
"
:
"
none
"
,
"
selectedStyle
"
:
"
right
"
,
"
inputText
"
:
""
,
"
contentList
"
:[{
"
uuid
"
:
"
d2ffd9c7-5cf2-421f-a529-29a0b94d55bc
"
,
"
text
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectHotZoneIndex
"
:
61
},{
"
uuid
"
:
"
9a1adf36-6bf6-4776-a1d5-d332cb63365f
"
,
"
text
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
true
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectHotZoneIndex
"
:
62
},{
"
uuid
"
:
"
7cf9fccd-71ff-4d4d-a0c6-1bbd37d38760
"
,
"
text
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectHotZoneIndex
"
:
63
}],
"
linkResultShowHotZoneIndex
"
:
84
},{
"
hotZoneType
"
:
"
3
"
,
"
linkHotZoneIndex
"
:
-
1
,
"
audio_url
"
:
""
,
"
score
"
:
"
2
"
,
"
unselectedStyle
"
:
"
none
"
,
"
selectedStyle
"
:
"
right
"
,
"
inputText
"
:
""
,
"
contentList
"
:[{
"
uuid
"
:
"
4870ccd1-5027-4008-bf87-aa11a2526447
"
,
"
text
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
true
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectHotZoneIndex
"
:
64
},{
"
uuid
"
:
"
77b86c57-3837-42bd-baac-349859279e23
"
,
"
text
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectHotZoneIndex
"
:
65
},{
"
uuid
"
:
"
57570734-fc40-46fa-b2c5-33de95f5a646
"
,
"
text
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectHotZoneIndex
"
:
66
}],
"
linkResultShowHotZoneIndex
"
:
85
},{
"
hotZoneType
"
:
"
3
"
,
"
linkHotZoneIndex
"
:
-
1
,
"
audio_url
"
:
""
,
"
score
"
:
"
2
"
,
"
unselectedStyle
"
:
"
none
"
,
"
selectedStyle
"
:
"
right
"
,
"
inputText
"
:
""
,
"
contentList
"
:[{
"
uuid
"
:
"
8b420ebf-d354-4a97-b53b-d1390c4d7c0e
"
,
"
text
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectHotZoneIndex
"
:
67
},{
"
uuid
"
:
"
c2c35d17-9ccf-41c0-ade2-28619c1344be
"
,
"
text
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
true
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectHotZoneIndex
"
:
68
},{
"
uuid
"
:
"
a27bc23c-60bf-401d-a8d7-4bc47ef810ac
"
,
"
text
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectHotZoneIndex
"
:
69
}],
"
linkResultShowHotZoneIndex
"
:
86
},{
"
hotZoneType
"
:
"
2
"
,
"
linkHotZoneIndex
"
:
54
,
"
audio_url
"
:
""
,
"
score
"
:
"
0
"
,
"
unselectedStyle
"
:
"
none
"
,
"
selectedStyle
"
:
"
border
"
,
"
inputText
"
:
""
,
"
contentList
"
:[]}],
"
scoreConfigArr
"
:[{
"
linkHotZoneIndex
"
:
-
1
,
"
linkHotZoneIndexArr
"
:[
0
]},{
"
linkHotZoneIndex
"
:
-
1
,
"
linkHotZoneIndexArr
"
:[
1
,
2
,
3
,
4
]},{
"
linkHotZoneIndex
"
:
-
1
,
"
linkHotZoneIndexArr
"
:[
5
]},{
"
linkHotZoneIndex
"
:
-
1
,
"
linkHotZoneIndexArr
"
:[
6
]},{
"
linkHotZoneIndex
"
:
-
1
,
"
linkHotZoneIndexArr
"
:[
7
,
8
,
9
,
10
,
11
]},{
"
linkHotZoneIndex
"
:
-
1
,
"
linkHotZoneIndexArr
"
:[
12
,
13
,
14
,
15
,
16
]}]}
\ No newline at end of file
\ No newline at end of file
assets/DG_FAF/textures/slider.png.meta
View file @
52d07904
...
@@ -28,8 +28,8 @@
...
@@ -28,8 +28,8 @@
"rawHeight": 300,
"rawHeight": 300,
"borderTop": 19,
"borderTop": 19,
"borderBottom": 22,
"borderBottom": 22,
"borderLeft":
8
,
"borderLeft":
0
,
"borderRight":
8
,
"borderRight":
4
,
"subMetas": {}
"subMetas": {}
}
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment