Commit f693fc6b authored by 李维's avatar 李维

添加页头和页尾背景颜色配置

parent 5c4ff2d8
...@@ -861,6 +861,8 @@ export default class SceneComponent extends MyCocosSceneComponent { ...@@ -861,6 +861,8 @@ export default class SceneComponent extends MyCocosSceneComponent {
// 初始化头部和底部图片 // 初始化头部和底部图片
initHeaderAndFooter() { initHeaderAndFooter() {
const headerNode = cc.find("Canvas/Header"); const headerNode = cc.find("Canvas/Header");
const footerNode = cc.find("Canvas/Footer");
loadImageByUrl(this.data.header_image_url, (sf)=>{ loadImageByUrl(this.data.header_image_url, (sf)=>{
const imgNode = cc.find("Canvas/Header/img"); const imgNode = cc.find("Canvas/Header/img");
const sfSize = sf.getOriginalSize(); const sfSize = sf.getOriginalSize();
...@@ -889,11 +891,48 @@ export default class SceneComponent extends MyCocosSceneComponent { ...@@ -889,11 +891,48 @@ export default class SceneComponent extends MyCocosSceneComponent {
loadImageByUrl(this.data.footer_image_url, (sf)=>{ loadImageByUrl(this.data.footer_image_url, (sf)=>{
const imgNode = cc.find("Canvas/Footer/img"); const imgNode = cc.find("Canvas/Footer/img");
const sfSize = sf.getOriginalSize(); const sfSize = sf.getOriginalSize();
const sx = imgNode.parent.width / sfSize.width;
const sy = imgNode.parent.height / sfSize.height; let alignMode = "middle";
imgNode.scale = Math.min(sx, sy) if(this.data.alignModeFooter) {
imgNode.getComponent(cc.Sprite).spriteFrame = sf; alignMode = this.data.alignModeFooter;
}
if(alignMode == "middle") {
const sx = imgNode.parent.width / sfSize.width;
const sy = imgNode.parent.height / sfSize.height;
imgNode.scale = Math.min(sx, sy)
imgNode.getComponent(cc.Sprite).spriteFrame = sf;
} else if(alignMode == "left") {
const sx = imgNode.parent.width / sfSize.width;
const sy = imgNode.parent.height / sfSize.height;
imgNode.anchorX = 0;
imgNode.anchorY = 1;
imgNode.x = -footerNode.width / 2;
imgNode.y = footerNode.height / 2;
imgNode.scale = sy
imgNode.getComponent(cc.Sprite).spriteFrame = sf;
} else if(alignMode == "right") {
const sx = imgNode.parent.width / sfSize.width;
const sy = imgNode.parent.height / sfSize.height;
imgNode.anchorX = 1;
imgNode.anchorY = 1;
imgNode.x = footerNode.width / 2;
imgNode.y = footerNode.height / 2;
imgNode.scale = sy
imgNode.getComponent(cc.Sprite).spriteFrame = sf;
}
}) })
if(this.data.bgColorHeader) {
const color = new cc.Color();
cc.Color.fromHEX(color, this.data.bgColorHeader);
footerNode.color = color;
}
if(this.data.bgColorFooter) {
const color = new cc.Color();
cc.Color.fromHEX(color, this.data.bgColorFooter);
footerNode.color = color;
}
} }
// 初始化底部按钮 // 初始化底部按钮
......
export const defaultData = {"unitName":"L1-B6","lastModify":"2023-06-24T06:43:02.178Z","author":"刘佳","header_image_url":"http://teach.cdn.ireadabc.com/a1c34e00705dd6ac4d382c8a642d28d8.jpg","footer_image_url":"http://teach.cdn.ireadabc.com/85226396f9294201be8e387fffc2f0f9.jpg","alignMode":"left","bgItem":{"url":"http://teach.cdn.ireadabc.com/4d73bb5dbc118da6ad7ec9af5dfbf16e.jpg","rect":{"x":0,"y":1046,"width":1350,"height":2904}},"hotZoneItemArr":[{"index":0,"itemType":"rect","itemName":"1-1","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":1.0546875,"imgScale":1,"mapScale":1.0546875,"rect":{"x":250.27,"y":692.77,"width":60.16,"height":48.13}},{"index":1,"itemType":"rect","itemName":"1-2","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":1.0546875,"imgScale":1,"mapScale":1.0546875,"rect":{"x":332.09,"y":692.77,"width":60.16,"height":48.13}},{"index":2,"itemType":"rect","itemName":"1-3","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":1.0546875,"imgScale":1,"mapScale":1.0546875,"rect":{"x":418.72,"y":692.77,"width":60.16,"height":48.13}},{"index":3,"itemType":"rect","itemName":"1-4","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":1.0546875,"imgScale":1,"mapScale":1.0546875,"rect":{"x":506.55,"y":692.77,"width":60.16,"height":48.13}},{"index":4,"itemType":"rect","itemName":"2-1","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":1.0546875,"imgScale":1,"mapScale":1.0546875,"rect":{"x":963.77,"y":246.38,"width":262.3,"height":182.89}},{"index":5,"itemType":"rect","itemName":"2-2","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":1.0546875,"imgScale":1,"mapScale":1.0546875,"rect":{"x":963.77,"y":544.78,"width":262.3,"height":182.89}},{"index":6,"itemType":"rect","itemName":"3-1","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":1.0546875,"imgScale":1,"mapScale":1.0546875,"rect":{"x":349.13,"y":985,"width":168.45,"height":33.74}},{"index":7,"itemType":"rect","itemName":"3-2","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":1.0546875,"imgScale":1,"mapScale":1.0546875,"rect":{"x":349.13,"y":1090.38,"width":168.45,"height":33.74}},{"index":8,"itemType":"rect","itemName":"3-3","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":1.0546875,"imgScale":1,"mapScale":1.0546875,"rect":{"x":349.13,"y":1195.76,"width":168.45,"height":33.74}},{"index":9,"itemType":"rect","itemName":"3-4","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":1.0546875,"imgScale":1,"mapScale":1.0546875,"rect":{"x":349.13,"y":1301.15,"width":168.45,"height":33.74}},{"index":10,"itemType":"rect","itemName":"3-5","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":1.0546875,"imgScale":1,"mapScale":1.0546875,"rect":{"x":349.13,"y":1406.53,"width":168.45,"height":33.74}},{"index":11,"itemType":"rect","itemName":"4-1","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":1.0546875,"imgScale":1,"mapScale":1.0546875,"rect":{"x":1092.92,"y":1209.38,"width":60.16,"height":48.13}},{"index":12,"itemType":"rect","itemName":"4-2","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":1.0546875,"imgScale":1,"mapScale":1.0546875,"rect":{"x":945.38,"y":1343,"width":32.78,"height":32.78}},{"index":13,"itemType":"rect","itemName":"4-3","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":1.0546875,"imgScale":1,"mapScale":1.0546875,"rect":{"x":880.28,"y":1194.38,"width":78.72,"height":48.13}},{"index":14,"itemType":"rect","itemName":"4-说","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":1.0546875,"imgScale":1,"mapScale":1.0546875,"rect":{"x":1200.8,"y":793.84,"width":48.13,"height":48.13}},{"index":15,"itemType":"rect","itemName":"4-结果","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":1.0546875,"imgScale":1,"mapScale":1.0546875,"rect":{"x":1257.35,"y":792.64,"width":48.13,"height":48.13}},{"index":16,"itemType":"rect","itemName":"5-1","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":1.0546875,"imgScale":1,"mapScale":1.0546875,"rect":{"x":471.66,"y":1663.76,"width":96.26,"height":48.13}},{"index":17,"itemType":"rect","itemName":"5-2","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":1.0546875,"imgScale":1,"mapScale":1.0546875,"rect":{"x":471.66,"y":1838.23,"width":96.26,"height":48.13}},{"index":18,"itemType":"rect","itemName":"5-3","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":1.0546875,"imgScale":1,"mapScale":1.0546875,"rect":{"x":471.66,"y":2013.89,"width":96.26,"height":48.13}},{"index":19,"itemType":"rect","itemName":"6-画","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":1.0546875,"imgScale":1,"mapScale":1.0546875,"rect":{"x":721.93,"y":1602.4,"width":505.35,"height":368.18}},{"index":20,"itemType":"rect","itemName":"6-1","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":1.0546875,"imgScale":1,"mapScale":1.0546875,"rect":{"x":970.99,"y":2048.79,"width":156.42,"height":48.13}},{"index":21,"itemType":"rect","itemName":"4-4","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":1.0546875,"imgScale":1,"mapScale":1.0546875,"rect":{"x":655.75,"y":796.25,"width":48.13,"height":48.13}}],"hotZoneConfigArr":[{"hotZoneType":"5","linkHotZoneIndex":0,"audio_url":"","video_url":"","score":"0","unselectedStyle":"none","selectedStyle":"border","rightOrWrongStyleType":"symbol","inputText":"3","keyWordMatch":false,"isCaseInsensitive":false,"openAnswer":false,"useSelectOptionList":false,"keyWordMatchInOrder":false,"capitalizedFirstLetter":false,"notAdaptContraction":false,"textAlignLeft":false,"selectOptionList":[],"contentList":[]},{"hotZoneType":"5","linkHotZoneIndex":1,"audio_url":"","video_url":"","score":"0","unselectedStyle":"none","selectedStyle":"border","rightOrWrongStyleType":"symbol","inputText":"3","keyWordMatch":false,"isCaseInsensitive":false,"openAnswer":false,"useSelectOptionList":false,"keyWordMatchInOrder":false,"capitalizedFirstLetter":false,"notAdaptContraction":false,"textAlignLeft":false,"selectOptionList":[],"contentList":[]},{"hotZoneType":"5","linkHotZoneIndex":2,"audio_url":"","video_url":"","score":"0","unselectedStyle":"none","selectedStyle":"border","rightOrWrongStyleType":"symbol","inputText":"2","keyWordMatch":false,"isCaseInsensitive":false,"openAnswer":false,"useSelectOptionList":false,"keyWordMatchInOrder":false,"capitalizedFirstLetter":false,"notAdaptContraction":false,"textAlignLeft":false,"selectOptionList":[],"contentList":[]},{"hotZoneType":"5","linkHotZoneIndex":3,"audio_url":"","video_url":"","score":"0","unselectedStyle":"none","selectedStyle":"border","rightOrWrongStyleType":"symbol","inputText":"2","keyWordMatch":false,"isCaseInsensitive":false,"openAnswer":false,"useSelectOptionList":false,"keyWordMatchInOrder":false,"capitalizedFirstLetter":false,"notAdaptContraction":false,"textAlignLeft":false,"selectOptionList":[],"contentList":[]},{"hotZoneType":"17","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":"butterfly"},{"text":"","optionShowText":"fish"},{"text":"","optionShowText":"bird"},{"text":"","optionShowText":"dragon"},{"text":"","optionShowText":"dragonfly"}],"contentList":[{"uuid":"34703d49-d7de-4a2f-b5af-ab4fc636a16c","text":"","selectOptionListIndex":"","selectOptionListIndexArr":[0,2,3,4],"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":4},{"uuid":"7608debe-4fc2-481b-b261-5c25bdaf3bf3","text":"","selectOptionListIndex":"","selectOptionListIndexArr":[1],"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":5}]},{"hotZoneType":"5","linkHotZoneIndex":6,"audio_url":"","video_url":"","score":"0","unselectedStyle":"none","selectedStyle":"border","rightOrWrongStyleType":"symbol","inputText":"butterfly","keyWordMatch":false,"isCaseInsensitive":false,"openAnswer":false,"useSelectOptionList":false,"keyWordMatchInOrder":false,"capitalizedFirstLetter":false,"notAdaptContraction":false,"textAlignLeft":false,"selectOptionList":[],"contentList":[]},{"hotZoneType":"5","linkHotZoneIndex":7,"audio_url":"","video_url":"","score":"0","unselectedStyle":"none","selectedStyle":"border","rightOrWrongStyleType":"symbol","inputText":"fish","keyWordMatch":false,"isCaseInsensitive":false,"openAnswer":false,"useSelectOptionList":false,"keyWordMatchInOrder":false,"capitalizedFirstLetter":false,"notAdaptContraction":false,"textAlignLeft":false,"selectOptionList":[],"contentList":[]},{"hotZoneType":"5","linkHotZoneIndex":8,"audio_url":"","video_url":"","score":"0","unselectedStyle":"none","selectedStyle":"border","rightOrWrongStyleType":"symbol","inputText":"bird","keyWordMatch":false,"isCaseInsensitive":false,"openAnswer":false,"useSelectOptionList":false,"keyWordMatchInOrder":false,"capitalizedFirstLetter":false,"notAdaptContraction":false,"textAlignLeft":false,"selectOptionList":[],"contentList":[]},{"hotZoneType":"5","linkHotZoneIndex":9,"audio_url":"","video_url":"","score":"0","unselectedStyle":"none","selectedStyle":"border","rightOrWrongStyleType":"symbol","inputText":"dragon","keyWordMatch":false,"isCaseInsensitive":false,"openAnswer":false,"useSelectOptionList":false,"keyWordMatchInOrder":false,"capitalizedFirstLetter":false,"notAdaptContraction":false,"textAlignLeft":false,"selectOptionList":[],"contentList":[]},{"hotZoneType":"5","linkHotZoneIndex":10,"audio_url":"","video_url":"","score":"0","unselectedStyle":"none","selectedStyle":"border","rightOrWrongStyleType":"symbol","inputText":"dragonfly","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":"butterfly","optionShowText":""},{"text":"bird","optionShowText":""},{"text":"fish","optionShowText":""}],"contentList":[{"uuid":"0de241ef-2c75-4dee-bc35-dc1e8f1a5820","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":16},{"uuid":"7f394ca1-836f-450e-a9a4-eaf1d50e1ea2","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":17},{"uuid":"4e0d889f-e6ca-4f98-9855-91faf2b63a77","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":18}]},{"hotZoneType":"14","linkHotZoneIndex":19,"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":[]},{"hotZoneType":"5","linkHotZoneIndex":20,"audio_url":"","video_url":"","score":"0","unselectedStyle":"none","selectedStyle":"border","rightOrWrongStyleType":"symbol","inputText":"","keyWordMatch":false,"isCaseInsensitive":false,"openAnswer":true,"useSelectOptionList":false,"keyWordMatchInOrder":false,"capitalizedFirstLetter":false,"notAdaptContraction":false,"textAlignLeft":false,"selectOptionList":[],"contentList":[]},{"hotZoneType":"4","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":"53d6b448-4b9c-42d2-858d-f9c49749debf","text":"","selectOptionListIndex":"","selectOptionListIndexArr":[],"optionShowText":"","image_url":"","hotZoneIndex":null,"score":0,"isCorrect":false,"isCheck":true,"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":11},{"uuid":"12f024c7-8f62-4c7f-b0c0-6f7f43cc58fc","text":"","selectOptionListIndex":"","selectOptionListIndexArr":[],"optionShowText":"","image_url":"","hotZoneIndex":null,"score":0,"isCorrect":false,"isCheck":true,"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":12},{"uuid":"b2c9a1f3-45e6-4cd8-89be-594ab323f180","text":"","selectOptionListIndex":"","selectOptionListIndexArr":[],"optionShowText":"","image_url":"","hotZoneIndex":null,"score":0,"isCorrect":false,"isCheck":true,"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":13}],"linkResultShowHotZoneIndex":21},{"hotZoneType":"7","linkHotZoneIndex":14,"audio_url":"","video_url":"","score":"0","unselectedStyle":"none","selectedStyle":"border","rightOrWrongStyleType":"symbol","inputText":"","keyWordMatch":false,"isCaseInsensitive":false,"openAnswer":true,"useSelectOptionList":false,"keyWordMatchInOrder":false,"capitalizedFirstLetter":false,"notAdaptContraction":false,"textAlignLeft":false,"selectOptionList":[],"contentList":[],"linkResultShowHotZoneIndex":15}],"scoreConfigArr":[{"linkHotZoneIndex":-1,"linkHotZoneIndexArr":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14]}],"ratingSystem":"7"} export const defaultData = {"unitName":"L1-B1","lastModify":"2023-06-25T02:21:14.868Z","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":1536.4533333333334,"width":894,"height":1923.0933333333332},"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":0.6984375,"imgScale":1,"mapScale":0.6984375,"rect":{"x":164.24,"y":105.65,"width":25.4,"height":25.4}},{"index":1,"itemType":"rect","itemName":"1-2-1","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":0.6984375,"imgScale":1,"mapScale":0.6984375,"rect":{"x":164.24,"y":156.92,"width":25.4,"height":25.4}},{"index":2,"itemType":"rect","itemName":"1-3-1","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":0.6984375,"imgScale":1,"mapScale":0.6984375,"rect":{"x":164.24,"y":208.2,"width":25.4,"height":25.4}},{"index":3,"itemType":"rect","itemName":"1-4-1","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":0.6984375,"imgScale":1,"mapScale":0.6984375,"rect":{"x":164.24,"y":259.48,"width":25.4,"height":25.4}},{"index":4,"itemType":"rect","itemName":"1-5-1","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":0.6984375,"imgScale":1,"mapScale":0.6984375,"rect":{"x":164.24,"y":310.76,"width":25.4,"height":25.4}},{"index":5,"itemType":"rect","itemName":"1-6-1","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":0.6984375,"imgScale":1,"mapScale":0.6984375,"rect":{"x":164.24,"y":362.04,"width":25.4,"height":25.4}},{"index":6,"itemType":"rect","itemName":"1-7-1","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":0.6984375,"imgScale":1,"mapScale":0.6984375,"rect":{"x":164.24,"y":413.32,"width":25.4,"height":25.4}},{"index":7,"itemType":"rect","itemName":"1-8-1","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":0.6984375,"imgScale":1,"mapScale":0.6984375,"rect":{"x":164.24,"y":464.6,"width":25.4,"height":25.4}},{"index":8,"itemType":"rect","itemName":"1-1-2","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":0.6984375,"imgScale":1,"mapScale":0.6984375,"rect":{"x":224.35,"y":105.65,"width":25.4,"height":25.4}},{"index":9,"itemType":"rect","itemName":"1-2-2","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":0.6984375,"imgScale":1,"mapScale":0.6984375,"rect":{"x":224.35,"y":156.92,"width":25.4,"height":25.4}},{"index":10,"itemType":"rect","itemName":"1-3-2","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":0.6984375,"imgScale":1,"mapScale":0.6984375,"rect":{"x":224.35,"y":208.2,"width":25.4,"height":25.4}},{"index":11,"itemType":"rect","itemName":"1-4-2","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":0.6984375,"imgScale":1,"mapScale":0.6984375,"rect":{"x":224.35,"y":259.48,"width":25.4,"height":25.4}},{"index":12,"itemType":"rect","itemName":"1-5-2","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":0.6984375,"imgScale":1,"mapScale":0.6984375,"rect":{"x":224.35,"y":310.76,"width":25.4,"height":25.4}},{"index":13,"itemType":"rect","itemName":"1-6-2","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":0.6984375,"imgScale":1,"mapScale":0.6984375,"rect":{"x":224.35,"y":362.04,"width":25.4,"height":25.4}},{"index":14,"itemType":"rect","itemName":"1-7-2","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":0.6984375,"imgScale":1,"mapScale":0.6984375,"rect":{"x":224.35,"y":413.32,"width":25.4,"height":25.4}},{"index":15,"itemType":"rect","itemName":"1-8-2","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":0.6984375,"imgScale":1,"mapScale":0.6984375,"rect":{"x":224.35,"y":464.6,"width":25.4,"height":25.4}},{"index":16,"itemType":"rect","itemName":"1-结果","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":0.6984375,"imgScale":1,"mapScale":0.6984375,"rect":{"x":186.25,"y":35.38,"width":33.86,"height":33.86}},{"index":17,"itemType":"rect","itemName":"2-1","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":0.6984375,"imgScale":1,"mapScale":0.6984375,"rect":{"x":756.85,"y":101.41,"width":42.33,"height":25.4}},{"index":18,"itemType":"rect","itemName":"2-2","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":0.6984375,"imgScale":1,"mapScale":0.6984375,"rect":{"x":740.77,"y":154.75,"width":42.33,"height":25.4}},{"index":19,"itemType":"rect","itemName":"2-3","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":0.6984375,"imgScale":1,"mapScale":0.6984375,"rect":{"x":741.61,"y":202.16,"width":42.33,"height":25.4}},{"index":20,"itemType":"rect","itemName":"2-4","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":0.6984375,"imgScale":1,"mapScale":0.6984375,"rect":{"x":728.07,"y":255.49,"width":42.33,"height":25.4}},{"index":21,"itemType":"rect","itemName":"2-5","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":0.6984375,"imgScale":1,"mapScale":0.6984375,"rect":{"x":731.45,"y":306.29,"width":42.33,"height":25.4}},{"index":22,"itemType":"rect","itemName":"2-6","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":0.6984375,"imgScale":1,"mapScale":0.6984375,"rect":{"x":772.09,"y":360.47,"width":42.33,"height":25.4}},{"index":23,"itemType":"rect","itemName":"2-7","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":0.6984375,"imgScale":1,"mapScale":0.6984375,"rect":{"x":738.23,"y":409.57,"width":42.33,"height":25.4}},{"index":24,"itemType":"rect","itemName":"2-8","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":0.6984375,"imgScale":1,"mapScale":0.6984375,"rect":{"x":750.08,"y":462.91,"width":42.33,"height":25.4}},{"index":25,"itemType":"rect","itemName":"3-1","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":0.6984375,"imgScale":1,"mapScale":0.6984375,"rect":{"x":112.6,"y":775.3,"width":84.66,"height":25.4}},{"index":26,"itemType":"rect","itemName":"3-2","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":0.6984375,"imgScale":1,"mapScale":0.6984375,"rect":{"x":283.61,"y":775.3,"width":84.66,"height":25.4}},{"index":27,"itemType":"rect","itemName":"3-3","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":0.6984375,"imgScale":1,"mapScale":0.6984375,"rect":{"x":112.6,"y":927.69,"width":84.66,"height":25.4}},{"index":28,"itemType":"rect","itemName":"3-4","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":0.6984375,"imgScale":1,"mapScale":0.6984375,"rect":{"x":283.61,"y":927.69,"width":84.66,"height":25.4}},{"index":29,"itemType":"rect","itemName":"4-1","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":0.6984375,"imgScale":1,"mapScale":0.6984375,"rect":{"x":729.39,"y":604.72,"width":60,"height":35}},{"index":30,"itemType":"rect","itemName":"4-2","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":0.6984375,"imgScale":1,"mapScale":0.6984375,"rect":{"x":729.39,"y":681.39,"width":60,"height":35}},{"index":31,"itemType":"rect","itemName":"4-3","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":0.6984375,"imgScale":1,"mapScale":0.6984375,"rect":{"x":729.39,"y":759.07,"width":60,"height":35}},{"index":32,"itemType":"rect","itemName":"4-4","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":0.6984375,"imgScale":1,"mapScale":0.6984375,"rect":{"x":729.39,"y":836.74,"width":60,"height":35}},{"index":33,"itemType":"rect","itemName":"4-5","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":0.6984375,"imgScale":1,"mapScale":0.6984375,"rect":{"x":729.39,"y":914.42,"width":60,"height":35}},{"index":34,"itemType":"rect","itemName":"5-1","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":0.6984375,"imgScale":1,"mapScale":0.6984375,"rect":{"x":197.68,"y":1188.86,"width":29.63,"height":29.63}},{"index":35,"itemType":"rect","itemName":"5-2","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":0.6984375,"imgScale":1,"mapScale":0.6984375,"rect":{"x":373.77,"y":1188.86,"width":29.63,"height":29.63}},{"index":36,"itemType":"rect","itemName":"5-3","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":0.6984375,"imgScale":1,"mapScale":0.6984375,"rect":{"x":197.68,"y":1322.62,"width":29.63,"height":29.63}},{"index":37,"itemType":"rect","itemName":"5-4","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":0.6984375,"imgScale":1,"mapScale":0.6984375,"rect":{"x":373.77,"y":1322.62,"width":29.63,"height":29.63}},{"index":38,"itemType":"rect","itemName":"6-1","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":0.6984375,"imgScale":1,"mapScale":0.6984375,"rect":{"x":590.5,"y":1181.24,"width":29.63,"height":29.63}},{"index":39,"itemType":"rect","itemName":"6-2","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":0.6984375,"imgScale":1,"mapScale":0.6984375,"rect":{"x":786.91,"y":1181.24,"width":29.63,"height":29.63}},{"index":40,"itemType":"rect","itemName":"6-3","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":0.6984375,"imgScale":1,"mapScale":0.6984375,"rect":{"x":590.5,"y":1328.55,"width":29.63,"height":29.63}},{"index":41,"itemType":"rect","itemName":"6-4","fontSize":50,"fontName":"BRLNSR_1","fontColor":"#8f3758","fontScale":0.6984375,"imgScale":1,"mapScale":0.6984375,"rect":{"x":786.91,"y":1328.55,"width":29.63,"height":29.63}}],"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}]}],"scoreConfigArr":[{"linkHotZoneIndex":-1,"linkHotZoneIndexArr":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19]}],"ratingSystem":"7","alignModeFooter":"right","bgColorFooter":"#027cc5"}
\ No newline at end of file \ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
</div> </div>
</div> </div>
<h2 style="margin-top: 10px;">页头-页尾配置</h2> <h2 style="margin-top: 10px;">页头-页尾配置</h2>
<div style="font-size: 16px; border: 2px solid #ccc; border-radius: 10px; padding: 10px; display: flex; height: 220px;"> <div style="font-size: 16px; border: 2px solid #ccc; border-radius: 10px; padding: 10px; display: flex; height: 250px;">
<div style="width: 200px; height: 152px;"> <div style="width: 200px; height: 152px;">
<h5>页头图片:</h5> <h5>页头图片:</h5>
<app-upload-image-with-preview <app-upload-image-with-preview
...@@ -34,6 +34,12 @@ ...@@ -34,6 +34,12 @@
</nz-select> </nz-select>
</p> </p>
</div> </div>
<div>
<p style="padding-left: 20px; position: relative; height: 32px; text-align: center; margin-top: 10px;">
<span style="position: absolute; left: 5px; height: 32px; line-height: 32px;">背景色:</span>
<input type="text" nz-input [(ngModel)]="item.bgColorHeader" (blur)="save()" style="display: inline-block; width: 100px;">
</p>
</div>
</div> </div>
<div style="width: 200px; height: 152px; margin-left: 20px;"> <div style="width: 200px; height: 152px; margin-left: 20px;">
...@@ -42,6 +48,22 @@ ...@@ -42,6 +48,22 @@
[picUrl]="item.footer_image_url" [picUrl]="item.footer_image_url"
(imageUploaded)="onImageUploadSuccess($event, 'footer_image_url', item)"> (imageUploaded)="onImageUploadSuccess($event, 'footer_image_url', item)">
</app-upload-image-with-preview> </app-upload-image-with-preview>
<div>
<p style="padding-left: 20px; position: relative; height: 32px; text-align: center; margin-top: 10px;">
<span style="position: absolute; left: 5px; height: 32px; line-height: 32px;">对齐:</span>
<nz-select [(ngModel)]="item.alignModeFooter" (ngModelChange)="save()" style="display: inline-block; width: 100px;">
<nz-option nzValue="middle" nzLabel="居中"></nz-option>
<nz-option nzValue="left" nzLabel="靠左"></nz-option>
<nz-option nzValue="right" nzLabel="靠右"></nz-option>
</nz-select>
</p>
</div>
<div>
<p style="padding-left: 20px; position: relative; height: 32px; text-align: center; margin-top: 10px;">
<span style="position: absolute; left: 5px; height: 32px; line-height: 32px;">背景色:</span>
<input type="text" nz-input [(ngModel)]="item.bgColorFooter" (blur)="save()" style="display: inline-block; width: 100px;">
</p>
</div>
</div> </div>
</div> </div>
......
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