Commit 81ce15f6 authored by 李维's avatar 李维

添加单词排序历史记录显示

parent cba2428d
...@@ -863,6 +863,10 @@ export default class SceneComponent extends MyCocosSceneComponent { ...@@ -863,6 +863,10 @@ export default class SceneComponent extends MyCocosSceneComponent {
case CROSSWORD_PUZZLE: case CROSSWORD_PUZZLE:
this.showCrosswordPuzzleInput(configItem, resultData); this.showCrosswordPuzzleInput(configItem, resultData);
break; break;
// 文字排序
case SORT_WORDS:
this.showSortWords(configItem, resultData);
break;
} }
}) })
...@@ -1375,6 +1379,45 @@ export default class SceneComponent extends MyCocosSceneComponent { ...@@ -1375,6 +1379,45 @@ export default class SceneComponent extends MyCocosSceneComponent {
} }
} }
// 单词排序 - 历史记录
showSortWords(configItem, resultData) {
const debugMode = false;
const hotZoneItemData = this.data.hotZoneItemArr[configItem.linkHotZoneIndex];
// 该题型需要配置一个显示正确错误符号的热区
const resultIconShowData = this.data.hotZoneItemArr[configItem.linkResultShowHotZoneIndex];
const resultIconRect = this.newRectNode(resultIconShowData, layer_2, debugMode);
this.newDecorativeFrame(hotZoneItemData, layer_1, "#FFFFFF", "#6dbef6", debugMode);
const rect = this.newRectNode(hotZoneItemData, layer_4, debugMode);
const textArr = []
resultData[0].sortedList.forEach(item => {
textArr.push(item.option.word)
});
const text = textArr.join(" ");
const inputLabel = this.newInputTextNode(text, 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 = resultIconRect.width / 2;
errIcon.y = rightIcon.y = resultIconRect.height / 2;
if(resultData[0].right) {
resultIconRect.addChild(rightIcon);
} else {
resultIconRect.addChild(errIcon);
}
}
// 初始化分数牌 // 初始化分数牌
subScorePanels = []; subScorePanels = [];
totalScorePanel = null; totalScorePanel = null;
......
export const defaultData = {"footer_image_url":"http://teach.cdn.ireadabc.com/5b6405c5beff73d99bb647a510ab8fed.jpg","alignMode":"left","header_image_url":"http://teach.cdn.ireadabc.com/083720132dfa2d2da2b7c3d9bb572224.jpg","bgItem":{"url":"http://teach.cdn.ireadabc.com/bd12a6c02d07c8a1b4500172651e75f5.jpg","rect":{"x":0,"y":1586.3694444444445,"width":1502,"height":1823.2611111111112}},"hotZoneItemArr":[{"index":0,"itemType":"rect","itemName":"1-21","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":1.1734375,"imgScale":1,"mapScale":1.1734375,"rect":{"x":348.76,"y":284.09,"width":39.56,"height":39.56}},{"index":1,"itemType":"rect","itemName":"1-22","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":1.1734375,"imgScale":1,"mapScale":1.1734375,"rect":{"x":348.76,"y":325.86,"width":39.56,"height":39.56}},{"index":2,"itemType":"rect","itemName":"1-23","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":1.1734375,"imgScale":1,"mapScale":1.1734375,"rect":{"x":348.76,"y":366.52,"width":39.56,"height":39.56}},{"index":3,"itemType":"rect","itemName":"1-24","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":1.1734375,"imgScale":1,"mapScale":1.1734375,"rect":{"x":348.76,"y":408.28,"width":39.56,"height":39.56}},{"index":4,"itemType":"rect","itemName":"1-25","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":1.1734375,"imgScale":1,"mapScale":1.1734375,"rect":{"x":348.76,"y":450.05,"width":39.56,"height":39.56}},{"index":5,"itemType":"rect","itemName":"1-31","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":1.1734375,"imgScale":1,"mapScale":1.1734375,"rect":{"x":390.52,"y":284.09,"width":39.56,"height":39.56}},{"index":6,"itemType":"rect","itemName":"1-32","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":1.1734375,"imgScale":1,"mapScale":1.1734375,"rect":{"x":432.48,"y":284.09,"width":39.56,"height":39.56}},{"index":7,"itemType":"rect","itemName":"1-41","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":1.1734375,"imgScale":1,"mapScale":1.1734375,"rect":{"x":183.9,"y":366.52,"width":39.56,"height":39.56}},{"index":8,"itemType":"rect","itemName":"1-42","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":1.1734375,"imgScale":1,"mapScale":1.1734375,"rect":{"x":183.9,"y":408.28,"width":39.56,"height":39.56}},{"index":9,"itemType":"rect","itemName":"1-51","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":1.1734375,"imgScale":1,"mapScale":1.1734375,"rect":{"x":225.67,"y":408.28,"width":39.56,"height":39.56}},{"index":10,"itemType":"rect","itemName":"1-52","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":1.1734375,"imgScale":1,"mapScale":1.1734375,"rect":{"x":267.43,"y":408.28,"width":39.56,"height":39.56}},{"index":11,"itemType":"rect","itemName":"1-53","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":1.1734375,"imgScale":1,"mapScale":1.1734375,"rect":{"x":308.1,"y":408.28,"width":39.56,"height":39.56}},{"index":12,"itemType":"rect","itemName":"1-54","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":1.1734375,"imgScale":1,"mapScale":1.1734375,"rect":{"x":390.52,"y":408.28,"width":39.56,"height":39.56}},{"index":13,"itemType":"rect","itemName":"1-55","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":1.1734375,"imgScale":1,"mapScale":1.1734375,"rect":{"x":431.19,"y":408.28,"width":39.56,"height":39.56}},{"index":14,"itemType":"rect","itemName":" 2-0","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":1.1734375,"imgScale":1,"mapScale":1.1734375,"rect":{"x":45.43,"y":554.45,"width":43.96,"height":43.96}},{"index":15,"itemType":"rect","itemName":"2-21","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":1.1734375,"imgScale":1,"mapScale":1.1734375,"rect":{"x":1313.7,"y":618.19,"width":43.96,"height":43.96}},{"index":16,"itemType":"rect","itemName":"2-22","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":1.1734375,"imgScale":1,"mapScale":1.1734375,"rect":{"x":899.37,"y":763.26,"width":43.96,"height":43.96}},{"index":17,"itemType":"rect","itemName":"2-23","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":1.1734375,"imgScale":1,"mapScale":1.1734375,"rect":{"x":1363.16,"y":617.1,"width":43.96,"height":43.96}},{"index":18,"itemType":"rect","itemName":"2-31","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":1.1734375,"imgScale":1,"mapScale":1.1734375,"rect":{"x":482.83,"y":780.85,"width":43.96,"height":43.96}},{"index":19,"itemType":"rect","itemName":"2-32","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":1.1734375,"imgScale":1,"mapScale":1.1734375,"rect":{"x":657.58,"y":580.82,"width":43.96,"height":43.96}},{"index":20,"itemType":"rect","itemName":"2-33","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":1.1734375,"imgScale":1,"mapScale":1.1734375,"rect":{"x":433.39,"y":780.85,"width":43.96,"height":43.96}},{"index":21,"itemType":"rect","itemName":"2-41","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":1.1734375,"imgScale":1,"mapScale":1.1734375,"rect":{"x":1312.59,"y":780.85,"width":43.96,"height":43.96}},{"index":22,"itemType":"rect","itemName":"2-42","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":1.1734375,"imgScale":1,"mapScale":1.1734375,"rect":{"x":899.37,"y":580.82,"width":43.96,"height":43.96}},{"index":23,"itemType":"rect","itemName":"2-43","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":1.1734375,"imgScale":1,"mapScale":1.1734375,"rect":{"x":1363.16,"y":780.85,"width":43.96,"height":43.96}},{"index":24,"itemType":"rect","itemName":"2-2a","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":1.1734375,"imgScale":1,"mapScale":1.1734375,"rect":{"x":1075.47,"y":668.58,"width":240,"height":39.56}},{"index":25,"itemType":"rect","itemName":"2-3a","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":1.1734375,"imgScale":1,"mapScale":1.1734375,"rect":{"x":164.48,"y":833.64,"width":179.99,"height":39.56}},{"index":26,"itemType":"rect","itemName":"2-4a","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":1.1734375,"imgScale":1,"mapScale":1.1734375,"rect":{"x":1062.19,"y":833.64,"width":140.01,"height":39.56}},{"index":27,"itemType":"rect","itemName":" 3-2","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":1.1734375,"imgScale":1,"mapScale":1.1734375,"rect":{"x":640,"y":1211.66,"width":109.9,"height":43.96}},{"index":28,"itemType":"rect","itemName":"3-3","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":1.1734375,"imgScale":1,"mapScale":1.1734375,"rect":{"x":965.31,"y":1211.66,"width":109.9,"height":43.96}},{"index":29,"itemType":"rect","itemName":"3-4","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":1.1734375,"imgScale":1,"mapScale":1.1734375,"rect":{"x":1290.61,"y":1211.66,"width":109.9,"height":43.96}},{"index":30,"itemType":"rect","itemName":" 4-0","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":1.1734375,"imgScale":1,"mapScale":1.1734375,"rect":{"x":47.63,"y":1360.03,"width":43.96,"height":43.96}},{"index":31,"itemType":"rect","itemName":"4-21","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":1.1734375,"imgScale":1,"mapScale":1.1734375,"rect":{"x":564.17,"y":1498.5,"width":43.96,"height":43.96}},{"index":32,"itemType":"rect","itemName":"4-22","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":1.1734375,"imgScale":1,"mapScale":1.1734375,"rect":{"x":780.67,"y":1436.96,"width":43.96,"height":43.96}},{"index":33,"itemType":"rect","itemName":"4-23","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":1.1734375,"imgScale":1,"mapScale":1.1734375,"rect":{"x":514.71,"y":1498.5,"width":43.96,"height":43.96}},{"index":34,"itemType":"rect","itemName":"4-31","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":1.1734375,"imgScale":1,"mapScale":1.1734375,"rect":{"x":564.17,"y":1560.05,"width":43.96,"height":43.96}},{"index":35,"itemType":"rect","itemName":"4-32","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":1.1734375,"imgScale":1,"mapScale":1.1734375,"rect":{"x":780.67,"y":1686.43,"width":43.96,"height":43.96}},{"index":36,"itemType":"rect","itemName":"4-33","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":1.1734375,"imgScale":1,"mapScale":1.1734375,"rect":{"x":514.71,"y":1560.05,"width":43.96,"height":43.96}},{"index":37,"itemType":"rect","itemName":"4-41","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":1.1734375,"imgScale":1,"mapScale":1.1734375,"rect":{"x":564.17,"y":1623.79,"width":43.96,"height":43.96}},{"index":38,"itemType":"rect","itemName":"4-42","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":1.1734375,"imgScale":1,"mapScale":1.1734375,"rect":{"x":780.67,"y":1560.05,"width":43.96,"height":43.96}},{"index":39,"itemType":"rect","itemName":"4-43","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":1.1734375,"imgScale":1,"mapScale":1.1734375,"rect":{"x":514.71,"y":1623.79,"width":43.96,"height":43.96}},{"index":40,"itemType":"rect","itemName":"4-51","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":1.1734375,"imgScale":1,"mapScale":1.1734375,"rect":{"x":564.17,"y":1686.43,"width":43.96,"height":43.96}},{"index":41,"itemType":"rect","itemName":"4-52","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":1.1734375,"imgScale":1,"mapScale":1.1734375,"rect":{"x":780.67,"y":1623.79,"width":43.96,"height":43.96}},{"index":42,"itemType":"rect","itemName":"4-53","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":1.1734375,"imgScale":1,"mapScale":1.1734375,"rect":{"x":514.71,"y":1686.43,"width":43.96,"height":43.96}},{"index":43,"itemType":"rect","itemName":"4-61","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":1.1734375,"imgScale":1,"mapScale":1.1734375,"rect":{"x":564.17,"y":1747.98,"width":43.96,"height":43.96}},{"index":44,"itemType":"rect","itemName":"4-62","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":1.1734375,"imgScale":1,"mapScale":1.1734375,"rect":{"x":780.67,"y":1747.98,"width":43.96,"height":43.96}},{"index":45,"itemType":"rect","itemName":"4-63","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":1.1734375,"imgScale":1,"mapScale":1.1734375,"rect":{"x":514.71,"y":1747.98,"width":43.96,"height":43.96}},{"index":46,"itemType":"rect","itemName":"1-20","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":1.1734375,"imgScale":1,"mapScale":1.1734375,"rect":{"x":348.76,"y":203.87,"width":39.56,"height":39.56}},{"index":47,"itemType":"rect","itemName":"1-30","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":1.1734375,"imgScale":1,"mapScale":1.1734375,"rect":{"x":267.43,"y":284.09,"width":39.56,"height":39.56}},{"index":48,"itemType":"rect","itemName":"1-40","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":1.1734375,"imgScale":1,"mapScale":1.1734375,"rect":{"x":183.9,"y":284.09,"width":39.56,"height":39.56}},{"index":49,"itemType":"rect","itemName":"1-50","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":1.1734375,"imgScale":1,"mapScale":1.1734375,"rect":{"x":103.68,"y":408.28,"width":39.56,"height":39.56}},{"index":50,"itemType":"rect","itemName":"1-33","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":1.1734375,"imgScale":1,"mapScale":1.1734375,"rect":{"x":473.14,"y":284.09,"width":39.56,"height":39.56}}],"hotZoneConfigArr":[{"hotZoneType":"9","linkHotZoneIndex":-1,"audio_url":"","score":"1","unselectedStyle":"none","selectedStyle":"border","rightOrWrongStyleType":"symbol","inputText":"","contentList":[{"uuid":"69bac506-7417-4949-b45e-1bcd08474e90","text":"","optionShowText":"","image_url":"","hotZoneIndex":null,"score":0,"isCorrect":false,"isCheck":false,"linkedShowText":"","selectStartHotZoneIndex":null,"selectEndHotZoneIndex":null,"selectEndHotZoneShowIndex":null,"selectHotZoneIndex":0,"letter":"m"},{"uuid":"f1c9b0a5-541a-4d6c-8ec4-699d57f9a224","text":"","optionShowText":"","image_url":"","hotZoneIndex":null,"score":0,"isCorrect":false,"isCheck":false,"linkedShowText":"","selectStartHotZoneIndex":null,"selectEndHotZoneIndex":null,"selectEndHotZoneShowIndex":null,"selectHotZoneIndex":1,"letter":"u"},{"uuid":"1cc0fd16-3956-475c-aa37-7567be2f2b55","text":"","optionShowText":"","image_url":"","hotZoneIndex":null,"score":0,"isCorrect":false,"isCheck":false,"linkedShowText":"","selectStartHotZoneIndex":null,"selectEndHotZoneIndex":null,"selectEndHotZoneShowIndex":null,"selectHotZoneIndex":2,"letter":"s"},{"uuid":"00f09d34-a9b5-4c4b-acba-5d7b9fe7a0fc","text":"","optionShowText":"","image_url":"","hotZoneIndex":null,"score":0,"isCorrect":false,"isCheck":false,"linkedShowText":"","selectStartHotZoneIndex":null,"selectEndHotZoneIndex":null,"selectEndHotZoneShowIndex":null,"selectHotZoneIndex":3,"letter":"i"},{"uuid":"4425a440-1d7d-4c5e-9248-99ad8eabec91","text":"","optionShowText":"","image_url":"","hotZoneIndex":null,"score":0,"isCorrect":false,"isCheck":false,"linkedShowText":"","selectStartHotZoneIndex":null,"selectEndHotZoneIndex":null,"selectEndHotZoneShowIndex":null,"selectHotZoneIndex":4,"letter":"c"}],"linkResultShowHotZoneIndex":46},{"hotZoneType":"9","linkHotZoneIndex":-1,"audio_url":"","score":"1","unselectedStyle":"none","selectedStyle":"border","rightOrWrongStyleType":"symbol","inputText":"","contentList":[{"uuid":"0be0a2fd-030a-4f38-9ebb-29f8f697188d","text":"","optionShowText":"","image_url":"","hotZoneIndex":null,"score":0,"isCorrect":false,"isCheck":false,"linkedShowText":"","selectStartHotZoneIndex":null,"selectEndHotZoneIndex":null,"selectEndHotZoneShowIndex":null,"selectHotZoneIndex":0,"letter":"m"},{"uuid":"10b69a20-26f0-4313-b563-d471ba4853d0","text":"","optionShowText":"","image_url":"","hotZoneIndex":null,"score":0,"isCorrect":false,"isCheck":false,"linkedShowText":"","selectStartHotZoneIndex":null,"selectEndHotZoneIndex":null,"selectEndHotZoneShowIndex":null,"selectHotZoneIndex":5,"letter":"a"},{"uuid":"8c97e025-cb70-4f4a-922d-75f819e10626","text":"","optionShowText":"","image_url":"","hotZoneIndex":null,"score":0,"isCorrect":false,"isCheck":false,"linkedShowText":"","selectStartHotZoneIndex":null,"selectEndHotZoneIndex":null,"selectEndHotZoneShowIndex":null,"selectHotZoneIndex":6,"letter":"t"},{"uuid":"5e2ad2e4-ff0d-4929-99bb-2f89ea45b53c","text":"","optionShowText":"","image_url":"","hotZoneIndex":null,"score":0,"isCorrect":false,"isCheck":false,"linkedShowText":"","selectStartHotZoneIndex":null,"selectEndHotZoneIndex":null,"selectEndHotZoneShowIndex":null,"selectHotZoneIndex":50,"letter":"h"}],"linkResultShowHotZoneIndex":47},{"hotZoneType":"9","linkHotZoneIndex":-1,"audio_url":"","score":"1","unselectedStyle":"none","selectedStyle":"border","rightOrWrongStyleType":"symbol","inputText":"","contentList":[{"uuid":"0be0a2fd-030a-4f38-9ebb-29f8f697188d","text":"","optionShowText":"","image_url":"","hotZoneIndex":null,"score":0,"isCorrect":false,"isCheck":false,"linkedShowText":"","selectStartHotZoneIndex":null,"selectEndHotZoneIndex":null,"selectEndHotZoneShowIndex":null,"selectHotZoneIndex":7,"letter":"P"},{"uuid":"10b69a20-26f0-4313-b563-d471ba4853d0","text":"","optionShowText":"","image_url":"","hotZoneIndex":null,"score":0,"isCorrect":false,"isCheck":false,"linkedShowText":"","selectStartHotZoneIndex":null,"selectEndHotZoneIndex":null,"selectEndHotZoneShowIndex":null,"selectHotZoneIndex":8,"letter":"E"}],"linkResultShowHotZoneIndex":48},{"hotZoneType":"9","linkHotZoneIndex":-1,"audio_url":"","score":"1","unselectedStyle":"none","selectedStyle":"border","rightOrWrongStyleType":"symbol","inputText":"","contentList":[{"uuid":"0be0a2fd-030a-4f38-9ebb-29f8f697188d","text":"","optionShowText":"","image_url":"","hotZoneIndex":null,"score":0,"isCorrect":false,"isCheck":false,"linkedShowText":"","selectStartHotZoneIndex":null,"selectEndHotZoneIndex":null,"selectEndHotZoneShowIndex":null,"selectHotZoneIndex":8,"letter":"E"},{"uuid":"10b69a20-26f0-4313-b563-d471ba4853d0","text":"","optionShowText":"","image_url":"","hotZoneIndex":null,"score":0,"isCorrect":false,"isCheck":false,"linkedShowText":"","selectStartHotZoneIndex":null,"selectEndHotZoneIndex":null,"selectEndHotZoneShowIndex":null,"selectHotZoneIndex":9,"letter":"n"},{"uuid":"42e2269b-dd9d-4988-8a2f-f65698175944","text":"","optionShowText":"","image_url":"","hotZoneIndex":null,"score":0,"isCorrect":false,"isCheck":false,"linkedShowText":"","selectStartHotZoneIndex":null,"selectEndHotZoneIndex":null,"selectEndHotZoneShowIndex":null,"selectHotZoneIndex":10,"letter":"g"},{"uuid":"49731ad6-eeee-450a-b7e0-a1556c474f6e","text":"","optionShowText":"","image_url":"","hotZoneIndex":null,"score":0,"isCorrect":false,"isCheck":false,"linkedShowText":"","selectStartHotZoneIndex":null,"selectEndHotZoneIndex":null,"selectEndHotZoneShowIndex":null,"selectHotZoneIndex":11,"letter":"l"},{"uuid":"4f54b246-d89f-465e-b353-2b19b87d5310","text":"","optionShowText":"","image_url":"","hotZoneIndex":null,"score":0,"isCorrect":false,"isCheck":false,"linkedShowText":"","selectStartHotZoneIndex":null,"selectEndHotZoneIndex":null,"selectEndHotZoneShowIndex":null,"selectHotZoneIndex":3,"letter":"i"},{"uuid":"386f4dc2-35a5-41e0-a324-51a01d2b94f2","text":"","optionShowText":"","image_url":"","hotZoneIndex":null,"score":0,"isCorrect":false,"isCheck":false,"linkedShowText":"","selectStartHotZoneIndex":null,"selectEndHotZoneIndex":null,"selectEndHotZoneShowIndex":null,"selectHotZoneIndex":12,"letter":"s"},{"uuid":"1462a6c8-cd47-404d-8707-d0246351e7ee","text":"","optionShowText":"","image_url":"","hotZoneIndex":null,"score":0,"isCorrect":false,"isCheck":false,"linkedShowText":"","selectStartHotZoneIndex":null,"selectEndHotZoneIndex":null,"selectEndHotZoneShowIndex":null,"selectHotZoneIndex":13,"letter":"h"}],"linkResultShowHotZoneIndex":49},{"hotZoneType":"5","linkHotZoneIndex":24,"audio_url":"","score":"0.5","unselectedStyle":"none","selectedStyle":"border","rightOrWrongStyleType":"symbol","inputText":"computer room","contentList":[]},{"hotZoneType":"5","linkHotZoneIndex":26,"audio_url":"","score":"0.5","unselectedStyle":"none","selectedStyle":"border","rightOrWrongStyleType":"symbol","inputText":"field","contentList":[]},{"hotZoneType":"5","linkHotZoneIndex":25,"audio_url":"","score":"0.5","unselectedStyle":"none","selectedStyle":"border","rightOrWrongStyleType":"symbol","inputText":"art room","contentList":[]},{"hotZoneType":"6","linkHotZoneIndex":-1,"audio_url":"","score":"0","unselectedStyle":"none","selectedStyle":"border","rightOrWrongStyleType":"symbol","inputText":"","contentList":[{"uuid":"cca81944-c90d-4166-8c1a-3d937b8d80ef","text":"","optionShowText":"","image_url":"","hotZoneIndex":null,"score":"0.5","isCorrect":false,"isCheck":false,"linkedShowText":"d","selectStartHotZoneIndex":15,"selectEndHotZoneIndex":16,"selectEndHotZoneShowIndex":17},{"uuid":"2cee0d75-7631-4b0f-82e5-fbfd7992a806","text":"","optionShowText":"","image_url":"","hotZoneIndex":null,"score":"0.5","isCorrect":false,"isCheck":false,"linkedShowText":"a","selectStartHotZoneIndex":18,"selectEndHotZoneIndex":19,"selectEndHotZoneShowIndex":20},{"uuid":"59388b0b-2fd5-407c-bc7a-c24d0a1933a7","text":"","optionShowText":"","image_url":"","hotZoneIndex":null,"score":"0.5","isCorrect":false,"isCheck":false,"linkedShowText":"b","selectStartHotZoneIndex":21,"selectEndHotZoneIndex":22,"selectEndHotZoneShowIndex":23}],"linkResultShowHotZoneIndex":14},{"hotZoneType":"0","linkHotZoneIndex":27,"audio_url":"","score":"5","unselectedStyle":"none","selectedStyle":"border","rightOrWrongStyleType":"symbol","inputText":"their","contentList":[{"uuid":"a3410857-c7e7-40c8-9cb5-20cdb4175b1b","text":"","optionShowText":"","image_url":"","hotZoneIndex":null,"score":"1","isCorrect":false,"isCheck":false,"linkedShowText":"","selectStartHotZoneIndex":null,"selectEndHotZoneIndex":null,"selectEndHotZoneShowIndex":null,"selectOptionListIndex":1,"selectHotZoneIndex":27},{"uuid":"4652e686-7bb5-45d2-a80d-813e0c684b4b","text":"","optionShowText":"","image_url":"","hotZoneIndex":null,"score":"1","isCorrect":false,"isCheck":false,"linkedShowText":"","selectStartHotZoneIndex":null,"selectEndHotZoneIndex":null,"selectEndHotZoneShowIndex":null,"selectOptionListIndex":1,"selectHotZoneIndex":28},{"uuid":"fea9518c-8987-4b77-a369-1eeac1c8ab98","text":"","optionShowText":"","image_url":"","hotZoneIndex":null,"score":"1","isCorrect":false,"isCheck":false,"linkedShowText":"","selectStartHotZoneIndex":null,"selectEndHotZoneIndex":null,"selectEndHotZoneShowIndex":null,"selectOptionListIndex":0,"selectHotZoneIndex":29}],"useSelectOptionList":true,"selectOptionList":[{"text":"our","optionShowText":"our"},{"text":"their","optionShowText":"their"}]},{"hotZoneType":"6","linkHotZoneIndex":-1,"audio_url":"","score":"0","unselectedStyle":"none","selectedStyle":"border","rightOrWrongStyleType":"symbol","inputText":"","contentList":[{"uuid":"9f296ed9-48ec-4b83-a4b1-70f3aea6ccaa","text":"","optionShowText":"","image_url":"","hotZoneIndex":null,"score":"1","isCorrect":false,"isCheck":false,"linkedShowText":"e","selectStartHotZoneIndex":34,"selectEndHotZoneIndex":35,"selectEndHotZoneShowIndex":36},{"uuid":"cf9556f9-d579-46fc-8743-9bee998be0d0","text":"","optionShowText":"","image_url":"","hotZoneIndex":null,"score":"1","isCorrect":false,"isCheck":false,"linkedShowText":"c","selectStartHotZoneIndex":37,"selectEndHotZoneIndex":38,"selectEndHotZoneShowIndex":39},{"uuid":"366dc955-8193-4301-8471-77da23e7eb26","text":"","optionShowText":"","image_url":"","hotZoneIndex":null,"score":"1","isCorrect":false,"isCheck":false,"linkedShowText":"d","selectStartHotZoneIndex":40,"selectEndHotZoneIndex":41,"selectEndHotZoneShowIndex":42},{"uuid":"867296d6-e980-4e0f-9d8f-f270172daac0","text":"","optionShowText":"","image_url":"","hotZoneIndex":null,"score":"1","isCorrect":false,"isCheck":false,"linkedShowText":"f","selectStartHotZoneIndex":43,"selectEndHotZoneIndex":44,"selectEndHotZoneShowIndex":45},{"uuid":"813397f8-edaf-4d46-b594-1b2be9fbcdd8","text":"","optionShowText":"","image_url":"","hotZoneIndex":null,"score":"1","isCorrect":false,"isCheck":false,"linkedShowText":"a","selectStartHotZoneIndex":31,"selectEndHotZoneIndex":32,"selectEndHotZoneShowIndex":33}],"linkResultShowHotZoneIndex":30}],"scoreConfigArr":[{"linkHotZoneIndex":-1,"linkHotZoneIndexArr":[0,1,2,3,4,5,6,7,8,9,10,11]}],"ratingSystem":"0"} export const defaultData = {"header_image_url":"http://teach.cdn.ireadabc.com/4a169f047cbec600fcb603d589a83c50.jpg","footer_image_url":"http://teach.cdn.ireadabc.com/665e4c3e6a80563b4c33dd7bbcd18014.jpg","hotZoneConfigArr":[{"hotZoneType":"3","linkHotZoneIndex":-1,"audio_url":"","score":"1","unselectedStyle":"mask","selectedStyle":"border","rightOrWrongStyleType":"symbol","inputText":"","contentList":[{"uuid":"e8bd0458-4d7f-4e30-a5d4-ab5355308f88","text":"","optionShowText":"","image_url":"","hotZoneIndex":null,"score":0,"isCorrect":true,"isCheck":false,"linkedShowText":"","selectStartHotZoneIndex":null,"selectEndHotZoneIndex":null,"selectEndHotZoneShowIndex":null,"selectHotZoneIndex":0},{"uuid":"53977fcc-5801-47a1-9997-de549c1885ed","text":"","optionShowText":"","image_url":"","hotZoneIndex":null,"score":0,"isCorrect":false,"isCheck":false,"linkedShowText":"","selectStartHotZoneIndex":null,"selectEndHotZoneIndex":null,"selectEndHotZoneShowIndex":null,"selectHotZoneIndex":1}],"linkResultShowHotZoneIndex":2},{"hotZoneType":"3","linkHotZoneIndex":-1,"audio_url":"","score":"1","unselectedStyle":"mask","selectedStyle":"border","rightOrWrongStyleType":"symbol","inputText":"","contentList":[{"uuid":"60e76541-72bb-4cb7-a5c8-a99ee1be669b","text":"","optionShowText":"","image_url":"","hotZoneIndex":null,"score":0,"isCorrect":true,"isCheck":false,"linkedShowText":"","selectStartHotZoneIndex":null,"selectEndHotZoneIndex":null,"selectEndHotZoneShowIndex":null,"selectHotZoneIndex":3},{"uuid":"564ef5ec-4034-4a54-9c39-98c52d08d78d","text":"","optionShowText":"","image_url":"","hotZoneIndex":null,"score":0,"isCorrect":false,"isCheck":false,"linkedShowText":"","selectStartHotZoneIndex":null,"selectEndHotZoneIndex":null,"selectEndHotZoneShowIndex":null,"selectHotZoneIndex":4}],"linkResultShowHotZoneIndex":5},{"hotZoneType":"3","linkHotZoneIndex":-1,"audio_url":"","score":"1","unselectedStyle":"mask","selectedStyle":"border","rightOrWrongStyleType":"symbol","inputText":"","contentList":[{"uuid":"8b302db4-c949-45ba-9b1e-1f54af93cb16","text":"","optionShowText":"","image_url":"","hotZoneIndex":null,"score":0,"isCorrect":true,"isCheck":false,"linkedShowText":"","selectStartHotZoneIndex":null,"selectEndHotZoneIndex":null,"selectEndHotZoneShowIndex":null,"selectHotZoneIndex":6},{"uuid":"35ee9c98-6a6e-404a-872e-afeb3de67e61","text":"","optionShowText":"","image_url":"","hotZoneIndex":null,"score":0,"isCorrect":false,"isCheck":false,"linkedShowText":"","selectStartHotZoneIndex":null,"selectEndHotZoneIndex":null,"selectEndHotZoneShowIndex":null,"selectHotZoneIndex":7}],"linkResultShowHotZoneIndex":8},{"hotZoneType":"3","linkHotZoneIndex":-1,"audio_url":"","score":"1","unselectedStyle":"mask","selectedStyle":"border","rightOrWrongStyleType":"symbol","inputText":"","contentList":[{"uuid":"e857d604-070a-472e-9e2c-d340dd5193d8","text":"","optionShowText":"","image_url":"","hotZoneIndex":null,"score":0,"isCorrect":false,"isCheck":false,"linkedShowText":"","selectStartHotZoneIndex":null,"selectEndHotZoneIndex":null,"selectEndHotZoneShowIndex":null,"selectHotZoneIndex":9},{"uuid":"aacc4bac-bdbb-4017-a6ca-ec5b8249916f","text":"","optionShowText":"","image_url":"","hotZoneIndex":null,"score":0,"isCorrect":true,"isCheck":false,"linkedShowText":"","selectStartHotZoneIndex":null,"selectEndHotZoneIndex":null,"selectEndHotZoneShowIndex":null,"selectHotZoneIndex":10}],"linkResultShowHotZoneIndex":11},{"hotZoneType":"5","linkHotZoneIndex":12,"audio_url":"","score":"1","unselectedStyle":"none","selectedStyle":"border","rightOrWrongStyleType":"symbol","inputText":"Monday","contentList":[]},{"hotZoneType":"5","linkHotZoneIndex":13,"audio_url":"","score":"1","unselectedStyle":"none","selectedStyle":"border","rightOrWrongStyleType":"symbol","inputText":"Tuesday","contentList":[]},{"hotZoneType":"5","linkHotZoneIndex":14,"audio_url":"","score":"1","unselectedStyle":"none","selectedStyle":"border","rightOrWrongStyleType":"symbol","inputText":"Thursday","contentList":[]},{"hotZoneType":"5","linkHotZoneIndex":15,"audio_url":"","score":"1","unselectedStyle":"none","selectedStyle":"border","rightOrWrongStyleType":"symbol","inputText":"Friday","contentList":[]},{"hotZoneType":"10","linkHotZoneIndex":16,"audio_url":"","score":"2","unselectedStyle":"none","selectedStyle":"border","rightOrWrongStyleType":"symbol","inputText":"","contentList":[{"uuid":"c22752f5-4e15-4605-809d-b7123aafe4c0","text":"are","optionShowText":"","image_url":"","hotZoneIndex":null,"score":0,"isCorrect":false,"isCheck":false,"linkedShowText":"","selectStartHotZoneIndex":null,"selectEndHotZoneIndex":null,"selectEndHotZoneShowIndex":null,"sortIndex":"3"},{"uuid":"c37a67bb-b6a8-4d27-8e5b-bd48e5843d25","text":"How","optionShowText":"","image_url":"","hotZoneIndex":null,"score":0,"isCorrect":false,"isCheck":false,"linkedShowText":"","selectStartHotZoneIndex":null,"selectEndHotZoneIndex":null,"selectEndHotZoneShowIndex":null,"sortIndex":"1"},{"uuid":"fdd2ab23-12c2-40d1-807c-dc07cd585e80","text":"old","optionShowText":"","image_url":"","hotZoneIndex":null,"score":0,"isCorrect":false,"isCheck":false,"linkedShowText":"","selectStartHotZoneIndex":null,"selectEndHotZoneIndex":null,"selectEndHotZoneShowIndex":null,"sortIndex":"2"},{"uuid":"8639a52c-3f03-4b3a-904d-ab42d38ba0f0","text":"you?","optionShowText":"","image_url":"","hotZoneIndex":null,"score":0,"isCorrect":false,"isCheck":false,"linkedShowText":"","selectStartHotZoneIndex":null,"selectEndHotZoneIndex":null,"selectEndHotZoneShowIndex":null,"sortIndex":"4"}],"linkResultShowHotZoneIndex":17},{"hotZoneType":"5","linkHotZoneIndex":18,"audio_url":"","score":"1","unselectedStyle":"none","selectedStyle":"border","rightOrWrongStyleType":"symbol","inputText":"I,m","contentList":[],"keyWordMatch":true,"isCaseInsensitive":false},{"hotZoneType":"10","linkHotZoneIndex":19,"audio_url":"","score":"1","unselectedStyle":"none","selectedStyle":"border","rightOrWrongStyleType":"symbol","inputText":"","contentList":[{"uuid":"221a3b0d-bdd0-4b26-a133-3f0f08748c20","text":"are","optionShowText":"","image_url":"","hotZoneIndex":null,"score":0,"isCorrect":false,"isCheck":false,"linkedShowText":"","selectStartHotZoneIndex":null,"selectEndHotZoneIndex":null,"selectEndHotZoneShowIndex":null,"sortIndex":"2"},{"uuid":"08560d80-5d5e-4363-875b-f1a8d652d16b","text":"How","optionShowText":"","image_url":"","hotZoneIndex":null,"score":0,"isCorrect":false,"isCheck":false,"linkedShowText":"","selectStartHotZoneIndex":null,"selectEndHotZoneIndex":null,"selectEndHotZoneShowIndex":null,"sortIndex":"1"},{"uuid":"2a080e55-4704-44cd-a75a-908965dbb233","text":"you?","optionShowText":"","image_url":"","hotZoneIndex":null,"score":0,"isCorrect":false,"isCheck":false,"linkedShowText":"","selectStartHotZoneIndex":null,"selectEndHotZoneIndex":null,"selectEndHotZoneShowIndex":null,"sortIndex":"3"}],"linkResultShowHotZoneIndex":20},{"hotZoneType":"5","linkHotZoneIndex":21,"audio_url":"","score":"1","unselectedStyle":"none","selectedStyle":"border","rightOrWrongStyleType":"symbol","inputText":"I,m,fine","contentList":[],"keyWordMatch":true,"isCaseInsensitive":true},{"hotZoneType":"10","linkHotZoneIndex":22,"audio_url":"","score":"1","unselectedStyle":"none","selectedStyle":"border","rightOrWrongStyleType":"symbol","inputText":"","contentList":[{"uuid":"16d5c6b4-bbc8-4ccd-924d-4fe273408f80","text":"seven?","optionShowText":"","image_url":"","hotZoneIndex":null,"score":0,"isCorrect":false,"isCheck":false,"linkedShowText":"","selectStartHotZoneIndex":null,"selectEndHotZoneIndex":null,"selectEndHotZoneShowIndex":null,"sortIndex":"3"},{"uuid":"e681c7af-cb65-46b3-a3cb-9132bb51a3b9","text":"you","optionShowText":"","image_url":"","hotZoneIndex":null,"score":0,"isCorrect":false,"isCheck":false,"linkedShowText":"","selectStartHotZoneIndex":null,"selectEndHotZoneIndex":null,"selectEndHotZoneShowIndex":null,"sortIndex":"2"},{"uuid":"5227c05e-f024-44d6-9074-a08929f2d0d8","text":"Are","optionShowText":"","image_url":"","hotZoneIndex":null,"score":0,"isCorrect":false,"isCheck":false,"linkedShowText":"","selectStartHotZoneIndex":null,"selectEndHotZoneIndex":null,"selectEndHotZoneShowIndex":null,"sortIndex":"1"}],"linkResultShowHotZoneIndex":23},{"hotZoneType":"5","linkHotZoneIndex":24,"audio_url":"","score":"1","unselectedStyle":"none","selectedStyle":"border","rightOrWrongStyleType":"symbol","inputText":"No | Yes","contentList":[],"keyWordMatch":true}],"bgItem":{"url":"http://teach.cdn.ireadabc.com/e2b91a96e1bf8b51f8a20c2b805a4a66.jpg","rect":{"x":0,"y":1659.2541666666666,"width":1351,"height":1677.4916666666666}},"hotZoneItemArr":[{"index":0,"itemType":"rect","itemName":"1-2-1five","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":1.05546875,"imgScale":1,"mapScale":1.05546875,"rect":{"x":400.94,"y":274.02,"width":49.52,"height":29.07}},{"index":1,"itemType":"rect","itemName":"1-2-2four","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":1.05546875,"imgScale":1,"mapScale":1.05546875,"rect":{"x":476.84,"y":274.02,"width":57.06,"height":29.07}},{"index":2,"itemType":"rect","itemName":"1-2正确","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":1.05546875,"imgScale":1,"mapScale":1.05546875,"rect":{"x":354.64,"y":124.9,"width":32.3,"height":32.3}},{"index":3,"itemType":"rect","itemName":"1-3-1seven","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":1.05546875,"imgScale":1,"mapScale":1.05546875,"rect":{"x":637.81,"y":274.02,"width":86.13,"height":29.07}},{"index":4,"itemType":"rect","itemName":"1-3-2six","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":1.05546875,"imgScale":1,"mapScale":1.05546875,"rect":{"x":747.64,"y":274.02,"width":43.07,"height":29.07}},{"index":5,"itemType":"rect","itemName":"1-3正确","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":1.05546875,"imgScale":1,"mapScale":1.05546875,"rect":{"x":581.82,"y":124.9,"width":32.3,"height":32.3}},{"index":6,"itemType":"rect","itemName":"1-4-1two","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":1.05546875,"imgScale":1,"mapScale":1.05546875,"rect":{"x":881.15,"y":274.02,"width":53.83,"height":29.07}},{"index":7,"itemType":"rect","itemName":"1-4-2three","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":1.05546875,"imgScale":1,"mapScale":1.05546875,"rect":{"x":960.82,"y":274.02,"width":73.22,"height":29.07}},{"index":8,"itemType":"rect","itemName":"1-4正确","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":1.05546875,"imgScale":1,"mapScale":1.05546875,"rect":{"x":823,"y":123.82,"width":32.3,"height":32.3}},{"index":9,"itemType":"rect","itemName":"1-5-1nine","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":1.05546875,"imgScale":1,"mapScale":1.05546875,"rect":{"x":1121.79,"y":274.02,"width":61.37,"height":29.07}},{"index":10,"itemType":"rect","itemName":"1-5-2ten","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":1.05546875,"imgScale":1,"mapScale":1.05546875,"rect":{"x":1205.23,"y":274.02,"width":51.68,"height":29.07}},{"index":11,"itemType":"rect","itemName":"1-5正确","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":1.05546875,"imgScale":1,"mapScale":1.05546875,"rect":{"x":1067.42,"y":123.82,"width":32.3,"height":32.3}},{"index":12,"itemType":"rect","itemName":"2-2Monday","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":1.05546875,"imgScale":1,"mapScale":1.05546875,"rect":{"x":404.17,"y":607.26,"width":215.34,"height":32.3}},{"index":13,"itemType":"rect","itemName":"2-3Tuesday","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":1.05546875,"imgScale":1,"mapScale":1.05546875,"rect":{"x":428.94,"y":670.78,"width":215.34,"height":32.3}},{"index":14,"itemType":"rect","itemName":"2-5 Thursday","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":1.05546875,"imgScale":1,"mapScale":1.05546875,"rect":{"x":433.24,"y":788.14,"width":236.87,"height":32.3}},{"index":15,"itemType":"rect","itemName":"2-6Friday ","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":1.05546875,"imgScale":1,"mapScale":1.05546875,"rect":{"x":395.56,"y":847.36,"width":215.34,"height":32.3}},{"index":16,"itemType":"rect","itemName":"How old are you? ","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":1.05546875,"imgScale":1,"mapScale":1.05546875,"rect":{"x":600.12,"y":1254.89,"width":398.37,"height":37.69}},{"index":17,"itemType":"rect","itemName":"3-2正确","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":1.05546875,"imgScale":1,"mapScale":1.05546875,"rect":{"x":553.83,"y":1257.58,"width":32.3,"height":32.3}},{"index":18,"itemType":"rect","itemName":"3-2文字","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":1.05546875,"imgScale":1,"mapScale":1.05546875,"rect":{"x":600.12,"y":1315.18,"width":215.34,"height":37.69}},{"index":19,"itemType":"rect","itemName":"How are you? ","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":1.05546875,"imgScale":1,"mapScale":1.05546875,"rect":{"x":600.12,"y":1373.32,"width":323.01,"height":37.69}},{"index":20,"itemType":"rect","itemName":"3-3正确","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":1.05546875,"imgScale":1,"mapScale":1.05546875,"rect":{"x":554.91,"y":1376.01,"width":32.3,"height":32.3}},{"index":21,"itemType":"rect","itemName":"3-3文字","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":1.05546875,"imgScale":1,"mapScale":1.05546875,"rect":{"x":600.12,"y":1432.55,"width":215.34,"height":37.69}},{"index":22,"itemType":"rect","itemName":"Are you seven?","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":1.05546875,"imgScale":1,"mapScale":1.05546875,"rect":{"x":600.12,"y":1491.76,"width":279.94,"height":37.69}},{"index":23,"itemType":"rect","itemName":"3-4正确","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":1.05546875,"imgScale":1,"mapScale":1.05546875,"rect":{"x":557.06,"y":1494.46,"width":32.3,"height":32.3}},{"index":24,"itemType":"rect","itemName":"3-4文字","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":1.05546875,"imgScale":1,"mapScale":1.05546875,"rect":{"x":601.2,"y":1552.06,"width":279.94,"height":37.69}}],"scoreConfigArr":[{"linkHotZoneIndex":-1,"linkHotZoneIndexArr":[0,1,2,3,4,5,6,7]},{"linkHotZoneIndex":-1,"linkHotZoneIndexArr":[8,9,10,11,12,13]}],"alignMode":"left","ratingSystem":"0"}
\ No newline at end of file \ No newline at end of file
export const historyData = { export const historyData = {
"dataSaved": { "dataSaved": {
"footer_image_url": "http://teach.cdn.ireadabc.com/5b6405c5beff73d99bb647a510ab8fed.jpg", "header_image_url": "http://teach.cdn.ireadabc.com/4a169f047cbec600fcb603d589a83c50.jpg",
"alignMode": "left", "footer_image_url": "http://teach.cdn.ireadabc.com/665e4c3e6a80563b4c33dd7bbcd18014.jpg",
"header_image_url": "http://teach.cdn.ireadabc.com/083720132dfa2d2da2b7c3d9bb572224.jpg",
"bgItem": {
"url": "http://teach.cdn.ireadabc.com/bd12a6c02d07c8a1b4500172651e75f5.jpg",
"rect": {
"x": 0,
"y": 1586.3694444444445,
"width": 1502,
"height": 1823.2611111111112
}
},
"hotZoneItemArr": [
{
"index": 0,
"itemType": "rect",
"itemName": "1-21",
"fontSize": 50,
"fontName": "BRLNSR_1",
"fontColor": "#8f3758",
"fontScale": 1.1734375,
"imgScale": 1,
"mapScale": 1.1734375,
"rect": {
"x": 348.76,
"y": 284.09,
"width": 39.56,
"height": 39.56
}
},
{
"index": 1,
"itemType": "rect",
"itemName": "1-22",
"fontSize": 50,
"fontName": "BRLNSR_1",
"fontColor": "#8f3758",
"fontScale": 1.1734375,
"imgScale": 1,
"mapScale": 1.1734375,
"rect": {
"x": 348.76,
"y": 325.86,
"width": 39.56,
"height": 39.56
}
},
{
"index": 2,
"itemType": "rect",
"itemName": "1-23",
"fontSize": 50,
"fontName": "BRLNSR_1",
"fontColor": "#8f3758",
"fontScale": 1.1734375,
"imgScale": 1,
"mapScale": 1.1734375,
"rect": {
"x": 348.76,
"y": 366.52,
"width": 39.56,
"height": 39.56
}
},
{
"index": 3,
"itemType": "rect",
"itemName": "1-24",
"fontSize": 50,
"fontName": "BRLNSR_1",
"fontColor": "#8f3758",
"fontScale": 1.1734375,
"imgScale": 1,
"mapScale": 1.1734375,
"rect": {
"x": 348.76,
"y": 408.28,
"width": 39.56,
"height": 39.56
}
},
{
"index": 4,
"itemType": "rect",
"itemName": "1-25",
"fontSize": 50,
"fontName": "BRLNSR_1",
"fontColor": "#8f3758",
"fontScale": 1.1734375,
"imgScale": 1,
"mapScale": 1.1734375,
"rect": {
"x": 348.76,
"y": 450.05,
"width": 39.56,
"height": 39.56
}
},
{
"index": 5,
"itemType": "rect",
"itemName": "1-31",
"fontSize": 50,
"fontName": "BRLNSR_1",
"fontColor": "#8f3758",
"fontScale": 1.1734375,
"imgScale": 1,
"mapScale": 1.1734375,
"rect": {
"x": 390.52,
"y": 284.09,
"width": 39.56,
"height": 39.56
}
},
{
"index": 6,
"itemType": "rect",
"itemName": "1-32",
"fontSize": 50,
"fontName": "BRLNSR_1",
"fontColor": "#8f3758",
"fontScale": 1.1734375,
"imgScale": 1,
"mapScale": 1.1734375,
"rect": {
"x": 432.48,
"y": 284.09,
"width": 39.56,
"height": 39.56
}
},
{
"index": 7,
"itemType": "rect",
"itemName": "1-41",
"fontSize": 50,
"fontName": "BRLNSR_1",
"fontColor": "#8f3758",
"fontScale": 1.1734375,
"imgScale": 1,
"mapScale": 1.1734375,
"rect": {
"x": 183.9,
"y": 366.52,
"width": 39.56,
"height": 39.56
}
},
{
"index": 8,
"itemType": "rect",
"itemName": "1-42",
"fontSize": 50,
"fontName": "BRLNSR_1",
"fontColor": "#8f3758",
"fontScale": 1.1734375,
"imgScale": 1,
"mapScale": 1.1734375,
"rect": {
"x": 183.9,
"y": 408.28,
"width": 39.56,
"height": 39.56
}
},
{
"index": 9,
"itemType": "rect",
"itemName": "1-51",
"fontSize": 50,
"fontName": "BRLNSR_1",
"fontColor": "#8f3758",
"fontScale": 1.1734375,
"imgScale": 1,
"mapScale": 1.1734375,
"rect": {
"x": 225.67,
"y": 408.28,
"width": 39.56,
"height": 39.56
}
},
{
"index": 10,
"itemType": "rect",
"itemName": "1-52",
"fontSize": 50,
"fontName": "BRLNSR_1",
"fontColor": "#8f3758",
"fontScale": 1.1734375,
"imgScale": 1,
"mapScale": 1.1734375,
"rect": {
"x": 267.43,
"y": 408.28,
"width": 39.56,
"height": 39.56
}
},
{
"index": 11,
"itemType": "rect",
"itemName": "1-53",
"fontSize": 50,
"fontName": "BRLNSR_1",
"fontColor": "#8f3758",
"fontScale": 1.1734375,
"imgScale": 1,
"mapScale": 1.1734375,
"rect": {
"x": 308.1,
"y": 408.28,
"width": 39.56,
"height": 39.56
}
},
{
"index": 12,
"itemType": "rect",
"itemName": "1-54",
"fontSize": 50,
"fontName": "BRLNSR_1",
"fontColor": "#8f3758",
"fontScale": 1.1734375,
"imgScale": 1,
"mapScale": 1.1734375,
"rect": {
"x": 390.52,
"y": 408.28,
"width": 39.56,
"height": 39.56
}
},
{
"index": 13,
"itemType": "rect",
"itemName": "1-55",
"fontSize": 50,
"fontName": "BRLNSR_1",
"fontColor": "#8f3758",
"fontScale": 1.1734375,
"imgScale": 1,
"mapScale": 1.1734375,
"rect": {
"x": 431.19,
"y": 408.28,
"width": 39.56,
"height": 39.56
}
},
{
"index": 14,
"itemType": "rect",
"itemName": " 2-0",
"fontSize": 50,
"fontName": "BRLNSR_1",
"fontColor": "#8f3758",
"fontScale": 1.1734375,
"imgScale": 1,
"mapScale": 1.1734375,
"rect": {
"x": 45.43,
"y": 554.45,
"width": 43.96,
"height": 43.96
}
},
{
"index": 15,
"itemType": "rect",
"itemName": "2-21",
"fontSize": 50,
"fontName": "BRLNSR_1",
"fontColor": "#8f3758",
"fontScale": 1.1734375,
"imgScale": 1,
"mapScale": 1.1734375,
"rect": {
"x": 1313.7,
"y": 618.19,
"width": 43.96,
"height": 43.96
}
},
{
"index": 16,
"itemType": "rect",
"itemName": "2-22",
"fontSize": 50,
"fontName": "BRLNSR_1",
"fontColor": "#8f3758",
"fontScale": 1.1734375,
"imgScale": 1,
"mapScale": 1.1734375,
"rect": {
"x": 899.37,
"y": 763.26,
"width": 43.96,
"height": 43.96
}
},
{
"index": 17,
"itemType": "rect",
"itemName": "2-23",
"fontSize": 50,
"fontName": "BRLNSR_1",
"fontColor": "#8f3758",
"fontScale": 1.1734375,
"imgScale": 1,
"mapScale": 1.1734375,
"rect": {
"x": 1363.16,
"y": 617.1,
"width": 43.96,
"height": 43.96
}
},
{
"index": 18,
"itemType": "rect",
"itemName": "2-31",
"fontSize": 50,
"fontName": "BRLNSR_1",
"fontColor": "#8f3758",
"fontScale": 1.1734375,
"imgScale": 1,
"mapScale": 1.1734375,
"rect": {
"x": 482.83,
"y": 780.85,
"width": 43.96,
"height": 43.96
}
},
{
"index": 19,
"itemType": "rect",
"itemName": "2-32",
"fontSize": 50,
"fontName": "BRLNSR_1",
"fontColor": "#8f3758",
"fontScale": 1.1734375,
"imgScale": 1,
"mapScale": 1.1734375,
"rect": {
"x": 657.58,
"y": 580.82,
"width": 43.96,
"height": 43.96
}
},
{
"index": 20,
"itemType": "rect",
"itemName": "2-33",
"fontSize": 50,
"fontName": "BRLNSR_1",
"fontColor": "#8f3758",
"fontScale": 1.1734375,
"imgScale": 1,
"mapScale": 1.1734375,
"rect": {
"x": 433.39,
"y": 780.85,
"width": 43.96,
"height": 43.96
}
},
{
"index": 21,
"itemType": "rect",
"itemName": "2-41",
"fontSize": 50,
"fontName": "BRLNSR_1",
"fontColor": "#8f3758",
"fontScale": 1.1734375,
"imgScale": 1,
"mapScale": 1.1734375,
"rect": {
"x": 1312.59,
"y": 780.85,
"width": 43.96,
"height": 43.96
}
},
{
"index": 22,
"itemType": "rect",
"itemName": "2-42",
"fontSize": 50,
"fontName": "BRLNSR_1",
"fontColor": "#8f3758",
"fontScale": 1.1734375,
"imgScale": 1,
"mapScale": 1.1734375,
"rect": {
"x": 899.37,
"y": 580.82,
"width": 43.96,
"height": 43.96
}
},
{
"index": 23,
"itemType": "rect",
"itemName": "2-43",
"fontSize": 50,
"fontName": "BRLNSR_1",
"fontColor": "#8f3758",
"fontScale": 1.1734375,
"imgScale": 1,
"mapScale": 1.1734375,
"rect": {
"x": 1363.16,
"y": 780.85,
"width": 43.96,
"height": 43.96
}
},
{
"index": 24,
"itemType": "rect",
"itemName": "2-2a",
"fontSize": 50,
"fontName": "BRLNSR_1",
"fontColor": "#8f3758",
"fontScale": 1.1734375,
"imgScale": 1,
"mapScale": 1.1734375,
"rect": {
"x": 1075.47,
"y": 668.58,
"width": 240,
"height": 39.56
}
},
{
"index": 25,
"itemType": "rect",
"itemName": "2-3a",
"fontSize": 50,
"fontName": "BRLNSR_1",
"fontColor": "#8f3758",
"fontScale": 1.1734375,
"imgScale": 1,
"mapScale": 1.1734375,
"rect": {
"x": 164.48,
"y": 833.64,
"width": 179.99,
"height": 39.56
}
},
{
"index": 26,
"itemType": "rect",
"itemName": "2-4a",
"fontSize": 50,
"fontName": "BRLNSR_1",
"fontColor": "#8f3758",
"fontScale": 1.1734375,
"imgScale": 1,
"mapScale": 1.1734375,
"rect": {
"x": 1062.19,
"y": 833.64,
"width": 140.01,
"height": 39.56
}
},
{
"index": 27,
"itemType": "rect",
"itemName": " 3-2",
"fontSize": 50,
"fontName": "BRLNSR_1",
"fontColor": "#8f3758",
"fontScale": 1.1734375,
"imgScale": 1,
"mapScale": 1.1734375,
"rect": {
"x": 640,
"y": 1211.66,
"width": 109.9,
"height": 43.96
}
},
{
"index": 28,
"itemType": "rect",
"itemName": "3-3",
"fontSize": 50,
"fontName": "BRLNSR_1",
"fontColor": "#8f3758",
"fontScale": 1.1734375,
"imgScale": 1,
"mapScale": 1.1734375,
"rect": {
"x": 965.31,
"y": 1211.66,
"width": 109.9,
"height": 43.96
}
},
{
"index": 29,
"itemType": "rect",
"itemName": "3-4",
"fontSize": 50,
"fontName": "BRLNSR_1",
"fontColor": "#8f3758",
"fontScale": 1.1734375,
"imgScale": 1,
"mapScale": 1.1734375,
"rect": {
"x": 1290.61,
"y": 1211.66,
"width": 109.9,
"height": 43.96
}
},
{
"index": 30,
"itemType": "rect",
"itemName": " 4-0",
"fontSize": 50,
"fontName": "BRLNSR_1",
"fontColor": "#8f3758",
"fontScale": 1.1734375,
"imgScale": 1,
"mapScale": 1.1734375,
"rect": {
"x": 47.63,
"y": 1360.03,
"width": 43.96,
"height": 43.96
}
},
{
"index": 31,
"itemType": "rect",
"itemName": "4-21",
"fontSize": 50,
"fontName": "BRLNSR_1",
"fontColor": "#8f3758",
"fontScale": 1.1734375,
"imgScale": 1,
"mapScale": 1.1734375,
"rect": {
"x": 564.17,
"y": 1498.5,
"width": 43.96,
"height": 43.96
}
},
{
"index": 32,
"itemType": "rect",
"itemName": "4-22",
"fontSize": 50,
"fontName": "BRLNSR_1",
"fontColor": "#8f3758",
"fontScale": 1.1734375,
"imgScale": 1,
"mapScale": 1.1734375,
"rect": {
"x": 780.67,
"y": 1436.96,
"width": 43.96,
"height": 43.96
}
},
{
"index": 33,
"itemType": "rect",
"itemName": "4-23",
"fontSize": 50,
"fontName": "BRLNSR_1",
"fontColor": "#8f3758",
"fontScale": 1.1734375,
"imgScale": 1,
"mapScale": 1.1734375,
"rect": {
"x": 514.71,
"y": 1498.5,
"width": 43.96,
"height": 43.96
}
},
{
"index": 34,
"itemType": "rect",
"itemName": "4-31",
"fontSize": 50,
"fontName": "BRLNSR_1",
"fontColor": "#8f3758",
"fontScale": 1.1734375,
"imgScale": 1,
"mapScale": 1.1734375,
"rect": {
"x": 564.17,
"y": 1560.05,
"width": 43.96,
"height": 43.96
}
},
{
"index": 35,
"itemType": "rect",
"itemName": "4-32",
"fontSize": 50,
"fontName": "BRLNSR_1",
"fontColor": "#8f3758",
"fontScale": 1.1734375,
"imgScale": 1,
"mapScale": 1.1734375,
"rect": {
"x": 780.67,
"y": 1686.43,
"width": 43.96,
"height": 43.96
}
},
{
"index": 36,
"itemType": "rect",
"itemName": "4-33",
"fontSize": 50,
"fontName": "BRLNSR_1",
"fontColor": "#8f3758",
"fontScale": 1.1734375,
"imgScale": 1,
"mapScale": 1.1734375,
"rect": {
"x": 514.71,
"y": 1560.05,
"width": 43.96,
"height": 43.96
}
},
{
"index": 37,
"itemType": "rect",
"itemName": "4-41",
"fontSize": 50,
"fontName": "BRLNSR_1",
"fontColor": "#8f3758",
"fontScale": 1.1734375,
"imgScale": 1,
"mapScale": 1.1734375,
"rect": {
"x": 564.17,
"y": 1623.79,
"width": 43.96,
"height": 43.96
}
},
{
"index": 38,
"itemType": "rect",
"itemName": "4-42",
"fontSize": 50,
"fontName": "BRLNSR_1",
"fontColor": "#8f3758",
"fontScale": 1.1734375,
"imgScale": 1,
"mapScale": 1.1734375,
"rect": {
"x": 780.67,
"y": 1560.05,
"width": 43.96,
"height": 43.96
}
},
{
"index": 39,
"itemType": "rect",
"itemName": "4-43",
"fontSize": 50,
"fontName": "BRLNSR_1",
"fontColor": "#8f3758",
"fontScale": 1.1734375,
"imgScale": 1,
"mapScale": 1.1734375,
"rect": {
"x": 514.71,
"y": 1623.79,
"width": 43.96,
"height": 43.96
}
},
{
"index": 40,
"itemType": "rect",
"itemName": "4-51",
"fontSize": 50,
"fontName": "BRLNSR_1",
"fontColor": "#8f3758",
"fontScale": 1.1734375,
"imgScale": 1,
"mapScale": 1.1734375,
"rect": {
"x": 564.17,
"y": 1686.43,
"width": 43.96,
"height": 43.96
}
},
{
"index": 41,
"itemType": "rect",
"itemName": "4-52",
"fontSize": 50,
"fontName": "BRLNSR_1",
"fontColor": "#8f3758",
"fontScale": 1.1734375,
"imgScale": 1,
"mapScale": 1.1734375,
"rect": {
"x": 780.67,
"y": 1623.79,
"width": 43.96,
"height": 43.96
}
},
{
"index": 42,
"itemType": "rect",
"itemName": "4-53",
"fontSize": 50,
"fontName": "BRLNSR_1",
"fontColor": "#8f3758",
"fontScale": 1.1734375,
"imgScale": 1,
"mapScale": 1.1734375,
"rect": {
"x": 514.71,
"y": 1686.43,
"width": 43.96,
"height": 43.96
}
},
{
"index": 43,
"itemType": "rect",
"itemName": "4-61",
"fontSize": 50,
"fontName": "BRLNSR_1",
"fontColor": "#8f3758",
"fontScale": 1.1734375,
"imgScale": 1,
"mapScale": 1.1734375,
"rect": {
"x": 564.17,
"y": 1747.98,
"width": 43.96,
"height": 43.96
}
},
{
"index": 44,
"itemType": "rect",
"itemName": "4-62",
"fontSize": 50,
"fontName": "BRLNSR_1",
"fontColor": "#8f3758",
"fontScale": 1.1734375,
"imgScale": 1,
"mapScale": 1.1734375,
"rect": {
"x": 780.67,
"y": 1747.98,
"width": 43.96,
"height": 43.96
}
},
{
"index": 45,
"itemType": "rect",
"itemName": "4-63",
"fontSize": 50,
"fontName": "BRLNSR_1",
"fontColor": "#8f3758",
"fontScale": 1.1734375,
"imgScale": 1,
"mapScale": 1.1734375,
"rect": {
"x": 514.71,
"y": 1747.98,
"width": 43.96,
"height": 43.96
}
},
{
"index": 46,
"itemType": "rect",
"itemName": "1-20",
"fontSize": 50,
"fontName": "BRLNSR_1",
"fontColor": "#8f3758",
"fontScale": 1.1734375,
"imgScale": 1,
"mapScale": 1.1734375,
"rect": {
"x": 348.76,
"y": 203.87,
"width": 39.56,
"height": 39.56
}
},
{
"index": 47,
"itemType": "rect",
"itemName": "1-30",
"fontSize": 50,
"fontName": "BRLNSR_1",
"fontColor": "#8f3758",
"fontScale": 1.1734375,
"imgScale": 1,
"mapScale": 1.1734375,
"rect": {
"x": 267.43,
"y": 284.09,
"width": 39.56,
"height": 39.56
}
},
{
"index": 48,
"itemType": "rect",
"itemName": "1-40",
"fontSize": 50,
"fontName": "BRLNSR_1",
"fontColor": "#8f3758",
"fontScale": 1.1734375,
"imgScale": 1,
"mapScale": 1.1734375,
"rect": {
"x": 183.9,
"y": 284.09,
"width": 39.56,
"height": 39.56
}
},
{
"index": 49,
"itemType": "rect",
"itemName": "1-50",
"fontSize": 50,
"fontName": "BRLNSR_1",
"fontColor": "#8f3758",
"fontScale": 1.1734375,
"imgScale": 1,
"mapScale": 1.1734375,
"rect": {
"x": 103.68,
"y": 408.28,
"width": 39.56,
"height": 39.56
}
},
{
"index": 50,
"itemType": "rect",
"itemName": "1-33",
"fontSize": 50,
"fontName": "BRLNSR_1",
"fontColor": "#8f3758",
"fontScale": 1.1734375,
"imgScale": 1,
"mapScale": 1.1734375,
"rect": {
"x": 473.14,
"y": 284.09,
"width": 39.56,
"height": 39.56
}
}
],
"hotZoneConfigArr": [ "hotZoneConfigArr": [
{ {
"hotZoneType": "9", "hotZoneType": "3",
"linkHotZoneIndex": -1, "linkHotZoneIndex": -1,
"audio_url": "", "audio_url": "",
"score": "1", "score": "1",
"unselectedStyle": "none", "unselectedStyle": "mask",
"selectedStyle": "border", "selectedStyle": "border",
"rightOrWrongStyleType": "symbol", "rightOrWrongStyleType": "symbol",
"inputText": "", "inputText": "",
"contentList": [ "contentList": [
{ {
"uuid": "69bac506-7417-4949-b45e-1bcd08474e90", "uuid": "e8bd0458-4d7f-4e30-a5d4-ab5355308f88",
"text": "",
"optionShowText": "",
"image_url": "",
"hotZoneIndex": null,
"score": 0,
"isCorrect": false,
"isCheck": false,
"linkedShowText": "",
"selectStartHotZoneIndex": null,
"selectEndHotZoneIndex": null,
"selectEndHotZoneShowIndex": null,
"selectHotZoneIndex": 0,
"letter": "m"
},
{
"uuid": "f1c9b0a5-541a-4d6c-8ec4-699d57f9a224",
"text": "",
"optionShowText": "",
"image_url": "",
"hotZoneIndex": null,
"score": 0,
"isCorrect": false,
"isCheck": false,
"linkedShowText": "",
"selectStartHotZoneIndex": null,
"selectEndHotZoneIndex": null,
"selectEndHotZoneShowIndex": null,
"selectHotZoneIndex": 1,
"letter": "u"
},
{
"uuid": "1cc0fd16-3956-475c-aa37-7567be2f2b55",
"text": "",
"optionShowText": "",
"image_url": "",
"hotZoneIndex": null,
"score": 0,
"isCorrect": false,
"isCheck": false,
"linkedShowText": "",
"selectStartHotZoneIndex": null,
"selectEndHotZoneIndex": null,
"selectEndHotZoneShowIndex": null,
"selectHotZoneIndex": 2,
"letter": "s"
},
{
"uuid": "00f09d34-a9b5-4c4b-acba-5d7b9fe7a0fc",
"text": "", "text": "",
"optionShowText": "", "optionShowText": "",
"image_url": "", "image_url": "",
"hotZoneIndex": null, "hotZoneIndex": null,
"score": 0, "score": 0,
"isCorrect": false, "isCorrect": true,
"isCheck": false, "isCheck": false,
"linkedShowText": "", "linkedShowText": "",
"selectStartHotZoneIndex": null, "selectStartHotZoneIndex": null,
"selectEndHotZoneIndex": null, "selectEndHotZoneIndex": null,
"selectEndHotZoneShowIndex": null, "selectEndHotZoneShowIndex": null,
"selectHotZoneIndex": 3, "selectHotZoneIndex": 0
"letter": "i"
}, },
{ {
"uuid": "4425a440-1d7d-4c5e-9248-99ad8eabec91", "uuid": "53977fcc-5801-47a1-9997-de549c1885ed",
"text": "", "text": "",
"optionShowText": "", "optionShowText": "",
"image_url": "", "image_url": "",
...@@ -969,41 +41,39 @@ export const historyData = { ...@@ -969,41 +41,39 @@ export const historyData = {
"selectStartHotZoneIndex": null, "selectStartHotZoneIndex": null,
"selectEndHotZoneIndex": null, "selectEndHotZoneIndex": null,
"selectEndHotZoneShowIndex": null, "selectEndHotZoneShowIndex": null,
"selectHotZoneIndex": 4, "selectHotZoneIndex": 1
"letter": "c"
} }
], ],
"linkResultShowHotZoneIndex": 46, "linkResultShowHotZoneIndex": 2,
"index": 0 "index": 0
}, },
{ {
"hotZoneType": "9", "hotZoneType": "3",
"linkHotZoneIndex": -1, "linkHotZoneIndex": -1,
"audio_url": "", "audio_url": "",
"score": "1", "score": "1",
"unselectedStyle": "none", "unselectedStyle": "mask",
"selectedStyle": "border", "selectedStyle": "border",
"rightOrWrongStyleType": "symbol", "rightOrWrongStyleType": "symbol",
"inputText": "", "inputText": "",
"contentList": [ "contentList": [
{ {
"uuid": "0be0a2fd-030a-4f38-9ebb-29f8f697188d", "uuid": "60e76541-72bb-4cb7-a5c8-a99ee1be669b",
"text": "", "text": "",
"optionShowText": "", "optionShowText": "",
"image_url": "", "image_url": "",
"hotZoneIndex": null, "hotZoneIndex": null,
"score": 0, "score": 0,
"isCorrect": false, "isCorrect": true,
"isCheck": false, "isCheck": false,
"linkedShowText": "", "linkedShowText": "",
"selectStartHotZoneIndex": null, "selectStartHotZoneIndex": null,
"selectEndHotZoneIndex": null, "selectEndHotZoneIndex": null,
"selectEndHotZoneShowIndex": null, "selectEndHotZoneShowIndex": null,
"selectHotZoneIndex": 0, "selectHotZoneIndex": 3
"letter": "m"
}, },
{ {
"uuid": "10b69a20-26f0-4313-b563-d471ba4853d0", "uuid": "564ef5ec-4034-4a54-9c39-98c52d08d78d",
"text": "", "text": "",
"optionShowText": "", "optionShowText": "",
"image_url": "", "image_url": "",
...@@ -1015,27 +85,39 @@ export const historyData = { ...@@ -1015,27 +85,39 @@ export const historyData = {
"selectStartHotZoneIndex": null, "selectStartHotZoneIndex": null,
"selectEndHotZoneIndex": null, "selectEndHotZoneIndex": null,
"selectEndHotZoneShowIndex": null, "selectEndHotZoneShowIndex": null,
"selectHotZoneIndex": 5, "selectHotZoneIndex": 4
"letter": "a" }
],
"linkResultShowHotZoneIndex": 5,
"index": 1
}, },
{ {
"uuid": "8c97e025-cb70-4f4a-922d-75f819e10626", "hotZoneType": "3",
"linkHotZoneIndex": -1,
"audio_url": "",
"score": "1",
"unselectedStyle": "mask",
"selectedStyle": "border",
"rightOrWrongStyleType": "symbol",
"inputText": "",
"contentList": [
{
"uuid": "8b302db4-c949-45ba-9b1e-1f54af93cb16",
"text": "", "text": "",
"optionShowText": "", "optionShowText": "",
"image_url": "", "image_url": "",
"hotZoneIndex": null, "hotZoneIndex": null,
"score": 0, "score": 0,
"isCorrect": false, "isCorrect": true,
"isCheck": false, "isCheck": false,
"linkedShowText": "", "linkedShowText": "",
"selectStartHotZoneIndex": null, "selectStartHotZoneIndex": null,
"selectEndHotZoneIndex": null, "selectEndHotZoneIndex": null,
"selectEndHotZoneShowIndex": null, "selectEndHotZoneShowIndex": null,
"selectHotZoneIndex": 6, "selectHotZoneIndex": 6
"letter": "t"
}, },
{ {
"uuid": "5e2ad2e4-ff0d-4929-99bb-2f89ea45b53c", "uuid": "35ee9c98-6a6e-404a-872e-afeb3de67e61",
"text": "", "text": "",
"optionShowText": "", "optionShowText": "",
"image_url": "", "image_url": "",
...@@ -1047,25 +129,24 @@ export const historyData = { ...@@ -1047,25 +129,24 @@ export const historyData = {
"selectStartHotZoneIndex": null, "selectStartHotZoneIndex": null,
"selectEndHotZoneIndex": null, "selectEndHotZoneIndex": null,
"selectEndHotZoneShowIndex": null, "selectEndHotZoneShowIndex": null,
"selectHotZoneIndex": 50, "selectHotZoneIndex": 7
"letter": "h"
} }
], ],
"linkResultShowHotZoneIndex": 47, "linkResultShowHotZoneIndex": 8,
"index": 1 "index": 2
}, },
{ {
"hotZoneType": "9", "hotZoneType": "3",
"linkHotZoneIndex": -1, "linkHotZoneIndex": -1,
"audio_url": "", "audio_url": "",
"score": "1", "score": "1",
"unselectedStyle": "none", "unselectedStyle": "mask",
"selectedStyle": "border", "selectedStyle": "border",
"rightOrWrongStyleType": "symbol", "rightOrWrongStyleType": "symbol",
"inputText": "", "inputText": "",
"contentList": [ "contentList": [
{ {
"uuid": "0be0a2fd-030a-4f38-9ebb-29f8f697188d", "uuid": "e857d604-070a-472e-9e2c-d340dd5193d8",
"text": "", "text": "",
"optionShowText": "", "optionShowText": "",
"image_url": "", "image_url": "",
...@@ -1077,42 +158,88 @@ export const historyData = { ...@@ -1077,42 +158,88 @@ export const historyData = {
"selectStartHotZoneIndex": null, "selectStartHotZoneIndex": null,
"selectEndHotZoneIndex": null, "selectEndHotZoneIndex": null,
"selectEndHotZoneShowIndex": null, "selectEndHotZoneShowIndex": null,
"selectHotZoneIndex": 7, "selectHotZoneIndex": 9
"letter": "P"
}, },
{ {
"uuid": "10b69a20-26f0-4313-b563-d471ba4853d0", "uuid": "aacc4bac-bdbb-4017-a6ca-ec5b8249916f",
"text": "", "text": "",
"optionShowText": "", "optionShowText": "",
"image_url": "", "image_url": "",
"hotZoneIndex": null, "hotZoneIndex": null,
"score": 0, "score": 0,
"isCorrect": false, "isCorrect": true,
"isCheck": false, "isCheck": false,
"linkedShowText": "", "linkedShowText": "",
"selectStartHotZoneIndex": null, "selectStartHotZoneIndex": null,
"selectEndHotZoneIndex": null, "selectEndHotZoneIndex": null,
"selectEndHotZoneShowIndex": null, "selectEndHotZoneShowIndex": null,
"selectHotZoneIndex": 8, "selectHotZoneIndex": 10
"letter": "E"
} }
], ],
"linkResultShowHotZoneIndex": 48, "linkResultShowHotZoneIndex": 11,
"index": 2 "index": 3
},
{
"hotZoneType": "5",
"linkHotZoneIndex": 12,
"audio_url": "",
"score": "1",
"unselectedStyle": "none",
"selectedStyle": "border",
"rightOrWrongStyleType": "symbol",
"inputText": "Monday",
"contentList": [],
"index": 4
},
{
"hotZoneType": "5",
"linkHotZoneIndex": 13,
"audio_url": "",
"score": "1",
"unselectedStyle": "none",
"selectedStyle": "border",
"rightOrWrongStyleType": "symbol",
"inputText": "Tuesday",
"contentList": [],
"index": 5
},
{
"hotZoneType": "5",
"linkHotZoneIndex": 14,
"audio_url": "",
"score": "1",
"unselectedStyle": "none",
"selectedStyle": "border",
"rightOrWrongStyleType": "symbol",
"inputText": "Thursday",
"contentList": [],
"index": 6
}, },
{ {
"hotZoneType": "9", "hotZoneType": "5",
"linkHotZoneIndex": -1, "linkHotZoneIndex": 15,
"audio_url": "", "audio_url": "",
"score": "1", "score": "1",
"unselectedStyle": "none", "unselectedStyle": "none",
"selectedStyle": "border", "selectedStyle": "border",
"rightOrWrongStyleType": "symbol", "rightOrWrongStyleType": "symbol",
"inputText": "Friday",
"contentList": [],
"index": 7
},
{
"hotZoneType": "10",
"linkHotZoneIndex": 16,
"audio_url": "",
"score": "2",
"unselectedStyle": "none",
"selectedStyle": "border",
"rightOrWrongStyleType": "symbol",
"inputText": "", "inputText": "",
"contentList": [ "contentList": [
{ {
"uuid": "0be0a2fd-030a-4f38-9ebb-29f8f697188d", "uuid": "c22752f5-4e15-4605-809d-b7123aafe4c0",
"text": "", "text": "are",
"optionShowText": "", "optionShowText": "",
"image_url": "", "image_url": "",
"hotZoneIndex": null, "hotZoneIndex": null,
...@@ -1123,12 +250,11 @@ export const historyData = { ...@@ -1123,12 +250,11 @@ export const historyData = {
"selectStartHotZoneIndex": null, "selectStartHotZoneIndex": null,
"selectEndHotZoneIndex": null, "selectEndHotZoneIndex": null,
"selectEndHotZoneShowIndex": null, "selectEndHotZoneShowIndex": null,
"selectHotZoneIndex": 8, "sortIndex": "3"
"letter": "E"
}, },
{ {
"uuid": "10b69a20-26f0-4313-b563-d471ba4853d0", "uuid": "c37a67bb-b6a8-4d27-8e5b-bd48e5843d25",
"text": "", "text": "How",
"optionShowText": "", "optionShowText": "",
"image_url": "", "image_url": "",
"hotZoneIndex": null, "hotZoneIndex": null,
...@@ -1139,12 +265,11 @@ export const historyData = { ...@@ -1139,12 +265,11 @@ export const historyData = {
"selectStartHotZoneIndex": null, "selectStartHotZoneIndex": null,
"selectEndHotZoneIndex": null, "selectEndHotZoneIndex": null,
"selectEndHotZoneShowIndex": null, "selectEndHotZoneShowIndex": null,
"selectHotZoneIndex": 9, "sortIndex": "1"
"letter": "n"
}, },
{ {
"uuid": "42e2269b-dd9d-4988-8a2f-f65698175944", "uuid": "fdd2ab23-12c2-40d1-807c-dc07cd585e80",
"text": "", "text": "old",
"optionShowText": "", "optionShowText": "",
"image_url": "", "image_url": "",
"hotZoneIndex": null, "hotZoneIndex": null,
...@@ -1155,12 +280,11 @@ export const historyData = { ...@@ -1155,12 +280,11 @@ export const historyData = {
"selectStartHotZoneIndex": null, "selectStartHotZoneIndex": null,
"selectEndHotZoneIndex": null, "selectEndHotZoneIndex": null,
"selectEndHotZoneShowIndex": null, "selectEndHotZoneShowIndex": null,
"selectHotZoneIndex": 10, "sortIndex": "2"
"letter": "g"
}, },
{ {
"uuid": "49731ad6-eeee-450a-b7e0-a1556c474f6e", "uuid": "8639a52c-3f03-4b3a-904d-ab42d38ba0f0",
"text": "", "text": "you?",
"optionShowText": "", "optionShowText": "",
"image_url": "", "image_url": "",
"hotZoneIndex": null, "hotZoneIndex": null,
...@@ -1171,12 +295,39 @@ export const historyData = { ...@@ -1171,12 +295,39 @@ export const historyData = {
"selectStartHotZoneIndex": null, "selectStartHotZoneIndex": null,
"selectEndHotZoneIndex": null, "selectEndHotZoneIndex": null,
"selectEndHotZoneShowIndex": null, "selectEndHotZoneShowIndex": null,
"selectHotZoneIndex": 11, "sortIndex": "4"
"letter": "l" }
],
"linkResultShowHotZoneIndex": 17,
"index": 8
}, },
{ {
"uuid": "4f54b246-d89f-465e-b353-2b19b87d5310", "hotZoneType": "5",
"text": "", "linkHotZoneIndex": 18,
"audio_url": "",
"score": "1",
"unselectedStyle": "none",
"selectedStyle": "border",
"rightOrWrongStyleType": "symbol",
"inputText": "I,m",
"contentList": [],
"keyWordMatch": true,
"isCaseInsensitive": false,
"index": 9
},
{
"hotZoneType": "10",
"linkHotZoneIndex": 19,
"audio_url": "",
"score": "1",
"unselectedStyle": "none",
"selectedStyle": "border",
"rightOrWrongStyleType": "symbol",
"inputText": "",
"contentList": [
{
"uuid": "221a3b0d-bdd0-4b26-a133-3f0f08748c20",
"text": "are",
"optionShowText": "", "optionShowText": "",
"image_url": "", "image_url": "",
"hotZoneIndex": null, "hotZoneIndex": null,
...@@ -1187,12 +338,11 @@ export const historyData = { ...@@ -1187,12 +338,11 @@ export const historyData = {
"selectStartHotZoneIndex": null, "selectStartHotZoneIndex": null,
"selectEndHotZoneIndex": null, "selectEndHotZoneIndex": null,
"selectEndHotZoneShowIndex": null, "selectEndHotZoneShowIndex": null,
"selectHotZoneIndex": 3, "sortIndex": "2"
"letter": "i"
}, },
{ {
"uuid": "386f4dc2-35a5-41e0-a324-51a01d2b94f2", "uuid": "08560d80-5d5e-4363-875b-f1a8d652d16b",
"text": "", "text": "How",
"optionShowText": "", "optionShowText": "",
"image_url": "", "image_url": "",
"hotZoneIndex": null, "hotZoneIndex": null,
...@@ -1203,12 +353,11 @@ export const historyData = { ...@@ -1203,12 +353,11 @@ export const historyData = {
"selectStartHotZoneIndex": null, "selectStartHotZoneIndex": null,
"selectEndHotZoneIndex": null, "selectEndHotZoneIndex": null,
"selectEndHotZoneShowIndex": null, "selectEndHotZoneShowIndex": null,
"selectHotZoneIndex": 12, "sortIndex": "1"
"letter": "s"
}, },
{ {
"uuid": "1462a6c8-cd47-404d-8707-d0246351e7ee", "uuid": "2a080e55-4704-44cd-a75a-908965dbb233",
"text": "", "text": "you?",
"optionShowText": "", "optionShowText": "",
"image_url": "", "image_url": "",
"hotZoneIndex": null, "hotZoneIndex": null,
...@@ -1219,260 +368,533 @@ export const historyData = { ...@@ -1219,260 +368,533 @@ export const historyData = {
"selectStartHotZoneIndex": null, "selectStartHotZoneIndex": null,
"selectEndHotZoneIndex": null, "selectEndHotZoneIndex": null,
"selectEndHotZoneShowIndex": null, "selectEndHotZoneShowIndex": null,
"selectHotZoneIndex": 13, "sortIndex": "3"
"letter": "h"
} }
], ],
"linkResultShowHotZoneIndex": 49, "linkResultShowHotZoneIndex": 20,
"index": 3 "index": 10
},
{
"hotZoneType": "5",
"linkHotZoneIndex": 24,
"audio_url": "",
"score": "0.5",
"unselectedStyle": "none",
"selectedStyle": "border",
"rightOrWrongStyleType": "symbol",
"inputText": "computer room",
"contentList": [],
"index": 4
},
{
"hotZoneType": "5",
"linkHotZoneIndex": 26,
"audio_url": "",
"score": "0.5",
"unselectedStyle": "none",
"selectedStyle": "border",
"rightOrWrongStyleType": "symbol",
"inputText": "field",
"contentList": [],
"index": 5
}, },
{ {
"hotZoneType": "5", "hotZoneType": "5",
"linkHotZoneIndex": 25, "linkHotZoneIndex": 21,
"audio_url": "", "audio_url": "",
"score": "0.5", "score": "1",
"unselectedStyle": "none", "unselectedStyle": "none",
"selectedStyle": "border", "selectedStyle": "border",
"rightOrWrongStyleType": "symbol", "rightOrWrongStyleType": "symbol",
"inputText": "art room", "inputText": "I,m,fine",
"contentList": [], "contentList": [],
"index": 6 "keyWordMatch": true,
"isCaseInsensitive": true,
"index": 11
}, },
{ {
"hotZoneType": "6", "hotZoneType": "10",
"linkHotZoneIndex": -1, "linkHotZoneIndex": 22,
"audio_url": "", "audio_url": "",
"score": "0", "score": "1",
"unselectedStyle": "none", "unselectedStyle": "none",
"selectedStyle": "border", "selectedStyle": "border",
"rightOrWrongStyleType": "symbol", "rightOrWrongStyleType": "symbol",
"inputText": "", "inputText": "",
"contentList": [ "contentList": [
{ {
"uuid": "cca81944-c90d-4166-8c1a-3d937b8d80ef", "uuid": "16d5c6b4-bbc8-4ccd-924d-4fe273408f80",
"text": "", "text": "seven?",
"optionShowText": "", "optionShowText": "",
"image_url": "", "image_url": "",
"hotZoneIndex": null, "hotZoneIndex": null,
"score": "0.5", "score": 0,
"isCorrect": false, "isCorrect": false,
"isCheck": false, "isCheck": false,
"linkedShowText": "d", "linkedShowText": "",
"selectStartHotZoneIndex": 15, "selectStartHotZoneIndex": null,
"selectEndHotZoneIndex": 16, "selectEndHotZoneIndex": null,
"selectEndHotZoneShowIndex": 17 "selectEndHotZoneShowIndex": null,
"sortIndex": "3"
}, },
{ {
"uuid": "2cee0d75-7631-4b0f-82e5-fbfd7992a806", "uuid": "e681c7af-cb65-46b3-a3cb-9132bb51a3b9",
"text": "", "text": "you",
"optionShowText": "", "optionShowText": "",
"image_url": "", "image_url": "",
"hotZoneIndex": null, "hotZoneIndex": null,
"score": "0.5", "score": 0,
"isCorrect": false, "isCorrect": false,
"isCheck": false, "isCheck": false,
"linkedShowText": "a", "linkedShowText": "",
"selectStartHotZoneIndex": 18, "selectStartHotZoneIndex": null,
"selectEndHotZoneIndex": 19, "selectEndHotZoneIndex": null,
"selectEndHotZoneShowIndex": 20 "selectEndHotZoneShowIndex": null,
"sortIndex": "2"
}, },
{ {
"uuid": "59388b0b-2fd5-407c-bc7a-c24d0a1933a7", "uuid": "5227c05e-f024-44d6-9074-a08929f2d0d8",
"text": "", "text": "Are",
"optionShowText": "", "optionShowText": "",
"image_url": "", "image_url": "",
"hotZoneIndex": null, "hotZoneIndex": null,
"score": "0.5", "score": 0,
"isCorrect": false, "isCorrect": false,
"isCheck": false, "isCheck": false,
"linkedShowText": "b", "linkedShowText": "",
"selectStartHotZoneIndex": 21, "selectStartHotZoneIndex": null,
"selectEndHotZoneIndex": 22, "selectEndHotZoneIndex": null,
"selectEndHotZoneShowIndex": 23 "selectEndHotZoneShowIndex": null,
"sortIndex": "1"
} }
], ],
"linkResultShowHotZoneIndex": 14, "linkResultShowHotZoneIndex": 23,
"index": 7 "index": 12
}, },
{ {
"hotZoneType": "0", "hotZoneType": "5",
"linkHotZoneIndex": 27, "linkHotZoneIndex": 24,
"audio_url": "", "audio_url": "",
"score": "5", "score": "1",
"unselectedStyle": "none", "unselectedStyle": "none",
"selectedStyle": "border", "selectedStyle": "border",
"rightOrWrongStyleType": "symbol", "rightOrWrongStyleType": "symbol",
"inputText": "their", "inputText": "No | Yes",
"contentList": [ "contentList": [],
"keyWordMatch": true,
"index": 13
}
],
"bgItem": {
"url": "http://teach.cdn.ireadabc.com/e2b91a96e1bf8b51f8a20c2b805a4a66.jpg",
"rect": {
"x": 0,
"y": 1659.2541666666666,
"width": 1351,
"height": 1677.4916666666666
}
},
"hotZoneItemArr": [
{ {
"uuid": "a3410857-c7e7-40c8-9cb5-20cdb4175b1b", "index": 0,
"text": "", "itemType": "rect",
"optionShowText": "", "itemName": "1-2-1five",
"image_url": "", "fontSize": 50,
"hotZoneIndex": null, "fontName": "BRLNSR_1",
"score": "1", "fontColor": "#8f3758",
"isCorrect": false, "fontScale": 1.05546875,
"isCheck": false, "imgScale": 1,
"linkedShowText": "", "mapScale": 1.05546875,
"selectStartHotZoneIndex": null, "rect": {
"selectEndHotZoneIndex": null, "x": 400.94,
"selectEndHotZoneShowIndex": null, "y": 274.02,
"selectOptionListIndex": 1, "width": 49.52,
"selectHotZoneIndex": 27 "height": 29.07
}
},
{
"index": 1,
"itemType": "rect",
"itemName": "1-2-2four",
"fontSize": 50,
"fontName": "BRLNSR_1",
"fontColor": "#8f3758",
"fontScale": 1.05546875,
"imgScale": 1,
"mapScale": 1.05546875,
"rect": {
"x": 476.84,
"y": 274.02,
"width": 57.06,
"height": 29.07
}
},
{
"index": 2,
"itemType": "rect",
"itemName": "1-2正确",
"fontSize": 50,
"fontName": "BRLNSR_1",
"fontColor": "#8f3758",
"fontScale": 1.05546875,
"imgScale": 1,
"mapScale": 1.05546875,
"rect": {
"x": 354.64,
"y": 124.9,
"width": 32.3,
"height": 32.3
}
},
{
"index": 3,
"itemType": "rect",
"itemName": "1-3-1seven",
"fontSize": 50,
"fontName": "BRLNSR_1",
"fontColor": "#8f3758",
"fontScale": 1.05546875,
"imgScale": 1,
"mapScale": 1.05546875,
"rect": {
"x": 637.81,
"y": 274.02,
"width": 86.13,
"height": 29.07
}
},
{
"index": 4,
"itemType": "rect",
"itemName": "1-3-2six",
"fontSize": 50,
"fontName": "BRLNSR_1",
"fontColor": "#8f3758",
"fontScale": 1.05546875,
"imgScale": 1,
"mapScale": 1.05546875,
"rect": {
"x": 747.64,
"y": 274.02,
"width": 43.07,
"height": 29.07
}
},
{
"index": 5,
"itemType": "rect",
"itemName": "1-3正确",
"fontSize": 50,
"fontName": "BRLNSR_1",
"fontColor": "#8f3758",
"fontScale": 1.05546875,
"imgScale": 1,
"mapScale": 1.05546875,
"rect": {
"x": 581.82,
"y": 124.9,
"width": 32.3,
"height": 32.3
}
},
{
"index": 6,
"itemType": "rect",
"itemName": "1-4-1two",
"fontSize": 50,
"fontName": "BRLNSR_1",
"fontColor": "#8f3758",
"fontScale": 1.05546875,
"imgScale": 1,
"mapScale": 1.05546875,
"rect": {
"x": 881.15,
"y": 274.02,
"width": 53.83,
"height": 29.07
}
},
{
"index": 7,
"itemType": "rect",
"itemName": "1-4-2three",
"fontSize": 50,
"fontName": "BRLNSR_1",
"fontColor": "#8f3758",
"fontScale": 1.05546875,
"imgScale": 1,
"mapScale": 1.05546875,
"rect": {
"x": 960.82,
"y": 274.02,
"width": 73.22,
"height": 29.07
}
},
{
"index": 8,
"itemType": "rect",
"itemName": "1-4正确",
"fontSize": 50,
"fontName": "BRLNSR_1",
"fontColor": "#8f3758",
"fontScale": 1.05546875,
"imgScale": 1,
"mapScale": 1.05546875,
"rect": {
"x": 823,
"y": 123.82,
"width": 32.3,
"height": 32.3
}
},
{
"index": 9,
"itemType": "rect",
"itemName": "1-5-1nine",
"fontSize": 50,
"fontName": "BRLNSR_1",
"fontColor": "#8f3758",
"fontScale": 1.05546875,
"imgScale": 1,
"mapScale": 1.05546875,
"rect": {
"x": 1121.79,
"y": 274.02,
"width": 61.37,
"height": 29.07
}
},
{
"index": 10,
"itemType": "rect",
"itemName": "1-5-2ten",
"fontSize": 50,
"fontName": "BRLNSR_1",
"fontColor": "#8f3758",
"fontScale": 1.05546875,
"imgScale": 1,
"mapScale": 1.05546875,
"rect": {
"x": 1205.23,
"y": 274.02,
"width": 51.68,
"height": 29.07
}
},
{
"index": 11,
"itemType": "rect",
"itemName": "1-5正确",
"fontSize": 50,
"fontName": "BRLNSR_1",
"fontColor": "#8f3758",
"fontScale": 1.05546875,
"imgScale": 1,
"mapScale": 1.05546875,
"rect": {
"x": 1067.42,
"y": 123.82,
"width": 32.3,
"height": 32.3
}
},
{
"index": 12,
"itemType": "rect",
"itemName": "2-2Monday",
"fontSize": 50,
"fontName": "BRLNSR_1",
"fontColor": "#8f3758",
"fontScale": 1.05546875,
"imgScale": 1,
"mapScale": 1.05546875,
"rect": {
"x": 404.17,
"y": 607.26,
"width": 215.34,
"height": 32.3
}
},
{
"index": 13,
"itemType": "rect",
"itemName": "2-3Tuesday",
"fontSize": 50,
"fontName": "BRLNSR_1",
"fontColor": "#8f3758",
"fontScale": 1.05546875,
"imgScale": 1,
"mapScale": 1.05546875,
"rect": {
"x": 428.94,
"y": 670.78,
"width": 215.34,
"height": 32.3
}
},
{
"index": 14,
"itemType": "rect",
"itemName": "2-5 Thursday",
"fontSize": 50,
"fontName": "BRLNSR_1",
"fontColor": "#8f3758",
"fontScale": 1.05546875,
"imgScale": 1,
"mapScale": 1.05546875,
"rect": {
"x": 433.24,
"y": 788.14,
"width": 236.87,
"height": 32.3
}
}, },
{ {
"uuid": "4652e686-7bb5-45d2-a80d-813e0c684b4b", "index": 15,
"text": "", "itemType": "rect",
"optionShowText": "", "itemName": "2-6Friday ",
"image_url": "", "fontSize": 50,
"hotZoneIndex": null, "fontName": "BRLNSR_1",
"score": "1", "fontColor": "#8f3758",
"isCorrect": false, "fontScale": 1.05546875,
"isCheck": false, "imgScale": 1,
"linkedShowText": "", "mapScale": 1.05546875,
"selectStartHotZoneIndex": null, "rect": {
"selectEndHotZoneIndex": null, "x": 395.56,
"selectEndHotZoneShowIndex": null, "y": 847.36,
"selectOptionListIndex": 1, "width": 215.34,
"selectHotZoneIndex": 28 "height": 32.3
}
}, },
{ {
"uuid": "fea9518c-8987-4b77-a369-1eeac1c8ab98", "index": 16,
"text": "", "itemType": "rect",
"optionShowText": "", "itemName": "How old are you? ",
"image_url": "", "fontSize": 50,
"hotZoneIndex": null, "fontName": "BRLNSR_1",
"score": "1", "fontColor": "#8f3758",
"isCorrect": false, "fontScale": 1.05546875,
"isCheck": false, "imgScale": 1,
"linkedShowText": "", "mapScale": 1.05546875,
"selectStartHotZoneIndex": null, "rect": {
"selectEndHotZoneIndex": null, "x": 600.12,
"selectEndHotZoneShowIndex": null, "y": 1254.89,
"selectOptionListIndex": 0, "width": 398.37,
"selectHotZoneIndex": 29 "height": 37.69
} }
], },
"useSelectOptionList": true,
"selectOptionList": [
{ {
"text": "our", "index": 17,
"optionShowText": "our" "itemType": "rect",
"itemName": "3-2正确",
"fontSize": 50,
"fontName": "BRLNSR_1",
"fontColor": "#8f3758",
"fontScale": 1.05546875,
"imgScale": 1,
"mapScale": 1.05546875,
"rect": {
"x": 553.83,
"y": 1257.58,
"width": 32.3,
"height": 32.3
}
}, },
{ {
"text": "their", "index": 18,
"optionShowText": "their" "itemType": "rect",
"itemName": "3-2文字",
"fontSize": 50,
"fontName": "BRLNSR_1",
"fontColor": "#8f3758",
"fontScale": 1.05546875,
"imgScale": 1,
"mapScale": 1.05546875,
"rect": {
"x": 600.12,
"y": 1315.18,
"width": 215.34,
"height": 37.69
} }
],
"index": 8
}, },
{ {
"hotZoneType": "6", "index": 19,
"linkHotZoneIndex": -1, "itemType": "rect",
"audio_url": "", "itemName": "How are you? ",
"score": "0", "fontSize": 50,
"unselectedStyle": "none", "fontName": "BRLNSR_1",
"selectedStyle": "border", "fontColor": "#8f3758",
"rightOrWrongStyleType": "symbol", "fontScale": 1.05546875,
"inputText": "", "imgScale": 1,
"contentList": [ "mapScale": 1.05546875,
"rect": {
"x": 600.12,
"y": 1373.32,
"width": 323.01,
"height": 37.69
}
},
{ {
"uuid": "9f296ed9-48ec-4b83-a4b1-70f3aea6ccaa", "index": 20,
"text": "", "itemType": "rect",
"optionShowText": "", "itemName": "3-3正确",
"image_url": "", "fontSize": 50,
"hotZoneIndex": null, "fontName": "BRLNSR_1",
"score": "1", "fontColor": "#8f3758",
"isCorrect": false, "fontScale": 1.05546875,
"isCheck": false, "imgScale": 1,
"linkedShowText": "e", "mapScale": 1.05546875,
"selectStartHotZoneIndex": 34, "rect": {
"selectEndHotZoneIndex": 35, "x": 554.91,
"selectEndHotZoneShowIndex": 36 "y": 1376.01,
"width": 32.3,
"height": 32.3
}
}, },
{ {
"uuid": "cf9556f9-d579-46fc-8743-9bee998be0d0", "index": 21,
"text": "", "itemType": "rect",
"optionShowText": "", "itemName": "3-3文字",
"image_url": "", "fontSize": 50,
"hotZoneIndex": null, "fontName": "BRLNSR_1",
"score": "1", "fontColor": "#8f3758",
"isCorrect": false, "fontScale": 1.05546875,
"isCheck": false, "imgScale": 1,
"linkedShowText": "c", "mapScale": 1.05546875,
"selectStartHotZoneIndex": 37, "rect": {
"selectEndHotZoneIndex": 38, "x": 600.12,
"selectEndHotZoneShowIndex": 39 "y": 1432.55,
"width": 215.34,
"height": 37.69
}
}, },
{ {
"uuid": "366dc955-8193-4301-8471-77da23e7eb26", "index": 22,
"text": "", "itemType": "rect",
"optionShowText": "", "itemName": "Are you seven?",
"image_url": "", "fontSize": 50,
"hotZoneIndex": null, "fontName": "BRLNSR_1",
"score": "1", "fontColor": "#8f3758",
"isCorrect": false, "fontScale": 1.05546875,
"isCheck": false, "imgScale": 1,
"linkedShowText": "d", "mapScale": 1.05546875,
"selectStartHotZoneIndex": 40, "rect": {
"selectEndHotZoneIndex": 41, "x": 600.12,
"selectEndHotZoneShowIndex": 42 "y": 1491.76,
"width": 279.94,
"height": 37.69
}
}, },
{ {
"uuid": "867296d6-e980-4e0f-9d8f-f270172daac0", "index": 23,
"text": "", "itemType": "rect",
"optionShowText": "", "itemName": "3-4正确",
"image_url": "", "fontSize": 50,
"hotZoneIndex": null, "fontName": "BRLNSR_1",
"score": "1", "fontColor": "#8f3758",
"isCorrect": false, "fontScale": 1.05546875,
"isCheck": false, "imgScale": 1,
"linkedShowText": "f", "mapScale": 1.05546875,
"selectStartHotZoneIndex": 43, "rect": {
"selectEndHotZoneIndex": 44, "x": 557.06,
"selectEndHotZoneShowIndex": 45 "y": 1494.46,
"width": 32.3,
"height": 32.3
}
}, },
{ {
"uuid": "813397f8-edaf-4d46-b594-1b2be9fbcdd8", "index": 24,
"text": "", "itemType": "rect",
"optionShowText": "", "itemName": "3-4文字",
"image_url": "", "fontSize": 50,
"hotZoneIndex": null, "fontName": "BRLNSR_1",
"score": "1", "fontColor": "#8f3758",
"isCorrect": false, "fontScale": 1.05546875,
"isCheck": false, "imgScale": 1,
"linkedShowText": "a", "mapScale": 1.05546875,
"selectStartHotZoneIndex": 31, "rect": {
"selectEndHotZoneIndex": 32, "x": 601.2,
"selectEndHotZoneShowIndex": 33 "y": 1552.06,
"width": 279.94,
"height": 37.69
} }
],
"linkResultShowHotZoneIndex": 30,
"index": 9
} }
], ],
"scoreConfigArr": [ "scoreConfigArr": [
...@@ -1486,47 +908,63 @@ export const historyData = { ...@@ -1486,47 +908,63 @@ export const historyData = {
4, 4,
5, 5,
6, 6,
7, 7
]
},
{
"linkHotZoneIndex": -1,
"linkHotZoneIndexArr": [
8, 8,
9, 9,
10, 10,
11 11,
12,
13
] ]
} }
], ],
"alignMode": "left",
"ratingSystem": "0" "ratingSystem": "0"
}, },
"details": [ "details": [
{ {
"contentType": "9", "contentType": "3",
"configIndex": 0, "configIndex": 0,
"contentIndex": -1, "contentIndex": -1,
"correctWord": "music", "currentSelectIndex": -1,
"inputWord": "music", "currentSelectText": "",
"right": true "correctSelectIndex": 0,
"correctSelectText": "",
"right": false
}, },
{ {
"contentType": "9", "contentType": "3",
"configIndex": 1, "configIndex": 1,
"contentIndex": -1, "contentIndex": -1,
"correctWord": "math", "currentSelectIndex": -1,
"inputWord": "math", "currentSelectText": "",
"right": true "correctSelectIndex": 0,
"correctSelectText": "",
"right": false
}, },
{ {
"contentType": "9", "contentType": "3",
"configIndex": 2, "configIndex": 2,
"contentIndex": -1, "contentIndex": -1,
"correctWord": "PE", "currentSelectIndex": -1,
"inputWord": "PE", "currentSelectText": "",
"right": true "correctSelectIndex": 0,
"correctSelectText": "",
"right": false
}, },
{ {
"contentType": "9", "contentType": "3",
"configIndex": 3, "configIndex": 3,
"contentIndex": -1, "contentIndex": -1,
"correctWord": "English", "currentSelectIndex": -1,
"inputWord": "E^^^i^^", "currentSelectText": "",
"correctSelectIndex": 1,
"correctSelectText": "",
"right": false "right": false
}, },
{ {
...@@ -1534,7 +972,7 @@ export const historyData = { ...@@ -1534,7 +972,7 @@ export const historyData = {
"configIndex": 4, "configIndex": 4,
"contentIndex": -1, "contentIndex": -1,
"currentInputText": "", "currentInputText": "",
"correctText": "computer room", "correctText": "Monday",
"right": false "right": false
}, },
{ {
...@@ -1542,7 +980,7 @@ export const historyData = { ...@@ -1542,7 +980,7 @@ export const historyData = {
"configIndex": 5, "configIndex": 5,
"contentIndex": -1, "contentIndex": -1,
"currentInputText": "", "currentInputText": "",
"correctText": "field", "correctText": "Tuesday",
"right": false "right": false
}, },
{ {
...@@ -1550,125 +988,155 @@ export const historyData = { ...@@ -1550,125 +988,155 @@ export const historyData = {
"configIndex": 6, "configIndex": 6,
"contentIndex": -1, "contentIndex": -1,
"currentInputText": "", "currentInputText": "",
"correctText": "art room", "correctText": "Thursday",
"right": false "right": false
}, },
{ {
"contentType": "6", "contentType": "5",
"configIndex": 7, "configIndex": 7,
"contentIndex": -1, "contentIndex": -1,
"results": [ "currentInputText": "",
{ "correctText": "Friday",
"startIndex": 0,
"startText": "",
"correctEndIndex": 0,
"correctEndText": "",
"currentEndIndex": -1,
"currentEndText": "",
"right": false "right": false
}, },
{ {
"startIndex": 1, "contentType": "10",
"startText": "", "configIndex": 8,
"correctEndIndex": 1, "contentIndex": -1,
"correctEndText": "", "optionList": [
"currentEndIndex": -1, {
"currentEndText": "", "word": "are",
"right": false "index": 0,
"sortIndex": "3"
}, },
{ {
"startIndex": 2, "word": "How",
"startText": "", "index": 1,
"correctEndIndex": 2, "sortIndex": "1"
"correctEndText": "", },
"currentEndIndex": -1, {
"currentEndText": "", "word": "old",
"right": false "index": 2,
"sortIndex": "2"
},
{
"word": "you?",
"index": 3,
"sortIndex": "4"
}
],
"sortedList": [
{
"selected": true,
"currentIndex": 0,
"option": {
"word": "How",
"index": 1,
"sortIndex": "1"
} }
]
}, },
{ {
"contentType": "0", "selected": true,
"configIndex": 8, "currentIndex": 1,
"contentIndex": 0, "option": {
"currentSelectIndex": null, "word": "old",
"currentSelectText": "", "index": 2,
"correctSelectIndex": 0, "sortIndex": "2"
"correctSelectText": "", }
"right": false
}, },
{ {
"contentType": "0", "selected": true,
"configIndex": 8, "currentIndex": 2,
"contentIndex": 1, "option": {
"currentSelectIndex": null, "word": "are",
"currentSelectText": "", "index": 0,
"correctSelectIndex": 1, "sortIndex": "3"
"correctSelectText": "", }
"right": false
}, },
{ {
"contentType": "0", "selected": true,
"configIndex": 8, "currentIndex": 3,
"contentIndex": 2, "option": {
"currentSelectIndex": null, "word": "you?",
"currentSelectText": "", "index": 3,
"correctSelectIndex": 2, "sortIndex": "4"
"correctSelectText": "", }
"right": false }
],
"right": true
}, },
{ {
"contentType": "6", "contentType": "5",
"configIndex": 9, "configIndex": 9,
"contentIndex": -1, "contentIndex": -1,
"results": [ "currentInputText": "",
{ "correctText": "I,m",
"startIndex": 0,
"startText": "",
"correctEndIndex": 0,
"correctEndText": "",
"currentEndIndex": -1,
"currentEndText": "",
"right": false "right": false
}, },
{ {
"startIndex": 1, "contentType": "10",
"startText": "", "configIndex": 10,
"correctEndIndex": 1, "contentIndex": -1,
"correctEndText": "", "optionList": [
"currentEndIndex": -1, {
"currentEndText": "", "word": "are",
"index": 0,
"sortIndex": "2"
},
{
"word": "How",
"index": 1,
"sortIndex": "1"
},
{
"word": "you?",
"index": 2,
"sortIndex": "3"
}
],
"sortedList": [],
"right": false "right": false
}, },
{ {
"startIndex": 2, "contentType": "5",
"startText": "", "configIndex": 11,
"correctEndIndex": 2, "contentIndex": -1,
"correctEndText": "", "currentInputText": "",
"currentEndIndex": -1, "correctText": "I,m,fine",
"currentEndText": "",
"right": false "right": false
}, },
{ {
"startIndex": 3, "contentType": "10",
"startText": "", "configIndex": 12,
"correctEndIndex": 3, "contentIndex": -1,
"correctEndText": "", "optionList": [
"currentEndIndex": -1, {
"currentEndText": "", "word": "seven?",
"index": 0,
"sortIndex": "3"
},
{
"word": "you",
"index": 1,
"sortIndex": "2"
},
{
"word": "Are",
"index": 2,
"sortIndex": "1"
}
],
"sortedList": [],
"right": false "right": false
}, },
{ {
"startIndex": 4, "contentType": "5",
"startText": "", "configIndex": 13,
"correctEndIndex": 4, "contentIndex": -1,
"correctEndText": "", "currentInputText": "",
"currentEndIndex": -1, "correctText": "No | Yes",
"currentEndText": "",
"right": false "right": false
} }
]
}
], ],
"scoreCconfigArr": [ "scoreCconfigArr": [
{ {
...@@ -1681,20 +1149,28 @@ export const historyData = { ...@@ -1681,20 +1149,28 @@ export const historyData = {
4, 4,
5, 5,
6, 6,
7, 7
],
"score": 0
},
{
"linkHotZoneIndex": -1,
"linkHotZoneIndexArr": [
8, 8,
9, 9,
10, 10,
11 11,
12,
13
], ],
"score": 3 "score": 2
} }
], ],
"basicScore": 0, "basicScore": 0,
"totalScore": 3, "totalScore": 2,
"isAllRight": false, "isAllRight": false,
"isAllWrong": false, "isAllWrong": false,
"startTimestamp": 1689066643663, "startTimestamp": 1689127389110,
"submitTimestamp": 1689066652261, "submitTimestamp": 1689127406022,
"answeringTime": 8598 "answeringTime": 16912
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment