From bc7f6f02feeff377da9d95546420987a2539d7cc Mon Sep 17 00:00:00 2001 From: zhongshujie <2862698242@qq.com> Date: 星期一, 08 七月 2024 19:50:18 +0800 Subject: [PATCH] 英语(表格) --- src/books/English/view/components/chapter001.vue | 586 +++++++++++++++++++++++++++++++++++++++++++++------------- 1 files changed, 455 insertions(+), 131 deletions(-) diff --git a/src/books/English/view/components/chapter001.vue b/src/books/English/view/components/chapter001.vue index 132d2eb..572afb5 100644 --- a/src/books/English/view/components/chapter001.vue +++ b/src/books/English/view/components/chapter001.vue @@ -331,6 +331,7 @@ <p class="event-header-text-bc pd-5" style="margin-left: 40px; width: 91%" v-if="showAnswerThree"> 绛旀锛歍he Silk Road Immigrants Sinologist </p> + <!-- --> <p> 2.China offers so much to see and explore.What took you by surprise about China? @@ -891,7 +892,7 @@ <span> <svg v-if=" testData.isComplete && - isTextRight(testData.in.answer, testData.in.one) + isTextRight(testData.in.answer, testData.in.one, 0) " t="1716986419862" class="icon" viewBox="0 0 1820 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="18767" xmlns:xlink="http://www.w3.org/1999/xlink" width="40" height="20"> @@ -901,7 +902,7 @@ </svg> <svg v-if=" testData.isComplete && - isTextRight(testData.in.answer, testData.in.one) == false + isTextRight(testData.in.answer, testData.in.one, 0) == false " t="1716987085767" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="25745" xmlns:xlink="http://www.w3.org/1999/xlink" width="20" height="20"> @@ -916,7 +917,7 @@ <span> <svg v-if=" testData.isComplete && - isTextRight(testData.in.answer, testData.in.two) + isTextRight(testData.in.answer, testData.in.two, 1) " t="1716986419862" class="icon" viewBox="0 0 1820 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="18767" xmlns:xlink="http://www.w3.org/1999/xlink" width="40" height="20"> @@ -926,7 +927,7 @@ </svg> <svg v-if=" testData.isComplete && - isTextRight(testData.in.answer, testData.in.two) == false + isTextRight(testData.in.answer, testData.in.two, 1) == false " t="1716987085767" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="25745" xmlns:xlink="http://www.w3.org/1999/xlink" width="20" height="20"> @@ -941,7 +942,7 @@ <span> <svg v-if=" testData.isComplete && - isTextRight(testData.in.answer, testData.in.three) + isTextRight(testData.in.answer, testData.in.three, 2) " t="1716986419862" class="icon" viewBox="0 0 1820 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="18767" xmlns:xlink="http://www.w3.org/1999/xlink" width="40" height="20"> @@ -951,7 +952,7 @@ </svg> <svg v-if=" testData.isComplete && - isTextRight(testData.in.answer, testData.in.three) == false + isTextRight(testData.in.answer, testData.in.three, 2) == false " t="1716987085767" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="25745" xmlns:xlink="http://www.w3.org/1999/xlink" width="20" height="20"> @@ -965,7 +966,7 @@ <span> <svg v-if=" testData.isComplete && - isTextRight(testData.in.answer, testData.in.four) + isTextRight(testData.in.answer, testData.in.four, 3) " t="1716986419862" class="icon" viewBox="0 0 1820 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="18767" xmlns:xlink="http://www.w3.org/1999/xlink" width="40" height="20"> @@ -975,7 +976,7 @@ </svg> <svg v-if=" testData.isComplete && - isTextRight(testData.in.answer, testData.in.four) == false + isTextRight(testData.in.answer, testData.in.four, 3) == false " t="1716987085767" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="25745" xmlns:xlink="http://www.w3.org/1999/xlink" width="20" height="20"> @@ -991,7 +992,7 @@ <span> <svg v-if=" testData.isComplete && - isTextRight(testData.in.answer, testData.in.five) + isTextRight(testData.in.answer, testData.in.five, 4) " t="1716986419862" class="icon" viewBox="0 0 1820 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="18767" xmlns:xlink="http://www.w3.org/1999/xlink" width="40" height="20"> @@ -1001,7 +1002,7 @@ </svg> <svg v-if=" testData.isComplete && - isTextRight(testData.in.answer, testData.in.five) == false + isTextRight(testData.in.answer, testData.in.five, 4) == false " t="1716987085767" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="25745" xmlns:xlink="http://www.w3.org/1999/xlink" width="20" height="20"> @@ -1130,7 +1131,9 @@ </svg> </span> </p> - <el-image v-if="showImg" :src="imgThirteen" :preview-src-list="[imgThirteen]" /> + <div class="openImgBox" v-if="showImg"> + <img class="w100" :src="imgThirteen" /> + </div> <p>A.Combine the following sentences into if-clauses.</p> <p> 1.Try using sticks.You can enjoy the fun of having a real Chinese @@ -1199,7 +1202,7 @@ <span> <svg v-if=" testData.isComplete && - isTextRight(testData.cm.answer, testData.cm.one) + isTextRight(testData.cm.answer, testData.cm.one, 0) " t="1716986419862" class="icon" viewBox="0 0 1820 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="18767" xmlns:xlink="http://www.w3.org/1999/xlink" width="40" height="20"> @@ -1209,7 +1212,7 @@ </svg> <svg v-if=" testData.isComplete && - isTextRight(testData.cm.answer, testData.cm.one) == false + isTextRight(testData.cm.answer, testData.cm.one, 0) == false " t="1716987085767" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="25745" xmlns:xlink="http://www.w3.org/1999/xlink" width="20" height="20"> @@ -1225,7 +1228,7 @@ <span> <svg v-if=" testData.isComplete && - isTextRight(testData.cm.answer, testData.cm.two) + isTextRight(testData.cm.answer, testData.cm.two, 1) " t="1716986419862" class="icon" viewBox="0 0 1820 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="18767" xmlns:xlink="http://www.w3.org/1999/xlink" width="40" height="20"> @@ -1235,7 +1238,7 @@ </svg> <svg v-if=" testData.isComplete && - isTextRight(testData.cm.answer, testData.cm.two) == false + isTextRight(testData.cm.answer, testData.cm.two, 1) == false " t="1716987085767" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="25745" xmlns:xlink="http://www.w3.org/1999/xlink" width="20" height="20"> @@ -1252,7 +1255,7 @@ <span> <svg v-if=" testData.isComplete && - isTextRight(testData.cm.answer, testData.cm.three) + isTextRight(testData.cm.answer, testData.cm.three, 2) " t="1716986419862" class="icon" viewBox="0 0 1820 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="18767" xmlns:xlink="http://www.w3.org/1999/xlink" width="40" height="20"> @@ -1262,7 +1265,7 @@ </svg> <svg v-if=" testData.isComplete && - isTextRight(testData.cm.answer, testData.cm.three) == false + isTextRight(testData.cm.answer, testData.cm.three, 2) == false " t="1716987085767" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="25745" xmlns:xlink="http://www.w3.org/1999/xlink" width="20" height="20"> @@ -1279,7 +1282,7 @@ <span> <svg v-if=" testData.isComplete && - isTextRight(testData.cm.answer, testData.cm.four) + isTextRight(testData.cm.answer, testData.cm.four, 3) " t="1716986419862" class="icon" viewBox="0 0 1820 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="18767" xmlns:xlink="http://www.w3.org/1999/xlink" width="40" height="20"> @@ -1289,7 +1292,7 @@ </svg> <svg v-if=" testData.isComplete && - isTextRight(testData.cm.answer, testData.cm.four) == false + isTextRight(testData.cm.answer, testData.cm.four, 3) == false " t="1716987085767" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="25745" xmlns:xlink="http://www.w3.org/1999/xlink" width="20" height="20"> @@ -1307,7 +1310,7 @@ <span> <svg v-if=" testData.isComplete && - isTextRight(testData.cm.answer, testData.cm.five) + isTextRight(testData.cm.answer, testData.cm.five, 4) " t="1716986419862" class="icon" viewBox="0 0 1820 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="18767" xmlns:xlink="http://www.w3.org/1999/xlink" width="40" height="20"> @@ -1317,7 +1320,7 @@ </svg> <svg v-if=" testData.isComplete && - isTextRight(testData.cm.answer, testData.cm.five) == false + isTextRight(testData.cm.answer, testData.cm.five, 4) == false " t="1716987085767" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="25745" xmlns:xlink="http://www.w3.org/1999/xlink" width="20" height="20"> @@ -1329,8 +1332,9 @@ </p> <p class="event-header-text-bc pd-5" style="margin-left: 40px; width: 93%" v-if="showQuestionAnswer"> 绛旀锛� 1.whether 2.if 3.whether 4.whether - 5.if + 5.If </p> + <!-- 鎻愪氦鎸夐挳 --> <div class="w100 fl"> <ul class="fl ju-ar w100"> <li> @@ -1442,7 +1446,7 @@ @change="setBookQuestion"></textarea> </td> <td> - <textarea v-model="questionData.table.enight" class="w100 table-tr-bc b0 table-textarea textarea-box" + <textarea v-model="questionData.table.eight" class="w100 table-tr-bc b0 table-textarea textarea-box" @change="setBookQuestion"></textarea> </td> <td> @@ -1904,14 +1908,12 @@ <div class="padding-93"> <div class="bodystyle"> <h3 id="c006"><span class="bjh3">Reading</span></h3> - <p class="center"> - - </p> + <p class="center"></p> <p class="img"></p> <p> 1.We are witnessing the rapid development of modern society.What impresses you most? - <span class="btn-box" @click="showAnswerFour = !showAnswerFour"> + <span class="btn-box" @click="showAnswerFive = !showAnswerFive"> <svg xmlns="http://www.w3.org/2000/svg" width="20.501" height="20.501" viewBox="0 0 20.501 20.501"> <path class="a" d="M3344.717-15308.5H3337.4a10.186,10.186,0,0,1-7.25-3,10.185,10.185,0,0,1-3-7.25A10.262,10.262,0,0,1,3337.4-15329a10.26,10.26,0,0,1,10.249,10.248,10.129,10.129,0,0,1-2.2,6.341v3.177A.734.734,0,0,1,3344.717-15308.5Zm-9.606-7.29h4.493l.527,1.419c.071.182.156.386.254.608a2.428,2.428,0,0,0,.273.512.986.986,0,0,0,.315.262.971.971,0,0,0,.454.1,1.05,1.05,0,0,0,.773-.327,1.025,1.025,0,0,0,.319-.723,3.3,3.3,0,0,0-.277-1.051l-.062-.161-2.889-7.313c-.119-.321-.228-.607-.335-.873a2.972,2.972,0,0,0-.323-.616,1.56,1.56,0,0,0-.5-.469,1.552,1.552,0,0,0-.781-.181,1.535,1.535,0,0,0-.773.181,1.475,1.475,0,0,0-.5.477,3.674,3.674,0,0,0-.362.739l-.239.627-.054.135-2.824,7.355c-.095.229-.179.46-.25.688a1.529,1.529,0,0,0-.073.477.978.978,0,0,0,.323.72,1.039,1.039,0,0,0,.746.315.838.838,0,0,0,.716-.3,4.676,4.676,0,0,0,.466-.985l.062-.165.527-1.449Zm3.747-1.5h-3.293l1.812-5.124,1.481,5.123Z" @@ -1920,16 +1922,19 @@ </span> </p> <!-- 鏂囨湰妗� --> - <textarea v-model="questionData.reading.two" placeholder="璇疯緭鍏ュ唴瀹�" rows="6" + <textarea v-model="questionData.reading.three" placeholder="璇疯緭鍏ュ唴瀹�" rows="6" style="margin-left: 40px; width: 92%" class="fz-16 fm-son" @change="setBookQuestion"></textarea> <!-- 绛旀妗� --> - <p class="event-header-text-bc pd-5" style="margin-left: 40px; width: 91%" v-if="showAnswerFour"> - 绛旀锛�(1)intercitut rain(2)online shopping (3)electronic payment (4)shared bike (5)take-away service (6)facial recognition - (7)2022 Beijing Winter Olympics (8)2023 World University Games (9)Hong Kong-Zhuhai-Macao Bridge - (10)Scenery spots, such as Jiuzhaigou, the Palace Museum, the Great Wall + <p class="event-header-text-bc pd-5" style="margin-left: 40px; width: 91%" v-if="showAnswerFive"> + 绛旀锛�(1)intercitut rain(2)online shopping (3)electronic payment + (4)shared bike (5)take-away service (6)facial recognition (7)2022 + Beijing Winter Olympics (8)2023 World University Games (9)Hong + Kong-Zhuhai-Macao Bridge (10)Scenery spots, such as Jiuzhaigou, + the Palace Museum, the Great Wall </p> - <p>2.What will our life be like in ten or twenty years? - <span class="btn-box" @click="showAnswerFour = !showAnswerFour"> + <p> + 2.What will our life be like in ten or twenty years? + <span class="btn-box" @click="showAnswerSix = !showAnswerSix"> <svg xmlns="http://www.w3.org/2000/svg" width="20.501" height="20.501" viewBox="0 0 20.501 20.501"> <path class="a" d="M3344.717-15308.5H3337.4a10.186,10.186,0,0,1-7.25-3,10.185,10.185,0,0,1-3-7.25A10.262,10.262,0,0,1,3337.4-15329a10.26,10.26,0,0,1,10.249,10.248,10.129,10.129,0,0,1-2.2,6.341v3.177A.734.734,0,0,1,3344.717-15308.5Zm-9.606-7.29h4.493l.527,1.419c.071.182.156.386.254.608a2.428,2.428,0,0,0,.273.512.986.986,0,0,0,.315.262.971.971,0,0,0,.454.1,1.05,1.05,0,0,0,.773-.327,1.025,1.025,0,0,0,.319-.723,3.3,3.3,0,0,0-.277-1.051l-.062-.161-2.889-7.313c-.119-.321-.228-.607-.335-.873a2.972,2.972,0,0,0-.323-.616,1.56,1.56,0,0,0-.5-.469,1.552,1.552,0,0,0-.781-.181,1.535,1.535,0,0,0-.773.181,1.475,1.475,0,0,0-.5.477,3.674,3.674,0,0,0-.362.739l-.239.627-.054.135-2.824,7.355c-.095.229-.179.46-.25.688a1.529,1.529,0,0,0-.073.477.978.978,0,0,0,.323.72,1.039,1.039,0,0,0,.746.315.838.838,0,0,0,.716-.3,4.676,4.676,0,0,0,.466-.985l.062-.165.527-1.449Zm3.747-1.5h-3.293l1.812-5.124,1.481,5.123Z" @@ -1938,62 +1943,91 @@ </span> </p> <!-- 鏂囨湰妗� --> - <textarea v-model="questionData.reading.two" placeholder="璇疯緭鍏ュ唴瀹�" rows="6" + <textarea v-model="questionData.reading.four" placeholder="璇疯緭鍏ュ唴瀹�" rows="6" style="margin-left: 40px; width: 92%" class="fz-16 fm-son" @change="setBookQuestion"></textarea> <!-- 绛旀妗� --> - <p class="event-header-text-bc pd-5" style="margin-left: 40px; width: 91%" v-if="showAnswerFour"> - 绛旀锛�(1)population aging (2)worsening climate change - (3)more automation and Al,such as flying cars, driverless + <p class="event-header-text-bc pd-5" style="margin-left: 40px; width: 91%" v-if="showAnswerSix"> + 绛旀锛�(1)population aging (2)worsening climate change (3)more + automation and Al,such as flying cars, driverless </p> <p class="center"><b>The Great Progress in China</b></p> <p class="center"> - <audio :src="resource.readingOne" controls controlslist="noplaybackrate nodownload" class="audio"></audio> + <audio :src="resource.readingThree" controls controlslist="noplaybackrate nodownload" + class="audio"></audio> </p> <p> On August 31st,2012,as I landed my feet on Chinese ground,I - started to breathe in the air coming from the breeze.It was + started to breathe in the air coming from the + <span class="word-bc" @click="saveWord($event, 'breeze')">breeze</span> + .It was familiar.I felt so excited to be back in China,though that time was for my studies.In a matter of days,I made a lot of friends from different countries and one afternoon,my friends and I planned to visit the world-famous Sun Yat-sen - Mausoleum.A._______________ I looked around with curiosity,and - everything seemed to move at a quick pace. + <span class="word-bc" @click="saveWord($event, 'Mausoleum')">Mausoleum</span> + .A.<input :disabled="testData.isComplete" type="text" class="input-bottom-border" style="width: 120px" + v-model="testData.in.one" @change="setTestData" /> + I looked around with curiosity,and everything seemed to move at a + quick + <span class="word-bc" @click="saveWord($event, 'pace')">pace</span>. </p> <p> - Six months later,as I walked down the hall of my dormitory,I met - my neighbour who was overwhelmed by big and small packages and + Six months later,as I walked down the hall of my + <span class="word-bc" @click="saveWord($event, 'dormitory')">dormitory</span> + ,I met + my + <span class="word-bc" @click="saveWord($event, 'neighbour')">neighbour</span> + who was overwhelmed by big and small packages and boxes.I asked,鈥淗ey,Alison.What are all these?鈥� She replied,鈥淗ello,Vanessa.I received my packages from the delivery - man.I鈥檝e been buying a lot of stuff via an online shop.鈥� I went to - my room to turn on my laptop and typed in the key words.I was - stunned; I couldn鈥檛 believe my eyes.It is actually an online + man.I鈥檝e been buying a lot of stuff + <span class="word-bc" @click="saveWord($event, 'via')">via</span> + an online shop.鈥� I went to + my room to turn on my + <span class="word-bc" @click="saveWord($event, 'laptop')">laptop</span> + and typed in the key words.I was + <span class="word-bc" @click="saveWord($event, 'stunned')">stunned</span> + ; I couldn鈥檛 believe my eyes.It is actually an online shopping website where you can buy anything you can think of. </p> <p> After my graduation in 2015,I joined another university in Shanghai for further studies.I always saw my Chinese classmates - paying with their phones; this triggered my attention.With the + paying with their phones; this + <span class="word-bc" @click="saveWord($event, 'triggered')">triggered</span> + my attention.With the help of my classmates,I finally got my own online payment - account.This is an absolute gadget,very convenient and easy to - use.With the start of this new era,I always go out without my + account.This is an absolute + <span class="word-bc" @click="saveWord($event, 'gadget')">gadget</span> + ,very convenient and easy to + use.With the start of this new + <span class="word-bc" @click="saveWord($event, 'era')">era</span> + ,I always go out without my wallet. </p> <p> - B._______________ I went through all the necessary procedures and - couldn鈥檛 wait to ride my first shared bike. + B.<input :disabled="testData.isComplete" type="text" class="input-bottom-border" style="width: 120px" + v-model="testData.in.one" @change="setTestData" /> + I went through all the necessary procedures and couldn鈥檛 wait to + ride my first shared bike. </p> <p> Last but not least,nearly at the end of 2016,the ordering - platforms made their appearance on all Chinese - phones.C._______________ What makes my life easier is that I can - buy vegetables and fruits online and get them delivered to my - door. + platforms made their appearance on all Chinese phones.C.<input :disabled="testData.isComplete" type="text" + class="input-bottom-border" style="width: 120px" v-model="testData.in.one" @change="setTestData" /> + What makes my life easier is that I can buy vegetables and fruits + online and get them delivered to my door. </p> <p> The five aspects that I mentioned above changed the life of - millions of people around China.The Chinese economy is - booming,which makes people well off.I鈥檝e been in China for several - years and witnessed China鈥檚 potential. + millions of people around China.The Chinese + <span class="word-bc" @click="saveWord($event, 'economy')">economy</span> + is + <span class="word-bc" @click="saveWord($event, 'booming')">booming</span> + ,which makes people well off.I鈥檝e been in China for several + years and witnessed China鈥檚 + <span class="word-bc" @click="saveWord($event, 'potential')">potential</span> + . </p> </div> </div> @@ -2020,7 +2054,7 @@ <span class="zt-cs" style="font-size: 20px">Words & Expressions</span> <span class="line-border-box"></span> </p> - <audio :src="resource.readingTwo" controls controlslist="noplaybackrate nodownload" + <audio :src="resource.readingFour" controls controlslist="noplaybackrate nodownload" style="margin-left: 10px" class="audio"></audio> <p>breeze /bri藧z/ <i>n.</i> 寰锛涘拰椋�</p> <div class="bkbj"> @@ -2148,37 +2182,82 @@ blanks. </p> <p> - 1.It wasn鈥檛 long until I discovered the shared bikes in + ( <select v-model="dropdownData.one.value" style="width: 8%"> + <option v-for="(item, index) in dropDownListOne" :key="index" :value="item"> + {{ item }} + </option> + </select> ) 1.It wasn鈥檛 long until I discovered the shared bikes in 2016,serving people in several cities. </p> <p> - 2.People can order their desired food,from soup to noodles,from + ( <select v-model="dropdownData.one.value" style="width: 8%"> + <option v-for="(item, index) in dropDownListOne" :key="index" :value="item"> + {{ item }} + </option> + </select> ) 2.People can order their desired food,from soup to noodles,from barbecue to hot pot. </p> <p> - 3.It was at that moment that I knew about the metro system.It was - new,fast,and extraordinary. + ( <select v-model="dropdownData.one.value" style="width: 8%"> + <option v-for="(item, index) in dropDownListOne" :key="index" :value="item"> + {{ item }} + </option> + </select> ) 3.It was at that moment that I knew about the metro system.It + was new,fast,and extraordinary. + </p> + <p class="event-header-text-bc pd-5" style="margin-left: 40px; width: 93%" + v-if="showlessonTwoQuestionAnswer"> + 绛旀锛� A.3 B.1 C.2 </p> <p> B.Decide whether the following statements are true (T) or false (F). </p> <p> - (銆�) 1.Vanessa made a lot of friends as soon as she arrived in - China. + ( <select v-model="dropdownData.one.value" style="width: 8%"> + <option v-for="(item, index) in dropDownListTwo" :key="index" :value="item"> + {{ item }} + </option> + </select> ) 1.Vanessa made a lot of friends as soon as she arrived in China. </p> <p> - (銆�) 2.Before Vanessa came to China,she knew a lot about the metro + ( <select v-model="dropdownData.one.value" style="width: 8%"> + <option v-for="(item, index) in dropDownListTwo" :key="index" :value="item"> + {{ item }} + </option> + </select> ) 2.Before Vanessa came to China,she knew a lot about + the metro system. </p> <p> - (銆�) 3.Vanessa didn鈥檛 know about online shopping before she met - her neighbour Alison. + ( <select v-model="dropdownData.one.value" style="width: 8%"> + <option v-for="(item, index) in dropDownListTwo" :key="index" :value="item"> + {{ item }} + </option> + </select> ) 3.Vanessa didn鈥檛 know about online shopping before + she met her + neighbour Alison. </p> - <p>(銆�) 4.Vanessa got her own online payment account by herself.</p> <p> - (銆�) 5.Buying vegetables and fruits online makes Vanessa鈥檚 life + ( <select v-model="dropdownData.one.value" style="width: 8%"> + <option v-for="(item, index) in dropDownListTwo" :key="index" :value="item"> + {{ item }} + </option> + </select> ) 4.Vanessa got her own online payment account by + herself. + </p> + <p> + ( <select v-model="dropdownData.one.value" style="width: 8%"> + <option v-for="(item, index) in dropDownListTwo" :key="index" :value="item"> + {{ item }} + </option> + </select> ) 5.Buying vegetables and fruits online makes + Vanessa鈥檚 life easier. + </p> + <p class="event-header-text-bc pd-5" style="margin-left: 40px; width: 93%" + v-if="showlessonTwoQuestionAnswer"> + 绛旀锛� 1.T 2.F 3.T 4.F 5.T </p> <p><b>鈪�.Language focus.</b></p> <p> @@ -2187,23 +2266,33 @@ </p> <p> 1.Tom was shocked by China鈥檚 progress that she had - <i>noticed</i>.________ + <i>noticed</i>.<input :disabled="testData.isComplete" type="text" class="input-bottom-border" + style="width: 90px" v-model="testData.in.one" @change="setTestData" /> </p> <p> 2.China has made <i>amazing</i> progress in the manufacturing - industry.________ + industry.<input :disabled="testData.isComplete" type="text" class="input-bottom-border" + style="width: 90px" v-model="testData.in.one" @change="setTestData" /> </p> <p> 3.Ordering platforms supported <i>by</i> various Apps is very - convenient.________ + convenient.<input :disabled="testData.isComplete" type="text" class="input-bottom-border" + style="width: 90px" v-model="testData.in.one" @change="setTestData" /> </p> <p> 4.The <i>age</i> of artificial intelligence was brought into being - by the Internet.________ + by the Internet.<input :disabled="testData.isComplete" type="text" class="input-bottom-border" + style="width: 90px" v-model="testData.in.one" @change="setTestData" /> </p> <p> 5.The <i>rhythm</i> of ancient people鈥檚 lives is slower than that - of modern people.________ + of modern people.<input :disabled="testData.isComplete" type="text" class="input-bottom-border" + style="width: 90px" v-model="testData.in.one" @change="setTestData" /> + </p> + <p class="event-header-text-bc pd-5" style="margin-left: 40px; width: 93%" + v-if="showlessonTwoQuestionAnswer"> + 绛旀锛� 1.witnessed 2.extraordinary 3.via + 4.era 5.pace </p> <p> B.Fill in the blanks with the proper form of the expressions given @@ -2214,7 +2303,11 @@ a matter of銆�go through銆�last but not least銆�well off銆�type in </p> </div> - <p>1.China has________great changes in the era of big data.</p> + <p> + 1.China has<input :disabled="testData.isComplete" type="text" class="input-bottom-border" + style="width: 60px" v-model="testData.in.one" @change="setTestData" />great changes in the era of big + data. + </p> </div> </div> <div class="preface-bottom"> @@ -2237,18 +2330,44 @@ <div class="padding-93"> <div class="bodystyle"> <p> - 2.________key words and you can search for the needed goods in - online shops. + 2.<input :disabled="testData.isComplete" type="text" class="input-bottom-border" style="width: 60px" + v-model="testData.in.one" @change="setTestData" />key words and you can search for the needed goods in + online + shops. </p> <p> - 3.A dispute over online shopping can be settled in________days. + 3.A dispute over online shopping can be settled in<input :disabled="testData.isComplete" type="text" + class="input-bottom-border" style="width: 60px" v-model="testData.in.one" @change="setTestData" />days. </p> - <p>4.China has,in all respects,become very________.</p> <p> - 5.________,all the people committed to Shenzhou Spacecrafts - deserve respect. + 4.China has,in all respects,become very<input :disabled="testData.isComplete" type="text" + class="input-bottom-border" style="width: 60px" v-model="testData.in.one" @change="setTestData" />. </p> - <p><b>鈪�.Grammar focus:The simple sentence.</b></p> + <p> + 5.<input :disabled="testData.isComplete" type="text" class="input-bottom-border" style="width: 60px" + v-model="testData.in.one" @change="setTestData" />,all the people committed to Shenzhou Spacecrafts + deserve + respect. + </p> + <p class="event-header-text-bc pd-5" style="margin-left: 40px; width: 93%" + v-if="showlessonTwoQuestionAnswer"> + 绛旀锛� 1.went through 2.Type in 3.a matter of + 4.well Off 5.Last but not least + </p> + <p><b>鈪�.Grammar focus:The simple sentence.</b> + <span class="btn-box" @click="showAnswer('showImgOne')"> + <svg t="1717037443722" class="icon" viewBox="0 0 1024 1024" version="1.1" + xmlns="http://www.w3.org/2000/svg" p-id="30864" xmlns:xlink="http://www.w3.org/1999/xlink" width="20" + height="20"> + <path + d="M387.2 471.152l-154.768 258.72v103.488h515.792V626.384l-149.12 103.488z m283.712-51.744a77.632 77.632 0 1 0 77.392 77.616 77.504 77.504 0 0 0-77.472-77.616zM640 0H160.72A96.736 96.736 0 0 0 64 96.72V927.36a96.736 96.736 0 0 0 96.72 96.64h702.56A96.704 96.704 0 0 0 960 927.36V298.016z m7.808 94.736l226.544 211.008h-146.544a80.08 80.08 0 0 1-80-80zM896 927.36a32.688 32.688 0 0 1-32.72 32.64h-702.56A32.704 32.704 0 0 1 128 927.36V96.72A32.752 32.752 0 0 1 160.72 64l423.088 0.384v161.44a144.176 144.176 0 0 0 144 143.92H896z" + p-id="30865"></path> + </svg> + </span> + </p> + <div class="openImgBox" v-if="showImgOne"> + <img class="w100" :src="imgThirteenOne" /> + </div> <p> Read the examples and write down the sentence structure of the following sentences in the brackets. @@ -2264,22 +2383,74 @@ </p> <p> 5.I always saw my Chinese classmates paying with their - phones.锛圫+V+O+C) + phones.(S+V+O+C) </p> </div> - <p>1.It is actually an online shopping website.锛坃_______锛�</p> <p> - 2.Vanessa finally got her own online payment account.锛坃_______锛� + 1.It is actually an online shopping website.( <select v-model="dropdownData.one.value" style="width: 15%"> + <option v-for="(item, index) in dropDownListThree" :key="index" :value="item"> + {{ item }} + </option> + </select> ) + </p> + <p> + 2.Vanessa finally got her own online payment account. ( <select v-model="dropdownData.one.value" + style="width: 15%"> + <option v-for="(item, index) in dropDownListThree" :key="index" :value="item"> + {{ item }} + </option> + </select> ) </p> <p> 3.China offers researchers world-class advanced research - facilities in the institutes. 锛坃_______锛� + facilities in the institutes. ( <select v-model="dropdownData.one.value" style="width: 15%"> + <option v-for="(item, index) in dropDownListThree" :key="index" :value="item"> + {{ item }} + </option> + </select> ) </p> <p> 4.These friends made Vanessa see China through the eyes of the - locals.锛坃_______锛� + locals. ( <select v-model="dropdownData.one.value" style="width: 15%"> + <option v-for="(item, index) in dropDownListThree" :key="index" :value="item"> + {{ item }} + </option> + </select> ) </p> - <p>5.The list of Chinese food never ends.锛坃_______锛�</p> + <p> + 5.The list of Chinese food never ends. ( <select v-model="dropdownData.one.value" style="width: 15%"> + <option v-for="(item, index) in dropDownListThree" :key="index" :value="item"> + {{ item }} + </option> + </select> ) + </p> + <p class="event-header-text-bc pd-5" style="margin-left: 40px; width: 93%" + v-if="showlessonTwoQuestionAnswer"> + 绛旀锛� 1.S+V+C 2.S+V+O 3.S+V+O+O 4.S+V+O+C + 5.S+V + </p> + <!-- 鎻愪氦鎸夐挳 --> + <div class="w100 fl"> + <ul class="fl ju-ar w100"> + <li> + <button class="btn-border btn-w" @click="saveData"> + 鎻愪氦 + </button> + </li> + <li> + <button @click="changeTestData" class="btn-border btn-w"> + 閲嶅仛 + </button> + </li> + <li> + <button @click=" + showlessonTwoQuestionAnswer = !showlessonTwoQuestionAnswer + " class="parimary-btn"> + 鏌ョ湅绛旀 + </button> + </li> + </ul> + </div> <h3 id="c007"><span class="bjh3">Mini-project</span></h3> <p> Life today is much better than that of 10 years ago.Work in @@ -2290,6 +2461,7 @@ <p class="left"> <img class="img-gn" alt="" src="../../assets/images/dy1-worksheet.jpg" /> </p> + <!-- 琛ㄦ牸鍐呭 --> <table border="1" cellpadding="4" cellspacing="0" style="border-color: #fff" class="fz-14"> <tr class="table-th-bc"> <td class="tl-cn">Items</td> @@ -2345,50 +2517,50 @@ </tr> <tr class="table-tr-bc"> <td> - <textarea v-model="questionData.table.one" class="w100 table-tr-bc b0 table-textarea textarea-box" + <textarea v-model="questionData.table.ten" class="w100 table-tr-bc b0 table-textarea textarea-box" @change="setBookQuestion"></textarea> </td> <td> - <textarea v-model="questionData.table.two" class="w100 table-tr-bc b0 table-textarea textarea-box" + <textarea v-model="questionData.table.eleven" class="w100 table-tr-bc b0 table-textarea" @change="setBookQuestion"></textarea> </td> <td> - <textarea v-model="questionData.table.three" class="w100 table-tr-bc b0 table-textarea" + <textarea v-model="questionData.table.twelve" class="w100 table-tr-bc b0 table-textarea" @change="setBookQuestion"></textarea> </td> </tr> <tr class="table-tr-bc"> <td> - <textarea v-model="questionData.table.four" class="w100 table-tr-bc b0 table-textarea textarea-box" + <textarea v-model="questionData.table.thirteen" + class="w100 table-tr-bc b0 table-textarea textarea-box" @change="setBookQuestion"></textarea> + </td> + <td> + <textarea v-model="questionData.table.fourteen" class="w100 table-tr-bc b0 table-textarea" @change="setBookQuestion"></textarea> </td> <td> - <textarea v-model="questionData.table.five" class="w100 table-tr-bc b0 table-textarea textarea-box" - @change="setBookQuestion"></textarea> - </td> - <td> - <textarea v-model="questionData.table.six" class="w100 table-tr-bc b0 table-textarea" + <textarea v-model="questionData.table.fifteen" class="w100 table-tr-bc b0 table-textarea" @change="setBookQuestion"></textarea> </td> </tr> <tr class="table-tr-bc"> <td> - <textarea v-model="questionData.table.seven" class="w100 table-tr-bc b0 table-textarea textarea-box" + <textarea v-model="questionData.table.sixteen" class="w100 table-tr-bc b0 table-textarea textarea-box" @change="setBookQuestion"></textarea> </td> <td> - <textarea v-model="questionData.table.enight" class="w100 table-tr-bc b0 table-textarea textarea-box" + <textarea v-model="questionData.table.seventeen" class="w100 table-tr-bc b0 table-textarea" @change="setBookQuestion"></textarea> </td> <td> - <textarea v-model="questionData.table.nine" class="w100 table-tr-bc b0 table-textarea" + <textarea v-model="questionData.table.eighteen" class="w100 table-tr-bc b0 table-textarea" @change="setBookQuestion"></textarea> </td> </tr> <tr class="table-tr-bc"> - <td colspan="3"> + <td colspan="3" style="text-align: left"> Your suggestion: - <textarea v-model="questionData.table.seven" class="w100 table-tr-bc b0 table-textarea textarea-box" + <textarea v-model="questionData.table.nineteen" class="w100 table-tr-bc b0 table-textarea" @change="setBookQuestion"></textarea> </td> </tr> @@ -2396,32 +2568,50 @@ <h2 id="b002"> <img class="img-0" alt="" src="../../assets/images/dy1-le3.jpg" /> </h2> - <h3 id="c008"><span class="bjh3">Listening</span></h3> + <h3 id="c008" class="fl al-cn"> + <span class="bjh3">Listening</span> + </h3> + <p> <b>鈪�.Listen to Tom,an overseas student,talking about his journey to China and fill in the blanks with what you hear.</b> </p> - <audio :src="resource.readingTwo" controls controlslist="noplaybackrate nodownload" - style="margin-left: 10px" class="audio"></audio> + <audio :src="resource.listenTwo" controls controlslist="noplaybackrate nodownload" style="margin-left: 10px" + class="audio"></audio> <p> After studying in China for almost three years by now,I call China - my second homeland.I love the natural beauty,the 1.________,the + my second homeland.I love the natural beauty,the 1.<input :disabled="testData.isComplete" type="text" + class="input-bottom-border" style="width: 60px" v-model="testData.in.one" @change="setTestData" />,the people and the food.China is a large country with diverse - landscapes awaiting adventurers to 2.________.There is a modern - public transportation system including city - buses,3.________,high-speed trains,and airports,as well as a large - highway network.These make travel 4.________and efficient and - allow me to go to many places to enjoy the scenery and - culture.China鈥檚 natural beauty keeps on 5.________me,from the pure - blue waterfalls in Jiuzhaigou to the snowcapped mountains of - Shangri-la,from the sandy 6.________of Sanya to the rocky seaside - of Laoshan鈥� China is such a beautiful country! + landscapes awaiting adventurers to 2.<input :disabled="testData.isComplete" type="text" + class="input-bottom-border" style="width: 60px" v-model="testData.in.one" @change="setTestData" />.There + is a modern public transportation system including city + buses,3.<input :disabled="testData.isComplete" type="text" class="input-bottom-border" style="width: 60px" + v-model="testData.in.one" @change="setTestData" />,high-speed trains,and airports,as well as a large + highway + network.These make travel 4.<input :disabled="testData.isComplete" type="text" class="input-bottom-border" + style="width: 60px" v-model="testData.in.one" @change="setTestData" />and efficient and allow me to go + to many places to enjoy the + scenery and culture.China鈥檚 natural beauty keeps on 5.<input :disabled="testData.isComplete" type="text" + class="input-bottom-border" style="width: 60px" v-model="testData.in.one" + @change="setTestData" />me,from the pure blue waterfalls in Jiuzhaigou to the snowcapped + mountains of Shangri-la,from the sandy 6.<input :disabled="testData.isComplete" type="text" + class="input-bottom-border" style="width: 60px" v-model="testData.in.one" @change="setTestData" />of + Sanya to the rocky seaside of Laoshan鈥� China is such a + beautiful country! + </p> + <p class="event-header-text-bc pd-5" style="margin-left: 40px; width: 93%" + v-if="showlessonThreeQuestionAnswer"> + 绛旀锛� 1.culture 2.explore 3.subways + 4.convenient 5.surprising 6.beach </p> <p> <b>鈪�.Listen to the conversation about planning for the upcoming Chinese Culture Week and circle the right expressions to complete the following sentences.</b> </p> + <audio :src="resource.listenThree" controls controlslist="noplaybackrate nodownload" + style="margin-left: 10px" class="audio"></audio> <p> 1.They would like to organize an activity for foreign students to experience Chinese handcrafts / learn Chinese calligraphy. @@ -2461,9 +2651,40 @@ </p> <h3 id="c009"><span class="bjh3">Practical Writing</span></h3> <p>Work with your partner to discuss the following questions.</p> - <p>1.How do you let others know about an upcoming event?</p> + <p> + 1.How do you let others know about an upcoming event? + <span class="btn-box" @click="showAnswerSeven = !showAnswerSeven"> + <svg xmlns="http://www.w3.org/2000/svg" width="20.501" height="20.501" viewBox="0 0 20.501 20.501"> + <path class="a" + d="M3344.717-15308.5H3337.4a10.186,10.186,0,0,1-7.25-3,10.185,10.185,0,0,1-3-7.25A10.262,10.262,0,0,1,3337.4-15329a10.26,10.26,0,0,1,10.249,10.248,10.129,10.129,0,0,1-2.2,6.341v3.177A.734.734,0,0,1,3344.717-15308.5Zm-9.606-7.29h4.493l.527,1.419c.071.182.156.386.254.608a2.428,2.428,0,0,0,.273.512.986.986,0,0,0,.315.262.971.971,0,0,0,.454.1,1.05,1.05,0,0,0,.773-.327,1.025,1.025,0,0,0,.319-.723,3.3,3.3,0,0,0-.277-1.051l-.062-.161-2.889-7.313c-.119-.321-.228-.607-.335-.873a2.972,2.972,0,0,0-.323-.616,1.56,1.56,0,0,0-.5-.469,1.552,1.552,0,0,0-.781-.181,1.535,1.535,0,0,0-.773.181,1.475,1.475,0,0,0-.5.477,3.674,3.674,0,0,0-.362.739l-.239.627-.054.135-2.824,7.355c-.095.229-.179.46-.25.688a1.529,1.529,0,0,0-.073.477.978.978,0,0,0,.323.72,1.039,1.039,0,0,0,.746.315.838.838,0,0,0,.716-.3,4.676,4.676,0,0,0,.466-.985l.062-.165.527-1.449Zm3.747-1.5h-3.293l1.812-5.124,1.481,5.123Z" + transform="translate(-3327.144 15329)" /> + </svg> + </span> + </p> + <!-- 鏂囨湰妗� --> + <textarea v-model="questionData.reading.five" placeholder="璇疯緭鍏ュ唴瀹�" rows="6" + style="margin-left: 40px; width: 92%" class="fz-16 fm-son" @change="setBookQuestion"></textarea> + <!-- 绛旀妗� --> + <p class="event-header-text-bc pd-5" style="margin-left: 40px; width: 91%" v-if="showAnswerSeven"> + 绛旀锛� (1)posters (2)Wechat public account (3)Campus + radio (4)Campus TV station (5)Notice + </p> <p> 2.What information would you like to tell them about the event? + <span class="btn-box" @click="showAnswerEight = !showAnswerEight"> + <svg xmlns="http://www.w3.org/2000/svg" width="20.501" height="20.501" viewBox="0 0 20.501 20.501"> + <path class="a" + d="M3344.717-15308.5H3337.4a10.186,10.186,0,0,1-7.25-3,10.185,10.185,0,0,1-3-7.25A10.262,10.262,0,0,1,3337.4-15329a10.26,10.26,0,0,1,10.249,10.248,10.129,10.129,0,0,1-2.2,6.341v3.177A.734.734,0,0,1,3344.717-15308.5Zm-9.606-7.29h4.493l.527,1.419c.071.182.156.386.254.608a2.428,2.428,0,0,0,.273.512.986.986,0,0,0,.315.262.971.971,0,0,0,.454.1,1.05,1.05,0,0,0,.773-.327,1.025,1.025,0,0,0,.319-.723,3.3,3.3,0,0,0-.277-1.051l-.062-.161-2.889-7.313c-.119-.321-.228-.607-.335-.873a2.972,2.972,0,0,0-.323-.616,1.56,1.56,0,0,0-.5-.469,1.552,1.552,0,0,0-.781-.181,1.535,1.535,0,0,0-.773.181,1.475,1.475,0,0,0-.5.477,3.674,3.674,0,0,0-.362.739l-.239.627-.054.135-2.824,7.355c-.095.229-.179.46-.25.688a1.529,1.529,0,0,0-.073.477.978.978,0,0,0,.323.72,1.039,1.039,0,0,0,.746.315.838.838,0,0,0,.716-.3,4.676,4.676,0,0,0,.466-.985l.062-.165.527-1.449Zm3.747-1.5h-3.293l1.812-5.124,1.481,5.123Z" + transform="translate(-3327.144 15329)" /> + </svg> + </span> + </p> + <!-- 鏂囨湰妗� --> + <textarea v-model="questionData.reading.six" placeholder="璇疯緭鍏ュ唴瀹�" rows="6" + style="margin-left: 40px; width: 92%" class="fz-16 fm-son" @change="setBookQuestion"></textarea> + <!-- 绛旀妗� --> + <p class="event-header-text-bc pd-5" style="margin-left: 40px; width: 91%" v-if="showAnswerEight"> + 绛旀锛�(1)Name of the event(2)Date & time (3)Address (4)Organizer </p> <p> <b>鈪�.Read the following tips for designing an event poster and @@ -2574,13 +2795,36 @@ </div> <div class="dy1-bj5"> <p>1.What can be the title of the exhibition?</p> - <p>_________________________________________</p> + <p> + <input :disabled="testData.isComplete" type="text" class="input-bc-t" style="width: 325px" + v-model="testData.in.one" @change="setTestData" /> + </p> <p>2.What should be included in the exhibition?</p> - <p>_________________________________________</p> + <p> + <input :disabled="testData.isComplete" type="text" class="input-bc-t" style="width: 325px" + v-model="testData.in.one" @change="setTestData" /> + </p> <p>3.Where will the exhibition be held?</p> - <p>_________________________________________</p> + <p> + <input :disabled="testData.isComplete" type="text" class="input-bc-t" style="width: 325px" + v-model="testData.in.one" @change="setTestData" /> + </p> <p>4.When will the exhibition be held?</p> - <p>_________________________________________</p> + <p> + <input :disabled="testData.isComplete" type="text" class="input-bc-t" style="width: 325px" + v-model="testData.in.one" @change="setTestData" /> + </p> + <div class="event-header-text-bc pd-5" style="margin-left: 40px; width: 93%" + v-if="showlessonThreeQuestionAnswer"> + <span>绛旀锛�</span> + <p>1銆� Traditional handicraft show</p> + <p> + 2銆� Various handicrafts made by Chinese students in + theirtraditional Chinese culture courses + </p> + <p>3銆� Students activity center.</p> + <p>4銆� November 13th -- 19th</p> + </div> <p>...</p> </div> </div> @@ -2671,6 +2915,29 @@ <p>What will hold the audience鈥檚 interest?</p> <p>What do you hope to achieve through this event?</p> </div> + <!-- 鎻愪氦鎸夐挳 --> + <div class="w100 fl"> + <ul class="fl ju-ar w100"> + <li> + <button class="btn-border btn-w" @click="saveData"> + 鎻愪氦 + </button> + </li> + <li> + <button @click="changeTestData" class="btn-border btn-w"> + 閲嶅仛 + </button> + </li> + <li> + <button @click=" + showlessonThreeQuestionAnswer = + !showlessonThreeQuestionAnswer + " class="parimary-btn"> + 鏌ョ湅绛旀 + </button> + </li> + </ul> + </div> </div> <div class="preface-bottom"> <span class="contet-num-box">18</span> @@ -2695,13 +2962,21 @@ data() { return { imgThirteen: require("../../assets/images/grammar.jpg"), + imgThirteenOne: require("../../assets/images/grammar1-2.png"), showAnswerOne: false, showAnswerTwo: false, showAnswerThree: false, showAnswerFour: false, showAnswerFive: false, + showAnsweSix: false, + showAnswerSeven: false, + showAnswerEight: false, + showAnswerNine: false, showImg: false, + showImgOne: false, showQuestionAnswer: false, + showlessonTwoQuestionAnswer: false, + showlessonThreeQuestionAnswer: false, rawData: { left: [ { @@ -2857,6 +3132,10 @@ reading: { one: "", two: "", + three: "", + four: "", + five: "", + six: "", }, table: { one: "", @@ -2866,8 +3145,18 @@ five: "", six: "", seven: "", - enight: "", + eight: "", nine: "", + ten: "", + eleven: "", + twelve: "", + thirteen: "", + fourteen: "", + fifteen: "", + sixteen: "", + seventeen: "", + eighteen: "", + nineteen: "", }, }, testData: { @@ -2919,13 +3208,17 @@ three: "", four: "", five: "", - answer: ["whether", "if", "whether", "whether", "if"], + answer: ["whether", "if", "whether", "whether", "If"], }, }, resource: { listenOne: "", readingOne: "", readingTwo: "", + readingThree: "", + readingFour: "", + listenTwo: "", + listenThree: "", }, dropDownList: [ "online shopping", @@ -2934,6 +3227,22 @@ "intercity train", "shared bike", "take-away service", + ], + dropDownListOne: [ + "A", + "B", + "C", + ], + dropDownListTwo: [ + "T", + "F", + ], + dropDownListThree: [ + "S+V", + "S+V+O", + "S+V+P", + "S+V+O+O", + "S+V+O+C", ], dropdownData: { isComplete: false, @@ -3043,7 +3352,7 @@ three: "", four: "", five: "", - answer: ["whether", "if", "whether", "whether", "if"], + answer: ["whether", "if", "whether", "whether", "If"], }, }; }, @@ -3063,11 +3372,26 @@ this.resource.readingTwo = await getResourcePath( "E8719EC88026BCFB11D292AA999F6D3D" ); + this.resource.readingThree = await getResourcePath( + "43AAC2E2725009F975A611DDB5AF41A4" + ); + this.resource.readingFour = await getResourcePath( + "9B2DC045F8CD6697F14784714D472DBB" + ); + this.resource.listenTwo = await getResourcePath( + "D3DD18BEA1DCB8CF3772E9D1DCC8B893" + ); + this.resource.listenThree = await getResourcePath( + "F7026C57657D78745D38676F7854E9D7" + ); }, showAnswer(type) { if (type == "showImg") { this.showImg = !this.showImg; + } else if (type == "showImgOne") { + this.showImgOne = !this.showImgOne; } + setTimeout(()=>{ this.$emit("initViewer","")},500) }, handleQuestion(type) { if (type == "one") { @@ -3115,19 +3439,19 @@ } } this.dropdownData = dropdownDatas; - this.$set(this.dropdownData, 'isComplete', true) - this.setDropdownData() + this.$set(this.dropdownData, "isComplete", true); + this.setDropdownData(); }, changeDropdown() { localStorage.removeItem("english-dropdown-one"); for (let key in this.dropdownData) { let item = this.dropdownData[key]; - if (key != 'isComplete') { + if (key != "isComplete") { item.value = ""; item.isRight = null; } } - this.$set(this.dropdownData, 'isComplete', false) + this.$set(this.dropdownData, "isComplete", false); }, setDropdownData() { localStorage.setItem( @@ -3166,10 +3490,10 @@ } return flag; }, - isTextRight(answer, data) { + isTextRight(answer, data, num) { let flag = null; if (data) { - flag = answer.indexOf(data) > -1 ? true : false; + flag = answer[num] == data } return flag; }, -- Gitblit v1.9.1