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
be56686a
Commit
be56686a
authored
Jul 10, 2023
by
李维
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加多选题和判断对错题型的历史记录展示
parent
3755b1c8
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
3313 additions
and
632 deletions
+3313
-632
bg_palette.png.meta
.../DG_FAF/prefabs/DrawingBoard/textures/bg_palette.png.meta
+1
-1
DG_FAF.ts
assets/DG_FAF/scene/DG_FAF.ts
+150
-630
defaultData_DG_FAF.ts
assets/DG_FAF/script/defaultData_DG_FAF.ts
+1
-1
historyData_DG_FAF.ts
assets/DG_FAF/script/historyData_DG_FAF.ts
+3152
-0
historyData_DG_FAF.ts.meta
assets/DG_FAF/script/historyData_DG_FAF.ts.meta
+9
-0
No files found.
assets/DG_FAF/prefabs/DrawingBoard/textures/bg_palette.png.meta
View file @
be56686a
...
...
@@ -7,7 +7,7 @@
"premultiplyAlpha": true,
"genMipmaps": false,
"packable": true,
"width":
36
0,
"width":
29
0,
"height": 291,
"platformSettings": {},
"subMetas": {
...
...
assets/DG_FAF/scene/DG_FAF.ts
View file @
be56686a
...
...
@@ -13,608 +13,9 @@ import { getUUID } from "../script/util_DG_FAF";
const
{
ccclass
,
property
}
=
cc
.
_decorator
;
const
history
=
{
"
details
"
:
[
{
"
contentType
"
:
"
3
"
,
"
configIndex
"
:
0
,
"
contentIndex
"
:
-
1
,
"
currentSelectIndex
"
:
-
1
,
"
currentSelectText
"
:
""
,
"
correctSelectIndex
"
:
1
,
"
correctSelectText
"
:
""
,
"
right
"
:
false
},
{
"
contentType
"
:
"
3
"
,
"
configIndex
"
:
1
,
"
contentIndex
"
:
-
1
,
"
currentSelectIndex
"
:
-
1
,
"
currentSelectText
"
:
""
,
"
correctSelectIndex
"
:
1
,
"
correctSelectText
"
:
""
,
"
right
"
:
false
},
{
"
contentType
"
:
"
3
"
,
"
configIndex
"
:
2
,
"
contentIndex
"
:
-
1
,
"
currentSelectIndex
"
:
-
1
,
"
currentSelectText
"
:
""
,
"
correctSelectIndex
"
:
0
,
"
correctSelectText
"
:
""
,
"
right
"
:
false
},
{
"
contentType
"
:
"
3
"
,
"
configIndex
"
:
3
,
"
contentIndex
"
:
-
1
,
"
currentSelectIndex
"
:
-
1
,
"
currentSelectText
"
:
""
,
"
correctSelectIndex
"
:
1
,
"
correctSelectText
"
:
""
,
"
right
"
:
false
},
{
"
contentType
"
:
"
3
"
,
"
configIndex
"
:
4
,
"
contentIndex
"
:
-
1
,
"
currentSelectIndex
"
:
-
1
,
"
currentSelectText
"
:
""
,
"
correctSelectIndex
"
:
0
,
"
correctSelectText
"
:
""
,
"
right
"
:
false
},
{
"
contentType
"
:
"
3
"
,
"
configIndex
"
:
5
,
"
contentIndex
"
:
-
1
,
"
currentSelectIndex
"
:
-
1
,
"
currentSelectText
"
:
""
,
"
correctSelectIndex
"
:
0
,
"
correctSelectText
"
:
""
,
"
right
"
:
false
},
{
"
contentType
"
:
"
3
"
,
"
configIndex
"
:
6
,
"
contentIndex
"
:
-
1
,
"
currentSelectIndex
"
:
-
1
,
"
currentSelectText
"
:
""
,
"
correctSelectIndex
"
:
0
,
"
correctSelectText
"
:
""
,
"
right
"
:
false
},
{
"
contentType
"
:
"
3
"
,
"
configIndex
"
:
7
,
"
contentIndex
"
:
-
1
,
"
currentSelectIndex
"
:
-
1
,
"
currentSelectText
"
:
""
,
"
correctSelectIndex
"
:
1
,
"
correctSelectText
"
:
""
,
"
right
"
:
false
},
{
"
contentType
"
:
"
4
"
,
"
configIndex
"
:
9
,
"
contentIndex
"
:
-
1
,
"
currentSelectText
"
:
[
""
,
""
],
"
currentSelectIndex
"
:
[
2
,
5
],
"
correctSelectText
"
:
[
""
,
""
],
"
correctSelectIndex
"
:
[
2
,
5
],
"
right
"
:
true
},
{
"
contentType
"
:
"
4
"
,
"
configIndex
"
:
10
,
"
contentIndex
"
:
-
1
,
"
currentSelectText
"
:
[
""
],
"
currentSelectIndex
"
:
[
4
],
"
correctSelectText
"
:
[
""
,
""
],
"
correctSelectIndex
"
:
[
0
,
5
],
"
right
"
:
false
},
{
"
contentType
"
:
"
4
"
,
"
configIndex
"
:
11
,
"
contentIndex
"
:
-
1
,
"
currentSelectText
"
:
[
""
,
""
],
"
currentSelectIndex
"
:
[
2
,
3
],
"
correctSelectText
"
:
[
""
,
""
],
"
correctSelectIndex
"
:
[
1
,
2
],
"
right
"
:
false
},
{
"
contentType
"
:
"
4
"
,
"
configIndex
"
:
12
,
"
contentIndex
"
:
-
1
,
"
currentSelectText
"
:
[
""
],
"
currentSelectIndex
"
:
[
0
],
"
correctSelectText
"
:
[
""
,
""
],
"
correctSelectIndex
"
:
[
0
,
5
],
"
right
"
:
false
},
{
"
contentType
"
:
"
0
"
,
"
configIndex
"
:
14
,
"
contentIndex
"
:
0
,
"
currentSelectIndex
"
:
null
,
"
currentSelectText
"
:
""
,
"
correctSelectIndex
"
:
0
,
"
correctSelectText
"
:
""
,
"
right
"
:
false
},
{
"
contentType
"
:
"
0
"
,
"
configIndex
"
:
14
,
"
contentIndex
"
:
1
,
"
currentSelectIndex
"
:
null
,
"
currentSelectText
"
:
""
,
"
correctSelectIndex
"
:
1
,
"
correctSelectText
"
:
""
,
"
right
"
:
false
},
{
"
contentType
"
:
"
0
"
,
"
configIndex
"
:
14
,
"
contentIndex
"
:
2
,
"
currentSelectIndex
"
:
null
,
"
currentSelectText
"
:
""
,
"
correctSelectIndex
"
:
2
,
"
correctSelectText
"
:
""
,
"
right
"
:
false
},
{
"
contentType
"
:
"
0
"
,
"
configIndex
"
:
14
,
"
contentIndex
"
:
3
,
"
currentSelectIndex
"
:
null
,
"
currentSelectText
"
:
""
,
"
correctSelectIndex
"
:
3
,
"
correctSelectText
"
:
""
,
"
right
"
:
false
},
{
"
contentType
"
:
"
0
"
,
"
configIndex
"
:
14
,
"
contentIndex
"
:
4
,
"
currentSelectIndex
"
:
null
,
"
currentSelectText
"
:
""
,
"
correctSelectIndex
"
:
4
,
"
correctSelectText
"
:
""
,
"
right
"
:
false
},
{
"
contentType
"
:
"
3
"
,
"
configIndex
"
:
16
,
"
contentIndex
"
:
-
1
,
"
currentSelectIndex
"
:
0
,
"
currentSelectText
"
:
""
,
"
correctSelectIndex
"
:
2
,
"
correctSelectText
"
:
""
,
"
right
"
:
false
},
{
"
contentType
"
:
"
3
"
,
"
configIndex
"
:
17
,
"
contentIndex
"
:
-
1
,
"
currentSelectIndex
"
:
1
,
"
currentSelectText
"
:
""
,
"
correctSelectIndex
"
:
0
,
"
correctSelectText
"
:
""
,
"
right
"
:
false
},
{
"
contentType
"
:
"
3
"
,
"
configIndex
"
:
18
,
"
contentIndex
"
:
-
1
,
"
currentSelectIndex
"
:
2
,
"
currentSelectText
"
:
""
,
"
correctSelectIndex
"
:
1
,
"
correctSelectText
"
:
""
,
"
right
"
:
false
},
{
"
contentType
"
:
"
3
"
,
"
configIndex
"
:
19
,
"
contentIndex
"
:
-
1
,
"
currentSelectIndex
"
:
1
,
"
currentSelectText
"
:
""
,
"
correctSelectIndex
"
:
2
,
"
correctSelectText
"
:
""
,
"
right
"
:
false
},
{
"
contentType
"
:
"
3
"
,
"
configIndex
"
:
20
,
"
contentIndex
"
:
-
1
,
"
currentSelectIndex
"
:
-
1
,
"
currentSelectText
"
:
""
,
"
correctSelectIndex
"
:
0
,
"
correctSelectText
"
:
""
,
"
right
"
:
false
},
{
"
contentType
"
:
"
0
"
,
"
configIndex
"
:
22
,
"
contentIndex
"
:
0
,
"
currentSelectIndex
"
:
0
,
"
currentSelectText
"
:
"
A
"
,
"
correctSelectIndex
"
:
0
,
"
correctSelectText
"
:
""
,
"
right
"
:
false
},
{
"
contentType
"
:
"
0
"
,
"
configIndex
"
:
23
,
"
contentIndex
"
:
0
,
"
currentSelectIndex
"
:
2
,
"
currentSelectText
"
:
"
C
"
,
"
correctSelectIndex
"
:
0
,
"
correctSelectText
"
:
""
,
"
right
"
:
false
},
{
"
contentType
"
:
"
0
"
,
"
configIndex
"
:
24
,
"
contentIndex
"
:
0
,
"
currentSelectIndex
"
:
1
,
"
currentSelectText
"
:
"
B
"
,
"
correctSelectIndex
"
:
0
,
"
correctSelectText
"
:
""
,
"
right
"
:
false
},
{
"
contentType
"
:
"
0
"
,
"
configIndex
"
:
25
,
"
contentIndex
"
:
0
,
"
currentSelectIndex
"
:
0
,
"
currentSelectText
"
:
"
A
"
,
"
correctSelectIndex
"
:
0
,
"
correctSelectText
"
:
""
,
"
right
"
:
true
},
{
"
contentType
"
:
"
0
"
,
"
configIndex
"
:
26
,
"
contentIndex
"
:
0
,
"
currentSelectIndex
"
:
1
,
"
currentSelectText
"
:
"
B
"
,
"
correctSelectIndex
"
:
0
,
"
correctSelectText
"
:
""
,
"
right
"
:
false
},
{
"
contentType
"
:
"
0
"
,
"
configIndex
"
:
27
,
"
contentIndex
"
:
0
,
"
currentSelectIndex
"
:
2
,
"
currentSelectText
"
:
"
C
"
,
"
correctSelectIndex
"
:
0
,
"
correctSelectText
"
:
""
,
"
right
"
:
false
},
{
"
contentType
"
:
"
0
"
,
"
configIndex
"
:
28
,
"
contentIndex
"
:
0
,
"
currentSelectIndex
"
:
0
,
"
currentSelectText
"
:
"
A
"
,
"
correctSelectIndex
"
:
0
,
"
correctSelectText
"
:
""
,
"
right
"
:
false
},
{
"
contentType
"
:
"
0
"
,
"
configIndex
"
:
29
,
"
contentIndex
"
:
0
,
"
currentSelectIndex
"
:
2
,
"
currentSelectText
"
:
"
C
"
,
"
correctSelectIndex
"
:
0
,
"
correctSelectText
"
:
""
,
"
right
"
:
false
},
{
"
contentType
"
:
"
0
"
,
"
configIndex
"
:
31
,
"
contentIndex
"
:
0
,
"
currentSelectIndex
"
:
0
,
"
currentSelectText
"
:
"
F
"
,
"
correctSelectIndex
"
:
0
,
"
correctSelectText
"
:
""
,
"
right
"
:
true
},
{
"
contentType
"
:
"
0
"
,
"
configIndex
"
:
32
,
"
contentIndex
"
:
0
,
"
currentSelectIndex
"
:
1
,
"
currentSelectText
"
:
"
T
"
,
"
correctSelectIndex
"
:
0
,
"
correctSelectText
"
:
""
,
"
right
"
:
true
},
{
"
contentType
"
:
"
0
"
,
"
configIndex
"
:
33
,
"
contentIndex
"
:
0
,
"
currentSelectIndex
"
:
1
,
"
currentSelectText
"
:
"
T
"
,
"
correctSelectIndex
"
:
0
,
"
correctSelectText
"
:
""
,
"
right
"
:
false
},
{
"
contentType
"
:
"
0
"
,
"
configIndex
"
:
34
,
"
contentIndex
"
:
0
,
"
currentSelectIndex
"
:
1
,
"
currentSelectText
"
:
"
T
"
,
"
correctSelectIndex
"
:
0
,
"
correctSelectText
"
:
""
,
"
right
"
:
true
},
{
"
contentType
"
:
"
0
"
,
"
configIndex
"
:
35
,
"
contentIndex
"
:
0
,
"
currentSelectIndex
"
:
1
,
"
currentSelectText
"
:
"
T
"
,
"
correctSelectIndex
"
:
0
,
"
correctSelectText
"
:
""
,
"
right
"
:
true
},
{
"
contentType
"
:
"
0
"
,
"
configIndex
"
:
36
,
"
contentIndex
"
:
0
,
"
currentSelectIndex
"
:
0
,
"
currentSelectText
"
:
"
F
"
,
"
correctSelectIndex
"
:
0
,
"
correctSelectText
"
:
""
,
"
right
"
:
true
},
{
"
contentType
"
:
"
0
"
,
"
configIndex
"
:
37
,
"
contentIndex
"
:
0
,
"
currentSelectIndex
"
:
0
,
"
currentSelectText
"
:
"
F
"
,
"
correctSelectIndex
"
:
0
,
"
correctSelectText
"
:
""
,
"
right
"
:
false
},
{
"
contentType
"
:
"
0
"
,
"
configIndex
"
:
38
,
"
contentIndex
"
:
0
,
"
currentSelectIndex
"
:
0
,
"
currentSelectText
"
:
"
F
"
,
"
correctSelectIndex
"
:
0
,
"
correctSelectText
"
:
""
,
"
right
"
:
false
},
{
"
contentType
"
:
"
6
"
,
"
configIndex
"
:
39
,
"
contentIndex
"
:
-
1
,
"
results
"
:
[
{
"
startIndex
"
:
0
,
"
startText
"
:
""
,
"
correctEndIndex
"
:
0
,
"
correctEndText
"
:
""
,
"
currentEndIndex
"
:
-
1
,
"
currentEndText
"
:
""
,
"
right
"
:
false
},
{
"
startIndex
"
:
1
,
"
startText
"
:
""
,
"
correctEndIndex
"
:
1
,
"
correctEndText
"
:
""
,
"
currentEndIndex
"
:
-
1
,
"
currentEndText
"
:
""
,
"
right
"
:
false
},
{
"
startIndex
"
:
2
,
"
startText
"
:
""
,
"
correctEndIndex
"
:
2
,
"
correctEndText
"
:
""
,
"
currentEndIndex
"
:
-
1
,
"
currentEndText
"
:
""
,
"
right
"
:
false
},
{
"
startIndex
"
:
3
,
"
startText
"
:
""
,
"
correctEndIndex
"
:
3
,
"
correctEndText
"
:
""
,
"
currentEndIndex
"
:
-
1
,
"
currentEndText
"
:
""
,
"
right
"
:
false
},
{
"
startIndex
"
:
4
,
"
startText
"
:
""
,
"
correctEndIndex
"
:
4
,
"
correctEndText
"
:
""
,
"
currentEndIndex
"
:
-
1
,
"
currentEndText
"
:
""
,
"
right
"
:
false
},
{
"
startIndex
"
:
5
,
"
startText
"
:
""
,
"
correctEndIndex
"
:
5
,
"
correctEndText
"
:
""
,
"
currentEndIndex
"
:
-
1
,
"
currentEndText
"
:
""
,
"
right
"
:
false
},
{
"
startIndex
"
:
6
,
"
startText
"
:
""
,
"
correctEndIndex
"
:
6
,
"
correctEndText
"
:
""
,
"
currentEndIndex
"
:
-
1
,
"
currentEndText
"
:
""
,
"
right
"
:
false
}
]
},
{
"
contentType
"
:
"
15
"
,
"
configIndex
"
:
40
,
"
contentIndex
"
:
-
1
,
"
currentInputText
"
:
[],
"
correctText
"
:
[],
"
right
"
:
true
},
{
"
contentType
"
:
"
15
"
,
"
configIndex
"
:
41
,
"
contentIndex
"
:
-
1
,
"
currentInputText
"
:
[],
"
correctText
"
:
[],
"
right
"
:
true
},
{
"
contentType
"
:
"
15
"
,
"
configIndex
"
:
42
,
"
contentIndex
"
:
-
1
,
"
currentInputText
"
:
[],
"
correctText
"
:
[],
"
right
"
:
true
},
{
"
contentType
"
:
"
15
"
,
"
configIndex
"
:
43
,
"
contentIndex
"
:
-
1
,
"
currentInputText
"
:
[],
"
correctText
"
:
[],
"
right
"
:
true
},
{
"
contentType
"
:
"
15
"
,
"
configIndex
"
:
44
,
"
contentIndex
"
:
-
1
,
"
currentInputText
"
:
[],
"
correctText
"
:
[],
"
right
"
:
true
},
{
"
contentType
"
:
"
15
"
,
"
configIndex
"
:
45
,
"
contentIndex
"
:
-
1
,
"
currentInputText
"
:
[],
"
correctText
"
:
[],
"
right
"
:
true
}
],
"
scoreCconfigArr
"
:
[
{
"
linkHotZoneIndex
"
:
-
1
,
"
linkHotZoneIndexArr
"
:
[
0
,
1
,
2
,
3
,
4
,
5
,
6
,
7
,
9
,
10
,
11
,
12
,
14
,
16
,
17
,
18
,
19
,
20
,
22
,
23
,
24
,
25
,
26
,
27
,
28
,
29
,
31
,
32
,
33
,
34
,
35
,
36
,
37
,
38
,
39
,
40
,
41
,
42
,
43
,
44
,
45
],
"
score
"
:
16
}
],
"
basicScore
"
:
0
,
"
totalScore
"
:
16
,
"
isAllRight
"
:
false
,
"
isAllWrong
"
:
false
,
"
startTimestamp
"
:
1687345308611
,
"
submitTimestamp
"
:
1687345376194
,
"
answeringTime
"
:
67583
}
import
{
historyData
}
from
"
../script/historyData_DG_FAF
"
// 题型
const
TEXT_SELECT
=
"
0
"
;
...
...
@@ -1310,21 +711,21 @@ export default class SceneComponent extends MyCocosSceneComponent {
validater
=
this
.
setTextOptionList
(
configItem
,
isDebug
);
this
.
scoreValidater
.
push
(
validater
);
break
;
// 文字选择题(多选)
// 文字选择题(多选)
[做题 - 显示]
case
MULTIPLE_TEXT_SELECT
:
validater
=
this
.
setTextOptionListMultiple
(
configItem
,
isDebug
);
this
.
scoreValidater
.
push
(
validater
);
break
;
// 判断对错
// 判断对错
[做题 - 显示]
case
RIGHT_OR_WRONG
:
validater
=
this
.
setRightOrWrongGroup
(
configItem
,
isDebug
);
this
.
scoreValidater
.
push
(
validater
);
break
;
// 音频播放按钮
// 音频播放按钮
[做题 - 显示]
case
AUDIO_PLAY
:
this
.
setOneAudioBtn
(
configItem
,
this
.
data
.
hotZoneItemArr
[
configItem
.
linkHotZoneIndex
]);
break
;
// 视频播放按钮
// 视频播放按钮
[做题 - 显示]
case
VIDEO_PLAY
:
this
.
setOneVideoBtn
(
configItem
,
this
.
data
.
hotZoneItemArr
[
configItem
.
linkHotZoneIndex
]);
break
;
...
...
@@ -1387,6 +788,7 @@ export default class SceneComponent extends MyCocosSceneComponent {
validater
=
this
.
setDrawingAreaWithCheck
(
configItem
,
this
.
data
.
hotZoneItemArr
[
configItem
.
linkHotZoneIndex
]);
this
.
scoreValidater
.
push
(
validater
);
break
;
// 2级连线题
case
CONNECTION_2LEVEL
:
validater
=
this
.
setConnectionGroup2L
(
configItem
,
isDebug
);
this
.
scoreValidater
.
push
(
validater
);
...
...
@@ -1408,39 +810,90 @@ export default class SceneComponent extends MyCocosSceneComponent {
// 显示历史做题记录
showHistory
()
{
this
.
data
.
hotZoneConfigArr
.
forEach
((
configItem
,
index
)
=>
{
const
historyData
=
history
.
details
.
filter
(
item
=>
item
.
configIndex
==
index
);
if
(
history
Data
.
length
==
0
)
{
historyData
.
dataSaved
.
hotZoneConfigArr
.
forEach
((
configItem
,
index
)
=>
{
const
resultData
=
historyData
.
details
.
filter
(
item
=>
item
.
configIndex
==
index
);
if
(
result
Data
.
length
==
0
)
{
return
}
switch
(
history
Data
[
0
].
contentType
+
""
)
{
switch
(
result
Data
[
0
].
contentType
+
""
)
{
// 文字选择题
case
TEXT_SELECT
:
this
.
showHistoryOptionList
(
configItem
,
historyData
);
this
.
showHistoryOptionList
(
configItem
,
resultData
);
break
;
// 文字选择题(多选)
case
MULTIPLE_TEXT_SELECT
:
this
.
showTextOptionListMultiple
(
configItem
,
resultData
);
break
;
// 判断对错
case
RIGHT_OR_WRONG
:
this
.
showRightOrWrongGroup
(
configItem
,
resultData
);
break
;
// 音频播放按钮
case
AUDIO_PLAY
:
this
.
setOneAudioBtn
(
configItem
,
this
.
data
.
hotZoneItemArr
[
configItem
.
linkHotZoneIndex
]);
break
;
// 视频播放按钮
case
VIDEO_PLAY
:
this
.
setOneVideoBtn
(
configItem
,
this
.
data
.
hotZoneItemArr
[
configItem
.
linkHotZoneIndex
]);
break
;
// 热区单选
case
HOT_ZONE_RADIO
:
this
.
showHistoryRadio
(
configItem
,
history
Data
);
this
.
showHistoryRadio
(
configItem
,
result
Data
);
break
;
// 多选
case
HOT_ZONE_CHECKBOX
:
this
.
showCheckboxGroup
(
configItem
,
history
Data
);
this
.
showCheckboxGroup
(
configItem
,
result
Data
);
break
;
}
})
// 显示所有视频提示
this
.
allTipVideos
.
forEach
(
videoRect
=>
{
videoRect
.
active
=
true
;
})
};
// 文字选项 - 历史记录
showHistoryOptionList
(
configItem
,
_history
Data
)
{
showHistoryOptionList
(
configItem
,
result
Data
)
{
const
debugMode
=
false
;
configItem
.
contentList
.
forEach
((
option
,
index
)
=>
{
const
hotZoneItemData
=
this
.
data
.
hotZoneItemArr
[
option
.
selectHotZoneIndex
];
const
resultRect
=
this
.
newRectNode
(
hotZoneItemData
,
layer_2
,
debugMode
);
this
.
newDecorativeFrame
(
hotZoneItemData
,
layer_1
,
"
#FFFFFF
"
,
"
#6dbef6
"
,
debugMode
);
const
rect
=
this
.
newRectNode
(
hotZoneItemData
,
layer_4
,
debugMode
);
const
historyData
=
_historyData
.
find
(
item
=>
item
.
contentIndex
==
index
)
const
historyItem
=
resultData
.
find
(
item
=>
item
.
contentIndex
==
index
)
console
.
log
(
historyItem
)
const
textShow
=
historyItem
.
currentSelectIndex
?
configItem
.
selectOptionList
[
historyItem
.
currentSelectIndex
].
text
:
""
const
inputLabel
=
this
.
newInputTextNode
(
textShow
+
""
,
0
);
inputLabel
.
x
=
rect
.
width
/
2
;
inputLabel
.
y
=
rect
.
height
/
2
;
rect
.
addChild
(
inputLabel
);
const
errIcon
=
getSprNode
(
"
icon_answer_wrong
"
);
const
rightIcon
=
getSprNode
(
"
icon_answer_right
"
);
// 图标太大 缩小一半
errIcon
.
scale
=
rightIcon
.
scale
=
0.5
;
// 显示在热区的中间
errIcon
.
x
=
rightIcon
.
x
=
resultRect
.
width
/
2
;
errIcon
.
y
=
rightIcon
.
y
=
resultRect
.
height
/
2
;
if
(
historyItem
.
right
)
{
resultRect
.
addChild
(
rightIcon
);
}
else
{
resultRect
.
addChild
(
errIcon
);
}
})
}
const
inputLabel
=
this
.
newInputTextNode
(
historyData
.
currentSelectText
+
""
,
0
);
// 文字选项(多选) - 历史记录
showTextOptionListMultiple
(
configItem
,
resultData
)
{
const
debugMode
=
false
;
configItem
.
contentList
.
forEach
((
option
,
index
)
=>
{
const
hotZoneItemData
=
this
.
data
.
hotZoneItemArr
[
option
.
selectHotZoneIndex
];
const
resultRect
=
this
.
newRectNode
(
hotZoneItemData
,
layer_2
,
debugMode
);
this
.
newDecorativeFrame
(
hotZoneItemData
,
layer_1
,
"
#FFFFFF
"
,
"
#6dbef6
"
,
debugMode
);
const
rect
=
this
.
newRectNode
(
hotZoneItemData
,
layer_4
,
debugMode
);
const
historyItem
=
resultData
.
find
(
item
=>
item
.
contentIndex
==
index
)
const
inputLabel
=
this
.
newInputTextNode
(
historyItem
.
currentSelectText
+
""
,
0
);
inputLabel
.
x
=
rect
.
width
/
2
;
inputLabel
.
y
=
rect
.
height
/
2
;
rect
.
addChild
(
inputLabel
);
...
...
@@ -1452,7 +905,7 @@ export default class SceneComponent extends MyCocosSceneComponent {
// 显示在热区的中间
errIcon
.
x
=
rightIcon
.
x
=
resultRect
.
width
/
2
;
errIcon
.
y
=
rightIcon
.
y
=
resultRect
.
height
/
2
;
if
(
history
Data
.
right
)
{
if
(
history
Item
.
right
)
{
resultRect
.
addChild
(
rightIcon
);
}
else
{
resultRect
.
addChild
(
errIcon
);
...
...
@@ -1460,10 +913,79 @@ export default class SceneComponent extends MyCocosSceneComponent {
})
}
// 判断对错 - 历史记录
showRightOrWrongGroup
(
configItem
,
resultData
)
{
console
.
log
(
configItem
,
resultData
)
const
debugMode
=
false
;
const
resultIconShowData
=
this
.
data
.
hotZoneItemArr
[
configItem
.
linkResultShowHotZoneIndex
];
const
resultIconRect
=
this
.
newRectNode
(
resultIconShowData
,
layer_2
,
debugMode
);
const
errIcon
=
getSprNode
(
"
icon_answer_wrong
"
);
const
rightIcon
=
getSprNode
(
"
icon_answer_right
"
);
// 图标太大 缩小一半
errIcon
.
scale
=
rightIcon
.
scale
=
0.5
;
// 显示在热区的中间
errIcon
.
x
=
rightIcon
.
x
=
resultIconRect
.
width
/
2
;
errIcon
.
y
=
rightIcon
.
y
=
resultIconRect
.
height
/
2
;
if
(
resultData
[
0
].
right
)
{
resultIconRect
.
addChild
(
rightIcon
);
}
else
{
resultIconRect
.
addChild
(
errIcon
);
}
configItem
.
contentList
.
forEach
((
option
,
index
)
=>
{
const
hotZoneData
=
this
.
data
.
hotZoneItemArr
[
option
.
selectHotZoneIndex
];
this
.
newDecorativeFrame
(
hotZoneData
,
layer_1
,
"
#FFFFFF
"
,
"
#6dbef6
"
,
debugMode
);
if
(
resultData
[
0
].
currentSelect
[
index
])
{
// 哭脸笑脸 - FT - 对错号
if
(
configItem
.
rightOrWrongStyleType
==
"
iconFace
"
)
{
const
{
sprNode
,
picNode
}
=
this
.
newSprNodeByResName
(
hotZoneData
,
"
icon_laugh
"
,
true
);
picNode
.
zIndex
=
layer_4
;
}
else
if
(
configItem
.
rightOrWrongStyleType
==
"
textTF
"
)
{
const
textParentNode
=
this
.
newRectNode
(
hotZoneData
,
layer_4
,
debugMode
);
const
textNode
=
this
.
newTextNode
(
"
T
"
)
textNode
.
x
=
textParentNode
.
width
/
2
;
textNode
.
y
=
textParentNode
.
height
/
2
;
textParentNode
.
addChild
(
textNode
)
}
else
if
(
configItem
.
rightOrWrongStyleType
==
"
textYesNo
"
)
{
const
textParentNode
=
this
.
newRectNode
(
hotZoneData
,
layer_4
,
debugMode
);
const
textNode
=
this
.
newTextNode
(
"
Yes
"
)
textNode
.
x
=
textParentNode
.
width
/
2
;
textNode
.
y
=
textParentNode
.
height
/
2
;
textParentNode
.
addChild
(
textNode
)
}
else
{
const
{
sprNode
,
picNode
}
=
this
.
newSprNodeByResName
(
hotZoneData
,
"
icon_right
"
,
true
);
picNode
.
zIndex
=
layer_4
;
}
}
else
{
if
(
configItem
.
rightOrWrongStyleType
==
"
iconFace
"
)
{
const
{
sprNode
,
picNode
}
=
this
.
newSprNodeByResName
(
hotZoneData
,
"
icon_cry
"
,
true
);
picNode
.
zIndex
=
layer_4
;
}
else
if
(
configItem
.
rightOrWrongStyleType
==
"
textTF
"
)
{
const
textParentNode
=
this
.
newRectNode
(
hotZoneData
,
layer_4
,
debugMode
);
const
textNode
=
this
.
newTextNode
(
"
F
"
)
textNode
.
x
=
textParentNode
.
width
/
2
;
textNode
.
y
=
textParentNode
.
height
/
2
;
textParentNode
.
addChild
(
textNode
)
}
else
if
(
configItem
.
rightOrWrongStyleType
==
"
textYesNo
"
)
{
const
textParentNode
=
this
.
newRectNode
(
hotZoneData
,
layer_4
,
debugMode
);
const
textNode
=
this
.
newTextNode
(
"
No
"
)
textNode
.
x
=
textParentNode
.
width
/
2
;
textNode
.
y
=
textParentNode
.
height
/
2
;
textParentNode
.
addChild
(
textNode
)
}
else
{
const
{
sprNode
,
picNode
}
=
this
.
newSprNodeByResName
(
hotZoneData
,
"
icon_wrong
"
,
true
);
picNode
.
zIndex
=
layer_4
;
}
}
})
}
// 热区单选 - 历史记录
showHistoryRadio
(
configItem
,
_history
Data
)
{
showHistoryRadio
(
configItem
,
result
Data
)
{
const
debugMode
=
false
;
const
history
Data
=
_history
Data
[
0
];
const
history
Item
=
result
Data
[
0
];
const
resultIconShowData
=
this
.
data
.
hotZoneItemArr
[
configItem
.
linkResultShowHotZoneIndex
];
const
resultIconRect
=
this
.
newRectNode
(
resultIconShowData
,
layer_2
,
false
);
...
...
@@ -1488,7 +1010,7 @@ export default class SceneComponent extends MyCocosSceneComponent {
// 隐藏当前点击的颜色块
if
(
unselStyle
==
"
mask
"
)
{
if
(
history
Data
.
currentSelectIndex
!=
index
)
{
if
(
history
Item
.
currentSelectIndex
!=
index
)
{
maskNode
.
active
=
true
;
}
else
{
maskNode
.
active
=
false
;
...
...
@@ -1497,7 +1019,7 @@ export default class SceneComponent extends MyCocosSceneComponent {
// 隐藏当前点击的边框
if
(
unselStyle
==
"
border
"
)
{
if
(
history
Data
.
currentSelectIndex
!=
index
)
{
if
(
history
Item
.
currentSelectIndex
!=
index
)
{
unselLineNode
.
active
=
true
;
}
else
{
unselLineNode
.
active
=
false
;
...
...
@@ -1506,7 +1028,7 @@ export default class SceneComponent extends MyCocosSceneComponent {
// 显示边框
if
(
selStyle
==
"
border
"
)
{
if
(
history
Data
.
currentSelectIndex
==
index
)
{
if
(
history
Item
.
currentSelectIndex
==
index
)
{
selLineNode
.
active
=
true
;
}
else
{
selLineNode
.
active
=
false
;
...
...
@@ -1515,7 +1037,7 @@ export default class SceneComponent extends MyCocosSceneComponent {
// 显示对号
if
(
selStyle
==
"
right
"
)
{
if
(
history
Data
.
currentSelectIndex
==
index
)
{
if
(
history
Item
.
currentSelectIndex
==
index
)
{
sprNode
.
active
=
true
;
}
else
{
sprNode
.
active
=
false
;
...
...
@@ -1529,7 +1051,7 @@ export default class SceneComponent extends MyCocosSceneComponent {
// 显示在热区的中间
errIcon
.
x
=
rightIcon
.
x
=
resultIconRect
.
width
/
2
;
errIcon
.
y
=
rightIcon
.
y
=
resultIconRect
.
height
/
2
;
if
(
history
Data
.
right
)
{
if
(
history
Item
.
right
)
{
resultIconRect
.
addChild
(
rightIcon
);
}
else
{
resultIconRect
.
addChild
(
errIcon
);
...
...
@@ -1538,10 +1060,9 @@ export default class SceneComponent extends MyCocosSceneComponent {
}
// 多选 - 历史记录
showCheckboxGroup
(
configItem
,
_history
Data
)
{
showCheckboxGroup
(
configItem
,
result
Data
)
{
const
debugMode
=
false
;
const
historyData
=
_historyData
[
0
];
console
.
log
(
historyData
)
const
historyData
=
resultData
[
0
];
const
resultIconShowData
=
this
.
data
.
hotZoneItemArr
[
configItem
.
linkResultShowHotZoneIndex
];
const
resultIconRect
=
this
.
newRectNode
(
resultIconShowData
,
layer_2
,
false
);
...
...
@@ -2472,8 +1993,6 @@ export default class SceneComponent extends MyCocosSceneComponent {
score
:
0
};
console
.
log
(
contentData
,
currentConnectionList
)
contentData
.
contentList
.
forEach
((
option
,
index
)
=>
{
const
detailItem
=
{
startIndex
:
index
,
...
...
@@ -4210,7 +3729,7 @@ export default class SceneComponent extends MyCocosSceneComponent {
let
selectData
=
JSON
.
parse
(
JSON
.
stringify
(
optionList
))
resultRects
.
push
({
detail
:
{
contentType
:
TEXT_SELECT
,
contentType
:
MULTIPLE_
TEXT_SELECT
,
configIndex
:
contentData
.
index
,
contentIndex
:
index
,
currentSelectIndex
:
null
,
...
...
@@ -4961,6 +4480,7 @@ export default class SceneComponent extends MyCocosSceneComponent {
resultData
=
null
;
submit
()
{
const
resultData
=
{
dataSaved
:
this
.
data
,
details
:
[],
scoreCconfigArr
:
[],
basicScore
:
0
,
...
...
assets/DG_FAF/script/defaultData_DG_FAF.ts
View file @
be56686a
export
const
defaultData
=
{
"
unitName
"
:
"
L1-B1
"
,
"
lastModify
"
:
"
2023-06-26T06:13:47.230Z
"
,
"
author
"
:
"
刘佳
"
,
"
header_image_url
"
:
"
http://staging-teach.cdn.ireadabc.com/5d8773508da5d62972152751b73c19d3.jpg
"
,
"
footer_image_url
"
:
"
http://staging-teach.cdn.ireadabc.com/6b80948bc8d8500c914ea83c15886e06.png
"
,
"
alignMode
"
:
"
left
"
,
"
bgItem
"
:{
"
rect
"
:{
"
x
"
:
0
,
"
y
"
:
1086.871111111111
,
"
width
"
:
1312
,
"
height
"
:
2822.257777777778
},
"
url
"
:
"
http://teach.cdn.ireadabc.com/096bedf3e7a2429463fd345a69b629dd.jpg
"
},
"
hotZoneItemArr
"
:[{
"
index
"
:
0
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
1-1-1
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.025
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.025
,
"
rect
"
:{
"
x
"
:
241.03
,
"
y
"
:
155.05
,
"
width
"
:
37.28
,
"
height
"
:
37.28
}},{
"
index
"
:
1
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
1-2-1
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.025
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.025
,
"
rect
"
:{
"
x
"
:
241.03
,
"
y
"
:
230.29
,
"
width
"
:
37.28
,
"
height
"
:
37.28
}},{
"
index
"
:
2
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
1-3-1
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.025
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.025
,
"
rect
"
:{
"
x
"
:
241.03
,
"
y
"
:
305.55
,
"
width
"
:
37.28
,
"
height
"
:
37.28
}},{
"
index
"
:
3
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
1-4-1
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.025
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.025
,
"
rect
"
:{
"
x
"
:
241.03
,
"
y
"
:
380.8
,
"
width
"
:
37.28
,
"
height
"
:
37.28
}},{
"
index
"
:
4
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
1-5-1
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.025
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.025
,
"
rect
"
:{
"
x
"
:
241.03
,
"
y
"
:
456.06
,
"
width
"
:
37.28
,
"
height
"
:
37.28
}},{
"
index
"
:
5
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
1-6-1
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.025
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.025
,
"
rect
"
:{
"
x
"
:
241.03
,
"
y
"
:
531.32
,
"
width
"
:
37.28
,
"
height
"
:
37.28
}},{
"
index
"
:
6
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
1-7-1
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.025
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.025
,
"
rect
"
:{
"
x
"
:
241.03
,
"
y
"
:
606.57
,
"
width
"
:
37.28
,
"
height
"
:
37.28
}},{
"
index
"
:
7
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
1-8-1
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.025
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.025
,
"
rect
"
:{
"
x
"
:
241.03
,
"
y
"
:
681.83
,
"
width
"
:
37.28
,
"
height
"
:
37.28
}},{
"
index
"
:
8
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
1-1-2
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.025
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.025
,
"
rect
"
:{
"
x
"
:
329.25
,
"
y
"
:
155.05
,
"
width
"
:
37.28
,
"
height
"
:
37.28
}},{
"
index
"
:
9
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
1-2-2
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.025
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.025
,
"
rect
"
:{
"
x
"
:
329.25
,
"
y
"
:
230.29
,
"
width
"
:
37.28
,
"
height
"
:
37.28
}},{
"
index
"
:
10
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
1-3-2
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.025
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.025
,
"
rect
"
:{
"
x
"
:
329.25
,
"
y
"
:
305.55
,
"
width
"
:
37.28
,
"
height
"
:
37.28
}},{
"
index
"
:
11
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
1-4-2
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.025
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.025
,
"
rect
"
:{
"
x
"
:
329.25
,
"
y
"
:
380.8
,
"
width
"
:
37.28
,
"
height
"
:
37.28
}},{
"
index
"
:
12
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
1-5-2
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.025
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.025
,
"
rect
"
:{
"
x
"
:
329.25
,
"
y
"
:
456.06
,
"
width
"
:
37.28
,
"
height
"
:
37.28
}},{
"
index
"
:
13
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
1-6-2
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.025
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.025
,
"
rect
"
:{
"
x
"
:
329.25
,
"
y
"
:
531.32
,
"
width
"
:
37.28
,
"
height
"
:
37.28
}},{
"
index
"
:
14
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
1-7-2
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.025
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.025
,
"
rect
"
:{
"
x
"
:
329.25
,
"
y
"
:
606.57
,
"
width
"
:
37.28
,
"
height
"
:
37.28
}},{
"
index
"
:
15
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
1-8-2
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.025
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.025
,
"
rect
"
:{
"
x
"
:
329.25
,
"
y
"
:
681.83
,
"
width
"
:
37.28
,
"
height
"
:
37.28
}},{
"
index
"
:
16
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
1-结果
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.025
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.025
,
"
rect
"
:{
"
x
"
:
273.33
,
"
y
"
:
51.92
,
"
width
"
:
49.69
,
"
height
"
:
49.69
}},{
"
index
"
:
17
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
2-1
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.025
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.025
,
"
rect
"
:{
"
x
"
:
1110.72
,
"
y
"
:
148.83
,
"
width
"
:
62.12
,
"
height
"
:
37.28
}},{
"
index
"
:
18
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
2-2
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.025
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.025
,
"
rect
"
:{
"
x
"
:
1087.13
,
"
y
"
:
227.11
,
"
width
"
:
62.12
,
"
height
"
:
37.28
}},{
"
index
"
:
19
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
2-3
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.025
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.025
,
"
rect
"
:{
"
x
"
:
1088.36
,
"
y
"
:
296.68
,
"
width
"
:
62.12
,
"
height
"
:
37.28
}},{
"
index
"
:
20
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
2-4
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.025
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.025
,
"
rect
"
:{
"
x
"
:
1068.49
,
"
y
"
:
374.95
,
"
width
"
:
62.12
,
"
height
"
:
37.28
}},{
"
index
"
:
21
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
2-5
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.025
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.025
,
"
rect
"
:{
"
x
"
:
1073.45
,
"
y
"
:
449.5
,
"
width
"
:
62.12
,
"
height
"
:
37.28
}},{
"
index
"
:
22
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
2-6
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.025
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.025
,
"
rect
"
:{
"
x
"
:
1133.09
,
"
y
"
:
529.01
,
"
width
"
:
62.12
,
"
height
"
:
37.28
}},{
"
index
"
:
23
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
2-7
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.025
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.025
,
"
rect
"
:{
"
x
"
:
1083.4
,
"
y
"
:
601.07
,
"
width
"
:
62.12
,
"
height
"
:
37.28
}},{
"
index
"
:
24
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
2-8
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.025
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.025
,
"
rect
"
:{
"
x
"
:
1100.79
,
"
y
"
:
679.35
,
"
width
"
:
62.12
,
"
height
"
:
37.28
}},{
"
index
"
:
25
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
3-1
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.025
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.025
,
"
rect
"
:{
"
x
"
:
165.25
,
"
y
"
:
1137.8
,
"
width
"
:
124.24
,
"
height
"
:
37.28
}},{
"
index
"
:
26
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
3-2
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.025
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.025
,
"
rect
"
:{
"
x
"
:
416.22
,
"
y
"
:
1137.8
,
"
width
"
:
124.24
,
"
height
"
:
37.28
}},{
"
index
"
:
27
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
3-3
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.025
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.025
,
"
rect
"
:{
"
x
"
:
165.25
,
"
y
"
:
1361.44
,
"
width
"
:
124.24
,
"
height
"
:
37.28
}},{
"
index
"
:
28
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
3-4
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.025
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.025
,
"
rect
"
:{
"
x
"
:
416.22
,
"
y
"
:
1361.44
,
"
width
"
:
124.24
,
"
height
"
:
37.28
}},{
"
index
"
:
29
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
4-1
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.025
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.025
,
"
rect
"
:{
"
x
"
:
1070.42
,
"
y
"
:
887.46
,
"
width
"
:
88.05
,
"
height
"
:
51.36
}},{
"
index
"
:
30
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
4-2
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.025
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.025
,
"
rect
"
:{
"
x
"
:
1070.42
,
"
y
"
:
999.98
,
"
width
"
:
88.05
,
"
height
"
:
51.36
}},{
"
index
"
:
31
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
4-3
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.025
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.025
,
"
rect
"
:{
"
x
"
:
1070.42
,
"
y
"
:
1113.98
,
"
width
"
:
88.05
,
"
height
"
:
51.36
}},{
"
index
"
:
32
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
4-4
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.025
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.025
,
"
rect
"
:{
"
x
"
:
1070.42
,
"
y
"
:
1227.97
,
"
width
"
:
88.05
,
"
height
"
:
51.36
}},{
"
index
"
:
33
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
4-5
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.025
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.025
,
"
rect
"
:{
"
x
"
:
1070.42
,
"
y
"
:
1341.97
,
"
width
"
:
88.05
,
"
height
"
:
51.36
}},{
"
index
"
:
34
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
5-1
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.025
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.025
,
"
rect
"
:{
"
x
"
:
290.11
,
"
y
"
:
1744.73
,
"
width
"
:
43.48
,
"
height
"
:
43.48
}},{
"
index
"
:
35
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
5-2
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.025
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.025
,
"
rect
"
:{
"
x
"
:
548.53
,
"
y
"
:
1744.73
,
"
width
"
:
43.48
,
"
height
"
:
43.48
}},{
"
index
"
:
36
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
5-3
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.025
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.025
,
"
rect
"
:{
"
x
"
:
290.11
,
"
y
"
:
1941.03
,
"
width
"
:
43.48
,
"
height
"
:
43.48
}},{
"
index
"
:
37
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
5-4
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.025
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.025
,
"
rect
"
:{
"
x
"
:
548.53
,
"
y
"
:
1941.03
,
"
width
"
:
43.48
,
"
height
"
:
43.48
}},{
"
index
"
:
38
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
6-1
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.025
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.025
,
"
rect
"
:{
"
x
"
:
866.6
,
"
y
"
:
1733.54
,
"
width
"
:
43.48
,
"
height
"
:
43.48
}},{
"
index
"
:
39
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
6-2
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.025
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.025
,
"
rect
"
:{
"
x
"
:
1154.84
,
"
y
"
:
1733.54
,
"
width
"
:
43.48
,
"
height
"
:
43.48
}},{
"
index
"
:
40
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
6-3
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.025
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.025
,
"
rect
"
:{
"
x
"
:
866.6
,
"
y
"
:
1949.73
,
"
width
"
:
43.48
,
"
height
"
:
43.48
}},{
"
index
"
:
41
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
6-4
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.025
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.025
,
"
rect
"
:{
"
x
"
:
1154.84
,
"
y
"
:
1949.73
,
"
width
"
:
43.48
,
"
height
"
:
43.48
}},{
"
index
"
:
42
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
T-0
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.025
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.025
,
"
rect
"
:{
"
x
"
:
208
,
"
y
"
:
2263.13
,
"
width
"
:
34
,
"
height
"
:
34
}},{
"
index
"
:
43
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
T-1
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.025
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.025
,
"
rect
"
:{
"
x
"
:
520
,
"
y
"
:
2261.13
,
"
width
"
:
34
,
"
height
"
:
34
}},{
"
index
"
:
44
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
T-2
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.025
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.025
,
"
rect
"
:{
"
x
"
:
208
,
"
y
"
:
2456.13
,
"
width
"
:
34
,
"
height
"
:
34
}},{
"
index
"
:
45
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
T-3
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.025
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.025
,
"
rect
"
:{
"
x
"
:
520
,
"
y
"
:
2462.13
,
"
width
"
:
34
,
"
height
"
:
34
}},{
"
index
"
:
46
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
T-4
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.025
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.025
,
"
rect
"
:{
"
x
"
:
208
,
"
y
"
:
2662.13
,
"
width
"
:
34
,
"
height
"
:
34
}},{
"
index
"
:
47
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
T-5
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.025
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.025
,
"
rect
"
:{
"
x
"
:
520
,
"
y
"
:
2659.13
,
"
width
"
:
34
,
"
height
"
:
34
}},{
"
index
"
:
48
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
T-R
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.025
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.025
,
"
rect
"
:{
"
x
"
:
35
,
"
y
"
:
2093.13
,
"
width
"
:
66
,
"
height
"
:
66
}}],
"
hotZoneBgSliceList
"
:[{
"
image_url
"
:
""
}],
"
hotZoneConfigArr
"
:[{
"
hotZoneType
"
:
"
6
"
,
"
linkHotZoneIndex
"
:
-
1
,
"
audio_url
"
:
""
,
"
video_url
"
:
""
,
"
score
"
:
"
0
"
,
"
unselectedStyle
"
:
"
none
"
,
"
selectedStyle
"
:
"
border
"
,
"
rightOrWrongStyleType
"
:
"
symbol
"
,
"
inputText
"
:
""
,
"
keyWordMatch
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
useSelectOptionList
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
textAlignLeft
"
:
false
,
"
selectOptionList
"
:[],
"
contentList
"
:[{
"
uuid
"
:
"
1725bfbf-1709-433c-9921-0104d7a72e15
"
,
"
text
"
:
""
,
"
selectOptionListIndex
"
:
""
,
"
selectOptionListIndexArr
"
:[],
"
optionShowText
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
"
0
"
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
0
,
"
selectEndHotZoneIndex
"
:
14
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectStartHotZoneIndex_1
"
:
null
,
"
selectEndHotZoneIndex_1
"
:
null
,
"
selectStartHotZoneIndex_2
"
:
null
,
"
selectEndHotZoneIndex_2
"
:
null
,
"
inputText
"
:
""
,
"
keyWordMatch
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
textAlignLeft
"
:
false
,
"
drawingCheckCorrectColors
"
:[],
"
drawingCheckStrictEqual
"
:
false
,
"
painterOnCenter
"
:
false
,
"
oplistCol2
"
:
false
},{
"
uuid
"
:
"
7c1a6463-3ddf-4768-8db3-9b0b20ef74bc
"
,
"
text
"
:
""
,
"
selectOptionListIndex
"
:
""
,
"
selectOptionListIndexArr
"
:[],
"
optionShowText
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
"
0
"
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
1
,
"
selectEndHotZoneIndex
"
:
15
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectStartHotZoneIndex_1
"
:
null
,
"
selectEndHotZoneIndex_1
"
:
null
,
"
selectStartHotZoneIndex_2
"
:
null
,
"
selectEndHotZoneIndex_2
"
:
null
,
"
inputText
"
:
""
,
"
keyWordMatch
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
textAlignLeft
"
:
false
,
"
drawingCheckCorrectColors
"
:[],
"
drawingCheckStrictEqual
"
:
false
,
"
painterOnCenter
"
:
false
,
"
oplistCol2
"
:
false
},{
"
uuid
"
:
"
d2138be6-7157-4730-b506-805872010bc1
"
,
"
text
"
:
""
,
"
selectOptionListIndex
"
:
""
,
"
selectOptionListIndexArr
"
:[],
"
optionShowText
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
"
0
"
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
2
,
"
selectEndHotZoneIndex
"
:
8
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectStartHotZoneIndex_1
"
:
null
,
"
selectEndHotZoneIndex_1
"
:
null
,
"
selectStartHotZoneIndex_2
"
:
null
,
"
selectEndHotZoneIndex_2
"
:
null
,
"
inputText
"
:
""
,
"
keyWordMatch
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
textAlignLeft
"
:
false
,
"
drawingCheckCorrectColors
"
:[],
"
drawingCheckStrictEqual
"
:
false
,
"
painterOnCenter
"
:
false
,
"
oplistCol2
"
:
false
},{
"
uuid
"
:
"
dbd4fb01-8ea0-40a8-90f2-a5d34099b2b7
"
,
"
text
"
:
""
,
"
selectOptionListIndex
"
:
""
,
"
selectOptionListIndexArr
"
:[],
"
optionShowText
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
"
0
"
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
3
,
"
selectEndHotZoneIndex
"
:
9
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectStartHotZoneIndex_1
"
:
null
,
"
selectEndHotZoneIndex_1
"
:
null
,
"
selectStartHotZoneIndex_2
"
:
null
,
"
selectEndHotZoneIndex_2
"
:
null
,
"
inputText
"
:
""
,
"
keyWordMatch
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
textAlignLeft
"
:
false
,
"
drawingCheckCorrectColors
"
:[],
"
drawingCheckStrictEqual
"
:
false
,
"
painterOnCenter
"
:
false
,
"
oplistCol2
"
:
false
},{
"
uuid
"
:
"
02ba9478-3e46-428c-80b8-5ddea884a33f
"
,
"
text
"
:
""
,
"
selectOptionListIndex
"
:
""
,
"
selectOptionListIndexArr
"
:[],
"
optionShowText
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
"
0
"
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
4
,
"
selectEndHotZoneIndex
"
:
13
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectStartHotZoneIndex_1
"
:
null
,
"
selectEndHotZoneIndex_1
"
:
null
,
"
selectStartHotZoneIndex_2
"
:
null
,
"
selectEndHotZoneIndex_2
"
:
null
,
"
inputText
"
:
""
,
"
keyWordMatch
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
textAlignLeft
"
:
false
,
"
drawingCheckCorrectColors
"
:[],
"
drawingCheckStrictEqual
"
:
false
,
"
painterOnCenter
"
:
false
,
"
oplistCol2
"
:
false
},{
"
uuid
"
:
"
09fac921-75f7-442b-a5cf-c6e7c85944c9
"
,
"
text
"
:
""
,
"
selectOptionListIndex
"
:
""
,
"
selectOptionListIndexArr
"
:[],
"
optionShowText
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
"
0
"
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
5
,
"
selectEndHotZoneIndex
"
:
12
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectStartHotZoneIndex_1
"
:
null
,
"
selectEndHotZoneIndex_1
"
:
null
,
"
selectStartHotZoneIndex_2
"
:
null
,
"
selectEndHotZoneIndex_2
"
:
null
,
"
inputText
"
:
""
,
"
keyWordMatch
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
textAlignLeft
"
:
false
,
"
drawingCheckCorrectColors
"
:[],
"
drawingCheckStrictEqual
"
:
false
,
"
painterOnCenter
"
:
false
,
"
oplistCol2
"
:
false
},{
"
uuid
"
:
"
22c6541a-678d-47af-939d-c0763f0735e5
"
,
"
text
"
:
""
,
"
selectOptionListIndex
"
:
""
,
"
selectOptionListIndexArr
"
:[],
"
optionShowText
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
"
0
"
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
6
,
"
selectEndHotZoneIndex
"
:
11
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectStartHotZoneIndex_1
"
:
null
,
"
selectEndHotZoneIndex_1
"
:
null
,
"
selectStartHotZoneIndex_2
"
:
null
,
"
selectEndHotZoneIndex_2
"
:
null
,
"
inputText
"
:
""
,
"
keyWordMatch
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
textAlignLeft
"
:
false
,
"
drawingCheckCorrectColors
"
:[],
"
drawingCheckStrictEqual
"
:
false
,
"
painterOnCenter
"
:
false
,
"
oplistCol2
"
:
false
},{
"
uuid
"
:
"
c4944a3c-4ed5-4e18-b04a-eb32489ba5ce
"
,
"
text
"
:
""
,
"
selectOptionListIndex
"
:
""
,
"
selectOptionListIndexArr
"
:[],
"
optionShowText
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
"
0
"
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
7
,
"
selectEndHotZoneIndex
"
:
10
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectStartHotZoneIndex_1
"
:
null
,
"
selectEndHotZoneIndex_1
"
:
null
,
"
selectStartHotZoneIndex_2
"
:
null
,
"
selectEndHotZoneIndex_2
"
:
null
,
"
inputText
"
:
""
,
"
keyWordMatch
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
textAlignLeft
"
:
false
,
"
drawingCheckCorrectColors
"
:[],
"
drawingCheckStrictEqual
"
:
false
,
"
painterOnCenter
"
:
false
,
"
oplistCol2
"
:
false
}],
"
linkResultShowHotZoneIndex
"
:
16
},{
"
hotZoneType
"
:
"
5
"
,
"
linkHotZoneIndex
"
:
17
,
"
audio_url
"
:
""
,
"
video_url
"
:
""
,
"
score
"
:
"
0
"
,
"
unselectedStyle
"
:
"
none
"
,
"
selectedStyle
"
:
"
border
"
,
"
rightOrWrongStyleType
"
:
"
symbol
"
,
"
inputText
"
:
"
e
"
,
"
keyWordMatch
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
useSelectOptionList
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
textAlignLeft
"
:
false
,
"
selectOptionList
"
:[],
"
contentList
"
:[]},{
"
hotZoneType
"
:
"
5
"
,
"
linkHotZoneIndex
"
:
18
,
"
audio_url
"
:
""
,
"
video_url
"
:
""
,
"
score
"
:
"
0
"
,
"
unselectedStyle
"
:
"
none
"
,
"
selectedStyle
"
:
"
border
"
,
"
rightOrWrongStyleType
"
:
"
symbol
"
,
"
inputText
"
:
"
r
"
,
"
keyWordMatch
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
useSelectOptionList
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
textAlignLeft
"
:
false
,
"
selectOptionList
"
:[],
"
contentList
"
:[]},{
"
hotZoneType
"
:
"
5
"
,
"
linkHotZoneIndex
"
:
19
,
"
audio_url
"
:
""
,
"
video_url
"
:
""
,
"
score
"
:
"
0
"
,
"
unselectedStyle
"
:
"
none
"
,
"
selectedStyle
"
:
"
border
"
,
"
rightOrWrongStyleType
"
:
"
symbol
"
,
"
inputText
"
:
"
n
"
,
"
keyWordMatch
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
useSelectOptionList
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
textAlignLeft
"
:
false
,
"
selectOptionList
"
:[],
"
contentList
"
:[]},{
"
hotZoneType
"
:
"
5
"
,
"
linkHotZoneIndex
"
:
20
,
"
audio_url
"
:
""
,
"
video_url
"
:
""
,
"
score
"
:
"
0
"
,
"
unselectedStyle
"
:
"
none
"
,
"
selectedStyle
"
:
"
border
"
,
"
rightOrWrongStyleType
"
:
"
symbol
"
,
"
inputText
"
:
"
s
"
,
"
keyWordMatch
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
useSelectOptionList
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
textAlignLeft
"
:
false
,
"
selectOptionList
"
:[],
"
contentList
"
:[]},{
"
hotZoneType
"
:
"
5
"
,
"
linkHotZoneIndex
"
:
21
,
"
audio_url
"
:
""
,
"
video_url
"
:
""
,
"
score
"
:
"
0
"
,
"
unselectedStyle
"
:
"
none
"
,
"
selectedStyle
"
:
"
border
"
,
"
rightOrWrongStyleType
"
:
"
symbol
"
,
"
inputText
"
:
"
i
"
,
"
keyWordMatch
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
useSelectOptionList
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
textAlignLeft
"
:
false
,
"
selectOptionList
"
:[],
"
contentList
"
:[]},{
"
hotZoneType
"
:
"
5
"
,
"
linkHotZoneIndex
"
:
22
,
"
audio_url
"
:
""
,
"
video_url
"
:
""
,
"
score
"
:
"
0
"
,
"
unselectedStyle
"
:
"
none
"
,
"
selectedStyle
"
:
"
border
"
,
"
rightOrWrongStyleType
"
:
"
symbol
"
,
"
inputText
"
:
"
t
"
,
"
keyWordMatch
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
useSelectOptionList
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
textAlignLeft
"
:
false
,
"
selectOptionList
"
:[],
"
contentList
"
:[]},{
"
hotZoneType
"
:
"
5
"
,
"
linkHotZoneIndex
"
:
23
,
"
audio_url
"
:
""
,
"
video_url
"
:
""
,
"
score
"
:
"
0
"
,
"
unselectedStyle
"
:
"
none
"
,
"
selectedStyle
"
:
"
border
"
,
"
rightOrWrongStyleType
"
:
"
symbol
"
,
"
inputText
"
:
"
w
"
,
"
keyWordMatch
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
useSelectOptionList
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
textAlignLeft
"
:
false
,
"
selectOptionList
"
:[],
"
contentList
"
:[]},{
"
hotZoneType
"
:
"
5
"
,
"
linkHotZoneIndex
"
:
24
,
"
audio_url
"
:
""
,
"
video_url
"
:
""
,
"
score
"
:
"
0
"
,
"
unselectedStyle
"
:
"
none
"
,
"
selectedStyle
"
:
"
border
"
,
"
rightOrWrongStyleType
"
:
"
symbol
"
,
"
inputText
"
:
"
u
"
,
"
keyWordMatch
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
useSelectOptionList
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
textAlignLeft
"
:
false
,
"
selectOptionList
"
:[],
"
contentList
"
:[]},{
"
hotZoneType
"
:
"
5
"
,
"
linkHotZoneIndex
"
:
25
,
"
audio_url
"
:
""
,
"
video_url
"
:
""
,
"
score
"
:
"
0
"
,
"
unselectedStyle
"
:
"
none
"
,
"
selectedStyle
"
:
"
border
"
,
"
rightOrWrongStyleType
"
:
"
symbol
"
,
"
inputText
"
:
"
eight
"
,
"
keyWordMatch
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
useSelectOptionList
"
:
true
,
"
keyWordMatchInOrder
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
textAlignLeft
"
:
false
,
"
selectOptionList
"
:[{
"
text
"
:
"
seven
"
,
"
optionShowText
"
:
""
},{
"
text
"
:
"
five
"
,
"
optionShowText
"
:
""
},{
"
text
"
:
"
four
"
,
"
optionShowText
"
:
""
},{
"
text
"
:
"
eight
"
,
"
optionShowText
"
:
""
}],
"
contentList
"
:[{
"
uuid
"
:
"
14baa6eb-109a-4a2a-9ae6-6660553c1c32
"
,
"
text
"
:
""
,
"
selectOptionListIndex
"
:
3
,
"
selectOptionListIndexArr
"
:[],
"
optionShowText
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
"
1
"
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectStartHotZoneIndex_1
"
:
null
,
"
selectEndHotZoneIndex_1
"
:
null
,
"
selectStartHotZoneIndex_2
"
:
null
,
"
selectEndHotZoneIndex_2
"
:
null
,
"
inputText
"
:
""
,
"
keyWordMatch
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
textAlignLeft
"
:
false
,
"
drawingCheckCorrectColors
"
:[],
"
drawingCheckStrictEqual
"
:
false
,
"
painterOnCenter
"
:
false
,
"
oplistCol2
"
:
false
,
"
selectHotZoneIndex
"
:
25
},{
"
uuid
"
:
"
5dae3d1a-932c-447f-9711-ff335f463bbe
"
,
"
text
"
:
""
,
"
selectOptionListIndex
"
:
2
,
"
selectOptionListIndexArr
"
:[],
"
optionShowText
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
"
1
"
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectStartHotZoneIndex_1
"
:
null
,
"
selectEndHotZoneIndex_1
"
:
null
,
"
selectStartHotZoneIndex_2
"
:
null
,
"
selectEndHotZoneIndex_2
"
:
null
,
"
inputText
"
:
""
,
"
keyWordMatch
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
textAlignLeft
"
:
false
,
"
drawingCheckCorrectColors
"
:[],
"
drawingCheckStrictEqual
"
:
false
,
"
painterOnCenter
"
:
false
,
"
oplistCol2
"
:
false
,
"
selectHotZoneIndex
"
:
26
},{
"
uuid
"
:
"
dad69a91-abe2-41bc-b5a1-b5043b8cbbb6
"
,
"
text
"
:
""
,
"
selectOptionListIndex
"
:
0
,
"
selectOptionListIndexArr
"
:[],
"
optionShowText
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
"
1
"
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectStartHotZoneIndex_1
"
:
null
,
"
selectEndHotZoneIndex_1
"
:
null
,
"
selectStartHotZoneIndex_2
"
:
null
,
"
selectEndHotZoneIndex_2
"
:
null
,
"
inputText
"
:
""
,
"
keyWordMatch
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
textAlignLeft
"
:
false
,
"
drawingCheckCorrectColors
"
:[],
"
drawingCheckStrictEqual
"
:
false
,
"
painterOnCenter
"
:
false
,
"
oplistCol2
"
:
false
,
"
selectHotZoneIndex
"
:
27
},{
"
uuid
"
:
"
ece89618-30f6-42ef-8847-7d657af1c22a
"
,
"
text
"
:
""
,
"
selectOptionListIndex
"
:
1
,
"
selectOptionListIndexArr
"
:[],
"
optionShowText
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
"
1
"
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectStartHotZoneIndex_1
"
:
null
,
"
selectEndHotZoneIndex_1
"
:
null
,
"
selectStartHotZoneIndex_2
"
:
null
,
"
selectEndHotZoneIndex_2
"
:
null
,
"
inputText
"
:
""
,
"
keyWordMatch
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
textAlignLeft
"
:
false
,
"
drawingCheckCorrectColors
"
:[],
"
drawingCheckStrictEqual
"
:
false
,
"
painterOnCenter
"
:
false
,
"
oplistCol2
"
:
false
,
"
selectHotZoneIndex
"
:
28
}]},{
"
hotZoneType
"
:
"
5
"
,
"
linkHotZoneIndex
"
:
26
,
"
audio_url
"
:
""
,
"
video_url
"
:
""
,
"
score
"
:
"
0
"
,
"
unselectedStyle
"
:
"
none
"
,
"
selectedStyle
"
:
"
border
"
,
"
rightOrWrongStyleType
"
:
"
symbol
"
,
"
inputText
"
:
"
four
"
,
"
keyWordMatch
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
useSelectOptionList
"
:
true
,
"
keyWordMatchInOrder
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
textAlignLeft
"
:
false
,
"
selectOptionList
"
:[{
"
text
"
:
"
seven
"
,
"
optionShowText
"
:
""
},{
"
text
"
:
"
five
"
,
"
optionShowText
"
:
""
},{
"
text
"
:
"
four
"
,
"
optionShowText
"
:
""
},{
"
text
"
:
"
eight
"
,
"
optionShowText
"
:
""
}],
"
contentList
"
:[{
"
uuid
"
:
"
14baa6eb-109a-4a2a-9ae6-6660553c1c32
"
,
"
text
"
:
""
,
"
selectOptionListIndex
"
:
3
,
"
selectOptionListIndexArr
"
:[],
"
optionShowText
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
"
1
"
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectStartHotZoneIndex_1
"
:
null
,
"
selectEndHotZoneIndex_1
"
:
null
,
"
selectStartHotZoneIndex_2
"
:
null
,
"
selectEndHotZoneIndex_2
"
:
null
,
"
inputText
"
:
""
,
"
keyWordMatch
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
textAlignLeft
"
:
false
,
"
drawingCheckCorrectColors
"
:[],
"
drawingCheckStrictEqual
"
:
false
,
"
painterOnCenter
"
:
false
,
"
oplistCol2
"
:
false
,
"
selectHotZoneIndex
"
:
25
},{
"
uuid
"
:
"
5dae3d1a-932c-447f-9711-ff335f463bbe
"
,
"
text
"
:
""
,
"
selectOptionListIndex
"
:
2
,
"
selectOptionListIndexArr
"
:[],
"
optionShowText
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
"
1
"
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectStartHotZoneIndex_1
"
:
null
,
"
selectEndHotZoneIndex_1
"
:
null
,
"
selectStartHotZoneIndex_2
"
:
null
,
"
selectEndHotZoneIndex_2
"
:
null
,
"
inputText
"
:
""
,
"
keyWordMatch
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
textAlignLeft
"
:
false
,
"
drawingCheckCorrectColors
"
:[],
"
drawingCheckStrictEqual
"
:
false
,
"
painterOnCenter
"
:
false
,
"
oplistCol2
"
:
false
,
"
selectHotZoneIndex
"
:
26
},{
"
uuid
"
:
"
dad69a91-abe2-41bc-b5a1-b5043b8cbbb6
"
,
"
text
"
:
""
,
"
selectOptionListIndex
"
:
0
,
"
selectOptionListIndexArr
"
:[],
"
optionShowText
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
"
1
"
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectStartHotZoneIndex_1
"
:
null
,
"
selectEndHotZoneIndex_1
"
:
null
,
"
selectStartHotZoneIndex_2
"
:
null
,
"
selectEndHotZoneIndex_2
"
:
null
,
"
inputText
"
:
""
,
"
keyWordMatch
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
textAlignLeft
"
:
false
,
"
drawingCheckCorrectColors
"
:[],
"
drawingCheckStrictEqual
"
:
false
,
"
painterOnCenter
"
:
false
,
"
oplistCol2
"
:
false
,
"
selectHotZoneIndex
"
:
27
},{
"
uuid
"
:
"
ece89618-30f6-42ef-8847-7d657af1c22a
"
,
"
text
"
:
""
,
"
selectOptionListIndex
"
:
1
,
"
selectOptionListIndexArr
"
:[],
"
optionShowText
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
"
1
"
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectStartHotZoneIndex_1
"
:
null
,
"
selectEndHotZoneIndex_1
"
:
null
,
"
selectStartHotZoneIndex_2
"
:
null
,
"
selectEndHotZoneIndex_2
"
:
null
,
"
inputText
"
:
""
,
"
keyWordMatch
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
textAlignLeft
"
:
false
,
"
drawingCheckCorrectColors
"
:[],
"
drawingCheckStrictEqual
"
:
false
,
"
painterOnCenter
"
:
false
,
"
oplistCol2
"
:
false
,
"
selectHotZoneIndex
"
:
28
}]},{
"
hotZoneType
"
:
"
5
"
,
"
linkHotZoneIndex
"
:
27
,
"
audio_url
"
:
""
,
"
video_url
"
:
""
,
"
score
"
:
"
0
"
,
"
unselectedStyle
"
:
"
none
"
,
"
selectedStyle
"
:
"
border
"
,
"
rightOrWrongStyleType
"
:
"
symbol
"
,
"
inputText
"
:
"
seven
"
,
"
keyWordMatch
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
useSelectOptionList
"
:
true
,
"
keyWordMatchInOrder
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
textAlignLeft
"
:
false
,
"
selectOptionList
"
:[{
"
text
"
:
"
seven
"
,
"
optionShowText
"
:
""
},{
"
text
"
:
"
five
"
,
"
optionShowText
"
:
""
},{
"
text
"
:
"
four
"
,
"
optionShowText
"
:
""
},{
"
text
"
:
"
eight
"
,
"
optionShowText
"
:
""
}],
"
contentList
"
:[{
"
uuid
"
:
"
14baa6eb-109a-4a2a-9ae6-6660553c1c32
"
,
"
text
"
:
""
,
"
selectOptionListIndex
"
:
3
,
"
selectOptionListIndexArr
"
:[],
"
optionShowText
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
"
1
"
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectStartHotZoneIndex_1
"
:
null
,
"
selectEndHotZoneIndex_1
"
:
null
,
"
selectStartHotZoneIndex_2
"
:
null
,
"
selectEndHotZoneIndex_2
"
:
null
,
"
inputText
"
:
""
,
"
keyWordMatch
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
textAlignLeft
"
:
false
,
"
drawingCheckCorrectColors
"
:[],
"
drawingCheckStrictEqual
"
:
false
,
"
painterOnCenter
"
:
false
,
"
oplistCol2
"
:
false
,
"
selectHotZoneIndex
"
:
25
},{
"
uuid
"
:
"
5dae3d1a-932c-447f-9711-ff335f463bbe
"
,
"
text
"
:
""
,
"
selectOptionListIndex
"
:
2
,
"
selectOptionListIndexArr
"
:[],
"
optionShowText
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
"
1
"
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectStartHotZoneIndex_1
"
:
null
,
"
selectEndHotZoneIndex_1
"
:
null
,
"
selectStartHotZoneIndex_2
"
:
null
,
"
selectEndHotZoneIndex_2
"
:
null
,
"
inputText
"
:
""
,
"
keyWordMatch
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
textAlignLeft
"
:
false
,
"
drawingCheckCorrectColors
"
:[],
"
drawingCheckStrictEqual
"
:
false
,
"
painterOnCenter
"
:
false
,
"
oplistCol2
"
:
false
,
"
selectHotZoneIndex
"
:
26
},{
"
uuid
"
:
"
dad69a91-abe2-41bc-b5a1-b5043b8cbbb6
"
,
"
text
"
:
""
,
"
selectOptionListIndex
"
:
0
,
"
selectOptionListIndexArr
"
:[],
"
optionShowText
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
"
1
"
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectStartHotZoneIndex_1
"
:
null
,
"
selectEndHotZoneIndex_1
"
:
null
,
"
selectStartHotZoneIndex_2
"
:
null
,
"
selectEndHotZoneIndex_2
"
:
null
,
"
inputText
"
:
""
,
"
keyWordMatch
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
textAlignLeft
"
:
false
,
"
drawingCheckCorrectColors
"
:[],
"
drawingCheckStrictEqual
"
:
false
,
"
painterOnCenter
"
:
false
,
"
oplistCol2
"
:
false
,
"
selectHotZoneIndex
"
:
27
},{
"
uuid
"
:
"
ece89618-30f6-42ef-8847-7d657af1c22a
"
,
"
text
"
:
""
,
"
selectOptionListIndex
"
:
1
,
"
selectOptionListIndexArr
"
:[],
"
optionShowText
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
"
1
"
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectStartHotZoneIndex_1
"
:
null
,
"
selectEndHotZoneIndex_1
"
:
null
,
"
selectStartHotZoneIndex_2
"
:
null
,
"
selectEndHotZoneIndex_2
"
:
null
,
"
inputText
"
:
""
,
"
keyWordMatch
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
textAlignLeft
"
:
false
,
"
drawingCheckCorrectColors
"
:[],
"
drawingCheckStrictEqual
"
:
false
,
"
painterOnCenter
"
:
false
,
"
oplistCol2
"
:
false
,
"
selectHotZoneIndex
"
:
28
}]},{
"
hotZoneType
"
:
"
5
"
,
"
linkHotZoneIndex
"
:
28
,
"
audio_url
"
:
""
,
"
video_url
"
:
""
,
"
score
"
:
"
0
"
,
"
unselectedStyle
"
:
"
none
"
,
"
selectedStyle
"
:
"
border
"
,
"
rightOrWrongStyleType
"
:
"
symbol
"
,
"
inputText
"
:
"
five
"
,
"
keyWordMatch
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
useSelectOptionList
"
:
true
,
"
keyWordMatchInOrder
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
textAlignLeft
"
:
false
,
"
selectOptionList
"
:[{
"
text
"
:
"
seven
"
,
"
optionShowText
"
:
""
},{
"
text
"
:
"
five
"
,
"
optionShowText
"
:
""
},{
"
text
"
:
"
four
"
,
"
optionShowText
"
:
""
},{
"
text
"
:
"
eight
"
,
"
optionShowText
"
:
""
}],
"
contentList
"
:[{
"
uuid
"
:
"
14baa6eb-109a-4a2a-9ae6-6660553c1c32
"
,
"
text
"
:
""
,
"
selectOptionListIndex
"
:
3
,
"
selectOptionListIndexArr
"
:[],
"
optionShowText
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
"
1
"
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectStartHotZoneIndex_1
"
:
null
,
"
selectEndHotZoneIndex_1
"
:
null
,
"
selectStartHotZoneIndex_2
"
:
null
,
"
selectEndHotZoneIndex_2
"
:
null
,
"
inputText
"
:
""
,
"
keyWordMatch
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
textAlignLeft
"
:
false
,
"
drawingCheckCorrectColors
"
:[],
"
drawingCheckStrictEqual
"
:
false
,
"
painterOnCenter
"
:
false
,
"
oplistCol2
"
:
false
,
"
selectHotZoneIndex
"
:
25
},{
"
uuid
"
:
"
5dae3d1a-932c-447f-9711-ff335f463bbe
"
,
"
text
"
:
""
,
"
selectOptionListIndex
"
:
2
,
"
selectOptionListIndexArr
"
:[],
"
optionShowText
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
"
1
"
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectStartHotZoneIndex_1
"
:
null
,
"
selectEndHotZoneIndex_1
"
:
null
,
"
selectStartHotZoneIndex_2
"
:
null
,
"
selectEndHotZoneIndex_2
"
:
null
,
"
inputText
"
:
""
,
"
keyWordMatch
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
textAlignLeft
"
:
false
,
"
drawingCheckCorrectColors
"
:[],
"
drawingCheckStrictEqual
"
:
false
,
"
painterOnCenter
"
:
false
,
"
oplistCol2
"
:
false
,
"
selectHotZoneIndex
"
:
26
},{
"
uuid
"
:
"
dad69a91-abe2-41bc-b5a1-b5043b8cbbb6
"
,
"
text
"
:
""
,
"
selectOptionListIndex
"
:
0
,
"
selectOptionListIndexArr
"
:[],
"
optionShowText
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
"
1
"
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectStartHotZoneIndex_1
"
:
null
,
"
selectEndHotZoneIndex_1
"
:
null
,
"
selectStartHotZoneIndex_2
"
:
null
,
"
selectEndHotZoneIndex_2
"
:
null
,
"
inputText
"
:
""
,
"
keyWordMatch
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
textAlignLeft
"
:
false
,
"
drawingCheckCorrectColors
"
:[],
"
drawingCheckStrictEqual
"
:
false
,
"
painterOnCenter
"
:
false
,
"
oplistCol2
"
:
false
,
"
selectHotZoneIndex
"
:
27
},{
"
uuid
"
:
"
ece89618-30f6-42ef-8847-7d657af1c22a
"
,
"
text
"
:
""
,
"
selectOptionListIndex
"
:
1
,
"
selectOptionListIndexArr
"
:[],
"
optionShowText
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
"
1
"
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectStartHotZoneIndex_1
"
:
null
,
"
selectEndHotZoneIndex_1
"
:
null
,
"
selectStartHotZoneIndex_2
"
:
null
,
"
selectEndHotZoneIndex_2
"
:
null
,
"
inputText
"
:
""
,
"
keyWordMatch
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
textAlignLeft
"
:
false
,
"
drawingCheckCorrectColors
"
:[],
"
drawingCheckStrictEqual
"
:
false
,
"
painterOnCenter
"
:
false
,
"
oplistCol2
"
:
false
,
"
selectHotZoneIndex
"
:
28
}]},{
"
hotZoneType
"
:
"
5
"
,
"
linkHotZoneIndex
"
:
29
,
"
audio_url
"
:
""
,
"
video_url
"
:
""
,
"
score
"
:
"
0
"
,
"
unselectedStyle
"
:
"
none
"
,
"
selectedStyle
"
:
"
border
"
,
"
rightOrWrongStyleType
"
:
"
symbol
"
,
"
inputText
"
:
"
eight
"
,
"
keyWordMatch
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
useSelectOptionList
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
textAlignLeft
"
:
false
,
"
selectOptionList
"
:[],
"
contentList
"
:[]},{
"
hotZoneType
"
:
"
5
"
,
"
linkHotZoneIndex
"
:
30
,
"
audio_url
"
:
""
,
"
video_url
"
:
""
,
"
score
"
:
"
0
"
,
"
unselectedStyle
"
:
"
none
"
,
"
selectedStyle
"
:
"
border
"
,
"
rightOrWrongStyleType
"
:
"
symbol
"
,
"
inputText
"
:
"
five
"
,
"
keyWordMatch
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
useSelectOptionList
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
textAlignLeft
"
:
false
,
"
selectOptionList
"
:[],
"
contentList
"
:[]},{
"
hotZoneType
"
:
"
5
"
,
"
linkHotZoneIndex
"
:
31
,
"
audio_url
"
:
""
,
"
video_url
"
:
""
,
"
score
"
:
"
0
"
,
"
unselectedStyle
"
:
"
none
"
,
"
selectedStyle
"
:
"
border
"
,
"
rightOrWrongStyleType
"
:
"
symbol
"
,
"
inputText
"
:
"
seven
"
,
"
keyWordMatch
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
useSelectOptionList
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
textAlignLeft
"
:
false
,
"
selectOptionList
"
:[],
"
contentList
"
:[]},{
"
hotZoneType
"
:
"
5
"
,
"
linkHotZoneIndex
"
:
32
,
"
audio_url
"
:
""
,
"
video_url
"
:
""
,
"
score
"
:
"
0
"
,
"
unselectedStyle
"
:
"
none
"
,
"
selectedStyle
"
:
"
border
"
,
"
rightOrWrongStyleType
"
:
"
symbol
"
,
"
inputText
"
:
"
six
"
,
"
keyWordMatch
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
useSelectOptionList
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
textAlignLeft
"
:
false
,
"
selectOptionList
"
:[],
"
contentList
"
:[]},{
"
hotZoneType
"
:
"
5
"
,
"
linkHotZoneIndex
"
:
33
,
"
audio_url
"
:
""
,
"
video_url
"
:
""
,
"
score
"
:
"
0
"
,
"
unselectedStyle
"
:
"
none
"
,
"
selectedStyle
"
:
"
border
"
,
"
rightOrWrongStyleType
"
:
"
symbol
"
,
"
inputText
"
:
"
two
"
,
"
keyWordMatch
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
useSelectOptionList
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
textAlignLeft
"
:
false
,
"
selectOptionList
"
:[],
"
contentList
"
:[]},{
"
hotZoneType
"
:
"
0
"
,
"
linkHotZoneIndex
"
:
-
1
,
"
audio_url
"
:
""
,
"
video_url
"
:
""
,
"
score
"
:
"
0
"
,
"
unselectedStyle
"
:
"
none
"
,
"
selectedStyle
"
:
"
border
"
,
"
rightOrWrongStyleType
"
:
"
symbol
"
,
"
inputText
"
:
""
,
"
keyWordMatch
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
useSelectOptionList
"
:
true
,
"
keyWordMatchInOrder
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
textAlignLeft
"
:
false
,
"
selectOptionList
"
:[{
"
text
"
:
"
①
"
,
"
optionShowText
"
:
"
panda
"
},{
"
text
"
:
"
②
"
,
"
optionShowText
"
:
"
pandas
"
}],
"
contentList
"
:[{
"
uuid
"
:
"
e824444f-eaeb-449f-9cff-23d1f64c9eea
"
,
"
text
"
:
""
,
"
selectOptionListIndex
"
:
0
,
"
selectOptionListIndexArr
"
:[],
"
optionShowText
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
"
0
"
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectStartHotZoneIndex_1
"
:
null
,
"
selectEndHotZoneIndex_1
"
:
null
,
"
selectStartHotZoneIndex_2
"
:
null
,
"
selectEndHotZoneIndex_2
"
:
null
,
"
inputText
"
:
""
,
"
keyWordMatch
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
textAlignLeft
"
:
false
,
"
drawingCheckCorrectColors
"
:[],
"
drawingCheckStrictEqual
"
:
false
,
"
painterOnCenter
"
:
false
,
"
oplistCol2
"
:
false
,
"
selectHotZoneIndex
"
:
34
},{
"
uuid
"
:
"
3f650a78-56cb-4703-9453-24f8b145a3f1
"
,
"
text
"
:
""
,
"
selectOptionListIndex
"
:
1
,
"
selectOptionListIndexArr
"
:[],
"
optionShowText
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
"
0
"
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectStartHotZoneIndex_1
"
:
null
,
"
selectEndHotZoneIndex_1
"
:
null
,
"
selectStartHotZoneIndex_2
"
:
null
,
"
selectEndHotZoneIndex_2
"
:
null
,
"
inputText
"
:
""
,
"
keyWordMatch
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
textAlignLeft
"
:
false
,
"
drawingCheckCorrectColors
"
:[],
"
drawingCheckStrictEqual
"
:
false
,
"
painterOnCenter
"
:
false
,
"
oplistCol2
"
:
false
,
"
selectHotZoneIndex
"
:
35
},{
"
uuid
"
:
"
1c5a749a-e734-4d48-b5d6-f0e84fa966bb
"
,
"
text
"
:
""
,
"
selectOptionListIndex
"
:
1
,
"
selectOptionListIndexArr
"
:[],
"
optionShowText
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
"
0
"
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectStartHotZoneIndex_1
"
:
null
,
"
selectEndHotZoneIndex_1
"
:
null
,
"
selectStartHotZoneIndex_2
"
:
null
,
"
selectEndHotZoneIndex_2
"
:
null
,
"
inputText
"
:
""
,
"
keyWordMatch
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
textAlignLeft
"
:
false
,
"
drawingCheckCorrectColors
"
:[],
"
drawingCheckStrictEqual
"
:
false
,
"
painterOnCenter
"
:
false
,
"
oplistCol2
"
:
false
,
"
selectHotZoneIndex
"
:
36
},{
"
uuid
"
:
"
b73bcb23-59a2-4314-b44a-7cc342a22318
"
,
"
text
"
:
""
,
"
selectOptionListIndex
"
:
1
,
"
selectOptionListIndexArr
"
:[],
"
optionShowText
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
"
0
"
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectStartHotZoneIndex_1
"
:
null
,
"
selectEndHotZoneIndex_1
"
:
null
,
"
selectStartHotZoneIndex_2
"
:
null
,
"
selectEndHotZoneIndex_2
"
:
null
,
"
inputText
"
:
""
,
"
keyWordMatch
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
textAlignLeft
"
:
false
,
"
drawingCheckCorrectColors
"
:[],
"
drawingCheckStrictEqual
"
:
false
,
"
painterOnCenter
"
:
false
,
"
oplistCol2
"
:
false
,
"
selectHotZoneIndex
"
:
37
}]},{
"
hotZoneType
"
:
"
0
"
,
"
linkHotZoneIndex
"
:
-
1
,
"
audio_url
"
:
""
,
"
video_url
"
:
""
,
"
score
"
:
"
0
"
,
"
unselectedStyle
"
:
"
none
"
,
"
selectedStyle
"
:
"
border
"
,
"
rightOrWrongStyleType
"
:
"
symbol
"
,
"
inputText
"
:
""
,
"
keyWordMatch
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
useSelectOptionList
"
:
true
,
"
keyWordMatchInOrder
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
textAlignLeft
"
:
false
,
"
selectOptionList
"
:[{
"
text
"
:
"
①
"
,
"
optionShowText
"
:
"
bird
"
},{
"
text
"
:
"
②
"
,
"
optionShowText
"
:
"
birds
"
},{
"
text
"
:
"
③
"
,
"
optionShowText
"
:
"
butterfly
"
},{
"
text
"
:
"
④
"
,
"
optionShowText
"
:
"
butterflies
"
}],
"
contentList
"
:[{
"
uuid
"
:
"
e824444f-eaeb-449f-9cff-23d1f64c9eea
"
,
"
text
"
:
""
,
"
selectOptionListIndex
"
:
0
,
"
selectOptionListIndexArr
"
:[],
"
optionShowText
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
"
0
"
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectStartHotZoneIndex_1
"
:
null
,
"
selectEndHotZoneIndex_1
"
:
null
,
"
selectStartHotZoneIndex_2
"
:
null
,
"
selectEndHotZoneIndex_2
"
:
null
,
"
inputText
"
:
""
,
"
keyWordMatch
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
textAlignLeft
"
:
false
,
"
drawingCheckCorrectColors
"
:[],
"
drawingCheckStrictEqual
"
:
false
,
"
painterOnCenter
"
:
false
,
"
oplistCol2
"
:
false
,
"
selectHotZoneIndex
"
:
38
},{
"
uuid
"
:
"
3f650a78-56cb-4703-9453-24f8b145a3f1
"
,
"
text
"
:
""
,
"
selectOptionListIndex
"
:
3
,
"
selectOptionListIndexArr
"
:[],
"
optionShowText
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
"
0
"
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectStartHotZoneIndex_1
"
:
null
,
"
selectEndHotZoneIndex_1
"
:
null
,
"
selectStartHotZoneIndex_2
"
:
null
,
"
selectEndHotZoneIndex_2
"
:
null
,
"
inputText
"
:
""
,
"
keyWordMatch
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
textAlignLeft
"
:
false
,
"
drawingCheckCorrectColors
"
:[],
"
drawingCheckStrictEqual
"
:
false
,
"
painterOnCenter
"
:
false
,
"
oplistCol2
"
:
false
,
"
selectHotZoneIndex
"
:
39
},{
"
uuid
"
:
"
1c5a749a-e734-4d48-b5d6-f0e84fa966bb
"
,
"
text
"
:
""
,
"
selectOptionListIndex
"
:
1
,
"
selectOptionListIndexArr
"
:[],
"
optionShowText
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
"
0
"
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectStartHotZoneIndex_1
"
:
null
,
"
selectEndHotZoneIndex_1
"
:
null
,
"
selectStartHotZoneIndex_2
"
:
null
,
"
selectEndHotZoneIndex_2
"
:
null
,
"
inputText
"
:
""
,
"
keyWordMatch
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
textAlignLeft
"
:
false
,
"
drawingCheckCorrectColors
"
:[],
"
drawingCheckStrictEqual
"
:
false
,
"
painterOnCenter
"
:
false
,
"
oplistCol2
"
:
false
,
"
selectHotZoneIndex
"
:
40
},{
"
uuid
"
:
"
b73bcb23-59a2-4314-b44a-7cc342a22318
"
,
"
text
"
:
""
,
"
selectOptionListIndex
"
:
2
,
"
selectOptionListIndexArr
"
:[],
"
optionShowText
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
"
0
"
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectStartHotZoneIndex_1
"
:
null
,
"
selectEndHotZoneIndex_1
"
:
null
,
"
selectStartHotZoneIndex_2
"
:
null
,
"
selectEndHotZoneIndex_2
"
:
null
,
"
inputText
"
:
""
,
"
keyWordMatch
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
textAlignLeft
"
:
false
,
"
drawingCheckCorrectColors
"
:[],
"
drawingCheckStrictEqual
"
:
false
,
"
painterOnCenter
"
:
false
,
"
oplistCol2
"
:
false
,
"
selectHotZoneIndex
"
:
41
}]},{
"
hotZoneType
"
:
"
18
"
,
"
linkHotZoneIndex
"
:
-
1
,
"
audio_url
"
:
""
,
"
video_url
"
:
""
,
"
score
"
:
"
0
"
,
"
unselectedStyle
"
:
"
none
"
,
"
selectedStyle
"
:
"
border
"
,
"
rightOrWrongStyleType
"
:
"
symbol
"
,
"
inputText
"
:
""
,
"
keyWordMatch
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
useSelectOptionList
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
textAlignLeft
"
:
false
,
"
selectOptionList
"
:[],
"
contentList
"
:[{
"
uuid
"
:
"
8859a4c5-1dcc-47aa-8306-10da7f8e0566
"
,
"
text
"
:
""
,
"
selectOptionListIndex
"
:
""
,
"
selectOptionListIndexArr
"
:[],
"
optionShowText
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
42
,
"
selectEndHotZoneIndex
"
:
46
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectStartHotZoneIndex_1
"
:
null
,
"
selectEndHotZoneIndex_1
"
:
null
,
"
selectStartHotZoneIndex_2
"
:
null
,
"
selectEndHotZoneIndex_2
"
:
null
,
"
inputText
"
:
""
,
"
keyWordMatch
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
textAlignLeft
"
:
false
,
"
drawingCheckCorrectColors
"
:[],
"
drawingCheckStrictEqual
"
:
false
,
"
painterOnCenter
"
:
false
,
"
oplistCol2
"
:
false
},{
"
uuid
"
:
"
7df1f44d-7e50-4c57-948a-d59001dbb2de
"
,
"
text
"
:
""
,
"
selectOptionListIndex
"
:
""
,
"
selectOptionListIndexArr
"
:[],
"
optionShowText
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
42
,
"
selectEndHotZoneIndex
"
:
47
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectStartHotZoneIndex_1
"
:
null
,
"
selectEndHotZoneIndex_1
"
:
null
,
"
selectStartHotZoneIndex_2
"
:
null
,
"
selectEndHotZoneIndex_2
"
:
null
,
"
inputText
"
:
""
,
"
keyWordMatch
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
textAlignLeft
"
:
false
,
"
drawingCheckCorrectColors
"
:[],
"
drawingCheckStrictEqual
"
:
false
,
"
painterOnCenter
"
:
false
,
"
oplistCol2
"
:
false
},{
"
uuid
"
:
"
56cb5937-a98c-49d3-bea8-084ce3244123
"
,
"
text
"
:
""
,
"
selectOptionListIndex
"
:
""
,
"
selectOptionListIndexArr
"
:[],
"
optionShowText
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
43
,
"
selectEndHotZoneIndex
"
:
46
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectStartHotZoneIndex_1
"
:
null
,
"
selectEndHotZoneIndex_1
"
:
null
,
"
selectStartHotZoneIndex_2
"
:
null
,
"
selectEndHotZoneIndex_2
"
:
null
,
"
inputText
"
:
""
,
"
keyWordMatch
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
textAlignLeft
"
:
false
,
"
drawingCheckCorrectColors
"
:[],
"
drawingCheckStrictEqual
"
:
false
,
"
painterOnCenter
"
:
false
,
"
oplistCol2
"
:
false
},{
"
uuid
"
:
"
14d6511e-901e-4bce-9ac3-b2b0b0750e00
"
,
"
text
"
:
""
,
"
selectOptionListIndex
"
:
""
,
"
selectOptionListIndexArr
"
:[],
"
optionShowText
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
44
,
"
selectEndHotZoneIndex
"
:
47
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
selectStartHotZoneIndex_1
"
:
null
,
"
selectEndHotZoneIndex_1
"
:
null
,
"
selectStartHotZoneIndex_2
"
:
null
,
"
selectEndHotZoneIndex_2
"
:
null
,
"
inputText
"
:
""
,
"
keyWordMatch
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
textAlignLeft
"
:
false
,
"
drawingCheckCorrectColors
"
:[],
"
drawingCheckStrictEqual
"
:
false
,
"
painterOnCenter
"
:
false
,
"
oplistCol2
"
:
false
}],
"
connectionPRO_startArr
"
:[
42
,
43
,
44
,
45
],
"
connectionPRO_endArr
"
:[
46
,
47
],
"
linkResultShowHotZoneIndex
"
:
48
}],
"
scoreConfigArr
"
:[{
"
linkHotZoneIndex
"
:
-
1
,
"
linkHotZoneIndexArr
"
:[
0
,
1
,
2
,
3
,
4
,
5
,
6
,
7
,
8
,
9
,
10
,
11
,
12
,
13
,
14
,
15
,
16
,
17
,
18
,
19
,
20
]}],
"
ratingSystem
"
:
"
7
"
,
"
alignModeFooter
"
:
"
left
"
,
"
bgColorFooter
"
:
"
#027cc5
"
}
\ No newline at end of file
export
const
defaultData
=
{
"
header_image_url
"
:
"
http://teach.cdn.ireadabc.com/aa3e5029bedc3550840217cb2f08caf0.jpg
"
,
"
footer_image_url
"
:
"
http://teach.cdn.ireadabc.com/74341ac95bc4e3971ea8717c6a554aaa.jpg
"
,
"
alignMode
"
:
"
left
"
,
"
bgItem
"
:{
"
url
"
:
"
http://teach.cdn.ireadabc.com/604630d1cbcb297cbea9cce0717ec79a.jpg
"
,
"
rect
"
:{
"
x
"
:
281.94444444444434
,
"
y
"
:
0
,
"
width
"
:
1461.1111111111113
,
"
height
"
:
4997
}},
"
hotZoneItemArr
"
:[{
"
index
"
:
0
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
1-21
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.58203125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.58203125
,
"
rect
"
:{
"
x
"
:
146.99
,
"
y
"
:
129.11
,
"
width
"
:
109.45
,
"
height
"
:
32.71
}},{
"
index
"
:
1
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
1-22
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.58203125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.58203125
,
"
rect
"
:{
"
x
"
:
268.26
,
"
y
"
:
310.11
,
"
width
"
:
141.75
,
"
height
"
:
32.71
}},{
"
index
"
:
2
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
1-31
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.58203125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.58203125
,
"
rect
"
:{
"
x
"
:
272.42
,
"
y
"
:
129.11
,
"
width
"
:
87.56
,
"
height
"
:
32.71
}},{
"
index
"
:
3
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
1-32
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.58203125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.58203125
,
"
rect
"
:{
"
x
"
:
804.72
,
"
y
"
:
354.83
,
"
width
"
:
141.75
,
"
height
"
:
32.71
}},{
"
index
"
:
4
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
1-41
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.58203125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.58203125
,
"
rect
"
:{
"
x
"
:
386
,
"
y
"
:
129.11
,
"
width
"
:
141.75
,
"
height
"
:
32.71
}},{
"
index
"
:
5
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
1-42
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.58203125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.58203125
,
"
rect
"
:{
"
x
"
:
431.79
,
"
y
"
:
399.51
,
"
width
"
:
141.75
,
"
height
"
:
32.71
}},{
"
index
"
:
6
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
1-51
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.58203125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.58203125
,
"
rect
"
:{
"
x
"
:
552.55
,
"
y
"
:
129.11
,
"
width
"
:
131.34
,
"
height
"
:
32.71
}},{
"
index
"
:
7
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
1-52
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.58203125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.58203125
,
"
rect
"
:{
"
x
"
:
430.48
,
"
y
"
:
487.86
,
"
width
"
:
109.45
,
"
height
"
:
32.71
}},{
"
index
"
:
8
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
1-61
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.58203125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.58203125
,
"
rect
"
:{
"
x
"
:
146.99
,
"
y
"
:
164
,
"
width
"
:
109.45
,
"
height
"
:
32.71
}},{
"
index
"
:
9
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
1-62
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.58203125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.58203125
,
"
rect
"
:{
"
x
"
:
981.34
,
"
y
"
:
487.84
,
"
width
"
:
141.75
,
"
height
"
:
32.71
}},{
"
index
"
:
10
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
1-71
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.58203125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.58203125
,
"
rect
"
:{
"
x
"
:
272.42
,
"
y
"
:
164
,
"
width
"
:
87.56
,
"
height
"
:
32.71
}},{
"
index
"
:
11
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
1-72
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.58203125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.58203125
,
"
rect
"
:{
"
x
"
:
739.26
,
"
y
"
:
531.46
,
"
width
"
:
141.75
,
"
height
"
:
32.71
}},{
"
index
"
:
12
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
1-81
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.58203125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.58203125
,
"
rect
"
:{
"
x
"
:
375.96
,
"
y
"
:
164
,
"
width
"
:
87.56
,
"
height
"
:
32.71
}},{
"
index
"
:
13
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
1-82
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.58203125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.58203125
,
"
rect
"
:{
"
x
"
:
456.89
,
"
y
"
:
575.08
,
"
width
"
:
141.75
,
"
height
"
:
32.71
}},{
"
index
"
:
14
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
1-91
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.58203125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.58203125
,
"
rect
"
:{
"
x
"
:
586.38
,
"
y
"
:
164
,
"
width
"
:
109.45
,
"
height
"
:
32.71
}},{
"
index
"
:
15
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
1-92
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.58203125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.58203125
,
"
rect
"
:{
"
x
"
:
407.82
,
"
y
"
:
619.77
,
"
width
"
:
141.75
,
"
height
"
:
32.71
}},{
"
index
"
:
16
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
2-20
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.58203125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.58203125
,
"
rect
"
:{
"
x
"
:
1117.6
,
"
y
"
:
813.92
,
"
width
"
:
21.82
,
"
height
"
:
21.82
}},{
"
index
"
:
17
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
2-21
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.58203125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.58203125
,
"
rect
"
:{
"
x
"
:
1139.26
,
"
y
"
:
822.59
,
"
width
"
:
87.56
,
"
height
"
:
32.71
}},{
"
index
"
:
18
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
2-22
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.58203125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.58203125
,
"
rect
"
:{
"
x
"
:
1241.78
,
"
y
"
:
822.59
,
"
width
"
:
43.78
,
"
height
"
:
32.71
}},{
"
index
"
:
19
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
2-30
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.58203125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.58203125
,
"
rect
"
:{
"
x
"
:
804.79
,
"
y
"
:
900.01
,
"
width
"
:
21.82
,
"
height
"
:
21.82
}},{
"
index
"
:
20
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
2-31
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.58203125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.58203125
,
"
rect
"
:{
"
x
"
:
826.2
,
"
y
"
:
909.82
,
"
width
"
:
164.17
,
"
height
"
:
32.71
}},{
"
index
"
:
21
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
2-32
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.58203125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.58203125
,
"
rect
"
:{
"
x
"
:
1008.25
,
"
y
"
:
909.82
,
"
width
"
:
181.69
,
"
height
"
:
32.71
}},{
"
index
"
:
22
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
2-40
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.58203125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.58203125
,
"
rect
"
:{
"
x
"
:
172.31
,
"
y
"
:
940.36
,
"
width
"
:
21.82
,
"
height
"
:
21.82
}},{
"
index
"
:
23
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
2-41
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.58203125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.58203125
,
"
rect
"
:{
"
x
"
:
196.12
,
"
y
"
:
953.45
,
"
width
"
:
70.04
,
"
height
"
:
32.71
}},{
"
index
"
:
24
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
2-42
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.58203125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.58203125
,
"
rect
"
:{
"
x
"
:
282.3
,
"
y
"
:
953.45
,
"
width
"
:
48.16
,
"
height
"
:
32.71
}},{
"
index
"
:
25
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
2-50
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.58203125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.58203125
,
"
rect
"
:{
"
x
"
:
1005.34
,
"
y
"
:
945.83
,
"
width
"
:
21.82
,
"
height
"
:
21.82
}},{
"
index
"
:
26
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
2-51
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.58203125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.58203125
,
"
rect
"
:{
"
x
"
:
1025.93
,
"
y
"
:
953.45
,
"
width
"
:
48.16
,
"
height
"
:
32.71
}},{
"
index
"
:
27
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
2-52
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.58203125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.58203125
,
"
rect
"
:{
"
x
"
:
1092.41
,
"
y
"
:
953.45
,
"
width
"
:
48.16
,
"
height
"
:
32.71
}},{
"
index
"
:
28
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
2-60
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.58203125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.58203125
,
"
rect
"
:{
"
x
"
:
171.21
,
"
y
"
:
1122.49
,
"
width
"
:
21.82
,
"
height
"
:
21.82
}},{
"
index
"
:
29
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
2-61
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.58203125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.58203125
,
"
rect
"
:{
"
x
"
:
196.22
,
"
y
"
:
1131.17
,
"
width
"
:
43.78
,
"
height
"
:
32.71
}},{
"
index
"
:
30
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
2-62
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.58203125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.58203125
,
"
rect
"
:{
"
x
"
:
252.99
,
"
y
"
:
1131.17
,
"
width
"
:
76.33
,
"
height
"
:
32.71
}},{
"
index
"
:
31
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
2-70
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.58203125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.58203125
,
"
rect
"
:{
"
x
"
:
726.18
,
"
y
"
:
1121.35
,
"
width
"
:
21.82
,
"
height
"
:
21.82
}},{
"
index
"
:
32
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
2-71
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.58203125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.58203125
,
"
rect
"
:{
"
x
"
:
748.83
,
"
y
"
:
1131.17
,
"
width
"
:
120.39
,
"
height
"
:
32.71
}},{
"
index
"
:
33
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
2-72
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.58203125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.58203125
,
"
rect
"
:{
"
x
"
:
891.8
,
"
y
"
:
1131.17
,
"
width
"
:
87.56
,
"
height
"
:
32.71
}},{
"
index
"
:
34
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
3-2
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.58203125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.58203125
,
"
rect
"
:{
"
x
"
:
327.12
,
"
y
"
:
1320.89
,
"
width
"
:
196.27
,
"
height
"
:
32.71
}},{
"
index
"
:
35
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
3-3
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.58203125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.58203125
,
"
rect
"
:{
"
x
"
:
285.68
,
"
y
"
:
1365.6
,
"
width
"
:
196.27
,
"
height
"
:
32.71
}},{
"
index
"
:
36
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
3-41
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.58203125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.58203125
,
"
rect
"
:{
"
x
"
:
156.7
,
"
y
"
:
1411.4
,
"
width
"
:
153.22
,
"
height
"
:
32.71
}},{
"
index
"
:
37
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
3-5
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.58203125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.58203125
,
"
rect
"
:{
"
x
"
:
280.23
,
"
y
"
:
1455
,
"
width
"
:
196.27
,
"
height
"
:
32.71
}},{
"
index
"
:
38
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
3-6
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.58203125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.58203125
,
"
rect
"
:{
"
x
"
:
288.94
,
"
y
"
:
1498.62
,
"
width
"
:
196.27
,
"
height
"
:
32.71
}},{
"
index
"
:
39
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
4-2
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.58203125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.58203125
,
"
rect
"
:{
"
x
"
:
150.47
,
"
y
"
:
2579.19
,
"
width
"
:
1090.38
,
"
height
"
:
32.71
}},{
"
index
"
:
40
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
4-3
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.58203125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.58203125
,
"
rect
"
:{
"
x
"
:
150.47
,
"
y
"
:
2667.51
,
"
width
"
:
1090.38
,
"
height
"
:
32.71
}},{
"
index
"
:
41
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
4-4
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.58203125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.58203125
,
"
rect
"
:{
"
x
"
:
150.47
,
"
y
"
:
2755.83
,
"
width
"
:
1090.38
,
"
height
"
:
32.71
}},{
"
index
"
:
42
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
4-5
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.58203125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.58203125
,
"
rect
"
:{
"
x
"
:
150.47
,
"
y
"
:
2834.32
,
"
width
"
:
1090.38
,
"
height
"
:
60
}},{
"
index
"
:
43
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
4-6
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.58203125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.58203125
,
"
rect
"
:{
"
x
"
:
150.47
,
"
y
"
:
2930.29
,
"
width
"
:
1090.38
,
"
height
"
:
32.71
}},{
"
index
"
:
44
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
5-0
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.58203125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.58203125
,
"
rect
"
:{
"
x
"
:
148.29
,
"
y
"
:
3038.24
,
"
width
"
:
1199.42
,
"
height
"
:
261.69
}},{
"
index
"
:
45
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
6-0
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.58203125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.58203125
,
"
rect
"
:{
"
x
"
:
336.93
,
"
y
"
:
3350.09
,
"
width
"
:
32.71
,
"
height
"
:
32.71
}},{
"
index
"
:
46
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
6-20
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.58203125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.58203125
,
"
rect
"
:{
"
x
"
:
80.69
,
"
y
"
:
3442.78
,
"
width
"
:
32.71
,
"
height
"
:
32.71
}},{
"
index
"
:
47
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
6-21
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.58203125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.58203125
,
"
rect
"
:{
"
x
"
:
266.03
,
"
y
"
:
3443.88
,
"
width
"
:
28.45
,
"
height
"
:
32.71
}},{
"
index
"
:
48
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
6-22
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.58203125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.58203125
,
"
rect
"
:{
"
x
"
:
306.29
,
"
y
"
:
3443.88
,
"
width
"
:
54.72
,
"
height
"
:
32.71
}},{
"
index
"
:
49
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
6-30
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.58203125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.58203125
,
"
rect
"
:{
"
x
"
:
80.69
,
"
y
"
:
3486.38
,
"
width
"
:
32.71
,
"
height
"
:
32.71
}},{
"
index
"
:
50
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
6-31
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.58203125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.58203125
,
"
rect
"
:{
"
x
"
:
379.27
,
"
y
"
:
3487.47
,
"
width
"
:
131.34
,
"
height
"
:
32.71
}},{
"
index
"
:
51
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
6-32
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.58203125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.58203125
,
"
rect
"
:{
"
x
"
:
527.44
,
"
y
"
:
3487.47
,
"
width
"
:
153.22
,
"
height
"
:
32.71
}},{
"
index
"
:
52
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
6-40
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.58203125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.58203125
,
"
rect
"
:{
"
x
"
:
80.69
,
"
y
"
:
3530
,
"
width
"
:
32.71
,
"
height
"
:
32.71
}},{
"
index
"
:
53
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
6-41
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.58203125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.58203125
,
"
rect
"
:{
"
x
"
:
502.25
,
"
y
"
:
3532.18
,
"
width
"
:
207.94
,
"
height
"
:
32.71
}},{
"
index
"
:
54
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
6-42
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.58203125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.58203125
,
"
rect
"
:{
"
x
"
:
727.24
,
"
y
"
:
3532.18
,
"
width
"
:
148.85
,
"
height
"
:
32.71
}},{
"
index
"
:
55
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
6-50
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.58203125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.58203125
,
"
rect
"
:{
"
x
"
:
80.69
,
"
y
"
:
3573.6
,
"
width
"
:
32.71
,
"
height
"
:
32.71
}},{
"
index
"
:
56
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
6-51
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.58203125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.58203125
,
"
rect
"
:{
"
x
"
:
333.46
,
"
y
"
:
3573.6
,
"
width
"
:
131.34
,
"
height
"
:
32.71
}},{
"
index
"
:
57
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
6-52
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.58203125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.58203125
,
"
rect
"
:{
"
x
"
:
481.67
,
"
y
"
:
3573.6
,
"
width
"
:
175.11
,
"
height
"
:
32.71
}},{
"
index
"
:
58
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
6-60
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.58203125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.58203125
,
"
rect
"
:{
"
x
"
:
80.69
,
"
y
"
:
3617.21
,
"
width
"
:
32.71
,
"
height
"
:
32.71
}},{
"
index
"
:
59
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
6-61
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.58203125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.58203125
,
"
rect
"
:{
"
x
"
:
213.62
,
"
y
"
:
3618.3
,
"
width
"
:
43.78
,
"
height
"
:
32.71
}},{
"
index
"
:
60
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
6-62
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.58203125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.58203125
,
"
rect
"
:{
"
x
"
:
275.71
,
"
y
"
:
3618.3
,
"
width
"
:
65.67
,
"
height
"
:
32.71
}},{
"
index
"
:
61
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
7-0
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.58203125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.58203125
,
"
rect
"
:{
"
x
"
:
573.55
,
"
y
"
:
3720.82
,
"
width
"
:
32.71
,
"
height
"
:
32.71
}},{
"
index
"
:
62
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
7-2
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.58203125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.58203125
,
"
rect
"
:{
"
x
"
:
527.75
,
"
y
"
:
3808.05
,
"
width
"
:
43.61
,
"
height
"
:
32.71
}},{
"
index
"
:
63
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
7-3
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.58203125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.58203125
,
"
rect
"
:{
"
x
"
:
680.4
,
"
y
"
:
3853.84
,
"
width
"
:
43.61
,
"
height
"
:
32.71
}},{
"
index
"
:
64
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
7-4
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.58203125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.58203125
,
"
rect
"
:{
"
x
"
:
751.27
,
"
y
"
:
3896.38
,
"
width
"
:
43.61
,
"
height
"
:
32.71
}},{
"
index
"
:
65
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
7-5
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.58203125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.58203125
,
"
rect
"
:{
"
x
"
:
549.55
,
"
y
"
:
3936.71
,
"
width
"
:
43.61
,
"
height
"
:
32.71
}},{
"
index
"
:
66
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
7-6
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.58203125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.58203125
,
"
rect
"
:{
"
x
"
:
617.16
,
"
y
"
:
3984.68
,
"
width
"
:
43.61
,
"
height
"
:
32.71
}},{
"
index
"
:
67
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
7-7
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.58203125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.58203125
,
"
rect
"
:{
"
x
"
:
789.44
,
"
y
"
:
4032.67
,
"
width
"
:
43.61
,
"
height
"
:
32.71
}},{
"
index
"
:
68
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
7-8
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.58203125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.58203125
,
"
rect
"
:{
"
x
"
:
605.16
,
"
y
"
:
4067.56
,
"
width
"
:
43.61
,
"
height
"
:
32.71
}},{
"
index
"
:
69
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
7-9
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.58203125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.58203125
,
"
rect
"
:{
"
x
"
:
583.35
,
"
y
"
:
4117.72
,
"
width
"
:
43.61
,
"
height
"
:
32.71
}},{
"
index
"
:
70
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
8-1
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.58203125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.58203125
,
"
rect
"
:{
"
x
"
:
1077.3
,
"
y
"
:
4227.85
,
"
width
"
:
32.71
,
"
height
"
:
32.71
}},{
"
index
"
:
71
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
8-0
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.58203125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.58203125
,
"
rect
"
:{
"
x
"
:
1119.82
,
"
y
"
:
4227.85
,
"
width
"
:
32.71
,
"
height
"
:
32.71
}},{
"
index
"
:
72
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
3-42
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.58203125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.58203125
,
"
rect
"
:{
"
x
"
:
474.82
,
"
y
"
:
1410.66
,
"
width
"
:
196.27
,
"
height
"
:
32.71
}},{
"
index
"
:
73
,
"
itemType
"
:
"
rect
"
,
"
itemName
"
:
"
7-1
"
,
"
fontSize
"
:
50
,
"
fontName
"
:
"
BRLNSR_1
"
,
"
fontColor
"
:
"
#8f3758
"
,
"
fontScale
"
:
1.58203125
,
"
imgScale
"
:
1
,
"
mapScale
"
:
1.58203125
,
"
rect
"
:{
"
x
"
:
44.52
,
"
y
"
:
3718
,
"
width
"
:
32.71
,
"
height
"
:
32.71
}}],
"
hotZoneConfigArr
"
:[{
"
hotZoneType
"
:
"
0
"
,
"
linkHotZoneIndex
"
:
-
1
,
"
audio_url
"
:
""
,
"
score
"
:
"
0
"
,
"
unselectedStyle
"
:
"
none
"
,
"
selectedStyle
"
:
"
border
"
,
"
rightOrWrongStyleType
"
:
"
symbol
"
,
"
inputText
"
:
""
,
"
keyWordMatch
"
:
false
,
"
isCaseInsensitive
"
:
true
,
"
openAnswer
"
:
false
,
"
useSelectOptionList
"
:
true
,
"
keyWordMatchInOrder
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
selectOptionList
"
:[{
"
text
"
:
"
bruises
"
,
"
optionShowText
"
:
""
,
"
selectStrikeOutHotZoneIndex
"
:
0
},{
"
text
"
:
"
metal
"
,
"
optionShowText
"
:
""
,
"
selectStrikeOutHotZoneIndex
"
:
2
},{
"
text
"
:
"
homemade
"
,
"
optionShowText
"
:
""
,
"
selectStrikeOutHotZoneIndex
"
:
4
},{
"
text
"
:
"
character
"
,
"
optionShowText
"
:
""
,
"
selectStrikeOutHotZoneIndex
"
:
6
},{
"
text
"
:
"
reporter
"
,
"
optionShowText
"
:
""
,
"
selectStrikeOutHotZoneIndex
"
:
8
},{
"
text
"
:
"
tools
"
,
"
optionShowText
"
:
""
,
"
selectStrikeOutHotZoneIndex
"
:
10
},{
"
text
"
:
"
article
"
,
"
optionShowText
"
:
""
,
"
selectStrikeOutHotZoneIndex
"
:
12
},{
"
text
"
:
"
jewelry
"
,
"
optionShowText
"
:
""
,
"
selectStrikeOutHotZoneIndex
"
:
14
}],
"
contentList
"
:[{
"
uuid
"
:
"
2725feea-c1df-4222-9fff-63395ef740d3
"
,
"
text
"
:
""
,
"
optionShowText
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
"
2
"
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
inputText
"
:
""
,
"
keyWordMatch
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
selectHotZoneIndex
"
:
1
,
"
selectOptionListIndex
"
:
3
},{
"
uuid
"
:
"
4b4892de-608f-4698-9e0d-e73193477c9f
"
,
"
text
"
:
""
,
"
optionShowText
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
"
2
"
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
inputText
"
:
""
,
"
keyWordMatch
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
selectHotZoneIndex
"
:
3
,
"
selectOptionListIndex
"
:
5
},{
"
uuid
"
:
"
08c1e4c6-c103-4fdf-90ed-f0807946ef26
"
,
"
text
"
:
""
,
"
optionShowText
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
"
2
"
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
inputText
"
:
""
,
"
keyWordMatch
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
selectHotZoneIndex
"
:
5
,
"
selectOptionListIndex
"
:
0
},{
"
uuid
"
:
"
f19178e3-be75-441e-b93d-374ad4058023
"
,
"
text
"
:
""
,
"
optionShowText
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
"
2
"
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
inputText
"
:
""
,
"
keyWordMatch
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
selectHotZoneIndex
"
:
7
,
"
selectOptionListIndex
"
:
7
},{
"
uuid
"
:
"
1ad997ea-7b14-44ca-bce0-fba5115f1c42
"
,
"
text
"
:
""
,
"
optionShowText
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
"
2
"
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
inputText
"
:
""
,
"
keyWordMatch
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
selectHotZoneIndex
"
:
9
,
"
selectOptionListIndex
"
:
1
},{
"
uuid
"
:
"
6dc4837d-35f9-4b3e-9e5a-fe82113c7f80
"
,
"
text
"
:
""
,
"
optionShowText
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
"
2
"
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
inputText
"
:
""
,
"
keyWordMatch
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
selectHotZoneIndex
"
:
11
,
"
selectOptionListIndex
"
:
2
},{
"
uuid
"
:
"
4fb6578b-c9fe-4649-95e8-590f9de14c87
"
,
"
text
"
:
""
,
"
optionShowText
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
"
2
"
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
inputText
"
:
""
,
"
keyWordMatch
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
selectHotZoneIndex
"
:
13
,
"
selectOptionListIndex
"
:
4
},{
"
uuid
"
:
"
fca35fc5-fa2c-49d5-8a8f-c89daa14d797
"
,
"
text
"
:
""
,
"
optionShowText
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
"
2
"
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
inputText
"
:
""
,
"
keyWordMatch
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
selectHotZoneIndex
"
:
15
,
"
selectOptionListIndex
"
:
6
}]},{
"
hotZoneType
"
:
"
3
"
,
"
linkHotZoneIndex
"
:
-
1
,
"
audio_url
"
:
""
,
"
score
"
:
"
2
"
,
"
unselectedStyle
"
:
"
mask
"
,
"
selectedStyle
"
:
"
border
"
,
"
rightOrWrongStyleType
"
:
"
symbol
"
,
"
inputText
"
:
""
,
"
keyWordMatch
"
:
false
,
"
isCaseInsensitive
"
:
true
,
"
openAnswer
"
:
false
,
"
useSelectOptionList
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
selectOptionList
"
:[],
"
contentList
"
:[{
"
uuid
"
:
"
c9dc6917-8936-45a0-af86-81e03f1a784e
"
,
"
text
"
:
""
,
"
optionShowText
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
true
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
inputText
"
:
""
,
"
keyWordMatch
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
selectHotZoneIndex
"
:
17
},{
"
uuid
"
:
"
6fd7d19b-b507-4893-a9ca-89b4245f35fc
"
,
"
text
"
:
""
,
"
optionShowText
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
inputText
"
:
""
,
"
keyWordMatch
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
selectHotZoneIndex
"
:
18
}],
"
linkResultShowHotZoneIndex
"
:
16
},{
"
hotZoneType
"
:
"
3
"
,
"
linkHotZoneIndex
"
:
-
1
,
"
audio_url
"
:
""
,
"
score
"
:
"
2
"
,
"
unselectedStyle
"
:
"
mask
"
,
"
selectedStyle
"
:
"
border
"
,
"
rightOrWrongStyleType
"
:
"
symbol
"
,
"
inputText
"
:
""
,
"
keyWordMatch
"
:
false
,
"
isCaseInsensitive
"
:
true
,
"
openAnswer
"
:
false
,
"
useSelectOptionList
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
selectOptionList
"
:[],
"
contentList
"
:[{
"
uuid
"
:
"
c9dc6917-8936-45a0-af86-81e03f1a784e
"
,
"
text
"
:
""
,
"
optionShowText
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
inputText
"
:
""
,
"
keyWordMatch
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
selectHotZoneIndex
"
:
20
},{
"
uuid
"
:
"
6fd7d19b-b507-4893-a9ca-89b4245f35fc
"
,
"
text
"
:
""
,
"
optionShowText
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
true
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
inputText
"
:
""
,
"
keyWordMatch
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
selectHotZoneIndex
"
:
21
}],
"
linkResultShowHotZoneIndex
"
:
19
},{
"
hotZoneType
"
:
"
3
"
,
"
linkHotZoneIndex
"
:
-
1
,
"
audio_url
"
:
""
,
"
score
"
:
"
2
"
,
"
unselectedStyle
"
:
"
mask
"
,
"
selectedStyle
"
:
"
border
"
,
"
rightOrWrongStyleType
"
:
"
symbol
"
,
"
inputText
"
:
""
,
"
keyWordMatch
"
:
false
,
"
isCaseInsensitive
"
:
true
,
"
openAnswer
"
:
false
,
"
useSelectOptionList
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
selectOptionList
"
:[],
"
contentList
"
:[{
"
uuid
"
:
"
c9dc6917-8936-45a0-af86-81e03f1a784e
"
,
"
text
"
:
""
,
"
optionShowText
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
inputText
"
:
""
,
"
keyWordMatch
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
selectHotZoneIndex
"
:
23
},{
"
uuid
"
:
"
6fd7d19b-b507-4893-a9ca-89b4245f35fc
"
,
"
text
"
:
""
,
"
optionShowText
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
true
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
inputText
"
:
""
,
"
keyWordMatch
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
selectHotZoneIndex
"
:
24
}],
"
linkResultShowHotZoneIndex
"
:
22
},{
"
hotZoneType
"
:
"
3
"
,
"
linkHotZoneIndex
"
:
-
1
,
"
audio_url
"
:
""
,
"
score
"
:
"
2
"
,
"
unselectedStyle
"
:
"
mask
"
,
"
selectedStyle
"
:
"
border
"
,
"
rightOrWrongStyleType
"
:
"
symbol
"
,
"
inputText
"
:
""
,
"
keyWordMatch
"
:
false
,
"
isCaseInsensitive
"
:
true
,
"
openAnswer
"
:
false
,
"
useSelectOptionList
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
selectOptionList
"
:[],
"
contentList
"
:[{
"
uuid
"
:
"
c9dc6917-8936-45a0-af86-81e03f1a784e
"
,
"
text
"
:
""
,
"
optionShowText
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
true
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
inputText
"
:
""
,
"
keyWordMatch
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
selectHotZoneIndex
"
:
26
},{
"
uuid
"
:
"
6fd7d19b-b507-4893-a9ca-89b4245f35fc
"
,
"
text
"
:
""
,
"
optionShowText
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
inputText
"
:
""
,
"
keyWordMatch
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
selectHotZoneIndex
"
:
27
}],
"
linkResultShowHotZoneIndex
"
:
25
},{
"
hotZoneType
"
:
"
3
"
,
"
linkHotZoneIndex
"
:
-
1
,
"
audio_url
"
:
""
,
"
score
"
:
"
2
"
,
"
unselectedStyle
"
:
"
mask
"
,
"
selectedStyle
"
:
"
border
"
,
"
rightOrWrongStyleType
"
:
"
symbol
"
,
"
inputText
"
:
""
,
"
keyWordMatch
"
:
false
,
"
isCaseInsensitive
"
:
true
,
"
openAnswer
"
:
false
,
"
useSelectOptionList
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
selectOptionList
"
:[],
"
contentList
"
:[{
"
uuid
"
:
"
c9dc6917-8936-45a0-af86-81e03f1a784e
"
,
"
text
"
:
""
,
"
optionShowText
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
inputText
"
:
""
,
"
keyWordMatch
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
selectHotZoneIndex
"
:
29
},{
"
uuid
"
:
"
6fd7d19b-b507-4893-a9ca-89b4245f35fc
"
,
"
text
"
:
""
,
"
optionShowText
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
true
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
inputText
"
:
""
,
"
keyWordMatch
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
selectHotZoneIndex
"
:
30
}],
"
linkResultShowHotZoneIndex
"
:
28
},{
"
hotZoneType
"
:
"
3
"
,
"
linkHotZoneIndex
"
:
-
1
,
"
audio_url
"
:
""
,
"
score
"
:
"
2
"
,
"
unselectedStyle
"
:
"
mask
"
,
"
selectedStyle
"
:
"
border
"
,
"
rightOrWrongStyleType
"
:
"
symbol
"
,
"
inputText
"
:
""
,
"
keyWordMatch
"
:
false
,
"
isCaseInsensitive
"
:
true
,
"
openAnswer
"
:
false
,
"
useSelectOptionList
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
selectOptionList
"
:[],
"
contentList
"
:[{
"
uuid
"
:
"
c9dc6917-8936-45a0-af86-81e03f1a784e
"
,
"
text
"
:
""
,
"
optionShowText
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
true
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
inputText
"
:
""
,
"
keyWordMatch
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
selectHotZoneIndex
"
:
32
},{
"
uuid
"
:
"
6fd7d19b-b507-4893-a9ca-89b4245f35fc
"
,
"
text
"
:
""
,
"
optionShowText
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
inputText
"
:
""
,
"
keyWordMatch
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
selectHotZoneIndex
"
:
33
}],
"
linkResultShowHotZoneIndex
"
:
31
},{
"
hotZoneType
"
:
"
5
"
,
"
linkHotZoneIndex
"
:
34
,
"
audio_url
"
:
""
,
"
score
"
:
"
2
"
,
"
unselectedStyle
"
:
"
none
"
,
"
selectedStyle
"
:
"
border
"
,
"
rightOrWrongStyleType
"
:
"
symbol
"
,
"
inputText
"
:
"
are taken
"
,
"
keyWordMatch
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
useSelectOptionList
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
selectOptionList
"
:[],
"
contentList
"
:[]},{
"
hotZoneType
"
:
"
5
"
,
"
linkHotZoneIndex
"
:
35
,
"
audio_url
"
:
""
,
"
score
"
:
"
2
"
,
"
unselectedStyle
"
:
"
none
"
,
"
selectedStyle
"
:
"
border
"
,
"
rightOrWrongStyleType
"
:
"
symbol
"
,
"
inputText
"
:
"
was mailed
"
,
"
keyWordMatch
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
useSelectOptionList
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
selectOptionList
"
:[],
"
contentList
"
:[]},{
"
hotZoneType
"
:
"
5
"
,
"
linkHotZoneIndex
"
:
36
,
"
audio_url
"
:
""
,
"
score
"
:
"
2
"
,
"
unselectedStyle
"
:
"
none
"
,
"
selectedStyle
"
:
"
border
"
,
"
rightOrWrongStyleType
"
:
"
symbol
"
,
"
inputText
"
:
"
Was
"
,
"
keyWordMatch
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
useSelectOptionList
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
selectOptionList
"
:[],
"
contentList
"
:[]},{
"
hotZoneType
"
:
"
5
"
,
"
linkHotZoneIndex
"
:
72
,
"
audio_url
"
:
""
,
"
score
"
:
"
2
"
,
"
unselectedStyle
"
:
"
none
"
,
"
selectedStyle
"
:
"
border
"
,
"
rightOrWrongStyleType
"
:
"
symbol
"
,
"
inputText
"
:
"
built
"
,
"
keyWordMatch
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
useSelectOptionList
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
selectOptionList
"
:[],
"
contentList
"
:[]},{
"
hotZoneType
"
:
"
5
"
,
"
linkHotZoneIndex
"
:
37
,
"
audio_url
"
:
""
,
"
score
"
:
"
2
"
,
"
unselectedStyle
"
:
"
none
"
,
"
selectedStyle
"
:
"
border
"
,
"
rightOrWrongStyleType
"
:
"
symbol
"
,
"
inputText
"
:
"
are driven
"
,
"
keyWordMatch
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
useSelectOptionList
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
selectOptionList
"
:[],
"
contentList
"
:[]},{
"
hotZoneType
"
:
"
5
"
,
"
linkHotZoneIndex
"
:
38
,
"
audio_url
"
:
""
,
"
score
"
:
"
2
"
,
"
unselectedStyle
"
:
"
none
"
,
"
selectedStyle
"
:
"
border
"
,
"
rightOrWrongStyleType
"
:
"
symbol
"
,
"
inputText
"
:
"
was made
"
,
"
keyWordMatch
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
useSelectOptionList
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
selectOptionList
"
:[],
"
contentList
"
:[]},{
"
hotZoneType
"
:
"
5
"
,
"
linkHotZoneIndex
"
:
39
,
"
audio_url
"
:
""
,
"
score
"
:
"
2
"
,
"
unselectedStyle
"
:
"
none
"
,
"
selectedStyle
"
:
"
border
"
,
"
rightOrWrongStyleType
"
:
"
symbol
"
,
"
inputText
"
:
""
,
"
keyWordMatch
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
true
,
"
useSelectOptionList
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
selectOptionList
"
:[],
"
contentList
"
:[]},{
"
hotZoneType
"
:
"
5
"
,
"
linkHotZoneIndex
"
:
40
,
"
audio_url
"
:
""
,
"
score
"
:
"
2
"
,
"
unselectedStyle
"
:
"
none
"
,
"
selectedStyle
"
:
"
border
"
,
"
rightOrWrongStyleType
"
:
"
symbol
"
,
"
inputText
"
:
""
,
"
keyWordMatch
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
true
,
"
useSelectOptionList
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
selectOptionList
"
:[],
"
contentList
"
:[]},{
"
hotZoneType
"
:
"
5
"
,
"
linkHotZoneIndex
"
:
41
,
"
audio_url
"
:
""
,
"
score
"
:
"
2
"
,
"
unselectedStyle
"
:
"
none
"
,
"
selectedStyle
"
:
"
border
"
,
"
rightOrWrongStyleType
"
:
"
symbol
"
,
"
inputText
"
:
""
,
"
keyWordMatch
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
true
,
"
useSelectOptionList
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
selectOptionList
"
:[],
"
contentList
"
:[]},{
"
hotZoneType
"
:
"
5
"
,
"
linkHotZoneIndex
"
:
42
,
"
audio_url
"
:
""
,
"
score
"
:
"
2
"
,
"
unselectedStyle
"
:
"
none
"
,
"
selectedStyle
"
:
"
border
"
,
"
rightOrWrongStyleType
"
:
"
symbol
"
,
"
inputText
"
:
""
,
"
keyWordMatch
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
true
,
"
useSelectOptionList
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
selectOptionList
"
:[],
"
contentList
"
:[]},{
"
hotZoneType
"
:
"
5
"
,
"
linkHotZoneIndex
"
:
43
,
"
audio_url
"
:
""
,
"
score
"
:
"
2
"
,
"
unselectedStyle
"
:
"
none
"
,
"
selectedStyle
"
:
"
border
"
,
"
rightOrWrongStyleType
"
:
"
symbol
"
,
"
inputText
"
:
""
,
"
keyWordMatch
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
true
,
"
useSelectOptionList
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
selectOptionList
"
:[],
"
contentList
"
:[]},{
"
hotZoneType
"
:
"
5
"
,
"
linkHotZoneIndex
"
:
44
,
"
audio_url
"
:
""
,
"
score
"
:
"
20
"
,
"
unselectedStyle
"
:
"
none
"
,
"
selectedStyle
"
:
"
border
"
,
"
rightOrWrongStyleType
"
:
"
symbol
"
,
"
inputText
"
:
""
,
"
keyWordMatch
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
true
,
"
useSelectOptionList
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
selectOptionList
"
:[],
"
contentList
"
:[]},{
"
hotZoneType
"
:
"
3
"
,
"
linkHotZoneIndex
"
:
null
,
"
audio_url
"
:
""
,
"
score
"
:
"
2
"
,
"
unselectedStyle
"
:
"
mask
"
,
"
selectedStyle
"
:
"
border
"
,
"
rightOrWrongStyleType
"
:
"
symbol
"
,
"
inputText
"
:
""
,
"
keyWordMatch
"
:
false
,
"
isCaseInsensitive
"
:
true
,
"
openAnswer
"
:
true
,
"
useSelectOptionList
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
selectOptionList
"
:[],
"
contentList
"
:[{
"
uuid
"
:
"
f44ce2d8-22ab-45e7-b3bf-ec16df2518c6
"
,
"
text
"
:
""
,
"
optionShowText
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
true
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
inputText
"
:
""
,
"
keyWordMatch
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
selectHotZoneIndex
"
:
47
},{
"
uuid
"
:
"
a716cbc6-613b-4125-b1a2-999cbb93b596
"
,
"
text
"
:
""
,
"
optionShowText
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
inputText
"
:
""
,
"
keyWordMatch
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
selectHotZoneIndex
"
:
48
}],
"
linkResultShowHotZoneIndex
"
:
46
},{
"
hotZoneType
"
:
"
3
"
,
"
linkHotZoneIndex
"
:
null
,
"
audio_url
"
:
""
,
"
score
"
:
"
2
"
,
"
unselectedStyle
"
:
"
mask
"
,
"
selectedStyle
"
:
"
border
"
,
"
rightOrWrongStyleType
"
:
"
symbol
"
,
"
inputText
"
:
""
,
"
keyWordMatch
"
:
false
,
"
isCaseInsensitive
"
:
true
,
"
openAnswer
"
:
true
,
"
useSelectOptionList
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
selectOptionList
"
:[],
"
contentList
"
:[{
"
uuid
"
:
"
f44ce2d8-22ab-45e7-b3bf-ec16df2518c6
"
,
"
text
"
:
""
,
"
optionShowText
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
inputText
"
:
""
,
"
keyWordMatch
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
selectHotZoneIndex
"
:
50
},{
"
uuid
"
:
"
a716cbc6-613b-4125-b1a2-999cbb93b596
"
,
"
text
"
:
""
,
"
optionShowText
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
true
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
inputText
"
:
""
,
"
keyWordMatch
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
selectHotZoneIndex
"
:
51
}],
"
linkResultShowHotZoneIndex
"
:
49
},{
"
hotZoneType
"
:
"
3
"
,
"
linkHotZoneIndex
"
:
null
,
"
audio_url
"
:
""
,
"
score
"
:
"
2
"
,
"
unselectedStyle
"
:
"
mask
"
,
"
selectedStyle
"
:
"
border
"
,
"
rightOrWrongStyleType
"
:
"
symbol
"
,
"
inputText
"
:
""
,
"
keyWordMatch
"
:
false
,
"
isCaseInsensitive
"
:
true
,
"
openAnswer
"
:
true
,
"
useSelectOptionList
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
selectOptionList
"
:[],
"
contentList
"
:[{
"
uuid
"
:
"
f44ce2d8-22ab-45e7-b3bf-ec16df2518c6
"
,
"
text
"
:
""
,
"
optionShowText
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
inputText
"
:
""
,
"
keyWordMatch
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
selectHotZoneIndex
"
:
53
},{
"
uuid
"
:
"
a716cbc6-613b-4125-b1a2-999cbb93b596
"
,
"
text
"
:
""
,
"
optionShowText
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
true
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
inputText
"
:
""
,
"
keyWordMatch
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
selectHotZoneIndex
"
:
54
}],
"
linkResultShowHotZoneIndex
"
:
52
},{
"
hotZoneType
"
:
"
3
"
,
"
linkHotZoneIndex
"
:
null
,
"
audio_url
"
:
""
,
"
score
"
:
"
2
"
,
"
unselectedStyle
"
:
"
mask
"
,
"
selectedStyle
"
:
"
border
"
,
"
rightOrWrongStyleType
"
:
"
symbol
"
,
"
inputText
"
:
""
,
"
keyWordMatch
"
:
false
,
"
isCaseInsensitive
"
:
true
,
"
openAnswer
"
:
true
,
"
useSelectOptionList
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
selectOptionList
"
:[],
"
contentList
"
:[{
"
uuid
"
:
"
f44ce2d8-22ab-45e7-b3bf-ec16df2518c6
"
,
"
text
"
:
""
,
"
optionShowText
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
inputText
"
:
""
,
"
keyWordMatch
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
selectHotZoneIndex
"
:
56
},{
"
uuid
"
:
"
a716cbc6-613b-4125-b1a2-999cbb93b596
"
,
"
text
"
:
""
,
"
optionShowText
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
true
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
inputText
"
:
""
,
"
keyWordMatch
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
selectHotZoneIndex
"
:
57
}],
"
linkResultShowHotZoneIndex
"
:
55
},{
"
hotZoneType
"
:
"
3
"
,
"
linkHotZoneIndex
"
:
null
,
"
audio_url
"
:
""
,
"
score
"
:
"
2
"
,
"
unselectedStyle
"
:
"
mask
"
,
"
selectedStyle
"
:
"
border
"
,
"
rightOrWrongStyleType
"
:
"
symbol
"
,
"
inputText
"
:
""
,
"
keyWordMatch
"
:
false
,
"
isCaseInsensitive
"
:
true
,
"
openAnswer
"
:
true
,
"
useSelectOptionList
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
selectOptionList
"
:[],
"
contentList
"
:[{
"
uuid
"
:
"
f44ce2d8-22ab-45e7-b3bf-ec16df2518c6
"
,
"
text
"
:
""
,
"
optionShowText
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
inputText
"
:
""
,
"
keyWordMatch
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
selectHotZoneIndex
"
:
59
},{
"
uuid
"
:
"
a716cbc6-613b-4125-b1a2-999cbb93b596
"
,
"
text
"
:
""
,
"
optionShowText
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
0
,
"
isCorrect
"
:
true
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
inputText
"
:
""
,
"
keyWordMatch
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
selectHotZoneIndex
"
:
60
}],
"
linkResultShowHotZoneIndex
"
:
58
},{
"
hotZoneType
"
:
"
2
"
,
"
linkHotZoneIndex
"
:
45
,
"
audio_url
"
:
"
http://teach.cdn.ireadabc.com/280f4a01a84b88e552765699e30eebbc.mp3
"
,
"
score
"
:
"
1
"
,
"
unselectedStyle
"
:
"
none
"
,
"
selectedStyle
"
:
"
border
"
,
"
rightOrWrongStyleType
"
:
"
symbol
"
,
"
inputText
"
:
""
,
"
keyWordMatch
"
:
false
,
"
isCaseInsensitive
"
:
true
,
"
openAnswer
"
:
false
,
"
useSelectOptionList
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
selectOptionList
"
:[],
"
contentList
"
:[]},{
"
hotZoneType
"
:
"
2
"
,
"
linkHotZoneIndex
"
:
61
,
"
audio_url
"
:
"
http://teach.cdn.ireadabc.com/fdffd6d52cca1ca284ad961fac80cea7.mp3
"
,
"
score
"
:
"
1
"
,
"
unselectedStyle
"
:
"
none
"
,
"
selectedStyle
"
:
"
border
"
,
"
rightOrWrongStyleType
"
:
"
symbol
"
,
"
inputText
"
:
""
,
"
keyWordMatch
"
:
false
,
"
isCaseInsensitive
"
:
true
,
"
openAnswer
"
:
false
,
"
useSelectOptionList
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
selectOptionList
"
:[],
"
contentList
"
:[]},{
"
hotZoneType
"
:
"
8
"
,
"
linkHotZoneIndex
"
:
null
,
"
audio_url
"
:
""
,
"
score
"
:
"
1
"
,
"
unselectedStyle
"
:
"
none
"
,
"
selectedStyle
"
:
"
border
"
,
"
rightOrWrongStyleType
"
:
"
textTF
"
,
"
inputText
"
:
""
,
"
keyWordMatch
"
:
false
,
"
isCaseInsensitive
"
:
true
,
"
openAnswer
"
:
false
,
"
useSelectOptionList
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
selectOptionList
"
:[],
"
contentList
"
:[{
"
uuid
"
:
"
fc9606b9-e5a4-454d-be7f-2fc5b6cc3d6f
"
,
"
text
"
:
""
,
"
optionShowText
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
"
2
"
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
inputText
"
:
""
,
"
keyWordMatch
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
selectHotZoneIndex
"
:
62
},{
"
uuid
"
:
"
10355f96-f024-4155-a788-a6ef3bb4536d
"
,
"
text
"
:
""
,
"
optionShowText
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
"
2
"
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
inputText
"
:
""
,
"
keyWordMatch
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
selectHotZoneIndex
"
:
63
},{
"
uuid
"
:
"
95905ca0-1cb2-4227-a7ed-4fcec0b0fe2a
"
,
"
text
"
:
""
,
"
optionShowText
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
"
2
"
,
"
isCorrect
"
:
true
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
inputText
"
:
""
,
"
keyWordMatch
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
selectHotZoneIndex
"
:
64
},{
"
uuid
"
:
"
8f206660-6c80-4b82-8b28-cc14bdbe0259
"
,
"
text
"
:
""
,
"
optionShowText
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
"
2
"
,
"
isCorrect
"
:
true
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
inputText
"
:
""
,
"
keyWordMatch
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
selectHotZoneIndex
"
:
65
},{
"
uuid
"
:
"
289d6cf9-28e4-4340-b801-28c4024ca31d
"
,
"
text
"
:
""
,
"
optionShowText
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
"
2
"
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
inputText
"
:
""
,
"
keyWordMatch
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
selectHotZoneIndex
"
:
66
},{
"
uuid
"
:
"
c155fe33-432b-441c-ac9a-1934b9b80b3b
"
,
"
text
"
:
""
,
"
optionShowText
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
"
2
"
,
"
isCorrect
"
:
true
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
inputText
"
:
""
,
"
keyWordMatch
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
selectHotZoneIndex
"
:
67
},{
"
uuid
"
:
"
77dc7c3e-4a10-4928-9f5f-5ce8c7349b79
"
,
"
text
"
:
""
,
"
optionShowText
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
"
2
"
,
"
isCorrect
"
:
true
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
inputText
"
:
""
,
"
keyWordMatch
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
selectHotZoneIndex
"
:
68
},{
"
uuid
"
:
"
1c1f97ed-4acb-4fc0-82de-993e47a36dbf
"
,
"
text
"
:
""
,
"
optionShowText
"
:
""
,
"
image_url
"
:
""
,
"
hotZoneIndex
"
:
null
,
"
score
"
:
"
2
"
,
"
isCorrect
"
:
false
,
"
isCheck
"
:
false
,
"
linkedShowText
"
:
""
,
"
selectStartHotZoneIndex
"
:
null
,
"
selectEndHotZoneIndex
"
:
null
,
"
selectEndHotZoneShowIndex
"
:
null
,
"
inputText
"
:
""
,
"
keyWordMatch
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
selectHotZoneIndex
"
:
69
}],
"
linkResultShowHotZoneIndex
"
:
73
},{
"
hotZoneType
"
:
"
7
"
,
"
linkHotZoneIndex
"
:
70
,
"
audio_url
"
:
""
,
"
score
"
:
"
24
"
,
"
unselectedStyle
"
:
"
none
"
,
"
selectedStyle
"
:
"
border
"
,
"
rightOrWrongStyleType
"
:
"
symbol
"
,
"
inputText
"
:
""
,
"
keyWordMatch
"
:
false
,
"
isCaseInsensitive
"
:
false
,
"
openAnswer
"
:
true
,
"
useSelectOptionList
"
:
false
,
"
keyWordMatchInOrder
"
:
false
,
"
capitalizedFirstLetter
"
:
false
,
"
notAdaptContraction
"
:
false
,
"
selectOptionList
"
:[],
"
contentList
"
:[],
"
linkResultShowHotZoneIndex
"
:
71
}],
"
scoreConfigArr
"
:[{
"
linkHotZoneIndex
"
:
-
1
,
"
linkHotZoneIndexArr
"
:[
0
,
1
,
2
,
3
,
4
,
5
,
6
,
7
,
8
,
9
,
10
,
11
,
12
,
13
,
14
,
15
,
16
,
17
,
18
,
19
,
20
,
21
,
22
,
23
,
24
,
25
,
26
,
27
]}],
"
ratingSystem
"
:
"
6
"
}
\ No newline at end of file
assets/DG_FAF/script/historyData_DG_FAF.ts
0 → 100644
View file @
be56686a
This source diff could not be displayed because it is too large. You can
view the blob
instead.
assets/DG_FAF/script/historyData_DG_FAF.ts.meta
0 → 100644
View file @
be56686a
{
"ver": "1.0.8",
"uuid": "0eb01006-7d51-462b-b0ba-66b369258b13",
"isPlugin": false,
"loadPluginInWeb": true,
"loadPluginInNative": true,
"loadPluginInEditor": false,
"subMetas": {}
}
\ No newline at end of file
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