From 38b2ebcdd71d5f59b79c2e9db9f6a857fef34c63 Mon Sep 17 00:00:00 2001
From: zhongshujie <2862698242@qq.com>
Date: 星期四, 04 七月 2024 12:00:33 +0800
Subject: [PATCH] 艺术戏剧(文本框样式修改)

---
 src/books/English/view/components/chapter001.vue | 3851 +++++++++++++++++++++++++++++++++++++++++++++++++++--------
 1 files changed, 3,324 insertions(+), 527 deletions(-)

diff --git a/src/books/English/view/components/chapter001.vue b/src/books/English/view/components/chapter001.vue
index 90be500..3bcae81 100644
--- a/src/books/English/view/components/chapter001.vue
+++ b/src/books/English/view/components/chapter001.vue
@@ -1,7 +1,8 @@
 <template>
-  <div class="chapter" num="0">
-    <div class="page-box" page="6">
-      <div class="bodystyle">
+  <div class="chapter" num="2">
+    <!-- 1 -->
+    <div class="page-box" page="7">
+      <div class="bodystyle" v-if="showPageList.indexOf(7) > -1">
         <h1 id="a005">
           <img class="img-0" alt="" src="../../assets/images/dy1.jpg" />
         </h1>
@@ -21,619 +22,3339 @@
         <p class="img"></p>
       </div>
     </div>
-    <div class="page-box" page="7">
-      <div class="w100 mb-20" style="padding-right: 20px">
-        <div
-          class="event-header-bc fl al-end"
-          style="height: 100px; padding-left: 40px"
-        >
-          <div class="preface-header-box event-header-text-bc">
-            <span class="l-text">鏂版爣鍑嗛�氱敤鑱屽満鑻辫</span>
-            <span class="g-text event-text-color">鍩虹妯″潡涓�</span>
-          </div>
-        </div>
-      </div>
-      <div class="padding-93">
-        <div class="bodystyle">
-          <h2 id="b001">
-            <img class="img-0" alt="" src="../../assets/images/dy1-le1.jpg" />
-          </h2>
-          <h3 id="c001"><span class="bjh3">Warm-up</span></h3>
-          <p>
-            <b
-              >鈪�.Write down the English words for the Chinese cultural symbols
-              in the following pictures.</b
-            >
-          </p>
-          <div class="fl ju-bt">
-            <div class="left" style="width: 48%">
-              <p class="center">
-                <el-image :src="imgOne" :preview-src-list="[imgOne]" />
-              </p>
-              <p class="center">
-                1.<input
-                  v-model="questionData.warnUp.one.value"
-                  class="input-bottom-border fz-18"
-                  @blur="handleQuestion('one')"
-                />
-                <span class="icon-box">
-                  <i
-                    class="el-icon-check correct-icon"
-                    v-if="questionData.warnUp.one.isRight"
-                  ></i>
-                  <i
-                    class="el-icon-close error-icon"
-                    v-if="questionData.warnUp.one.isRight == false"
-                  ></i>
-                </span>
-              </p>
-            </div>
-            <div class="right" style="width: 48%">
-              <p class="center">
-                <el-image
-                  :src="imgTwo"
-                  :preview-src-list="[imgTwo]"
-                  style="width: 96%"
-                />
-              </p>
-              <p class="center">
-                2.<input
-                  class="input-bottom-border fz-18"
-                  v-model="questionData.warnUp.two.value"
-                  @blur="handleQuestion('two')"
-                />
-                <span class="icon-box">
-                  <i
-                    class="el-icon-check correct-icon"
-                    v-if="questionData.warnUp.two.isRight"
-                  ></i>
-                  <i
-                    class="el-icon-close error-icon"
-                    v-if="questionData.warnUp.two.isRight == false"
-                  ></i>
-                </span>
-              </p>
-            </div>
-          </div>
-
-          <div class="fl ju-bt">
-            <div class="left" style="width: 48%">
-              <p class="center">
-                <el-image :src="imgThree" :preview-src-list="[imgThree]" />
-              </p>
-              <p class="center">
-                3.<input
-                  class="input-bottom-border fz-18"
-                  v-model="questionData.warnUp.three.value"
-                  @blur="handleQuestion('three')"
-                />
-                <span class="icon-box">
-                  <i
-                    class="el-icon-check correct-icon"
-                    v-if="questionData.warnUp.three.isRight"
-                  ></i>
-                  <i
-                    class="el-icon-close error-icon"
-                    v-if="questionData.warnUp.three.isRight == false"
-                  ></i>
-                </span>
-              </p>
-            </div>
-            <div class="right" style="width: 48%">
-              <p class="center">
-                <el-image
-                  :src="imgFour"
-                  :preview-src-list="[imgFour]"
-                  style="width: 94%"
-                />
-              </p>
-              <p class="center">
-                4.<input
-                  class="input-bottom-border fz-18"
-                  v-model="questionData.warnUp.four.value"
-                  @blur="handleQuestion('four')"
-                />
-                <span class="icon-box">
-                  <i
-                    class="el-icon-check correct-icon"
-                    v-if="questionData.warnUp.four.isRight"
-                  ></i>
-                  <i
-                    class="el-icon-close error-icon"
-                    v-if="questionData.warnUp.four.isRight == false"
-                  ></i>
-                </span>
-              </p>
-            </div>
-          </div>
-
-          <div class="fl ju-bt">
-            <div class="left" style="width: 48%">
-              <p class="center">
-                <el-image :src="imgFive" :preview-src-list="[imgFive]" />
-              </p>
-              <p class="center">
-                5.<input
-                  class="input-bottom-border fz-18"
-                  v-model="questionData.warnUp.five.value"
-                  @blur="handleQuestion('five')"
-                />
-                <span class="icon-box">
-                  <i
-                    class="el-icon-check correct-icon"
-                    v-if="questionData.warnUp.five.isRight"
-                  ></i>
-                  <i
-                    class="el-icon-close error-icon"
-                    v-if="questionData.warnUp.five.isRight == false"
-                  ></i>
-                </span>
-              </p>
-            </div>
-            <div class="right" style="width: 48%">
-              <p class="center">
-                <el-image
-                  :src="imgSix"
-                  :preview-src-list="[imgSix]"
-                  style="width: 94%"
-                />
-              </p>
-              <p class="center">
-                6.<input
-                  class="input-bottom-border fz-18"
-                  v-model="questionData.warnUp.six.value"
-                  @blur="handleQuestion('six')"
-                />
-                <span class="icon-box">
-                  <i
-                    class="el-icon-check correct-icon"
-                    v-if="questionData.warnUp.six.isRight"
-                  ></i>
-                  <i
-                    class="el-icon-close error-icon"
-                    v-if="questionData.warnUp.six.isRight == false"
-                  ></i>
-                </span>
-              </p>
-            </div>
-          </div>
-          <p class="t0">
-            <b>鈪�.What other symbols can you think of?</b>
-            <button class="parimary-btn" @click="showAnswer('seven')">
-              鏄剧ず绛旀
-            </button>
-          </p>
-          <p class="t0">
-            <input
-              v-model="questionData.warnUp.seven"
-              class="input-bottom-border w100 fz-18"
-            />
-          </p>
-        </div>
-      </div>
-      <div class="preface-bottom">
-        <span class="contet-num-box">2</span>
-      </div>
-    </div>
+    <!-- 2 -->
     <div class="page-box" page="8">
-      <ul class="preface-odd-header w100 fl ju-bt">
-        <li class=""></li>
-        <li>
-          <span class="chapter-left-bc">MODULE 1</span>
-          <span class="chapter-right-bc fw-bl chapter-right-cl">CHINA,A WONDERLAND</span>
-        </li>
-      </ul>
-      <div class="padding-102">
-        <div class="bodystyle">
-          <h3 id="c002"><span class="bjh3">Listening</span></h3>
-          <p>
-            <b
-              >Four foreigners are talking about their impressions on Chinese
-              culture.Listen to the recording and match the items with the
-              corresponding descriptions.</b
-            >
-          </p>
-          <p class="center">
-            <img class="img-g" alt="" src="../../assets/images/0013-1.jpg" />
-          </p>
-          <p class="center">
-            <img class="img-0" alt="" src="../../assets/images/0013-3.jpg" />
-          </p>
-          <h3 id="c003"><span class="bjh3">Reading</span></h3>
-          <p class="center">
-            <img class="img-g" alt="" src="../../assets/images/0013-2.jpg" />
-          </p>
-          <p>
-            1.How was Chinese culture introduced to the world in ancient times?
-          </p>
-          <p>
-            2.China offers so much to see and explore.What took you by surprise
-            about China?
-          </p>
-          <p class="center"><b>My Experience in Wonderland</b></p>
-          <p class="block">
-            鈥淪o how was your journey to China?鈥� asks Alexandra.鈥淗ighly
-            enjoyable,鈥� responds Alice.鈥淵ou should visit it sometime.鈥�
-          </p>
-          <p class="right">
-            鈥�<i>Alice in Wonderland </i>(鈥淭hrough the Looking Glass鈥�)
-          </p>
-          <p>
-            My incredible journey to China started in 2017 when I got selected
-            as a foreign student for PhD studies at one university.When I
-            arrived in China,I was like Alice in Alice in Wonderland.I was
-            curious about the people,the culture,the cuisine and of course the
-            huge variety of landscapes.
-          </p>
-          <p>
-            I found many great people and made several Chinese friends along the
-            way.These friends made me see China through the eyes of the locals.I
-            always found Chinese people very friendly and hospitable towards
-            foreigners.These Chinese friends made my understanding of Chinese
-            culture and civilization much easier,enjoyable and memorable.I
-            consider China my second home and love it like my own country!
-          </p>
-          <p>
-            You cannot explore China properly if you do not try its delicious
-            variety of food.If you ate
-          </p>
+      <div v-if="showPageList.indexOf(8) > -1">
+        <div class="w100 mb-20" style="padding-right: 20px">
+          <div class="event-header-bc fl al-end" style="height: 100px; padding-left: 40px">
+            <div class="preface-header-box event-header-text-bc">
+              <span class="l-text">鏂版爣鍑嗛�氱敤鑱屽満鑻辫</span>
+              <span class="g-text event-text-color">鍩虹妯″潡涓�</span>
+            </div>
+          </div>
+        </div>
+        <div class="padding-93">
+          <div class="bodystyle">
+            <h2 id="b001">
+              <img class="img-0" alt="" src="../../assets/images/dy1-le1.jpg" />
+            </h2>
+            <h3 id="c001"><span class="bjh3">Warm-up</span></h3>
+            <p>
+              <b>鈪�.Write down the English words for the Chinese cultural symbols
+                in the following pictures.</b>
+              <span class="btn-box" @click="showAnswerTwo = !showAnswerTwo">
+                <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>
+            <div class="openImgBox">
+              <div class="fl ju-bt">
+                <div class="left" style="width: 48%">
+                  <div>
+                    <p class="center">
+                      <img src="../../assets/images/0012-1.jpg" class="w100" />
+                    </p>
+                    <p class="center">
+                      1.<input v-model="questionData.warnUp.one.value" class="input-bottom-border fz-18"
+                        @blur="handleQuestion('one')" @change="setBookQuestion" />
+                      <span class="icon-box">
+                        <svg v-if="questionData.warnUp.one.isRight" 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">
+                          <path
+                            d="M1439.374222 216.007111s-169.472 56.490667-367.179852 282.443852C888.604444 703.222519 846.241185 787.949037 775.632593 900.93037 768.568889 893.866667 662.651259 689.095111 380.207407 540.814222l148.290371-141.226666s134.162963 91.790222 225.953185 261.262222c0 0 233.016889-360.116148 684.923259-536.642371v91.799704z m0 0"
+                            fill="#1AFA29" p-id="18768"></path>
+                        </svg>
+                        <svg v-if="questionData.warnUp.one.isRight == 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">
+                          <path
+                            d="M116.579135 38.64349531L38.703935 103.74399781c138.82075969 102.96027281 268.24660875 221.31426938 381.68489719 339.96758156C246.29374906 618.40145938 109.95003031 790.19602344 38.10817906 859.25288281l148.35573469 123.62658094c52.61360812-108.17625656 167.23381594-272.86683656 320.56281844-445.01635875 153.50744156 173.21056312 268.36844625 338.43166313 321.38977781 447.49243969 0 0 144.5682225-152.96636906 157.47435281-129.29729625-55.80632344-62.49011156-191.37776625-244.16501625-374.17990593-430.27403438 104.68422375-107.1132975 222.15274031-213.10127719 347.60304468-306.24740437L925.17746562 56.03842156C782.85412063 126.51895625 647.69328031 231.09093594 526.07845437 342.39755 403.34886594 226.82662719 264.46095125 116.16373719 116.579135 38.64349531L116.579135 38.64349531zM116.579135 38.64349531"
+                            fill="#d81e06" p-id="25746"></path>
+                        </svg>
+                      </span>
+                    </p>
+                  </div>
+                  <p class="event-header-text-bc pd-5" style="width: 90%" v-if="showAnswerTwo">
+                    绛旀锛欳hinese knot
+                  </p>
+                </div>
+                <div class="right" style="width: 48%">
+                  <div>
+                    <p class="center">
+                      <img src="../../assets/images/0012-2.jpg" style="width: 94%" />
+                    </p>
+                    <p class="center">
+                      2.<input class="input-bottom-border fz-18" v-model="questionData.warnUp.two.value"
+                        @blur="handleQuestion('two')" @change="setBookQuestion" />
+                      <span class="icon-box">
+                        <svg v-if="questionData.warnUp.two.isRight" 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">
+                          <path
+                            d="M1439.374222 216.007111s-169.472 56.490667-367.179852 282.443852C888.604444 703.222519 846.241185 787.949037 775.632593 900.93037 768.568889 893.866667 662.651259 689.095111 380.207407 540.814222l148.290371-141.226666s134.162963 91.790222 225.953185 261.262222c0 0 233.016889-360.116148 684.923259-536.642371v91.799704z m0 0"
+                            fill="#1AFA29" p-id="18768"></path>
+                        </svg>
+                        <svg v-if="questionData.warnUp.two.isRight == 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">
+                          <path
+                            d="M116.579135 38.64349531L38.703935 103.74399781c138.82075969 102.96027281 268.24660875 221.31426938 381.68489719 339.96758156C246.29374906 618.40145938 109.95003031 790.19602344 38.10817906 859.25288281l148.35573469 123.62658094c52.61360812-108.17625656 167.23381594-272.86683656 320.56281844-445.01635875 153.50744156 173.21056312 268.36844625 338.43166313 321.38977781 447.49243969 0 0 144.5682225-152.96636906 157.47435281-129.29729625-55.80632344-62.49011156-191.37776625-244.16501625-374.17990593-430.27403438 104.68422375-107.1132975 222.15274031-213.10127719 347.60304468-306.24740437L925.17746562 56.03842156C782.85412063 126.51895625 647.69328031 231.09093594 526.07845437 342.39755 403.34886594 226.82662719 264.46095125 116.16373719 116.579135 38.64349531L116.579135 38.64349531zM116.579135 38.64349531"
+                            fill="#d81e06" p-id="25746"></path>
+                        </svg>
+                      </span>
+                    </p>
+                  </div>
+                  <p class="event-header-text-bc pd-5" style="width: 90%" v-if="showAnswerTwo">
+                    绛旀锛欳hinese medicine
+                  </p>
+                </div>
+              </div>
+
+              <div class="fl ju-bt">
+                <div class="left" style="width: 48%">
+                  <div>
+                    <p class="center">
+                      <img src="../../assets/images/0012-3.jpg" class="w100" />
+                    </p>
+                    <p class="center">
+                      3.<input class="input-bottom-border fz-18" v-model="questionData.warnUp.three.value"
+                        @blur="handleQuestion('three')" @change="setBookQuestion" />
+                      <span class="icon-box">
+                        <svg v-if="questionData.warnUp.three.isRight" 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">
+                          <path
+                            d="M1439.374222 216.007111s-169.472 56.490667-367.179852 282.443852C888.604444 703.222519 846.241185 787.949037 775.632593 900.93037 768.568889 893.866667 662.651259 689.095111 380.207407 540.814222l148.290371-141.226666s134.162963 91.790222 225.953185 261.262222c0 0 233.016889-360.116148 684.923259-536.642371v91.799704z m0 0"
+                            fill="#1AFA29" p-id="18768"></path>
+                        </svg>
+                        <svg v-if="questionData.warnUp.three.isRight == 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">
+                          <path
+                            d="M116.579135 38.64349531L38.703935 103.74399781c138.82075969 102.96027281 268.24660875 221.31426938 381.68489719 339.96758156C246.29374906 618.40145938 109.95003031 790.19602344 38.10817906 859.25288281l148.35573469 123.62658094c52.61360812-108.17625656 167.23381594-272.86683656 320.56281844-445.01635875 153.50744156 173.21056312 268.36844625 338.43166313 321.38977781 447.49243969 0 0 144.5682225-152.96636906 157.47435281-129.29729625-55.80632344-62.49011156-191.37776625-244.16501625-374.17990593-430.27403438 104.68422375-107.1132975 222.15274031-213.10127719 347.60304468-306.24740437L925.17746562 56.03842156C782.85412063 126.51895625 647.69328031 231.09093594 526.07845437 342.39755 403.34886594 226.82662719 264.46095125 116.16373719 116.579135 38.64349531L116.579135 38.64349531zM116.579135 38.64349531"
+                            fill="#d81e06" p-id="25746"></path>
+                        </svg>
+                      </span>
+                    </p>
+                  </div>
+                  <p class="event-header-text-bc pd-5" style="width: 90%" v-if="showAnswerTwo">
+                    绛旀锛欳hinese calligraphy
+                  </p>
+                </div>
+                <div class="right" style="width: 48%">
+                  <div>
+                    <p class="center">
+                      <img src="../../assets/images/0012-4.jpg" style="width: 93%" />
+                    </p>
+                    <p class="center">
+                      4.<input class="input-bottom-border fz-18" v-model="questionData.warnUp.four.value"
+                        @blur="handleQuestion('four')" @change="setBookQuestion" />
+                      <span class="icon-box">
+                        <svg v-if="questionData.warnUp.four.isRight" 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">
+                          <path
+                            d="M1439.374222 216.007111s-169.472 56.490667-367.179852 282.443852C888.604444 703.222519 846.241185 787.949037 775.632593 900.93037 768.568889 893.866667 662.651259 689.095111 380.207407 540.814222l148.290371-141.226666s134.162963 91.790222 225.953185 261.262222c0 0 233.016889-360.116148 684.923259-536.642371v91.799704z m0 0"
+                            fill="#1AFA29" p-id="18768"></path>
+                        </svg>
+                        <svg v-if="questionData.warnUp.four.isRight == 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">
+                          <path
+                            d="M116.579135 38.64349531L38.703935 103.74399781c138.82075969 102.96027281 268.24660875 221.31426938 381.68489719 339.96758156C246.29374906 618.40145938 109.95003031 790.19602344 38.10817906 859.25288281l148.35573469 123.62658094c52.61360812-108.17625656 167.23381594-272.86683656 320.56281844-445.01635875 153.50744156 173.21056312 268.36844625 338.43166313 321.38977781 447.49243969 0 0 144.5682225-152.96636906 157.47435281-129.29729625-55.80632344-62.49011156-191.37776625-244.16501625-374.17990593-430.27403438 104.68422375-107.1132975 222.15274031-213.10127719 347.60304468-306.24740437L925.17746562 56.03842156C782.85412063 126.51895625 647.69328031 231.09093594 526.07845437 342.39755 403.34886594 226.82662719 264.46095125 116.16373719 116.579135 38.64349531L116.579135 38.64349531zM116.579135 38.64349531"
+                            fill="#d81e06" p-id="25746"></path>
+                        </svg>
+                      </span>
+                    </p>
+                  </div>
+                  <p class="event-header-text-bc pd-5" style="width: 90%" v-if="showAnswerTwo">
+                    绛旀锛歍aichi
+                  </p>
+                </div>
+              </div>
+
+              <div class="fl ju-bt">
+                <div class="left" style="width: 48%">
+                  <div>
+                    <p class="center">
+                      <img src="../../assets/images/0012-5.jpg" class="w100" />
+                    </p>
+                    <p class="center">
+                      5.<input class="input-bottom-border fz-18" v-model="questionData.warnUp.five.value"
+                        @blur="handleQuestion('five')" @change="setBookQuestion" />
+                      <span class="icon-box">
+                        <svg v-if="questionData.warnUp.five.isRight" 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">
+                          <path
+                            d="M1439.374222 216.007111s-169.472 56.490667-367.179852 282.443852C888.604444 703.222519 846.241185 787.949037 775.632593 900.93037 768.568889 893.866667 662.651259 689.095111 380.207407 540.814222l148.290371-141.226666s134.162963 91.790222 225.953185 261.262222c0 0 233.016889-360.116148 684.923259-536.642371v91.799704z m0 0"
+                            fill="#1AFA29" p-id="18768"></path>
+                        </svg>
+                        <svg v-if="questionData.warnUp.five.isRight == 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">
+                          <path
+                            d="M116.579135 38.64349531L38.703935 103.74399781c138.82075969 102.96027281 268.24660875 221.31426938 381.68489719 339.96758156C246.29374906 618.40145938 109.95003031 790.19602344 38.10817906 859.25288281l148.35573469 123.62658094c52.61360812-108.17625656 167.23381594-272.86683656 320.56281844-445.01635875 153.50744156 173.21056312 268.36844625 338.43166313 321.38977781 447.49243969 0 0 144.5682225-152.96636906 157.47435281-129.29729625-55.80632344-62.49011156-191.37776625-244.16501625-374.17990593-430.27403438 104.68422375-107.1132975 222.15274031-213.10127719 347.60304468-306.24740437L925.17746562 56.03842156C782.85412063 126.51895625 647.69328031 231.09093594 526.07845437 342.39755 403.34886594 226.82662719 264.46095125 116.16373719 116.579135 38.64349531L116.579135 38.64349531zM116.579135 38.64349531"
+                            fill="#d81e06" p-id="25746"></path>
+                        </svg>
+                      </span>
+                    </p>
+                  </div>
+                  <p class="event-header-text-bc pd-5" style="width: 90%" v-if="showAnswerTwo">
+                    绛旀锛歴weet dumpling
+                  </p>
+                </div>
+                <div class="right" style="width: 48%">
+                  <div>
+                    <p class="center">
+                      <img src="../../assets/images/0012-6.jpg" style="width: 92%" />
+                    </p>
+                    <p class="center">
+                      6.<input class="input-bottom-border fz-18" v-model="questionData.warnUp.six.value"
+                        @blur="handleQuestion('six')" @change="setBookQuestion" />
+                      <span class="icon-box">
+                        <svg v-if="questionData.warnUp.six.isRight" 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">
+                          <path
+                            d="M1439.374222 216.007111s-169.472 56.490667-367.179852 282.443852C888.604444 703.222519 846.241185 787.949037 775.632593 900.93037 768.568889 893.866667 662.651259 689.095111 380.207407 540.814222l148.290371-141.226666s134.162963 91.790222 225.953185 261.262222c0 0 233.016889-360.116148 684.923259-536.642371v91.799704z m0 0"
+                            fill="#1AFA29" p-id="18768"></path>
+                        </svg>
+                        <svg v-if="questionData.warnUp.six.isRight == 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">
+                          <path
+                            d="M116.579135 38.64349531L38.703935 103.74399781c138.82075969 102.96027281 268.24660875 221.31426938 381.68489719 339.96758156C246.29374906 618.40145938 109.95003031 790.19602344 38.10817906 859.25288281l148.35573469 123.62658094c52.61360812-108.17625656 167.23381594-272.86683656 320.56281844-445.01635875 153.50744156 173.21056312 268.36844625 338.43166313 321.38977781 447.49243969 0 0 144.5682225-152.96636906 157.47435281-129.29729625-55.80632344-62.49011156-191.37776625-244.16501625-374.17990593-430.27403438 104.68422375-107.1132975 222.15274031-213.10127719 347.60304468-306.24740437L925.17746562 56.03842156C782.85412063 126.51895625 647.69328031 231.09093594 526.07845437 342.39755 403.34886594 226.82662719 264.46095125 116.16373719 116.579135 38.64349531L116.579135 38.64349531zM116.579135 38.64349531"
+                            fill="#d81e06" p-id="25746"></path>
+                        </svg>
+                      </span>
+                    </p>
+                  </div>
+                  <p class="event-header-text-bc pd-5" style="width: 90%" v-if="showAnswerTwo">
+                    绛旀锛欳hinese chess
+                  </p>
+                </div>
+              </div>
+            </div>
+            <p class="t0">
+              <b>鈪�.What other symbols can you think of?</b>
+              <!-- <button
+                class="parimary-btn"
+                @click="showAnswerOne = !showAnswerOne"
+              >
+                鏄剧ず绛旀
+              </button> -->
+              <span class="btn-box" @click="showAnswerOne = !showAnswerOne">
+                <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>
+            <p class="t0">
+              <input v-model="questionData.warnUp.seven" class="input-bottom-border fz-18" style="width: 100%" />
+            </p>
+            <p class="event-header-text-bc pd-5" style="width: 100%" v-if="showAnswerOne">
+              绛旀锛�1. Hanfu 2. Qipao 3. Tang Suit 4. Chinese tea 5. Chinese
+              silk 6. Chinese calligraphy & painting 7. Chinese embroidery 8.
+              Chinese papercut 9. Chinese lantern 10. Moon cake 11. Memorial
+              archway 12. Chopsticks 13. Compass 14. Chinese kite 15. Kungfu 16.
+              Opera facial makeup
+            </p>
+          </div>
+        </div>
+        <div class="preface-bottom">
+          <span class="contet-num-box">2</span>
         </div>
       </div>
-      <div class="preface-bottom">
-        <span class="contet-num-box">3</span>
+    </div>
+    <!-- 3 -->
+    <div class="page-box" page="9">
+      <div v-if="showPageList.indexOf(9) > -1">
+        <ul class="preface-odd-header w100 fl ju-bt">
+          <li class=""></li>
+          <li class="fz-18">
+            <span class="chapter-left-bc">MODULE 1</span>
+            <span class="chapter-right-bc fw-bl chapter-right-cl">CHINA,A WONDERLAND</span>
+          </li>
+        </ul>
+        a
+        <div class="padding-102">
+          <div class="bodystyle">
+            <h3 id="c002" class="fl al-cn">
+              <span class="bjh3">Listening</span>
+              <!--controlslist="noplaybackrate nodownload"鍚庨潰鐨勯煶棰戞鍔犲叆杩欎釜-->
+              <audio :src="resource.listenOne" controls controlslist="noplaybackrate nodownload" class="audio"></audio>
+            </h3>
+            <p>
+              <b>Four foreigners are talking about their impressions on Chinese
+                culture.Listen to the recording and match the items with the
+                corresponding descriptions.</b>
+            </p>
+            <!-- <p class="center">
+              <img class="img-0" alt="" src="../../assets/images/0013-3.jpg" />
+            </p> -->
+            <div>
+              <ul class="fl ju-bt matching-title-text">
+                <li>Speakers銆�Chinese Cultural Symbols</li>
+                <li style="width: 40%; text-align: center">Descriptions</li>
+              </ul>
+              <matching :rawData="rawData" :question="question"></matching>
+            </div>
+            <h3 id="c003" class="fl al-cn">
+              <span class="bjh3">Reading</span>
+            </h3>
+            <p>
+              1.How was Chinese culture introduced to the world in ancient
+              times?
+              <!-- <button
+                class="parimary-btn"
+                @click="showAnswerThree = !showAnswerThree"
+              >
+                鏄剧ず绛旀
+              </button> -->
+              <span class="btn-box" @click="showAnswerThree = !showAnswerThree">
+                <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.one" 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="showAnswerThree">
+              绛旀锛歍he Silk Road &nbsp;&nbsp;&nbsp; Immigrants Sinologist
+            </p>
+            <!--  -->
+            <p>
+              2.China offers so much to see and explore.What took you by
+              surprise about China?
+              <!-- <button
+                class="parimary-btn"
+                @click="showAnswerFour = !showAnswerFour"
+              >
+                鏄剧ず绛旀
+              </button> -->
+              <span class="btn-box" @click="showAnswerFour = !showAnswerFour">
+                <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.two" 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)Various delicious food (2)Unique architectures
+              (3)Beautiful (4)Intangible cultural heritage, such as Taichi,
+              shadow puppet show, traditional Chinese medicine, Peking Opera
+              scenery
+            </p>
+            <p class="center"><b>My Experience in Wonderland</b></p>
+            <p class="center">
+              <audio :src="resource.readingOne" controls controlslist="noplaybackrate nodownload" class="audio"></audio>
+            </p>
+            <p class="block">
+              鈥淪o how was your journey to China?鈥� asks Alexandra.鈥淗ighly
+              enjoyable,鈥� responds Alice.鈥淵ou should visit it sometime.鈥�
+            </p>
+            <p class="right">
+              鈥�<i>Alice in Wonderland </i>(鈥淭hrough the Looking Glass鈥�)
+            </p>
+            <p>
+              My
+              <span class="word-bc" @click="saveWord($event, 'incredible')">incredible</span>
+              journey to China started in 2017 when I got selected as a foreign
+              student for PhD studies at one university.When I arrived in
+              China,I was like Alice in Alice in Wonderland.I was curious about
+              the people,the culture,the
+              <span class="word-bc" @click="saveWord($event, 'cuisine')">cuisine</span>
+              and of course the huge variety of
+              <span class="word-bc" @click="saveWord($event, 'landscapes')">landscapes</span>.
+            </p>
+            <p>
+              I found many great people and made several Chinese friends along
+              the way.These friends made me see China through the eyes of the
+              locals.I always found Chinese people very friendly and
+              <span class="word-bc" @click="saveWord($event, 'hospitable')">hospitable</span>
+              towards foreigners.These Chinese friends made my understanding of
+              Chinese culture and
+              <span class="word-bc" @click="saveWord($event, 'civilization')">civilization</span>
+              much easier,enjoyable and memorable.I consider China my second
+              home and love it like my own country!
+            </p>
+            <p>
+              You cannot
+              <span class="word-bc" @click="saveWord($event, 'explore')">explore</span>
+              China properly if you do not try its delicious variety of food.If
+              you ate
+            </p>
+          </div>
+        </div>
+        <div class="preface-bottom">
+          <span class="contet-num-box">3</span>
+        </div>
       </div>
     </div>
-    <!--  -->
-    <div class="bodystyle">
-      <p>
-        a new kind of food every day for one whole year,the list of Chinese food
-        would still never end! Though I love to eat almost all kinds of Chinese
-        cuisine,I found Sichuan and Hunan cuisine quite mouth-watering and
-        stimulating.For a foodie like me,China is a heaven.I simply cannot live
-        without Chinese food.
-      </p>
-      <p>
-        Like I said earlier,China is a huge wonderland.It has thousands of years
-        of rich and beautiful culture.Every city you visit tells you its own
-        story and history.From the big and advanced cities like Shanghai or
-        Guangzhou to the ancient cities like Xi鈥檃n and Hangzhou,each city has
-        its unique atmosphere that attracts you.I visited more than a dozen
-        cities and came across their charming features and unique landscapes
-        such as Huangshan,the Great Wall,Canton Tower.
-      </p>
-      <p>
-        There is so much to explore and I am looking forward to it during my
-        stay.This is a whole new exciting experience for me,and it will always
-        be remembered.
-      </p>
-      <p class="center">
-        <img class="img-g" alt="" src="../../assets/images/0014-1.jpg" />
-      </p>
-      <p><span class="zt-cs">Words &amp; Expressions</span></p>
-      <p>wonderland /藞w蕦nd蓹l忙nd/ <i>n.</i> 鏈夎澶氬濡欎簨鐗╃殑鍦版柟</p>
-      <div class="bkbj">
-        <p><i>land or place full of marvels or wonderful things</i></p>
+    <!-- 4 -->
+    <div class="page-box" page="10">
+      <div v-if="showPageList.indexOf(10) > -1">
+        <div class="w100 mb-20" style="padding-right: 20px">
+          <div class="event-header-bc fl al-end" style="height: 100px; padding-left: 40px">
+            <div class="preface-header-box event-header-text-bc">
+              <span class="l-text">鏂版爣鍑嗛�氱敤鑱屽満鑻辫</span>
+              <span class="g-text event-text-color">鍩虹妯″潡涓�</span>
+            </div>
+          </div>
+        </div>
+        <div class="padding-93">
+          <div class="bodystyle">
+            <p class="t0">
+              a new kind of food every day for one whole year,the list of
+              Chinese food would still never end! Though I love to eat almost
+              all kinds of Chinese cuisine,I found Sichuan and Hunan cuisine
+              quite
+              <span class="word-bc" @click="saveWord($event, 'mouth-watering')">mouth-watering</span>
+              and
+              <span class="word-bc" @click="saveWord($event, 'stimulating')">stimulating</span>.For a
+              <span class="word-bc" @click="saveWord($event, 'foodie')">foodie</span>
+              like me,China is a heaven.I simply cannot live without Chinese
+              food.
+            </p>
+            <p>
+              Like I said earlier,China is a huge wonderland.It has thousands of
+              years of rich and beautiful culture.Every city you visit tells you
+              its own story and history.From the big and advanced cities like
+              Shanghai or Guangzhou to the ancient cities like Xi鈥檃n and
+              Hangzhou,each city has its
+              <span class="word-bc" @click="saveWord($event, 'unique')">unique</span>
+              <span class="word-bc" style="margin-left: 5px" @click="saveWord($event, 'atmosphere')">atmosphere</span>
+              that attracts you.I visited more than a dozen cities and came
+              across their charming features and unique landscapes such as
+              Huangshan,the Great Wall,Canton Tower.
+            </p>
+            <p>
+              There is so much to explore and I am looking forward to it during
+              my stay.This is a whole new exciting experience for me,and it will
+              always be remembered.
+            </p>
+            <!-- <p class="center">
+              <img class="img-g" alt="" src="../../assets/images/0014-1.jpg" />
+            </p> -->
+            <p class="fl al-cn mt-40">
+              <span class="zt-cs" style="font-size: 20px">Words &amp; Expressions</span>
+              <span class="line-border-box"></span>
+            </p>
+            <audio :src="resource.readingTwo" controls controlslist="noplaybackrate nodownload"
+              style="margin-left: 10px" class="audio"></audio>
+            <p>wonderland /藞w蕦nd蓹l忙nd/ <i>n.</i> 鏈夎澶氬濡欎簨鐗╃殑鍦版柟</p>
+            <div class="bkbj">
+              <p><i>land or place full of marvels or wonderful things</i></p>
+            </div>
+            <p>incredible /瑟n藞kred蓹bl/ <i>adj.</i> 闅句互缃俊鐨�</p>
+            <div class="bkbj">
+              <p><i>impossible or very difficult to believe</i></p>
+            </div>
+            <p>
+              cuisine /kw瑟藞zi藧n/ <i>n.</i> 锛堥�氬父鎸囨槀璐电殑椁愰涓殑锛� 楗彍锛岃彍鑲�
+            </p>
+            <div class="bkbj">
+              <p>
+                <i>the food served in a restaurant (usually an expensive one)</i>
+              </p>
+            </div>
+            <p>landscape /藞l忙ndske瑟p/ <i>n.</i> 锛堥檰涓婏級 椋庢櫙锛屾櫙鑹�</p>
+            <div class="bkbj">
+              <p><i>scenery of an area of land</i></p>
+            </div>
+            <p>hospitable /h蓲藞sp瑟t蓹bl/ <i>adj.</i> 濂藉鐨�</p>
+            <div class="bkbj">
+              <p><i>pleased to welcome and entertain guests</i></p>
+            </div>
+            <p>
+              civilization /藢s瑟v蓹la瑟藞ze瑟蕛n/ <i>n.</i> 锛堢壒瀹氭椂鏈熸垨鍦板尯鐨勶級
+              绀句細鏂囨槑
+            </p>
+            <div class="bkbj">
+              <p>
+                <i>a society,its culture and its way of life (during a
+                  particular period of time or in a particular part of the
+                  world)</i>
+              </p>
+            </div>
+            <p>explore /瑟k藞spl蓴藧(r)/ <i>v.</i> 鎺㈢储锛涜�冨療</p>
+            <div class="bkbj">
+              <p>
+                <i>to travel into or around an area or a country in order to
+                  learn about it</i>
+              </p>
+            </div>
+            <p>mouth-watering <i>adj.</i> 浠や汉鍨傛稁鐨勶紱缇庡懗鐨�</p>
+            <div class="bkbj">
+              <p><i>that makes one want to eat; extremely delicious</i></p>
+            </div>
+          </div>
+        </div>
+        <div class="preface-bottom">
+          <span class="contet-num-box">4</span>
+        </div>
       </div>
-      <p>incredible /瑟n藞kred蓹bl/ <i>adj.</i> 闅句互缃俊鐨�</p>
-      <div class="bkbj">
-        <p><i>impossible or very difficult to believe</i></p>
+    </div>
+    <!-- 5 -->
+    <div class="page-box" page="11">
+      <div v-if="showPageList.indexOf(11) > -1">
+        <ul class="preface-odd-header w100 fl ju-bt">
+          <li class=""></li>
+          <li class="fz-18">
+            <span class="chapter-left-bc">MODULE 1</span>
+            <span class="chapter-right-bc fw-bl chapter-right-cl">CHINA,A WONDERLAND</span>
+          </li>
+        </ul>
+        <div class="padding-93">
+          <div class="bodystyle">
+            <p>
+              stimulating /藞st瑟mjule瑟t瑟艐/ <i>adj.</i> 澧炲姞娲诲姏鐨勶紱澧炶繘鍋ュ悍鐨�
+            </p>
+            <div class="bkbj">
+              <p>
+                <i>making you feel more active and healthy</i>
+              </p>
+            </div>
+            <p>foodie /藞fu藧di/<i>n.</i> 鍚冭揣锛涚編椋熷</p>
+            <div class="bkbj">
+              <p>
+                <i>a person who is very interested in cooking and eating
+                  different kinds of food</i>
+              </p>
+            </div>
+            <p>unique /ju<i>藞</i>ni藧k/ <i>adj.</i> 鍞竴鐨勶紱鐙竴鏃犱簩鐨�</p>
+            <div class="bkbj">
+              <p><i>being the only one of its type</i></p>
+            </div>
+            <p>atmosphere /藞忙tm蓹sf瑟蓹(r)/ <i>n.</i> 姘旀皼锛涙皼鍥�</p>
+            <div class="bkbj">
+              <p>
+                <i>the feeling or mood that you have in a particular place or
+                  situation</i>
+              </p>
+            </div>
+            <ul class="w100 fl fw-wr">
+              <li>
+                <p>get selected as ...琚�変负鈥︹��</p>
+                <p>(a) variety of ...鍚勭鍚勬牱鐨勨�︹��</p>
+                <p>come across 鍋堕亣锛涚鍒�</p>
+              </li>
+              <li>
+                <p>be curious about ...瀵光�︹�︽劅鍒板ソ濂�</p>
+                <p>along the way 娌块��</p>
+              </li>
+            </ul>
+
+            <div class="bj-note">
+              <p class="m0"><b class="fz-18">Notes:</b></p>
+              <p class="m0">
+                <i>Alice in Wonderland</i> 锛�<i>Alice's Adventures in
+                  Wonderland</i>鐨勭畝鍐欙紝涓枃璇戜负銆婄埍涓戒笣姊︽父浠欏銆嬶級锛屾槸19涓栫邯鑻卞浗浣滃鍒樻槗鏂峰崱缃楀皵鍒涗綔鐨勮憲鍚嶅効绔ユ枃瀛︿綔鍝侊紝璁茶堪浜嗕竴涓悕鍙埍涓戒笣鐨勮嫳鍥藉皬濂冲涓轰簡杩介�愪竴鍙彛鐫�鎬�琛ㄣ�佷細璇磋瘽鐨勫厰瀛愯�屼笉鎱庢帀鍏ヤ簡鍏斿瓙娲烇紝浠庤�岃繘鍏ヤ簡涓�涓濂囩殑鍥藉害骞剁粡鍘嗕簡涓�绯诲垪濂囧够鍐掗櫓鐨勬晠浜嬨��
+              </p>
+            </div>
+            <p><b>鈪�.Reading comprehension.</b></p>
+            <p>
+              A.Mark the items that made the author curious when she arrived in
+              China.
+            </p>
+            <p>
+              <input type="checkbox" name="ball1" :disabled="testData.isComplete" value="Language" id="1"
+                v-model="testData.check.value" @change="setTestData" />
+              Language
+              <span>
+                <svg v-if="
+                  testData.isComplete &&
+                  isShowRight(
+                    testData.check.answer,
+                    testData.check.value,
+                    'Language'
+                  )
+                " 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">
+                  <path
+                    d="M1439.374222 216.007111s-169.472 56.490667-367.179852 282.443852C888.604444 703.222519 846.241185 787.949037 775.632593 900.93037 768.568889 893.866667 662.651259 689.095111 380.207407 540.814222l148.290371-141.226666s134.162963 91.790222 225.953185 261.262222c0 0 233.016889-360.116148 684.923259-536.642371v91.799704z m0 0"
+                    fill="#1AFA29" p-id="18768"></path>
+                </svg>
+                <svg v-if="
+                  testData.isComplete &&
+                  isShowRight(
+                    testData.check.answer,
+                    testData.check.value,
+                    'Language'
+                  ) == 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">
+                  <path
+                    d="M116.579135 38.64349531L38.703935 103.74399781c138.82075969 102.96027281 268.24660875 221.31426938 381.68489719 339.96758156C246.29374906 618.40145938 109.95003031 790.19602344 38.10817906 859.25288281l148.35573469 123.62658094c52.61360812-108.17625656 167.23381594-272.86683656 320.56281844-445.01635875 153.50744156 173.21056312 268.36844625 338.43166313 321.38977781 447.49243969 0 0 144.5682225-152.96636906 157.47435281-129.29729625-55.80632344-62.49011156-191.37776625-244.16501625-374.17990593-430.27403438 104.68422375-107.1132975 222.15274031-213.10127719 347.60304468-306.24740437L925.17746562 56.03842156C782.85412063 126.51895625 647.69328031 231.09093594 526.07845437 342.39755 403.34886594 226.82662719 264.46095125 116.16373719 116.579135 38.64349531L116.579135 38.64349531zM116.579135 38.64349531"
+                    fill="#d81e06" p-id="25746"></path>
+                </svg>
+              </span>
+            </p>
+            <p>
+              <input type="checkbox" name="ball2" :disabled="testData.isComplete" value="People" id="2"
+                v-model="testData.check.value" @change="setTestData" />
+              People
+              <span>
+                <svg v-if="
+                  testData.isComplete &&
+                  isShowRight(
+                    testData.check.answer,
+                    testData.check.value,
+                    'People'
+                  )
+                " 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">
+                  <path
+                    d="M1439.374222 216.007111s-169.472 56.490667-367.179852 282.443852C888.604444 703.222519 846.241185 787.949037 775.632593 900.93037 768.568889 893.866667 662.651259 689.095111 380.207407 540.814222l148.290371-141.226666s134.162963 91.790222 225.953185 261.262222c0 0 233.016889-360.116148 684.923259-536.642371v91.799704z m0 0"
+                    fill="#1AFA29" p-id="18768"></path>
+                </svg>
+                <svg v-if="
+                  testData.isComplete &&
+                  isShowRight(
+                    testData.check.answer,
+                    testData.check.value,
+                    'People'
+                  ) == 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">
+                  <path
+                    d="M116.579135 38.64349531L38.703935 103.74399781c138.82075969 102.96027281 268.24660875 221.31426938 381.68489719 339.96758156C246.29374906 618.40145938 109.95003031 790.19602344 38.10817906 859.25288281l148.35573469 123.62658094c52.61360812-108.17625656 167.23381594-272.86683656 320.56281844-445.01635875 153.50744156 173.21056312 268.36844625 338.43166313 321.38977781 447.49243969 0 0 144.5682225-152.96636906 157.47435281-129.29729625-55.80632344-62.49011156-191.37776625-244.16501625-374.17990593-430.27403438 104.68422375-107.1132975 222.15274031-213.10127719 347.60304468-306.24740437L925.17746562 56.03842156C782.85412063 126.51895625 647.69328031 231.09093594 526.07845437 342.39755 403.34886594 226.82662719 264.46095125 116.16373719 116.579135 38.64349531L116.579135 38.64349531zM116.579135 38.64349531"
+                    fill="#d81e06" p-id="25746"></path>
+                </svg>
+              </span>
+            </p>
+            <p>
+              <input type="checkbox" name="ball3" :disabled="testData.isComplete" value="Culture" id="3"
+                v-model="testData.check.value" @change="setTestData" />
+              Culture
+              <span>
+                <svg v-if="
+                  testData.isComplete &&
+                  isShowRight(
+                    testData.check.answer,
+                    testData.check.value,
+                    'Culture'
+                  )
+                " 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">
+                  <path
+                    d="M1439.374222 216.007111s-169.472 56.490667-367.179852 282.443852C888.604444 703.222519 846.241185 787.949037 775.632593 900.93037 768.568889 893.866667 662.651259 689.095111 380.207407 540.814222l148.290371-141.226666s134.162963 91.790222 225.953185 261.262222c0 0 233.016889-360.116148 684.923259-536.642371v91.799704z m0 0"
+                    fill="#1AFA29" p-id="18768"></path>
+                </svg>
+                <svg v-if="
+                  testData.isComplete &&
+                  isShowRight(
+                    testData.check.answer,
+                    testData.check.value,
+                    'Culture'
+                  ) == 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">
+                  <path
+                    d="M116.579135 38.64349531L38.703935 103.74399781c138.82075969 102.96027281 268.24660875 221.31426938 381.68489719 339.96758156C246.29374906 618.40145938 109.95003031 790.19602344 38.10817906 859.25288281l148.35573469 123.62658094c52.61360812-108.17625656 167.23381594-272.86683656 320.56281844-445.01635875 153.50744156 173.21056312 268.36844625 338.43166313 321.38977781 447.49243969 0 0 144.5682225-152.96636906 157.47435281-129.29729625-55.80632344-62.49011156-191.37776625-244.16501625-374.17990593-430.27403438 104.68422375-107.1132975 222.15274031-213.10127719 347.60304468-306.24740437L925.17746562 56.03842156C782.85412063 126.51895625 647.69328031 231.09093594 526.07845437 342.39755 403.34886594 226.82662719 264.46095125 116.16373719 116.579135 38.64349531L116.579135 38.64349531zM116.579135 38.64349531"
+                    fill="#d81e06" p-id="25746"></path>
+                </svg>
+              </span>
+            </p>
+            <p>
+              <input type="checkbox" name="ball4" :disabled="testData.isComplete" value="Cuisine" id="4"
+                v-model="testData.check.value" @change="setTestData" />
+              Cuisine
+              <span>
+                <svg v-if="
+                  testData.isComplete &&
+                  isShowRight(
+                    testData.check.answer,
+                    testData.check.value,
+                    'Cuisine'
+                  )
+                " 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">
+                  <path
+                    d="M1439.374222 216.007111s-169.472 56.490667-367.179852 282.443852C888.604444 703.222519 846.241185 787.949037 775.632593 900.93037 768.568889 893.866667 662.651259 689.095111 380.207407 540.814222l148.290371-141.226666s134.162963 91.790222 225.953185 261.262222c0 0 233.016889-360.116148 684.923259-536.642371v91.799704z m0 0"
+                    fill="#1AFA29" p-id="18768"></path>
+                </svg>
+                <svg v-if="
+                  testData.isComplete &&
+                  isShowRight(
+                    testData.check.answer,
+                    testData.check.value,
+                    'Cuisine'
+                  ) == 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">
+                  <path
+                    d="M116.579135 38.64349531L38.703935 103.74399781c138.82075969 102.96027281 268.24660875 221.31426938 381.68489719 339.96758156C246.29374906 618.40145938 109.95003031 790.19602344 38.10817906 859.25288281l148.35573469 123.62658094c52.61360812-108.17625656 167.23381594-272.86683656 320.56281844-445.01635875 153.50744156 173.21056312 268.36844625 338.43166313 321.38977781 447.49243969 0 0 144.5682225-152.96636906 157.47435281-129.29729625-55.80632344-62.49011156-191.37776625-244.16501625-374.17990593-430.27403438 104.68422375-107.1132975 222.15274031-213.10127719 347.60304468-306.24740437L925.17746562 56.03842156C782.85412063 126.51895625 647.69328031 231.09093594 526.07845437 342.39755 403.34886594 226.82662719 264.46095125 116.16373719 116.579135 38.64349531L116.579135 38.64349531zM116.579135 38.64349531"
+                    fill="#d81e06" p-id="25746"></path>
+                </svg>
+              </span>
+            </p>
+            <p>
+              <input type="checkbox" name="ball5" :disabled="testData.isComplete" value="Folk art" id="5"
+                v-model="testData.check.value" @change="setTestData" />
+              Folk art
+              <span>
+                <svg v-if="
+                  testData.isComplete &&
+                  isShowRight(
+                    testData.check.answer,
+                    testData.check.value,
+                    'Folk art'
+                  )
+                " 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">
+                  <path
+                    d="M1439.374222 216.007111s-169.472 56.490667-367.179852 282.443852C888.604444 703.222519 846.241185 787.949037 775.632593 900.93037 768.568889 893.866667 662.651259 689.095111 380.207407 540.814222l148.290371-141.226666s134.162963 91.790222 225.953185 261.262222c0 0 233.016889-360.116148 684.923259-536.642371v91.799704z m0 0"
+                    fill="#1AFA29" p-id="18768"></path>
+                </svg>
+                <svg v-if="
+                  testData.isComplete &&
+                  isShowRight(
+                    testData.check.answer,
+                    testData.check.value,
+                    'Folk art'
+                  ) == 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">
+                  <path
+                    d="M116.579135 38.64349531L38.703935 103.74399781c138.82075969 102.96027281 268.24660875 221.31426938 381.68489719 339.96758156C246.29374906 618.40145938 109.95003031 790.19602344 38.10817906 859.25288281l148.35573469 123.62658094c52.61360812-108.17625656 167.23381594-272.86683656 320.56281844-445.01635875 153.50744156 173.21056312 268.36844625 338.43166313 321.38977781 447.49243969 0 0 144.5682225-152.96636906 157.47435281-129.29729625-55.80632344-62.49011156-191.37776625-244.16501625-374.17990593-430.27403438 104.68422375-107.1132975 222.15274031-213.10127719 347.60304468-306.24740437L925.17746562 56.03842156C782.85412063 126.51895625 647.69328031 231.09093594 526.07845437 342.39755 403.34886594 226.82662719 264.46095125 116.16373719 116.579135 38.64349531L116.579135 38.64349531zM116.579135 38.64349531"
+                    fill="#d81e06" p-id="25746"></path>
+                </svg>
+              </span>
+            </p>
+            <p>
+              <input type="checkbox" name="ball6" :disabled="testData.isComplete" value="Landscapes" id="6"
+                v-model="testData.check.value" @change="setTestData" />
+              Landscapes
+              <span>
+                <svg v-if="
+                  testData.isComplete &&
+                  isShowRight(
+                    testData.check.answer,
+                    testData.check.value,
+                    'Landscapes'
+                  )
+                " 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">
+                  <path
+                    d="M1439.374222 216.007111s-169.472 56.490667-367.179852 282.443852C888.604444 703.222519 846.241185 787.949037 775.632593 900.93037 768.568889 893.866667 662.651259 689.095111 380.207407 540.814222l148.290371-141.226666s134.162963 91.790222 225.953185 261.262222c0 0 233.016889-360.116148 684.923259-536.642371v91.799704z m0 0"
+                    fill="#1AFA29" p-id="18768"></path>
+                </svg>
+                <svg v-if="
+                  testData.isComplete &&
+                  isShowRight(
+                    testData.check.answer,
+                    testData.check.value,
+                    'Landscapes'
+                  ) == 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">
+                  <path
+                    d="M116.579135 38.64349531L38.703935 103.74399781c138.82075969 102.96027281 268.24660875 221.31426938 381.68489719 339.96758156C246.29374906 618.40145938 109.95003031 790.19602344 38.10817906 859.25288281l148.35573469 123.62658094c52.61360812-108.17625656 167.23381594-272.86683656 320.56281844-445.01635875 153.50744156 173.21056312 268.36844625 338.43166313 321.38977781 447.49243969 0 0 144.5682225-152.96636906 157.47435281-129.29729625-55.80632344-62.49011156-191.37776625-244.16501625-374.17990593-430.27403438 104.68422375-107.1132975 222.15274031-213.10127719 347.60304468-306.24740437L925.17746562 56.03842156C782.85412063 126.51895625 647.69328031 231.09093594 526.07845437 342.39755 403.34886594 226.82662719 264.46095125 116.16373719 116.579135 38.64349531L116.579135 38.64349531zM116.579135 38.64349531"
+                    fill="#d81e06" p-id="25746"></path>
+                </svg>
+              </span>
+            </p>
+            <p>
+              <input type="checkbox" name="ball7" :disabled="testData.isComplete" value="Transportation" id="7"
+                v-model="testData.check.value" @change="setTestData" />
+              Transportation
+              <span>
+                <svg v-if="
+                  testData.isComplete &&
+                  isShowRight(
+                    testData.check.answer,
+                    testData.check.value,
+                    'Transportation'
+                  )
+                " 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">
+                  <path
+                    d="M1439.374222 216.007111s-169.472 56.490667-367.179852 282.443852C888.604444 703.222519 846.241185 787.949037 775.632593 900.93037 768.568889 893.866667 662.651259 689.095111 380.207407 540.814222l148.290371-141.226666s134.162963 91.790222 225.953185 261.262222c0 0 233.016889-360.116148 684.923259-536.642371v91.799704z m0 0"
+                    fill="#1AFA29" p-id="18768"></path>
+                </svg>
+                <svg v-if="
+                  testData.isComplete &&
+                  isShowRight(
+                    testData.check.answer,
+                    testData.check.value,
+                    'Transportation'
+                  ) == 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">
+                  <path
+                    d="M116.579135 38.64349531L38.703935 103.74399781c138.82075969 102.96027281 268.24660875 221.31426938 381.68489719 339.96758156C246.29374906 618.40145938 109.95003031 790.19602344 38.10817906 859.25288281l148.35573469 123.62658094c52.61360812-108.17625656 167.23381594-272.86683656 320.56281844-445.01635875 153.50744156 173.21056312 268.36844625 338.43166313 321.38977781 447.49243969 0 0 144.5682225-152.96636906 157.47435281-129.29729625-55.80632344-62.49011156-191.37776625-244.16501625-374.17990593-430.27403438 104.68422375-107.1132975 222.15274031-213.10127719 347.60304468-306.24740437L925.17746562 56.03842156C782.85412063 126.51895625 647.69328031 231.09093594 526.07845437 342.39755 403.34886594 226.82662719 264.46095125 116.16373719 116.579135 38.64349531L116.579135 38.64349531zM116.579135 38.64349531"
+                    fill="#d81e06" p-id="25746"></path>
+                </svg>
+              </span>
+            </p>
+            <p class="event-header-text-bc pd-5" style="margin-left: 35px; width: 93%" v-if="showQuestionAnswer">
+              绛旀锛欳ulture,Cuisine,Landscapes
+            </p>
+          </div>
+        </div>
+        <div class="preface-bottom">
+          <span class="contet-num-box">5</span>
+        </div>
       </div>
-      <p>cuisine /kw瑟藞zi藧n/ <i>n.</i> 锛堥�氬父鎸囨槀璐电殑椁愰涓殑锛� 楗彍锛岃彍鑲�</p>
-      <div class="bkbj">
-        <p><i>the food served in a restaurant (usually an expensive one)</i></p>
+    </div>
+    <!-- 6 -->
+    <div class="page-box" page="12">
+      <div v-if="showPageList.indexOf(12) > -1">
+        <div class="w100 mb-20" style="padding-right: 20px">
+          <div class="event-header-bc fl al-end" style="height: 100px; padding-left: 40px">
+            <div class="preface-header-box event-header-text-bc">
+              <span class="l-text">鏂版爣鍑嗛�氱敤鑱屽満鑻辫</span>
+              <span class="g-text event-text-color">鍩虹妯″潡涓�</span>
+            </div>
+          </div>
+        </div>
+        <div class="padding-93">
+          <div class="bodystyle">
+            <p>
+              B.Write down the answer to each question according to the passage.
+            </p>
+            <p>1.What鈥檙e the author鈥檚 comments about Chinese food?</p>
+            <textarea :disabled="testData.isComplete" v-model="testData.tx.one" placeholder="璇疯緭鍏ュ唴瀹�" rows="4"
+              style="margin-left: 40px; width: 92%" class="fz-16 textarea-text" @change="setTestData"></textarea>
+            <p class="event-header-text-bc pd-5" style="margin-left: 40px; width: 93%" v-if="showQuestionAnswer">
+              绛旀锛欳hinese food is very delicious. Sichuan and Hunan cuisines
+              are quite mouth-watering and stimulating.
+            </p>
+            <p>2.When and why did the author start her journey to China?</p>
+            <textarea :disabled="testData.isComplete" v-model="testData.tx.two" placeholder="璇疯緭鍏ュ唴瀹�" rows="4"
+              style="margin-left: 40px; width: 92%" class="fz-16 textarea-text" @change="setTestData"></textarea>
+            <p class="event-header-text-bc pd-5" style="margin-left: 40px; width: 93%" v-if="showQuestionAnswer">
+              绛旀锛歐hen the author got selected as a foreign student for PhD
+              studies at one university in 2017, she started her journey to
+              China.
+            </p>
+            <p>3.What are the author鈥檚 expectations of her stay in China?</p>
+            <textarea :disabled="testData.isComplete" v-model="testData.tx.three" placeholder="璇疯緭鍏ュ唴瀹�" rows="4"
+              style="margin-left: 40px; width: 92%" class="fz-16 textarea-text" @change="setTestData"></textarea>
+            <p class="event-header-text-bc pd-5" style="margin-left: 40px; width: 93%" v-if="showQuestionAnswer">
+              绛旀锛歍he author looks forward to exploring more during her stay.
+            </p>
+            <p>4.What did the author think of Chinese people?</p>
+            <textarea :disabled="testData.isComplete" v-model="testData.tx.four" placeholder="璇疯緭鍏ュ唴瀹�" rows="4"
+              style="margin-left: 40px; width: 92%" class="fz-16 textarea-text" @change="setTestData"></textarea>
+            <p class="event-header-text-bc pd-5" style="margin-left: 40px; width: 93%" v-if="showQuestionAnswer">
+              绛旀锛歍he author thought the local Chinese were very friendly and
+              hospitable.
+            </p>
+            <p>5.What鈥檚 the author鈥檚 impression of the cities in China?</p>
+            <textarea :disabled="testData.isComplete" v-model="testData.tx.five" placeholder="璇疯緭鍏ュ唴瀹�" rows="4"
+              style="margin-left: 40px; width: 92%" class="fz-16 textarea-text" @change="setTestData"></textarea>
+            <p class="event-header-text-bc pd-5" style="margin-left: 40px; width: 93%" v-if="showQuestionAnswer">
+              绛旀锛欵ach city has its unique atmosphere with charming features
+              and unique landscapes.
+            </p>
+            Each city has its unique atmosphere with charming features and
+            unique landscapes.
+            <p><b>鈪�.Language focus.</b></p>
+            <p>
+              A.Fill in the blanks with the proper words in the passage.The
+              initial letters of the words have been given.
+            </p>
+            <p>
+              In 2017,the author arrived in China.When she arrived,she was like
+              Alice in <i>Alice in Wonderland</i>.She was curious about the
+              people,the culture,the c<input :disabled="testData.isComplete" type="text" class="input-bottom-border"
+                style="width: 60px" v-model="testData.in.one" @change="setTestData" />
+              <span>
+                <svg v-if="
+                  testData.isComplete &&
+                  isTextRight(testData.in.answer, testData.in.one)
+                " 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">
+                  <path
+                    d="M1439.374222 216.007111s-169.472 56.490667-367.179852 282.443852C888.604444 703.222519 846.241185 787.949037 775.632593 900.93037 768.568889 893.866667 662.651259 689.095111 380.207407 540.814222l148.290371-141.226666s134.162963 91.790222 225.953185 261.262222c0 0 233.016889-360.116148 684.923259-536.642371v91.799704z m0 0"
+                    fill="#1AFA29" p-id="18768"></path>
+                </svg>
+                <svg v-if="
+                  testData.isComplete &&
+                  isTextRight(testData.in.answer, testData.in.one) == 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">
+                  <path
+                    d="M116.579135 38.64349531L38.703935 103.74399781c138.82075969 102.96027281 268.24660875 221.31426938 381.68489719 339.96758156C246.29374906 618.40145938 109.95003031 790.19602344 38.10817906 859.25288281l148.35573469 123.62658094c52.61360812-108.17625656 167.23381594-272.86683656 320.56281844-445.01635875 153.50744156 173.21056312 268.36844625 338.43166313 321.38977781 447.49243969 0 0 144.5682225-152.96636906 157.47435281-129.29729625-55.80632344-62.49011156-191.37776625-244.16501625-374.17990593-430.27403438 104.68422375-107.1132975 222.15274031-213.10127719 347.60304468-306.24740437L925.17746562 56.03842156C782.85412063 126.51895625 647.69328031 231.09093594 526.07845437 342.39755 403.34886594 226.82662719 264.46095125 116.16373719 116.579135 38.64349531L116.579135 38.64349531zM116.579135 38.64349531"
+                    fill="#d81e06" p-id="25746"></path>
+                </svg>
+              </span>
+              ,and of course the huge variety of l
+              <input :disabled="testData.isComplete" v-model="testData.in.two" type="text" class="input-bottom-border"
+                style="width: 60px" @change="setTestData" />
+              <span>
+                <svg v-if="
+                  testData.isComplete &&
+                  isTextRight(testData.in.answer, testData.in.two)
+                " 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">
+                  <path
+                    d="M1439.374222 216.007111s-169.472 56.490667-367.179852 282.443852C888.604444 703.222519 846.241185 787.949037 775.632593 900.93037 768.568889 893.866667 662.651259 689.095111 380.207407 540.814222l148.290371-141.226666s134.162963 91.790222 225.953185 261.262222c0 0 233.016889-360.116148 684.923259-536.642371v91.799704z m0 0"
+                    fill="#1AFA29" p-id="18768"></path>
+                </svg>
+                <svg v-if="
+                  testData.isComplete &&
+                  isTextRight(testData.in.answer, testData.in.two) == 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">
+                  <path
+                    d="M116.579135 38.64349531L38.703935 103.74399781c138.82075969 102.96027281 268.24660875 221.31426938 381.68489719 339.96758156C246.29374906 618.40145938 109.95003031 790.19602344 38.10817906 859.25288281l148.35573469 123.62658094c52.61360812-108.17625656 167.23381594-272.86683656 320.56281844-445.01635875 153.50744156 173.21056312 268.36844625 338.43166313 321.38977781 447.49243969 0 0 144.5682225-152.96636906 157.47435281-129.29729625-55.80632344-62.49011156-191.37776625-244.16501625-374.17990593-430.27403438 104.68422375-107.1132975 222.15274031-213.10127719 347.60304468-306.24740437L925.17746562 56.03842156C782.85412063 126.51895625 647.69328031 231.09093594 526.07845437 342.39755 403.34886594 226.82662719 264.46095125 116.16373719 116.579135 38.64349531L116.579135 38.64349531zM116.579135 38.64349531"
+                    fill="#d81e06" p-id="25746"></path>
+                </svg>
+              </span>
+              .Chinese friends helped her a lot in understanding Chinese culture
+              and c<input :disabled="testData.isComplete" v-model="testData.in.three" type="text"
+                class="input-bottom-border" style="width: 60px" @change="setTestData" />
+              <span>
+                <svg v-if="
+                  testData.isComplete &&
+                  isTextRight(testData.in.answer, testData.in.three)
+                " 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">
+                  <path
+                    d="M1439.374222 216.007111s-169.472 56.490667-367.179852 282.443852C888.604444 703.222519 846.241185 787.949037 775.632593 900.93037 768.568889 893.866667 662.651259 689.095111 380.207407 540.814222l148.290371-141.226666s134.162963 91.790222 225.953185 261.262222c0 0 233.016889-360.116148 684.923259-536.642371v91.799704z m0 0"
+                    fill="#1AFA29" p-id="18768"></path>
+                </svg>
+                <svg v-if="
+                  testData.isComplete &&
+                  isTextRight(testData.in.answer, testData.in.three) == 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">
+                  <path
+                    d="M116.579135 38.64349531L38.703935 103.74399781c138.82075969 102.96027281 268.24660875 221.31426938 381.68489719 339.96758156C246.29374906 618.40145938 109.95003031 790.19602344 38.10817906 859.25288281l148.35573469 123.62658094c52.61360812-108.17625656 167.23381594-272.86683656 320.56281844-445.01635875 153.50744156 173.21056312 268.36844625 338.43166313 321.38977781 447.49243969 0 0 144.5682225-152.96636906 157.47435281-129.29729625-55.80632344-62.49011156-191.37776625-244.16501625-374.17990593-430.27403438 104.68422375-107.1132975 222.15274031-213.10127719 347.60304468-306.24740437L925.17746562 56.03842156C782.85412063 126.51895625 647.69328031 231.09093594 526.07845437 342.39755 403.34886594 226.82662719 264.46095125 116.16373719 116.579135 38.64349531L116.579135 38.64349531zM116.579135 38.64349531"
+                    fill="#d81e06" p-id="25746"></path>
+                </svg>
+              </span>
+              .The author believes that one cannot e<input :disabled="testData.isComplete" type="text"
+                v-model="testData.in.four" class="input-bottom-border" style="width: 60px" @change="setTestData" />
+              <span>
+                <svg v-if="
+                  testData.isComplete &&
+                  isTextRight(testData.in.answer, testData.in.four)
+                " 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">
+                  <path
+                    d="M1439.374222 216.007111s-169.472 56.490667-367.179852 282.443852C888.604444 703.222519 846.241185 787.949037 775.632593 900.93037 768.568889 893.866667 662.651259 689.095111 380.207407 540.814222l148.290371-141.226666s134.162963 91.790222 225.953185 261.262222c0 0 233.016889-360.116148 684.923259-536.642371v91.799704z m0 0"
+                    fill="#1AFA29" p-id="18768"></path>
+                </svg>
+                <svg v-if="
+                  testData.isComplete &&
+                  isTextRight(testData.in.answer, testData.in.four) == 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">
+                  <path
+                    d="M116.579135 38.64349531L38.703935 103.74399781c138.82075969 102.96027281 268.24660875 221.31426938 381.68489719 339.96758156C246.29374906 618.40145938 109.95003031 790.19602344 38.10817906 859.25288281l148.35573469 123.62658094c52.61360812-108.17625656 167.23381594-272.86683656 320.56281844-445.01635875 153.50744156 173.21056312 268.36844625 338.43166313 321.38977781 447.49243969 0 0 144.5682225-152.96636906 157.47435281-129.29729625-55.80632344-62.49011156-191.37776625-244.16501625-374.17990593-430.27403438 104.68422375-107.1132975 222.15274031-213.10127719 347.60304468-306.24740437L925.17746562 56.03842156C782.85412063 126.51895625 647.69328031 231.09093594 526.07845437 342.39755 403.34886594 226.82662719 264.46095125 116.16373719 116.579135 38.64349531L116.579135 38.64349531zM116.579135 38.64349531"
+                    fill="#d81e06" p-id="25746"></path>
+                </svg>
+              </span>
+              China properly if he/she does not try its delicious variety of
+              food.China has thousands of years of rich and beautiful
+              culture.Each city has its u<input :disabled="testData.isComplete" v-model="testData.in.five" type="text"
+                class="input-bottom-border" style="width: 60px" @change="setTestData" />
+              <span>
+                <svg v-if="
+                  testData.isComplete &&
+                  isTextRight(testData.in.answer, testData.in.five)
+                " 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">
+                  <path
+                    d="M1439.374222 216.007111s-169.472 56.490667-367.179852 282.443852C888.604444 703.222519 846.241185 787.949037 775.632593 900.93037 768.568889 893.866667 662.651259 689.095111 380.207407 540.814222l148.290371-141.226666s134.162963 91.790222 225.953185 261.262222c0 0 233.016889-360.116148 684.923259-536.642371v91.799704z m0 0"
+                    fill="#1AFA29" p-id="18768"></path>
+                </svg>
+                <svg v-if="
+                  testData.isComplete &&
+                  isTextRight(testData.in.answer, testData.in.five) == 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">
+                  <path
+                    d="M116.579135 38.64349531L38.703935 103.74399781c138.82075969 102.96027281 268.24660875 221.31426938 381.68489719 339.96758156C246.29374906 618.40145938 109.95003031 790.19602344 38.10817906 859.25288281l148.35573469 123.62658094c52.61360812-108.17625656 167.23381594-272.86683656 320.56281844-445.01635875 153.50744156 173.21056312 268.36844625 338.43166313 321.38977781 447.49243969 0 0 144.5682225-152.96636906 157.47435281-129.29729625-55.80632344-62.49011156-191.37776625-244.16501625-374.17990593-430.27403438 104.68422375-107.1132975 222.15274031-213.10127719 347.60304468-306.24740437L925.17746562 56.03842156C782.85412063 126.51895625 647.69328031 231.09093594 526.07845437 342.39755 403.34886594 226.82662719 264.46095125 116.16373719 116.579135 38.64349531L116.579135 38.64349531zM116.579135 38.64349531"
+                    fill="#d81e06" p-id="25746"></path>
+                </svg>
+              </span>
+              atmosphere that attracts people.
+            </p>
+            <p class="event-header-text-bc pd-5" style="margin-left: 40px; width: 93%" v-if="showQuestionAnswer">
+              绛旀锛歝uisine, landscapes, civilization, explore, unique
+            </p>
+            <p>
+              B.Underline the following expressions in the passage and make
+              sentences with them.
+            </p>
+            <p>1.get selected as</p>
+            <textarea :disabled="testData.isComplete" v-model="testData.line.one" placeholder="璇疯緭鍏ュ唴瀹�" rows="4"
+              style="margin-left: 40px; width: 92%" class="fz-16 textarea-text" @change="setTestData"></textarea>
+            <p class="event-header-text-bc pd-5" style="margin-left: 40px; width: 93%" v-if="showQuestionAnswer">
+              绛旀锛歋he got selected as the cultural ambassador to show Chinese
+              culture on campus.
+            </p>
+            <p>2.be curious about</p>
+            <textarea :disabled="testData.isComplete" v-model="testData.line.two" placeholder="璇疯緭鍏ュ唴瀹�" rows="4"
+              style="margin-left: 40px; width: 92%" class="fz-16 textarea-text" @change="setTestData"></textarea>
+            <p class="event-header-text-bc pd-5" style="margin-left: 40px; width: 93%" v-if="showQuestionAnswer">
+              绛旀锛歁any foreigners are curious about the amazing Chinese
+              martial arts.
+            </p>
+            <p>3.along the way</p>
+            <textarea :disabled="testData.isComplete" v-model="testData.line.three" placeholder="璇疯緭鍏ュ唴瀹�" rows="4"
+              style="margin-left: 40px; width: 92%" class="fz-16 textarea-text" @change="setTestData"></textarea>
+            <p class="event-header-text-bc pd-5" style="margin-left: 40px; width: 93%" v-if="showQuestionAnswer">
+              绛旀锛欼 suggest that you go to Tibet by train so that you can
+              enjoy the natural scenery along the way.
+            </p>
+            <p>4.come across</p>
+            <textarea :disabled="testData.isComplete" v-model="testData.line.four" placeholder="璇疯緭鍏ュ唴瀹�" rows="4"
+              style="margin-left: 40px; width: 92%" class="fz-16 textarea-text" @change="setTestData"></textarea>
+            <p class="event-header-text-bc pd-5" style="margin-left: 40px; width: 93%" v-if="showQuestionAnswer">
+              绛旀锛欻e came across the temple fair in Beijing during the Spring
+              Festival.
+            </p>
+            <p>5.look forward to</p>
+            <textarea :disabled="testData.isComplete" v-model="testData.line.five" placeholder="璇疯緭鍏ュ唴瀹�" rows="4"
+              style="margin-left: 40px; width: 92%" class="fz-16 textarea-text" @change="setTestData"></textarea>
+            <p class="event-header-text-bc pd-5" style="margin-left: 40px; width: 93%" v-if="showQuestionAnswer">
+              绛旀锛歋he is looking forward to visiting the incredible cities in
+              China.
+            </p>
+          </div>
+        </div>
+        <div class="preface-bottom">
+          <span class="contet-num-box">6</span>
+        </div>
       </div>
-      <p>landscape /藞l忙ndske瑟p/ <i>n.</i> 锛堥檰涓婏級 椋庢櫙锛屾櫙鑹�</p>
-      <div class="bkbj">
-        <p><i>scenery of an area of land</i></p>
+    </div>
+    <!-- 7 -->
+    <div class="page-box" page="13">
+      <div v-if="showPageList.indexOf(13) > -1">
+        <ul class="preface-odd-header w100 fl ju-bt">
+          <li class=""></li>
+          <li class="fz-18">
+            <span class="chapter-left-bc">MODULE 1</span>
+            <span class="chapter-right-bc fw-bl chapter-right-cl">CHINA,A WONDERLAND</span>
+          </li>
+        </ul>
+        <div class="padding-93">
+          <div class="bodystyle">
+            <p>C.Translate the following sentences into Chinese.</p>
+            <p>
+              1.Confucius created an atmosphere of education for the ordinary
+              people.
+            </p>
+            <p>
+              <input :disabled="testData.isComplete" v-model="testData.ts.one" type="text" class="input-bottom-border"
+                @change="setTestData" />
+            </p>
+            <p class="event-header-text-bc pd-5" style="margin-left: 40px; width: 93%" v-if="showQuestionAnswer">
+              绛旀锛氬瓟瀛愬紑鍒涗簡骞虫皯鍖栫殑鏁欒偛銆�
+            </p>
+            <p>
+              2.Lei Zu invented the technology of reeling silk锛堢极涓濇湳锛塧nd
+              greatly promoted the development of ancient Chinese civilization.
+            </p>
+            <p>
+              <input :disabled="testData.isComplete" v-model="testData.ts.two" type="text" class="input-bottom-border"
+                @change="setTestData" />
+            </p>
+            <p class="event-header-text-bc pd-5" style="margin-left: 40px; width: 93%" v-if="showQuestionAnswer">
+              绛旀锛氬珮绁栧彂鏄庝簡涓浗缂笣鎶�鏈紝杩欐瀬澶у湴淇冭繘浜嗕腑鍥藉彜浠f枃鏄庣殑鍙戝睍銆�
+            </p>
+            <p>
+              3.Lu Yu,the author of <i>The Classic of Tea</i>,explored Chinese
+              tea culture in depth.
+            </p>
+            <p>
+              <input :disabled="testData.isComplete" v-model="testData.ts.three" type="text" class="input-bottom-border"
+                @change="setTestData" />
+            </p>
+            <p class="event-header-text-bc pd-5" style="margin-left: 40px; width: 93%" v-if="showQuestionAnswer">
+              绛旀锛氶檰缇斤紝銆婅尪缁忋�嬬殑浣滆�咃紝瀵逛腑鍥借尪閬撹繘琛屼簡娣卞叆鐨勭爺绌躲��
+            </p>
+            <p>
+              4.Zhang Zhongjing was a doctor who had an incredible influence on
+              Chinese medical science.
+            </p>
+            <p>
+              <input :disabled="testData.isComplete" v-model="testData.ts.four" type="text" class="input-bottom-border"
+                @change="setTestData" />
+            </p>
+            <p class="event-header-text-bc pd-5" style="margin-left: 40px; width: 93%" v-if="showQuestionAnswer">
+              绛旀锛氬紶浠叉櫙鏄竴浣嶅涓浗鍖诲鏈夌潃閲嶅ぇ褰卞搷鐨勫尰瀛﹀銆�
+            </p>
+            <p>
+              <b>鈪�.Grammar focus:The conditional sentence鈥攊f-clause.</b>
+              <span class="btn-box" @click="showAnswer('showImg')">
+                <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>
+            <el-image v-if="showImg" :src="imgThirteen" :preview-src-list="[imgThirteen]" />
+            <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
+              meal.
+            </p>
+            <p>
+              <b>If</b><input :disabled="testData.isComplete" v-model="testData.gr.one" type="text"
+                class="input-bottom-border" @change="setTestData" />.
+            </p>
+            <p class="event-header-text-bc pd-5" style="margin-left: 40px; width: 93%" v-if="showQuestionAnswer">
+              绛旀锛欼f you try using sticks, you can enjoy the fun of having a
+              real Chinese meal.
+            </p>
+            <p>
+              2.Go to my Chinese New Year party.You will meet my Chinese friends
+              there.
+            </p>
+            <p>
+              <b>If</b><input :disabled="testData.isComplete" v-model="testData.gr.two" type="text"
+                class="input-bottom-border" @change="setTestData" />.
+            </p>
+            <p class="event-header-text-bc pd-5" style="margin-left: 40px; width: 93%" v-if="showQuestionAnswer">
+              绛旀锛欼f you go to my Chinese New Year party, you will meet my
+              Chinese friends there.
+            </p>
+            <p>3.Drink some Longjing tea,and you will love it.</p>
+            <p>
+              <b>If</b><input :disabled="testData.isComplete" type="text" v-model="testData.gr.three"
+                class="input-bottom-border" @change="setTestData" />.
+            </p>
+            <p class="event-header-text-bc pd-5" style="margin-left: 40px; width: 93%" v-if="showQuestionAnswer">
+              绛旀锛欼f you drink some Longjing tea, you will love it.
+            </p>
+            <p>
+              4.One day I will go to Xi鈥檃n,and I will visit the terracotta
+              warriors.
+            </p>
+            <p>
+              <b>If</b><input :disabled="testData.isComplete" v-model="testData.gr.four" type="text"
+                class="input-bottom-border" @change="setTestData" />.
+            </p>
+            <p class="event-header-text-bc pd-5" style="margin-left: 40px; width: 93%" v-if="showQuestionAnswer">
+              绛旀锛欼f I go to Xi鈥檃n one day, I will visit the terracotta
+              warriors.
+            </p>
+            <p>
+              5.Ask foreigners about their favorite Chinese food.Kung Pao
+              Chicken would possibly be in top three.
+            </p>
+            <p>
+              <b>If</b><input :disabled="testData.isComplete" v-model="testData.gr.five" type="text"
+                class="input-bottom-border" @change="setTestData" />.
+            </p>
+            <p class="event-header-text-bc pd-5" style="margin-left: 40px; width: 93%" v-if="showQuestionAnswer">
+              绛旀锛� If you ask foreigners about their favorite Chinese food,
+              Kung Pao Chicken would possible be in top three
+            </p>
+            <p>
+              B.Complete the following sentences using <i>if</i> or
+              <i>whether</i>.
+            </p>
+            <p>
+              1.I was wondering<input :disabled="testData.isComplete" v-model="testData.cm.one" type="text"
+                class="input-bottom-border" style="width: 60px" @change="setTestData" />to go for a walk in the Summer
+              Palace.
+              <span>
+                <svg v-if="
+                  testData.isComplete &&
+                  isTextRight(testData.cm.answer, testData.cm.one)
+                " 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">
+                  <path
+                    d="M1439.374222 216.007111s-169.472 56.490667-367.179852 282.443852C888.604444 703.222519 846.241185 787.949037 775.632593 900.93037 768.568889 893.866667 662.651259 689.095111 380.207407 540.814222l148.290371-141.226666s134.162963 91.790222 225.953185 261.262222c0 0 233.016889-360.116148 684.923259-536.642371v91.799704z m0 0"
+                    fill="#1AFA29" p-id="18768"></path>
+                </svg>
+                <svg v-if="
+                  testData.isComplete &&
+                  isTextRight(testData.cm.answer, testData.cm.one) == 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">
+                  <path
+                    d="M116.579135 38.64349531L38.703935 103.74399781c138.82075969 102.96027281 268.24660875 221.31426938 381.68489719 339.96758156C246.29374906 618.40145938 109.95003031 790.19602344 38.10817906 859.25288281l148.35573469 123.62658094c52.61360812-108.17625656 167.23381594-272.86683656 320.56281844-445.01635875 153.50744156 173.21056312 268.36844625 338.43166313 321.38977781 447.49243969 0 0 144.5682225-152.96636906 157.47435281-129.29729625-55.80632344-62.49011156-191.37776625-244.16501625-374.17990593-430.27403438 104.68422375-107.1132975 222.15274031-213.10127719 347.60304468-306.24740437L925.17746562 56.03842156C782.85412063 126.51895625 647.69328031 231.09093594 526.07845437 342.39755 403.34886594 226.82662719 264.46095125 116.16373719 116.579135 38.64349531L116.579135 38.64349531zM116.579135 38.64349531"
+                    fill="#d81e06" p-id="25746"></path>
+                </svg>
+              </span>
+            </p>
+            <p>
+              2.We can spend the afternoon on the beach<input :disabled="testData.isComplete" v-model="testData.cm.two"
+                type="text" class="input-bottom-border" style="width: 60px" />the weather is fine.
+              <span>
+                <svg v-if="
+                  testData.isComplete &&
+                  isTextRight(testData.cm.answer, testData.cm.two)
+                " 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">
+                  <path
+                    d="M1439.374222 216.007111s-169.472 56.490667-367.179852 282.443852C888.604444 703.222519 846.241185 787.949037 775.632593 900.93037 768.568889 893.866667 662.651259 689.095111 380.207407 540.814222l148.290371-141.226666s134.162963 91.790222 225.953185 261.262222c0 0 233.016889-360.116148 684.923259-536.642371v91.799704z m0 0"
+                    fill="#1AFA29" p-id="18768"></path>
+                </svg>
+                <svg v-if="
+                  testData.isComplete &&
+                  isTextRight(testData.cm.answer, testData.cm.two) == 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">
+                  <path
+                    d="M116.579135 38.64349531L38.703935 103.74399781c138.82075969 102.96027281 268.24660875 221.31426938 381.68489719 339.96758156C246.29374906 618.40145938 109.95003031 790.19602344 38.10817906 859.25288281l148.35573469 123.62658094c52.61360812-108.17625656 167.23381594-272.86683656 320.56281844-445.01635875 153.50744156 173.21056312 268.36844625 338.43166313 321.38977781 447.49243969 0 0 144.5682225-152.96636906 157.47435281-129.29729625-55.80632344-62.49011156-191.37776625-244.16501625-374.17990593-430.27403438 104.68422375-107.1132975 222.15274031-213.10127719 347.60304468-306.24740437L925.17746562 56.03842156C782.85412063 126.51895625 647.69328031 231.09093594 526.07845437 342.39755 403.34886594 226.82662719 264.46095125 116.16373719 116.579135 38.64349531L116.579135 38.64349531zM116.579135 38.64349531"
+                    fill="#d81e06" p-id="25746"></path>
+                </svg>
+              </span>
+            </p>
+            <p>
+              3.I called Wang to find out<input :disabled="testData.isComplete" v-model="testData.cm.three" type="text"
+                class="input-bottom-border" style="width: 60px" @change="setTestData" />or not he really went to see the
+              Peking opera show.
+              <span>
+                <svg v-if="
+                  testData.isComplete &&
+                  isTextRight(testData.cm.answer, testData.cm.three)
+                " 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">
+                  <path
+                    d="M1439.374222 216.007111s-169.472 56.490667-367.179852 282.443852C888.604444 703.222519 846.241185 787.949037 775.632593 900.93037 768.568889 893.866667 662.651259 689.095111 380.207407 540.814222l148.290371-141.226666s134.162963 91.790222 225.953185 261.262222c0 0 233.016889-360.116148 684.923259-536.642371v91.799704z m0 0"
+                    fill="#1AFA29" p-id="18768"></path>
+                </svg>
+                <svg v-if="
+                  testData.isComplete &&
+                  isTextRight(testData.cm.answer, testData.cm.three) == 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">
+                  <path
+                    d="M116.579135 38.64349531L38.703935 103.74399781c138.82075969 102.96027281 268.24660875 221.31426938 381.68489719 339.96758156C246.29374906 618.40145938 109.95003031 790.19602344 38.10817906 859.25288281l148.35573469 123.62658094c52.61360812-108.17625656 167.23381594-272.86683656 320.56281844-445.01635875 153.50744156 173.21056312 268.36844625 338.43166313 321.38977781 447.49243969 0 0 144.5682225-152.96636906 157.47435281-129.29729625-55.80632344-62.49011156-191.37776625-244.16501625-374.17990593-430.27403438 104.68422375-107.1132975 222.15274031-213.10127719 347.60304468-306.24740437L925.17746562 56.03842156C782.85412063 126.51895625 647.69328031 231.09093594 526.07845437 342.39755 403.34886594 226.82662719 264.46095125 116.16373719 116.579135 38.64349531L116.579135 38.64349531zM116.579135 38.64349531"
+                    fill="#d81e06" p-id="25746"></path>
+                </svg>
+              </span>
+            </p>
+            <p>
+              4.We鈥檙e not interested in<input :disabled="testData.isComplete" v-model="testData.cm.four" type="text"
+                class="input-bottom-border" style="width: 60px" @change="setTestData" />we get great jobs and that kind
+              of thing.
+              <span>
+                <svg v-if="
+                  testData.isComplete &&
+                  isTextRight(testData.cm.answer, testData.cm.four)
+                " 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">
+                  <path
+                    d="M1439.374222 216.007111s-169.472 56.490667-367.179852 282.443852C888.604444 703.222519 846.241185 787.949037 775.632593 900.93037 768.568889 893.866667 662.651259 689.095111 380.207407 540.814222l148.290371-141.226666s134.162963 91.790222 225.953185 261.262222c0 0 233.016889-360.116148 684.923259-536.642371v91.799704z m0 0"
+                    fill="#1AFA29" p-id="18768"></path>
+                </svg>
+                <svg v-if="
+                  testData.isComplete &&
+                  isTextRight(testData.cm.answer, testData.cm.four) == 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">
+                  <path
+                    d="M116.579135 38.64349531L38.703935 103.74399781c138.82075969 102.96027281 268.24660875 221.31426938 381.68489719 339.96758156C246.29374906 618.40145938 109.95003031 790.19602344 38.10817906 859.25288281l148.35573469 123.62658094c52.61360812-108.17625656 167.23381594-272.86683656 320.56281844-445.01635875 153.50744156 173.21056312 268.36844625 338.43166313 321.38977781 447.49243969 0 0 144.5682225-152.96636906 157.47435281-129.29729625-55.80632344-62.49011156-191.37776625-244.16501625-374.17990593-430.27403438 104.68422375-107.1132975 222.15274031-213.10127719 347.60304468-306.24740437L925.17746562 56.03842156C782.85412063 126.51895625 647.69328031 231.09093594 526.07845437 342.39755 403.34886594 226.82662719 264.46095125 116.16373719 116.579135 38.64349531L116.579135 38.64349531zM116.579135 38.64349531"
+                    fill="#d81e06" p-id="25746"></path>
+                </svg>
+              </span>
+            </p>
+            <p>
+              5.<input :disabled="testData.isComplete" v-model="testData.cm.five" type="text"
+                class="input-bottom-border" style="width: 60px" @change="setTestData" />I go to Sichuan,I will visit
+              Chengdu Research Base of Giant
+              Panda Breeding.
+              <span>
+                <svg v-if="
+                  testData.isComplete &&
+                  isTextRight(testData.cm.answer, testData.cm.five)
+                " 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">
+                  <path
+                    d="M1439.374222 216.007111s-169.472 56.490667-367.179852 282.443852C888.604444 703.222519 846.241185 787.949037 775.632593 900.93037 768.568889 893.866667 662.651259 689.095111 380.207407 540.814222l148.290371-141.226666s134.162963 91.790222 225.953185 261.262222c0 0 233.016889-360.116148 684.923259-536.642371v91.799704z m0 0"
+                    fill="#1AFA29" p-id="18768"></path>
+                </svg>
+                <svg v-if="
+                  testData.isComplete &&
+                  isTextRight(testData.cm.answer, testData.cm.five) == 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">
+                  <path
+                    d="M116.579135 38.64349531L38.703935 103.74399781c138.82075969 102.96027281 268.24660875 221.31426938 381.68489719 339.96758156C246.29374906 618.40145938 109.95003031 790.19602344 38.10817906 859.25288281l148.35573469 123.62658094c52.61360812-108.17625656 167.23381594-272.86683656 320.56281844-445.01635875 153.50744156 173.21056312 268.36844625 338.43166313 321.38977781 447.49243969 0 0 144.5682225-152.96636906 157.47435281-129.29729625-55.80632344-62.49011156-191.37776625-244.16501625-374.17990593-430.27403438 104.68422375-107.1132975 222.15274031-213.10127719 347.60304468-306.24740437L925.17746562 56.03842156C782.85412063 126.51895625 647.69328031 231.09093594 526.07845437 342.39755 403.34886594 226.82662719 264.46095125 116.16373719 116.579135 38.64349531L116.579135 38.64349531zM116.579135 38.64349531"
+                    fill="#d81e06" p-id="25746"></path>
+                </svg>
+              </span>
+            </p>
+            <p class="event-header-text-bc pd-5" style="margin-left: 40px; width: 93%" v-if="showQuestionAnswer">
+              绛旀锛� 1.whether &nbsp; 2.if &nbsp; 3.whether &nbsp; 4.whether
+              &nbsp; 5.if
+            </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="showQuestionAnswer = !showQuestionAnswer" class="parimary-btn">
+                    鏌ョ湅绛旀
+                  </button>
+                </li>
+              </ul>
+            </div>
+          </div>
+        </div>
+        <div class="preface-bottom">
+          <span class="contet-num-box">7</span>
+        </div>
       </div>
-      <p>hospitable /h蓲藞sp瑟t蓹bl/ <i>adj.</i> 濂藉鐨�</p>
-      <div class="bkbj">
-        <p><i>pleased to welcome and entertain guests</i></p>
+    </div>
+    <!-- 8 -->
+    <div class="page-box" page="14">
+      <div v-if="showPageList.indexOf(14) > -1">
+        <div class="w100 mb-20" style="padding-right: 20px">
+          <div class="event-header-bc fl al-end" style="height: 100px; padding-left: 40px">
+            <div class="preface-header-box event-header-text-bc">
+              <span class="l-text">鏂版爣鍑嗛�氱敤鑱屽満鑻辫</span>
+              <span class="g-text event-text-color">鍩虹妯″潡涓�</span>
+            </div>
+          </div>
+        </div>
+        <div class="padding-93">
+          <div class="bodystyle">
+            <h3 id="c004"><span class="bjh3">Mini-project</span></h3>
+            <p>
+              China is a great country with a fascinating culture.Its ancient
+              civilization,rich history,and unique customs make it one of the
+              most interesting countries in the world.There are so many
+              interesting facts about Chinese culture.Work in groups and
+              interview your group members about their knowledge of Chinese
+              culture,and then:
+            </p>
+            <p>1.Find out interesting facts they know about Chinese culture;</p>
+            <p>2.Finish the worksheet and report to the class.</p>
+            <div class="fieldset">
+              <p>Questions:1.Who are you going to interview?</p>
+              <p>
+                銆�銆�銆�銆�2.What is he/she interested in about Chinese culture?
+              </p>
+              <p>銆�銆�銆�銆�3.What does he/she know about it?</p>
+            </div>
+            <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">Interviewees</td>
+                <td class="wh-no tl-cn">Chinese Culture</td>
+                <td class="tl-cn">Interesting Facts He/She Knows About lt</td>
+              </tr>
+              <tr class="table-tr-bc">
+                <td class="tl-cn">Wang Ning</td>
+                <td class="wh-no tl-cn">Chinese Tea</td>
+                <td>
+                  China, known as the hometown of tea, is the world's
+                  earliestcountry to plant tea, make tea, and drink tea. Chinese
+                  peoplehave developed different varieties of tea with unique
+                  flavors,such as green tea, black tea, white tea, and dark tea.
+                  Drinkingtea is benefcial to our health.
+                </td>
+              </tr>
+              <tr class="table-tr-bc">
+                <td>
+                  <textarea v-model="questionData.table.one" 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"
+                    @change="setBookQuestion"></textarea>
+                </td>
+                <td>
+                  <textarea v-model="questionData.table.three" 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"
+                    @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"
+                    @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"
+                    @change="setBookQuestion"></textarea>
+                </td>
+                <td>
+                  <textarea v-model="questionData.table.enight" class="w100 table-tr-bc b0 table-textarea textarea-box"
+                    @change="setBookQuestion"></textarea>
+                </td>
+                <td>
+                  <textarea v-model="questionData.table.nine" class="w100 table-tr-bc b0 table-textarea"
+                    @change="setBookQuestion"></textarea>
+                </td>
+              </tr>
+            </table>
+            <p class="left">
+              <img class="img-gn" alt="" src="../../assets/images/dy1-wordbank.jpg" />
+            </p>
+            <div class="bk-wh">
+              <p class="dl-box">
+                <span class="word-bc mr-20 dl-span" @click="saveWord($event, 'exquisite')">exquisite</span>
+                <span class="word-bc mr-20 dl-span" @click="saveWord($event, 'ancient')">ancient</span><span
+                  class="word-bc mr-20 dl-span" @click="saveWord($event, 'incredible')">incredible</span><span
+                  class="word-bc mr-20 dl-span" @click="saveWord($event, 'unique')">unique</span><span
+                  class="word-bc mr-20 dl-span" @click="saveWord($event, 'traditional')">traditional</span><span
+                  class="word-bc mr-20 dl-span" @click="saveWord($event, 'outstanding')">outstanding</span><span
+                  class="word-bc mr-20 dl-span" @click="saveWord($event, 'mouth-watering')">mouth-watering</span><span
+                  class="word-bc mr-20 dl-span" @click="saveWord($event, 'diverse')">diverse</span><span
+                  class="word-bc mr-20 dl-span" @click="saveWord($event, 'hospitable')">hospitable</span><span
+                  class="word-bc mr-20 dl-span" @click="saveWord($event, 'enjoyable')">enjoyable</span><span
+                  class="word-bc mr-20 dl-span" @click="saveWord($event, 'memorable')">memorable</span><span
+                  class="word-bc mr-20 dl-span" @click="saveWord($event, 'charming')">charming</span>
+              </p>
+            </div>
+            <div class="resource-primary-border" style="padding: 8px">
+              <div class="banshi openImgBox">
+                <div class="swiper-container swiper_ppt">
+                  <div class="swiper-wrapper">
+                    <div class="swiper-slide">
+                      <div class="imgBox" style="width: 100%; height: 100%">
+                        <img src="../../assets/images/ppt/ppt_01.png" />
+                      </div>
+                    </div>
+                    <div class="swiper-slide">
+                      <div class="imgBox" style="width: 100%; height: 100%">
+                        <img src="../../assets/images/ppt/ppt_01.png" />
+                      </div>
+                    </div>
+                    <div class="swiper-slide">
+                      <div class="imgBox" style="width: 100%; height: 100%">
+                        <img src="../../assets/images/ppt/ppt_03.png" />
+                      </div>
+                    </div>
+                    <div class="swiper-slide">
+                      <div class="imgBox" style="width: 100%; height: 100%">
+                        <img src="../../assets/images/ppt/ppt_04.png" />
+                      </div>
+                    </div>
+                    <div class="swiper-slide">
+                      <div class="imgBox" style="width: 100%; height: 100%">
+                        <img src="../../assets/images/ppt/ppt_05.png" />
+                      </div>
+                    </div>
+                    <div class="swiper-slide">
+                      <div class="imgBox" style="width: 100%; height: 100%">
+                        <img src="../../assets/images/ppt/ppt_06.png" />
+                      </div>
+                    </div>
+                    <div class="swiper-slide">
+                      <div class="imgBox" style="width: 100%; height: 100%">
+                        <img src="../../assets/images/ppt/ppt_07.png" />
+                      </div>
+                    </div>
+                    <div class="swiper-slide">
+                      <div class="imgBox" style="width: 100%; height: 100%">
+                        <img src="../../assets/images/ppt/ppt_08.png" />
+                      </div>
+                    </div>
+                    <div class="swiper-slide">
+                      <div class="imgBox" style="width: 100%; height: 100%">
+                        <img src="../../assets/images/ppt/ppt_09.png" />
+                      </div>
+                    </div>
+                    <div class="swiper-slide">
+                      <div class="imgBox" style="width: 100%; height: 100%">
+                        <img src="../../assets/images/ppt/ppt_10.png" />
+                      </div>
+                    </div>
+                    <div class="swiper-slide">
+                      <div class="imgBox" style="width: 100%; height: 100%">
+                        <img src="../../assets/images/ppt/ppt_11.png" />
+                      </div>
+                    </div>
+                    <div class="swiper-slide">
+                      <div class="imgBox" style="width: 100%; height: 100%">
+                        <img src="../../assets/images/ppt/ppt_12.png" />
+                      </div>
+                    </div>
+                    <div class="swiper-slide">
+                      <div class="imgBox" style="width: 100%; height: 100%">
+                        <img src="../../assets/images/ppt/ppt_13.png" />
+                      </div>
+                    </div>
+                    <div class="swiper-slide">
+                      <div class="imgBox" style="width: 100%; height: 100%">
+                        <img src="../../assets/images/ppt/ppt_14.png" />
+                      </div>
+                    </div>
+                    <div class="swiper-slide">
+                      <div class="imgBox" style="width: 100%; height: 100%">
+                        <img src="../../assets/images/ppt/ppt_15.png" />
+                      </div>
+                    </div>
+                    <div class="swiper-slide">
+                      <div class="imgBox" style="width: 100%; height: 100%">
+                        <img src="../../assets/images/ppt/ppt_16.png" />
+                      </div>
+                    </div>
+                    <div class="swiper-slide">
+                      <div class="imgBox" style="width: 100%; height: 100%">
+                        <img src="../../assets/images/ppt/ppt_17.png" />
+                      </div>
+                    </div>
+                    <div class="swiper-slide">
+                      <div class="imgBox" style="width: 100%; height: 100%">
+                        <img src="../../assets/images/ppt/ppt_18.png" />
+                      </div>
+                    </div>
+                    <div class="swiper-slide">
+                      <div class="imgBox" style="width: 100%; height: 100%">
+                        <img src="../../assets/images/ppt/ppt_19.png" />
+                      </div>
+                    </div>
+                    <div class="swiper-slide">
+                      <div class="imgBox" style="width: 100%; height: 100%">
+                        <img src="../../assets/images/ppt/ppt_20.png" />
+                      </div>
+                    </div>
+                    <div class="swiper-slide">
+                      <div class="imgBox" style="width: 100%; height: 100%">
+                        <img src="../../assets/images/ppt/ppt_21.png" />
+                      </div>
+                    </div>
+                    <div class="swiper-slide">
+                      <div class="imgBox" style="width: 100%; height: 100%">
+                        <img src="../../assets/images/ppt/ppt_22.png" />
+                      </div>
+                    </div>
+                    <div class="swiper-slide">
+                      <div class="imgBox" style="width: 100%; height: 100%">
+                        <img src="../../assets/images/ppt/ppt_23.png" />
+                      </div>
+                    </div>
+                    <div class="swiper-slide">
+                      <div class="imgBox" style="width: 100%; height: 100%">
+                        <img src="../../assets/images/ppt/ppt_24.png" />
+                      </div>
+                    </div>
+                    <div class="swiper-slide">
+                      <div class="imgBox" style="width: 100%; height: 100%">
+                        <img src="../../assets/images/ppt/ppt_25.png" />
+                      </div>
+                    </div>
+                    <div class="swiper-slide">
+                      <div class="imgBox" style="width: 100%; height: 100%">
+                        <img src="../../assets/images/ppt/ppt_26.png" />
+                      </div>
+                    </div>
+                    <div class="swiper-slide">
+                      <div class="imgBox" style="width: 100%; height: 100%">
+                        <img src="../../assets/images/ppt/ppt_27.png" />
+                      </div>
+                    </div>
+                  </div>
+                  <div class="swiper-button-next"></div>
+                  <div class="swiper-button-prev"></div>
+                  <div class="pageBox"></div>
+                </div>
+                <!-- 鏄剧ず褰撳墠椤靛拰鎬婚〉鏁扮殑鍏冪礌 -->
+              </div>
+            </div>
+          </div>
+        </div>
+        <div class="preface-bottom">
+          <span class="contet-num-box">8</span>
+        </div>
       </div>
-      <p>
-        civilization /藢s瑟v蓹la瑟藞ze瑟蕛n/ <i>n.</i> 锛堢壒瀹氭椂鏈熸垨鍦板尯鐨勶級 绀句細鏂囨槑
-      </p>
-      <div class="bkbj">
-        <p>
-          <i
-            >a society,its culture and its way of life (during a particular
-            period of time or in a particular part of the world)</i
-          >
-        </p>
+    </div>
+    <!-- 9 -->
+    <div class="page-box" page="15">
+      <div v-if="showPageList.indexOf(15) > -1">
+        <ul class="preface-odd-header w100 fl ju-bt">
+          <li class=""></li>
+          <li class="fz-18">
+            <span class="chapter-left-bc">MODULE 1</span>
+            <span class="chapter-right-bc fw-bl chapter-right-cl">CHINA,A WONDERLAND</span>
+          </li>
+        </ul>
+        <div class="padding-93">
+          <div class="bodystyle">
+            <h2 id="b002">
+              <img class="img-0" alt="" src="../../assets/images/dy1-le2.jpg" />
+            </h2>
+            <h3 id="c005"><span class="bjh3">Warm-up</span></h3>
+            <p>
+              <b>Put the expressions in the box below on the corresponding
+                answer line under each picture.</b>
+            </p>
+            <div class="bk-wh">
+              <p>
+                online shopping銆�facial recognition銆�electronic
+                payment銆�intercity train銆�shared bike銆�take-away service
+              </p>
+            </div>
+            <div class="openImgBox">
+              <div class="fl ju-bt">
+                <div class="left" style="width: 48%">
+                  <div>
+                    <p class="center">
+                      <img src="../../assets/images/0019-1.jpg" alt="" class="w100" />
+                    </p>
+                    <p class="center">
+                      1.
+                      <select class="select-border" v-model="dropdownData.one.value" @change="setDropdownData"
+                        :disabled="dropdownData.isComplete">
+                        <option v-for="(item, index) in dropDownList" :key="index" :value="item">
+                          {{ item }}
+                        </option>
+                      </select>
+                      <span class="icon-box">
+                        <svg v-if="dropdownData.one.isRight" 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">
+                          <path
+                            d="M1439.374222 216.007111s-169.472 56.490667-367.179852 282.443852C888.604444 703.222519 846.241185 787.949037 775.632593 900.93037 768.568889 893.866667 662.651259 689.095111 380.207407 540.814222l148.290371-141.226666s134.162963 91.790222 225.953185 261.262222c0 0 233.016889-360.116148 684.923259-536.642371v91.799704z m0 0"
+                            fill="#1AFA29" p-id="18768"></path>
+                        </svg>
+                        <svg v-if="dropdownData.one.isRight == 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">
+                          <path
+                            d="M116.579135 38.64349531L38.703935 103.74399781c138.82075969 102.96027281 268.24660875 221.31426938 381.68489719 339.96758156C246.29374906 618.40145938 109.95003031 790.19602344 38.10817906 859.25288281l148.35573469 123.62658094c52.61360812-108.17625656 167.23381594-272.86683656 320.56281844-445.01635875 153.50744156 173.21056312 268.36844625 338.43166313 321.38977781 447.49243969 0 0 144.5682225-152.96636906 157.47435281-129.29729625-55.80632344-62.49011156-191.37776625-244.16501625-374.17990593-430.27403438 104.68422375-107.1132975 222.15274031-213.10127719 347.60304468-306.24740437L925.17746562 56.03842156C782.85412063 126.51895625 647.69328031 231.09093594 526.07845437 342.39755 403.34886594 226.82662719 264.46095125 116.16373719 116.579135 38.64349531L116.579135 38.64349531zM116.579135 38.64349531"
+                            fill="#d81e06" p-id="25746"></path>
+                        </svg>
+                      </span>
+                    </p>
+                  </div>
+                  <p class="event-header-text-bc pd-5" style="width: 90%" v-if="showAnswerFive">
+                    绛旀锛歩ntercity train
+                  </p>
+                </div>
+                <div class="right" style="width: 48%">
+                  <div>
+                    <p class="center">
+                      <img src="../../assets/images/0019-2.jpg" alt="" style="width: 98%" />
+                    </p>
+                    <p class="center">
+                      2.
+                      <select class="select-border" v-model="dropdownData.two.value" @change="setDropdownData"
+                        :disabled="dropdownData.isComplete">
+                        <option v-for="(item, index) in dropDownList" :key="index" :value="item">
+                          {{ item }}
+                        </option>
+                      </select>
+                      <span class="icon-box">
+                        <svg v-if="dropdownData.two.isRight" 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">
+                          <path
+                            d="M1439.374222 216.007111s-169.472 56.490667-367.179852 282.443852C888.604444 703.222519 846.241185 787.949037 775.632593 900.93037 768.568889 893.866667 662.651259 689.095111 380.207407 540.814222l148.290371-141.226666s134.162963 91.790222 225.953185 261.262222c0 0 233.016889-360.116148 684.923259-536.642371v91.799704z m0 0"
+                            fill="#1AFA29" p-id="18768"></path>
+                        </svg>
+                        <svg v-if="dropdownData.two.isRight == 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">
+                          <path
+                            d="M116.579135 38.64349531L38.703935 103.74399781c138.82075969 102.96027281 268.24660875 221.31426938 381.68489719 339.96758156C246.29374906 618.40145938 109.95003031 790.19602344 38.10817906 859.25288281l148.35573469 123.62658094c52.61360812-108.17625656 167.23381594-272.86683656 320.56281844-445.01635875 153.50744156 173.21056312 268.36844625 338.43166313 321.38977781 447.49243969 0 0 144.5682225-152.96636906 157.47435281-129.29729625-55.80632344-62.49011156-191.37776625-244.16501625-374.17990593-430.27403438 104.68422375-107.1132975 222.15274031-213.10127719 347.60304468-306.24740437L925.17746562 56.03842156C782.85412063 126.51895625 647.69328031 231.09093594 526.07845437 342.39755 403.34886594 226.82662719 264.46095125 116.16373719 116.579135 38.64349531L116.579135 38.64349531zM116.579135 38.64349531"
+                            fill="#d81e06" p-id="25746"></path>
+                        </svg>
+                      </span>
+                    </p>
+                  </div>
+                  <p class="event-header-text-bc pd-5" style="width: 90%" v-if="showAnswerFive">
+                    绛旀锛歰nline shopping
+                  </p>
+                </div>
+              </div>
+
+              <div class="fl ju-bt">
+                <div class="left" style="width: 48%">
+                  <div>
+                    <p class="center">
+                      <img src="../../assets/images/0019-3.jpg" alt="" style="width: 98%" />
+                    </p>
+                    <p class="center">
+                      3.
+                      <select class="select-border" v-model="dropdownData.three.value" @change="setDropdownData"
+                        :disabled="dropdownData.isComplete">
+                        <option v-for="(item, index) in dropDownList" :key="index" :value="item">
+                          {{ item }}
+                        </option>
+                      </select>
+                      <span class="icon-box">
+                        <svg v-if="dropdownData.three.isRight" 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">
+                          <path
+                            d="M1439.374222 216.007111s-169.472 56.490667-367.179852 282.443852C888.604444 703.222519 846.241185 787.949037 775.632593 900.93037 768.568889 893.866667 662.651259 689.095111 380.207407 540.814222l148.290371-141.226666s134.162963 91.790222 225.953185 261.262222c0 0 233.016889-360.116148 684.923259-536.642371v91.799704z m0 0"
+                            fill="#1AFA29" p-id="18768"></path>
+                        </svg>
+                        <svg v-if="dropdownData.three.isRight == 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">
+                          <path
+                            d="M116.579135 38.64349531L38.703935 103.74399781c138.82075969 102.96027281 268.24660875 221.31426938 381.68489719 339.96758156C246.29374906 618.40145938 109.95003031 790.19602344 38.10817906 859.25288281l148.35573469 123.62658094c52.61360812-108.17625656 167.23381594-272.86683656 320.56281844-445.01635875 153.50744156 173.21056312 268.36844625 338.43166313 321.38977781 447.49243969 0 0 144.5682225-152.96636906 157.47435281-129.29729625-55.80632344-62.49011156-191.37776625-244.16501625-374.17990593-430.27403438 104.68422375-107.1132975 222.15274031-213.10127719 347.60304468-306.24740437L925.17746562 56.03842156C782.85412063 126.51895625 647.69328031 231.09093594 526.07845437 342.39755 403.34886594 226.82662719 264.46095125 116.16373719 116.579135 38.64349531L116.579135 38.64349531zM116.579135 38.64349531"
+                            fill="#d81e06" p-id="25746"></path>
+                        </svg>
+                      </span>
+                    </p>
+                  </div>
+                  <p class="event-header-text-bc pd-5" style="width: 90%" v-if="showAnswerFive">
+                    绛旀锛歟lectronic payment
+                  </p>
+                </div>
+                <div class="right" style="width: 48%">
+                  <div>
+                    <p class="center">
+                      <img src="../../assets/images/0019-4.jpg" alt="" style="width: 94%" />
+                    </p>
+                    <p class="center">
+                      4.
+                      <select class="select-border" v-model="dropdownData.four.value" @change="setDropdownData"
+                        :disabled="dropdownData.isComplete">
+                        <option v-for="(item, index) in dropDownList" :key="index" :value="item">
+                          {{ item }}
+                        </option>
+                      </select>
+                      <span class="icon-box">
+                        <svg v-if="dropdownData.four.isRight" 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">
+                          <path
+                            d="M1439.374222 216.007111s-169.472 56.490667-367.179852 282.443852C888.604444 703.222519 846.241185 787.949037 775.632593 900.93037 768.568889 893.866667 662.651259 689.095111 380.207407 540.814222l148.290371-141.226666s134.162963 91.790222 225.953185 261.262222c0 0 233.016889-360.116148 684.923259-536.642371v91.799704z m0 0"
+                            fill="#1AFA29" p-id="18768"></path>
+                        </svg>
+                        <svg v-if="dropdownData.four.isRight == 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">
+                          <path
+                            d="M116.579135 38.64349531L38.703935 103.74399781c138.82075969 102.96027281 268.24660875 221.31426938 381.68489719 339.96758156C246.29374906 618.40145938 109.95003031 790.19602344 38.10817906 859.25288281l148.35573469 123.62658094c52.61360812-108.17625656 167.23381594-272.86683656 320.56281844-445.01635875 153.50744156 173.21056312 268.36844625 338.43166313 321.38977781 447.49243969 0 0 144.5682225-152.96636906 157.47435281-129.29729625-55.80632344-62.49011156-191.37776625-244.16501625-374.17990593-430.27403438 104.68422375-107.1132975 222.15274031-213.10127719 347.60304468-306.24740437L925.17746562 56.03842156C782.85412063 126.51895625 647.69328031 231.09093594 526.07845437 342.39755 403.34886594 226.82662719 264.46095125 116.16373719 116.579135 38.64349531L116.579135 38.64349531zM116.579135 38.64349531"
+                            fill="#d81e06" p-id="25746"></path>
+                        </svg>
+                      </span>
+                    </p>
+                  </div>
+                  <p class="event-header-text-bc pd-5" style="width: 90%" v-if="showAnswerFive">
+                    绛旀锛歴hared bike
+                  </p>
+                </div>
+              </div>
+
+              <div class="fl ju-bt">
+                <div class="left" style="width: 48%">
+                  <div>
+                    <p class="center">
+                      <img src="../../assets/images/0019-5.jpg" alt="" class="w100" />
+                    </p>
+                    <p class="center">
+                      5.
+                      <select class="select-border" v-model="dropdownData.five.value" @change="setDropdownData"
+                        :disabled="dropdownData.isComplete">
+                        <option v-for="(item, index) in dropDownList" :key="index" :value="item">
+                          {{ item }}
+                        </option>
+                      </select>
+                      <span class="icon-box">
+                        <svg v-if="dropdownData.five.isRight" 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">
+                          <path
+                            d="M1439.374222 216.007111s-169.472 56.490667-367.179852 282.443852C888.604444 703.222519 846.241185 787.949037 775.632593 900.93037 768.568889 893.866667 662.651259 689.095111 380.207407 540.814222l148.290371-141.226666s134.162963 91.790222 225.953185 261.262222c0 0 233.016889-360.116148 684.923259-536.642371v91.799704z m0 0"
+                            fill="#1AFA29" p-id="18768"></path>
+                        </svg>
+                        <svg v-if="dropdownData.five.isRight == 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">
+                          <path
+                            d="M116.579135 38.64349531L38.703935 103.74399781c138.82075969 102.96027281 268.24660875 221.31426938 381.68489719 339.96758156C246.29374906 618.40145938 109.95003031 790.19602344 38.10817906 859.25288281l148.35573469 123.62658094c52.61360812-108.17625656 167.23381594-272.86683656 320.56281844-445.01635875 153.50744156 173.21056312 268.36844625 338.43166313 321.38977781 447.49243969 0 0 144.5682225-152.96636906 157.47435281-129.29729625-55.80632344-62.49011156-191.37776625-244.16501625-374.17990593-430.27403438 104.68422375-107.1132975 222.15274031-213.10127719 347.60304468-306.24740437L925.17746562 56.03842156C782.85412063 126.51895625 647.69328031 231.09093594 526.07845437 342.39755 403.34886594 226.82662719 264.46095125 116.16373719 116.579135 38.64349531L116.579135 38.64349531zM116.579135 38.64349531"
+                            fill="#d81e06" p-id="25746"></path>
+                        </svg>
+                      </span>
+                    </p>
+                  </div>
+                  <p class="event-header-text-bc pd-5" style="width: 90%" v-if="showAnswerFive">
+                    绛旀锛歵ake-away service
+                  </p>
+                </div>
+                <div class="right" style="width: 48%">
+                  <div>
+                    <p class="center">
+                      <img src="../../assets/images/0019-6.jpg" alt="" style="width: 98%" />
+                    </p>
+                    <p class="center">
+                      6.
+                      <select class="select-border" v-model="dropdownData.six.value" @change="setDropdownData"
+                        :disabled="dropdownData.isComplete">
+                        <option v-for="(item, index) in dropDownList" :key="index" :value="item">
+                          {{ item }}
+                        </option>
+                      </select>
+                      <span class="icon-box">
+                        <svg v-if="dropdownData.six.isRight" 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">
+                          <path
+                            d="M1439.374222 216.007111s-169.472 56.490667-367.179852 282.443852C888.604444 703.222519 846.241185 787.949037 775.632593 900.93037 768.568889 893.866667 662.651259 689.095111 380.207407 540.814222l148.290371-141.226666s134.162963 91.790222 225.953185 261.262222c0 0 233.016889-360.116148 684.923259-536.642371v91.799704z m0 0"
+                            fill="#1AFA29" p-id="18768"></path>
+                        </svg>
+                        <svg v-if="dropdownData.six.isRight == 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">
+                          <path
+                            d="M116.579135 38.64349531L38.703935 103.74399781c138.82075969 102.96027281 268.24660875 221.31426938 381.68489719 339.96758156C246.29374906 618.40145938 109.95003031 790.19602344 38.10817906 859.25288281l148.35573469 123.62658094c52.61360812-108.17625656 167.23381594-272.86683656 320.56281844-445.01635875 153.50744156 173.21056312 268.36844625 338.43166313 321.38977781 447.49243969 0 0 144.5682225-152.96636906 157.47435281-129.29729625-55.80632344-62.49011156-191.37776625-244.16501625-374.17990593-430.27403438 104.68422375-107.1132975 222.15274031-213.10127719 347.60304468-306.24740437L925.17746562 56.03842156C782.85412063 126.51895625 647.69328031 231.09093594 526.07845437 342.39755 403.34886594 226.82662719 264.46095125 116.16373719 116.579135 38.64349531L116.579135 38.64349531zM116.579135 38.64349531"
+                            fill="#d81e06" p-id="25746"></path>
+                        </svg>
+                      </span>
+                    </p>
+                  </div>
+                  <p class="event-header-text-bc pd-5" style="width: 90%" v-if="showAnswerFive">
+                    绛旀锛歠acial recognition
+                  </p>
+                </div>
+              </div>
+            </div>
+            <div class="w100 fl ju-cn">
+              <div class="fl ju-ev mt-40" style="width: 80%">
+                <button class="btn-border btn-w" @click="handleDropdown('judge')">
+                  鎻愪氦
+                </button>
+                <button class="btn-border btn-w" @click="changeDropdown">
+                  閲嶅仛
+                </button>
+                <button @click="showAnswerFive = !showAnswerFive" class="parimary-btn">
+                  鏌ョ湅绛旀
+                </button>
+              </div>
+            </div>
+          </div>
+        </div>
+        <div class="preface-bottom">
+          <span class="contet-num-box">9</span>
+        </div>
       </div>
-      <p>explore /瑟k藞spl蓴藧(r)/ <i>v.</i> 鎺㈢储锛涜�冨療</p>
-      <div class="bkbj">
-        <p>
-          <i
-            >to travel into or around an area or a country in order to learn
-            about it</i
-          >
-        </p>
+    </div>
+    <!-- 10 -->
+    <div class="page-box" page="16">
+      <div v-if="showPageList.indexOf(16) > -1">
+        <div class="w100 mb-20" style="padding-right: 20px">
+          <div class="event-header-bc fl al-end" style="height: 100px; padding-left: 40px">
+            <div class="preface-header-box event-header-text-bc">
+              <span class="l-text">鏂版爣鍑嗛�氱敤鑱屽満鑻辫</span>
+              <span class="g-text event-text-color">鍩虹妯″潡涓�</span>
+            </div>
+          </div>
+        </div>
+        <div class="padding-93">
+          <div class="bodystyle">
+            <h3 id="c006"><span class="bjh3">Reading</span></h3>
+            <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="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"
+                    transform="translate(-3327.144 15329)" />
+                </svg>
+              </span>
+            </p>
+            <!-- 鏂囨湰妗� -->
+            <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="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="showAnswerSex = !showAnswerSex">
+                <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.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="showAnswerSex">
+              绛旀锛�(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.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
+              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.<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 pace.
+            </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
+              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
+              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
+              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
+              wallet.
+            </p>
+            <p>
+              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.<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.
+            </p>
+          </div>
+        </div>
+        <div class="preface-bottom">
+          <span class="contet-num-box">10</span>
+        </div>
       </div>
-      <p>mouth-watering <i>adj.</i> 浠や汉鍨傛稁鐨勶紱缇庡懗鐨�</p>
-      <div class="bkbj">
-        <p><i>that makes one want to eat; extremely delicious</i></p>
+    </div>
+    <!-- 11 -->
+    <div class="page-box" page="17">
+      <div v-if="showPageList.indexOf(17) > -1">
+        <!-- 澶撮儴 -->
+        <ul class="preface-odd-header w100 fl ju-bt">
+          <li class=""></li>
+          <li class="fz-18">
+            <span class="chapter-left-bc">MODULE 1</span>
+            <span class="chapter-right-bc fw-bl chapter-right-cl">CHINA,A WONDERLAND</span>
+          </li>
+        </ul>
+        <!-- 鍐呭 -->
+        <div class="padding-93">
+          <div class="bodystyle">
+            <p class="fl al-cn mt-40">
+              <span class="zt-cs" style="font-size: 20px">Words &amp; Expressions</span>
+              <span class="line-border-box"></span>
+            </p>
+            <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">
+              <p><i>a light wind</i></p>
+            </div>
+            <p>mausoleum /藢m蓴藧s蓹藞li藧蓹m/ <i>n.</i> 锛堝ぇ鑰岀簿鑷寸殑锛� 闄靛</p>
+            <div class="bkbj">
+              <p><i>a large,finely built tomb</i></p>
+            </div>
+            <p>metro /藞metr蓹蕣/ <i>n.</i> 鍦伴搧</p>
+            <div class="bkbj">
+              <p><i>an underground train system</i></p>
+            </div>
+            <p>extraordinary /瑟k藞str蓴藧dnri/ <i>adj.</i> 闈炲嚒鐨勶紱涓嶆櫘閫氱殑</p>
+            <div class="bkbj">
+              <p><i>beyond what is ordinary; remarkable</i></p>
+            </div>
+            <p>pace /pe瑟s/ <i>n.</i> 閫熷害</p>
+            <div class="bkbj">
+              <p><i>speed,esp.of walking or running</i></p>
+            </div>
+            <p>dormitory /藞d蓴藧m蓹tri/ <i>n.</i> 瀛︾敓瀹胯垗锛涢泦浣撳鑸�</p>
+            <div class="bkbj">
+              <p>
+                <i>a room for several people to sleep in,esp.in a school or
+                  other institution</i>
+              </p>
+            </div>
+            <p>neighbour /藞ne瑟b蓹(r)/ <i>n.</i> 閭诲眳锛涢偦浜�</p>
+            <div class="bkbj">
+              <p><i>a person who lives next to you or near you</i></p>
+            </div>
+            <p>overwhelm /藢蓹蕣v蓹藞welm/ <i>v.</i> 娣规病锛涙极杩�</p>
+            <div class="bkbj">
+              <p><i>to cover sb./sth.completely</i></p>
+            </div>
+            <p>via /藞va瑟蓹/ <i>prep.</i> 缁忕敱锛涢�氳繃</p>
+            <div class="bkbj">
+              <p><i>by way of; through</i></p>
+            </div>
+            <p>laptop /藞l忙pt蓲p/ <i>n.</i> 渚挎惡寮忕數鑴戯紱绗旇鏈數鑴�</p>
+            <div class="bkbj">
+              <p>
+                <i>a small computer that can work with a battery and be easily
+                  carried</i>
+              </p>
+            </div>
+            <p>stun /st蕦n/ <i>v.</i> 浣块渿鎯婏紙鎴栨儕鎰曘�佺洰鐬彛鍛嗭級</p>
+            <div class="bkbj">
+              <p>
+                <i>to surprise or shock sb.so much that he/she cannot think
+                  clearly or speak</i>
+              </p>
+            </div>
+            <p>trigger /藞tr瑟伞蓹(r)/ <i>v.</i> 寮曡捣锛涜Е鍙�</p>
+            <div class="bkbj">
+              <p><i>to make sth.happen suddenly</i></p>
+            </div>
+            <p>gadget /藞伞忙d蕭瑟t/<i> n.</i> 灏忓櫒鍏凤紱灏忚缃�</p>
+            <div class="bkbj">
+              <p><i>a small tool or device that does sth.useful</i></p>
+            </div>
+            <p>era /藞瑟蓹r蓹/ <i>n.</i> 鏃朵唬锛涘勾浠�</p>
+            <div class="bkbj">
+              <p>
+                <i>a period of time,usually in history,that is different from
+                  other periods because of particular characteristics or
+                  events</i>
+              </p>
+            </div>
+            <p>economy /瑟藞k蓲n蓹mi/ <i>n.</i> 缁忔祹锛涚粡娴庢儏鍐�</p>
+            <div class="bkbj">
+              <p>
+                <i>the relationship between production,trade and the supply of
+                  money in a particular country or region</i>
+              </p>
+            </div>
+          </div>
+        </div>
+        <div class="preface-bottom">
+          <span class="contet-num-box">11</span>
+        </div>
       </div>
-      <p>stimulating /藞st瑟mjule瑟t瑟艐/ <i>adj.</i> 澧炲姞娲诲姏鐨勶紱澧炶繘鍋ュ悍鐨�</p>
-      <div class="bkbj">
-        <p>
-          <i>making you feel more active and healthy</i> foodie /藞fu藧di/
-          <i>n.</i> 鍚冭揣锛涚編椋熷
-        </p>
+    </div>
+    <!-- 12 -->
+    <div class="page-box" page="18">
+      <div v-if="showPageList.indexOf(18) > -1">
+        <!-- 澶撮儴 -->
+        <div class="w100 mb-20" style="padding-right: 20px">
+          <div class="event-header-bc fl al-end" style="height: 100px; padding-left: 40px">
+            <div class="preface-header-box event-header-text-bc">
+              <span class="l-text">鏂版爣鍑嗛�氱敤鑱屽満鑻辫</span>
+              <span class="g-text event-text-color">鍩虹妯″潡涓�</span>
+            </div>
+          </div>
+        </div>
+        <!-- 鍐呭 -->
+        <div class="padding-93">
+          <div class="bodystyle">
+            <p>boom /bu藧m/ <i>v.</i> 杩呴�熷彂灞曪紱绻佽崳鏄岀洓</p>
+            <div class="bkbj">
+              <p>
+                <i>to have a period of rapid growth; to become bigger,more
+                  successful,etc.</i>
+              </p>
+            </div>
+            <p>potential /p蓹藞ten蕛l/ <i>n.</i> 娼滃姏锛涙綔鑳�</p>
+            <div class="bkbj">
+              <p><i>qualities that exist and can be developed</i></p>
+            </div>
+            <div style="display: flex">
+              <div class="left" style="width: 48%">
+                <p>a matter of days 浠呬粎鍑犲ぉ</p>
+                <p>go through 鍔炵悊锛堟墜缁級锛涚粡鍘�</p>
+                <p>well off 锛堝挨鎸囷級 瀵岃</p>
+              </div>
+              <div class="right" style="width: 48%">
+                <p>type in ...閿叆鈥︹��</p>
+                <p>last but not least 鏈�鍚庡悓鏍烽噸瑕佺殑鏄�</p>
+              </div>
+            </div>
+            <p><b>鈪�.Reading comprehension.</b></p>
+            <p>
+              A.Read the passage and put the following sentences in the proper
+              blanks.
+            </p>
+            <p>
+              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
+              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.
+            </p>
+            <p class="event-header-text-bc pd-5" style="margin-left: 40px; width: 93%"
+              v-if="showlessonTwoQuestionAnswer">
+              绛旀锛� A.3 &nbsp; B.1 &nbsp; C.2 &nbsp;
+            </p>
+            <p>
+              B.Decide whether the following statements are true (T) or false
+              (F).
+            </p>
+            <p>
+              (<input :disabled="testData.isComplete" type="text" class="input-no-border" style="width: 20px"
+                v-model="testData.in.one" @change="setTestData" /> ) 1.Vanessa made a lot of friends as soon as she
+              arrived in
+              China.
+            </p>
+            <p>
+              (<input :disabled="testData.isComplete" type="text" class="input-no-border" style="width: 20px"
+                v-model="testData.in.one" @change="setTestData" />) 2.Before Vanessa came to China,she knew a lot about
+              the metro
+              system.
+            </p>
+            <p>
+              (<input :disabled="testData.isComplete" type="text" class="input-no-border" style="width: 20px"
+                v-model="testData.in.one" @change="setTestData" />) 3.Vanessa didn鈥檛 know about online shopping before
+              she met
+              her neighbour Alison.
+            </p>
+            <p>(<input :disabled="testData.isComplete" type="text" class="input-no-border" style="width: 20px"
+                v-model="testData.in.one" @change="setTestData" />) 4.Vanessa got her own online payment account by
+              herself.</p>
+            <p>
+              (<input :disabled="testData.isComplete" type="text" class="input-no-border" style="width: 20px"
+                v-model="testData.in.one" @change="setTestData" />) 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 &nbsp; 2.F &nbsp; 3.T &nbsp; 4.F &nbsp; 5.T
+            </p>
+            <p><b>鈪�.Language focus.</b></p>
+            <p>
+              A.Replace the words in italics with the exact words in the passage
+              and change the form if necessary.
+            </p>
+            <p>
+              1.Tom was shocked by China鈥檚 progress that she had
+              <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.<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.<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.<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.<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 &nbsp; 2.extraordinary &nbsp; 3.via &nbsp; 4.era &nbsp; 5.pace
+            </p>
+            <p>
+              B.Fill in the blanks with the proper form of the expressions given
+              below.
+            </p>
+            <div class="bk-wh">
+              <p>
+                a matter of銆�go through銆�last but not least銆�well off銆�type in
+              </p>
+            </div>
+            <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">
+          <span class="contet-num-box">12</span>
+        </div>
       </div>
-      <p>
-        <i
-          >a person who is very interested in cooking and eating different kinds
-          of food</i
-        >
-        unique /ju<i>藞</i>ni藧k/ <i>adj.</i> 鍞竴鐨勶紱鐙竴鏃犱簩鐨�
-      </p>
-      <div class="bkbj">
-        <p><i>being the only one of its type</i></p>
+    </div>
+    <!-- 13 -->
+    <div class="page-box" page="19">
+      <div v-if="showPageList.indexOf(19) > -1">
+        <!-- 澶撮儴 -->
+        <ul class="preface-odd-header w100 fl ju-bt">
+          <li class=""></li>
+          <li class="fz-18">
+            <span class="chapter-left-bc">MODULE 1</span>
+            <span class="chapter-right-bc fw-bl chapter-right-cl">CHINA,A WONDERLAND</span>
+          </li>
+        </ul>
+        <!-- 鍐呭 -->
+        <div class="padding-93">
+          <div class="bodystyle">
+            <p>
+              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<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<input :disabled="testData.isComplete" type="text"
+                class="input-bottom-border" style="width: 60px" v-model="testData.in.one" @change="setTestData" />.</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 &nbsp; 2.Type in &nbsp; 3.a matter of &nbsp; 4.well Off &nbsp; 5.Last but not least
+            </p>
+            <p><b>鈪�.Grammar focus:The simple sentence.</b></p>
+            <p>
+              Read the examples and write down the sentence structure of the
+              following sentences in the brackets.
+            </p>
+            <p><b>Examples:</b></p>
+            <div class="fieldset">
+              <p>1.My incredible journey to China started in 2017.(S+V)</p>
+              <p>2.Vanessa made a lot of friends.(S+V+O)</p>
+              <p>3.Local Chinese are very friendly.(S+V+P)</p>
+              <p>
+                4.China gives the author the impression of a
+                wonderland.(S+V+O+O)
+              </p>
+              <p>
+                5.I always saw my Chinese classmates paying with their
+                phones.(S+V+O+C)
+              </p>
+            </div>
+            <p>1.It is actually an online shopping website.锛�<input :disabled="testData.isComplete" type="text"
+                class="input-bottom-border" style="width: 80px" v-model="testData.in.one" @change="setTestData" />锛�</p>
+            <p>
+              2.Vanessa finally got her own online payment account.锛�<input :disabled="testData.isComplete" type="text"
+                class="input-bottom-border" style="width: 80px" v-model="testData.in.one" @change="setTestData" />锛�
+            </p>
+            <p>
+              3.China offers researchers world-class advanced research
+              facilities in the institutes. 锛�<input :disabled="testData.isComplete" type="text"
+                class="input-bottom-border" style="width: 80px" v-model="testData.in.one" @change="setTestData" />锛�
+            </p>
+            <p>
+              4.These friends made Vanessa see China through the eyes of the
+              locals.锛�<input :disabled="testData.isComplete" type="text" class="input-bottom-border" style="width: 80px"
+                v-model="testData.in.one" @change="setTestData" />锛�
+            </p>
+            <p>5.The list of Chinese food never ends.锛�<input :disabled="testData.isComplete" type="text"
+                class="input-bottom-border" style="width: 80px" 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.S+V+C &nbsp; 2.S+V+O &nbsp; 3.S+V+O+O &nbsp; 4.S+V+O+C &nbsp; 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
+              groups,and find out the major changes.Each group should list at
+              least three items and offer suggestions on how to keep up with the
+              changes,then report to the class.
+            </p>
+            <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>
+                <td class="wh-no tl-cn">A Decade Ago</td>
+                <td class="tl-cn">Now</td>
+              </tr>
+              <tr class="table-tr-bc">
+                <td class="tl-cn">Transportation</td>
+                <td class="tl-cn">
+                  We had our own bikes because they were major vehicles and most
+                  families had bikes.
+                </td>
+                <td>
+                  We needn't have our own bikes, butwe ride shared bikes because
+                  they arevery convenient and cheap,
+                </td>
+              </tr>
+            </table>
+          </div>
+        </div>
+        <div class="preface-bottom">
+          <span class="contet-num-box">13</span>
+        </div>
       </div>
-      <p>atmosphere /藞忙tm蓹sf瑟蓹(r)/ <i>n.</i> 姘旀皼锛涙皼鍥�</p>
-      <div class="bkbj">
-        <p>
-          <i
-            >the feeling or mood that you have in a particular place or
-            situation</i
-          >
-        </p>
+    </div>
+    <!-- 14 -->
+    <div class="page-box" page="20">
+      <div v-if="showPageList.indexOf(20) > -1">
+        <!-- 澶撮儴 -->
+        <div class="w100 mb-20" style="padding-right: 20px">
+          <div class="event-header-bc fl al-end" style="height: 100px; padding-left: 40px">
+            <div class="preface-header-box event-header-text-bc">
+              <span class="l-text">鏂版爣鍑嗛�氱敤鑱屽満鑻辫</span>
+              <span class="g-text event-text-color">鍩虹妯″潡涓�</span>
+            </div>
+          </div>
+        </div>
+        <!-- 鍐呭 -->
+        <div class="padding-93">
+          <div class="bodystyle">
+            <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>
+                <td class="wh-no tl-cn">A Decade Ago</td>
+                <td class="tl-cn">Now</td>
+              </tr>
+              <tr class="table-tr-bc">
+                <td class="tl-cn">Shopping</td>
+                <td class="tl-cn">
+                  We bought necessities mainly in brick-and-mortar stores.
+                </td>
+                <td>Online shopping is very common.</td>
+              </tr>
+              <tr class="table-tr-bc">
+                <td>
+                  <textarea v-model="questionData.table.one" 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"
+                    @change="setBookQuestion"></textarea>
+                </td>
+                <td>
+                  <textarea v-model="questionData.table.three" 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"
+                    @change="setBookQuestion"></textarea>
+                </td>
+                <td>
+                  <textarea v-model="questionData.table.five" class="w100 table-tr-bc b0 table-textarea"
+                    @change="setBookQuestion"></textarea>
+                </td>
+                <td>
+                  <textarea v-model="questionData.table.six" 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"
+                    @change="setBookQuestion"></textarea>
+                </td>
+                <td>
+                  <textarea v-model="questionData.table.enight" 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"
+                    @change="setBookQuestion"></textarea>
+                </td>
+              </tr>
+              <tr class="table-tr-bc">
+                <td colspan="3" style="text-align: left;">
+                  Your suggestion:
+                  <textarea v-model="questionData.table.ten" class="w100 table-tr-bc b0 table-textarea "
+                    @change="setBookQuestion"></textarea>
+                </td>
+              </tr>
+            </table>
+            <h2 id="b002">
+              <img class="img-0" alt="" src="../../assets/images/dy1-le3.jpg" />
+            </h2>
+            <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.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.<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.<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 &nbsp; 2.explore &nbsp; 3.subways &nbsp; 4.convenient &nbsp; 5.surprising &nbsp; 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.
+            </p>
+          </div>
+        </div>
+        <div class="preface-bottom">
+          <span class="contet-num-box">14</span>
+        </div>
       </div>
-      <p>get selected as ...琚�変负鈥︹��</p>
-      <p>(a) variety of ...鍚勭鍚勬牱鐨勨�︹��</p>
-      <p>come across 鍋堕亣锛涚鍒�</p>
-      <p>be curious about ...瀵光�︹�︽劅鍒板ソ濂�</p>
-      <p>along the way 娌块��</p>
-      <div class="bj-note">
-        <p><b>Notes:</b></p>
-        <p>
-          <i>Alice in Wonderland</i> 锛�<i>Alice's Adventures in Wonderland</i
-          >鐨勭畝鍐欙紝涓枃璇戜负銆婄埍涓戒笣姊︽父浠欏銆嬶級锛屾槸19涓栫邯鑻卞浗浣滃鍒樻槗鏂峰崱缃楀皵鍒涗綔鐨勮憲鍚嶅効绔ユ枃瀛︿綔鍝侊紝璁茶堪浜嗕竴涓悕鍙埍涓戒笣鐨勮嫳鍥藉皬濂冲涓轰簡杩介�愪竴鍙彛鐫�鎬�琛ㄣ�佷細璇磋瘽鐨勫厰瀛愯�屼笉鎱庢帀鍏ヤ簡鍏斿瓙娲烇紝浠庤�岃繘鍏ヤ簡涓�涓濂囩殑鍥藉害骞剁粡鍘嗕簡涓�绯诲垪濂囧够鍐掗櫓鐨勬晠浜嬨��
-        </p>
+    </div>
+    <!-- 15 -->
+    <div class="page-box" page="21">
+      <div v-if="showPageList.indexOf(21) > -1">
+        <!-- 澶撮儴 -->
+        <ul class="preface-odd-header w100 fl ju-bt">
+          <li class=""></li>
+          <li class="fz-18">
+            <span class="chapter-left-bc">MODULE 1</span>
+            <span class="chapter-right-bc fw-bl chapter-right-cl">CHINA,A WONDERLAND</span>
+          </li>
+        </ul>
+        <!-- 鍐呭 -->
+        <div class="padding-93">
+          <div class="bodystyle">
+            <p>
+              2.They decide to hold a Chinese crafts show / paper-cutting
+              contest.
+            </p>
+            <p>3.Linda is to design the posters / reserve rooms.</p>
+            <p>
+              4.Li Hong is to invite students to compete in the contest /
+              handcraftsmen to show their talent.
+            </p>
+            <p>
+              5.Zhang Ping is to arrange the room set-up / send out invitations.
+            </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?
+              <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 &nbsp; (2)Wechat public account &nbsp; (3)Campus radio &nbsp; (4)Campus TV station &nbsp;
+              (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.sex" 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
+                mark the key elements in the following poster.</b>
+            </p>
+            <p>
+              An event poster is a marketing tool designed to attract visitors
+              to an upcoming gathering.With right design elements,a poster can
+              successfully impress a wide audience.The following are some tips
+              for creating an effective event poster.
+            </p>
+            <p>鈻� Use a large and eye-catching font for the title.</p>
+            <p>鈻� Add the date,time and location of the event.</p>
+            <p>鈻� Add the logo or branding of the organizer.</p>
+            <p>鈻� Describe your event or why people should attend.</p>
+            <p>鈻� Include a relevant call to action.</p>
+            <div class="horizontal" style="display: flex">
+              <div class="left" style="width: 48%">
+                <p class="center">
+                  <img class="img-e" alt="" src="../../assets/images/0025-1.jpg" />
+                </p>
+              </div>
+              <div class="right" style="width: 48%">
+                <p>
+                  <input type="checkbox" name="ball" value="Language" id="1" v-model="testData.check" />
+                  Name of the event
+                </p>
+                <p>
+                  <input type="checkbox" name="ball" value="Language" id="1" v-model="testData.check" />
+                  Date and time
+                </p>
+                <p>
+                  <input type="checkbox" name="ball" value="Language" id="1" v-model="testData.check" />
+                  Location
+                </p>
+                <p>
+                  <input type="checkbox" name="ball" value="Language" id="1" v-model="testData.check" />
+                  Greetings
+                </p>
+                <p>
+                  <input type="checkbox" name="ball" value="Language" id="1" v-model="testData.check" />
+                  Warnings
+                </p>
+                <p>
+                  <input type="checkbox" name="ball" value="Language" id="1" v-model="testData.check" />
+                  Organizer
+                </p>
+                <p>
+                  <input type="checkbox" name="ball" value="Language" id="1" v-model="testData.check" />
+                  Signature
+                </p>
+                <p>
+                  <input type="checkbox" name="ball" value="Language" id="1" v-model="testData.check" />
+                  A short description of the event
+                </p>
+                <p>
+                  <input type="checkbox" name="ball" value="Language" id="1" v-model="testData.check" />
+                  Contact information
+                </p>
+                <p>
+                  <input type="checkbox" name="ball" value="Language" id="1" v-model="testData.check" />
+                  Pictures of the event
+                </p>
+              </div>
+            </div>
+          </div>
+        </div>
+        <div class="preface-bottom">
+          <span class="contet-num-box">15</span>
+        </div>
       </div>
-      <p><b>鈪�.Reading comprehension.</b></p>
-      <p>
-        A.Mark the items that made the author curious when she arrived in China.
-      </p>
-      <p>鈻� Language</p>
-      <p>鈻� People</p>
-      <p>鈻� Culture</p>
-      <p>鈻� Cuisine</p>
-      <p>鈻� Folk art</p>
-      <p>鈻� Landscapes</p>
-      <p>鈻� Transportation</p>
-      <p>B.Write down the answer to each question according to the passage.</p>
-      <p>1.What鈥檙e the author鈥檚 comments about Chinese food?</p>
-      <p>_________________________________________</p>
-      <p>_________________________________________</p>
-      <p>2.When and why did the author start her journey to China?</p>
-      <p>_________________________________________</p>
-      <p>_________________________________________</p>
-      <p>3.What are the author鈥檚 expectations of her stay in China?</p>
-      <p>_________________________________________</p>
-      <p>_________________________________________</p>
-      <p>4.What did the author think of Chinese people?</p>
-      <p>_________________________________________</p>
-      <p>_________________________________________</p>
-      <p>5.What鈥檚 the author鈥檚 impression of the cities in China?</p>
-      <p>_________________________________________</p>
-      <p>_________________________________________</p>
-      <p><b>鈪�.Language focus.</b></p>
-      <p>
-        A.Fill in the blanks with the proper words in the passage.The initial
-        letters of the words have been given.
-      </p>
-      <p>
-        In 2017,the author arrived in China.When she arrived,she was like Alice
-        in <i>Alice in Wonderland</i>.She was curious about the people,the
-        culture,the c_________,and of course the huge variety of
-        l_________.Chinese friends helped her a lot in understanding Chinese
-        culture and c_________.The author believes that one cannot
-        e_________China properly if he/she does not try its delicious variety of
-        food.China has thousands of years of rich and beautiful culture.Each
-        city has its u_________atmosphere that attracts people.
-      </p>
-      <p>
-        B.Underline the following expressions in the passage and make sentences
-        with them.
-      </p>
-      <p>1.get selected as__________________________</p>
-      <p>2.be curious about_________________________</p>
-      <p>3.along the way___________________________</p>
-      <p>4.come across____________________________</p>
-      <p>5.look forward to__________________________</p>
-      <p>C.Translate the following sentences into Chinese.</p>
-      <p>
-        1.Confucius created an atmosphere of education for the ordinary people.
-      </p>
-      <p>_________________________________________</p>
-      <p>
-        2.Lei Zu invented the technology of reeling silk锛堢极涓濇湳锛塧nd greatly
-        promoted the development of ancient Chinese civilization.
-      </p>
-      <p>_________________________________________</p>
-      <p>
-        3.Lu Yu,the author of <i>The Classic of Tea</i>,explored Chinese tea
-        culture in depth.
-      </p>
-      <p>_________________________________________</p>
-      <p>
-        4.Zhang Zhongjing was a doctor who had an incredible influence on
-        Chinese medical science.
-      </p>
-      <p>_________________________________________</p>
-      <p><b>鈪�.Grammar focus:The conditional sentence鈥攊f-clause.</b></p>
-      <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 meal.
-      </p>
-      <p>
-        <b>If</b
-        >_______________________________________________________________.
-      </p>
-      <p>
-        2.Go to my Chinese New Year party.You will meet my Chinese friends
-        there.
-      </p>
-      <p>
-        <b>If</b>______________________________________________________________.
-      </p>
-      <p>3.Drink some Longjing tea,and you will love it.</p>
-      <p>
-        <b>If</b
-        >_______________________________________________________________.
-      </p>
-      <p>
-        4.One day I will go to Xi鈥檃n,and I will visit the terracotta warriors.
-      </p>
-      <p>
-        <b>If</b>______________________________________________________________.
-      </p>
-      <p>
-        5.Ask foreigners about their favorite Chinese food.Kung Pao Chicken
-        would possibly be in top three.
-      </p>
-      <p>
-        <b>If</b
-        >_______________________________________________________________.
-      </p>
-      <p>
-        B.Complete the following sentences using <i>if</i> or <i>whether</i>.
-      </p>
-      <p>1.I was wondering_______to go for a walk in the Summer Palace.</p>
-      <p>
-        2.We can spend the afternoon on the beach_______the weather is fine.
-      </p>
-      <p>
-        3.I called Wang to find out_______or not he really went to see the
-        Peking opera show.
-      </p>
-      <p>
-        4.We鈥檙e not interested in________we get great jobs and that kind of
-        thing.
-      </p>
-      <p>
-        5.________I go to Sichuan,I will visit Chengdu Research Base of Giant
-        Panda Breeding.
-      </p>
-      <h3 id="c004"><span class="bjh3">Mini-project</span></h3>
-      <p>
-        China is a great country with a fascinating culture.Its ancient
-        civilization,rich history,and unique customs make it one of the most
-        interesting countries in the world.There are so many interesting facts
-        about Chinese culture.Work in groups and interview your group members
-        about their knowledge of Chinese culture,and then:
-      </p>
-      <p>1.Find out interesting facts they know about Chinese culture;</p>
-      <p>2.Finish the worksheet and report to the class.</p>
-      <div class="fieldset">
-        <p>Questions:1.Who are you going to interview?</p>
-        <p>銆�銆�銆�銆�2.What is he/she interested in about Chinese culture?</p>
-        <p>銆�銆�銆�銆�3.What does he/she know about it?</p>
+    </div>
+    <!-- 16 -->
+    <div class="page-box" page="22">
+      <div v-if="showPageList.indexOf(22) > -1">
+        <!-- 澶撮儴 -->
+        <div class="w100 mb-20" style="padding-right: 20px">
+          <div class="event-header-bc fl al-end" style="height: 100px; padding-left: 40px">
+            <div class="preface-header-box event-header-text-bc">
+              <span class="l-text">鏂版爣鍑嗛�氱敤鑱屽満鑻辫</span>
+              <span class="g-text event-text-color">鍩虹妯″潡涓�</span>
+            </div>
+          </div>
+        </div>
+        <!-- 鍐呭 -->
+        <div class="padding-93">
+          <div class="bodystyle">
+            <p>
+              <b>鈪�.DIY Crafts Club is planning a paper-cutting contest to
+                promote Chinese handicrafts.The contest will be held in the
+                lobby of Student Center at</b>6锛�00-8锛�00<b> November</b>16<b>.You're in charge of publicity in the club
+                and are required to
+                design a poster for the contest.Complete the necessary
+                information in the following poster.</b>
+            </p>
+            <p class="center">
+              <img class="img-a" alt="" src="../../assets/images/0026-1.jpg" />
+            </p>
+            <p>
+              <b>鈪�.Your class has prepared a Chinese culture exhibition for
+                foreign exchange students.Your group takes the responsibility of
+                designing a poster for it.Discuss with your partner and try to
+                answer the questions below to find out what information is
+                needed.</b>
+            </p>
+            <div class="dy1-bj4">
+              <p class="center"><b>Information to put into our poster</b></p>
+            </div>
+            <div class="dy1-bj5">
+              <p>1.What can be the title of the exhibition?</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><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><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><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>
+        </div>
+        <div class="preface-bottom">
+          <span class="contet-num-box">16</span>
+        </div>
       </div>
-      <p class="left">
-        <img
-          class="img-gn"
-          alt=""
-          src="../../assets/images/dy1-worksheet.jpg"
-        />
-      </p>
-      <p class="center">
-        <img class="img-a" alt="" src="../../assets/images/0018-1.jpg" />
-      </p>
-      <p class="left">
-        <img class="img-gn" alt="" src="../../assets/images/dy1-wordbank.jpg" />
-      </p>
-      <div class="bk-wh">
-        <p>
-          exquisite銆�ancient銆�incredible銆�unique銆�traditional銆�outstanding銆�mouth-watering銆�diverse銆�hospitable銆�enjoyable銆�memorable銆�charming
-        </p>
+    </div>
+    <!-- 17 -->
+    <div class="page-box" page="23">
+      <div v-if="showPageList.indexOf(23) > -1">
+        <!-- 澶撮儴 -->
+        <ul class="preface-odd-header w100 fl ju-bt">
+          <li class=""></li>
+          <li class="fz-18">
+            <span class="chapter-left-bc">MODULE 1</span>
+            <span class="chapter-right-bc fw-bl chapter-right-cl">CHINA,A WONDERLAND</span>
+          </li>
+        </ul>
+        <!-- 鍐呭 -->
+        <div class="padding-93">
+          <div class="bodystyle">
+            <p>
+              鈪�<b>.Design a poster for the exhibition according to the
+                information in the table above.</b>
+            </p>
+            <p class="center">
+              <img class="img-b" alt="" src="../../assets/images/0027-1.jpg" />
+            </p>
+            <div class="un-h2">
+              <h2 id="b004">Unit Project</h2>
+            </div>
+            <p>
+              The Youth League of your college is planning to organize an
+              activity called Chinese Culture Conversation Circle for
+              international students.This activity is to help them get a better
+              understanding of China and integrate into Chinese culture and life
+              faster.Work in groups and make a plan for this event.
+            </p>
+            <p>
+              Step 1:Brainstorm some activities and topics to discuss.For
+              example,Chinese cuisine,ethnic groups,handicrafts.
+            </p>
+            <p>
+              Step 2:Create a poster with such information as the date,the
+              time,the location,the contact information,etc.
+            </p>
+            <p>
+              Step 3:Display your poster to the class and introduce the
+              highlights of your activity.
+            </p>
+          </div>
+        </div>
+        <div class="preface-bottom">
+          <span class="contet-num-box">17</span>
+        </div>
+      </div>
+    </div>
+    <!-- 18 -->
+    <div class="page-box" page="24">
+      <div v-if="showPageList.indexOf(24) > -1">
+        <!-- 澶撮儴 -->
+        <div class="w100 mb-20" style="padding-right: 20px">
+          <div class="event-header-bc fl al-end" style="height: 100px; padding-left: 40px">
+            <div class="preface-header-box event-header-text-bc">
+              <span class="l-text">鏂版爣鍑嗛�氱敤鑱屽満鑻辫</span>
+              <span class="g-text event-text-color">鍩虹妯″潡涓�</span>
+            </div>
+          </div>
+        </div>
+        <!-- 鍐呭 -->
+        <div class="padding-93">
+          <div class="bodystyle">
+            <p class="left">
+              <img class="img-gn" alt="" src="../../assets/images/dy1-worksheet.jpg" />
+            </p>
+            <p class="center">
+              <img class="img-b" alt="" src="../../assets/images/0028-1.jpg" />
+            </p>
+            <div class="fieldset-1">
+              <p class="center">
+                <b>Questions You May Ask When Planning an Event</b>
+              </p>
+              <p>How many people do you need to make the event happen?</p>
+              <p>What resources do you need?</p>
+              <p>What does the audience need to know?</p>
+              <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>
+          </div>
+        </div>
       </div>
     </div>
   </div>
 </template>
 
 <script>
+import matching from "@/components/matching/matching.vue";
+import { getResourcePath } from "@/assets/methods/resources";
 export default {
   name: "chapter-one",
+  components: { matching },
+  props: {
+    showPageList: {
+      type: Array,
+    },
+  },
   data() {
     return {
-      imgOne: require("../../assets/images/0012-1.jpg"),
-      imgTwo: require("../../assets/images/0012-2.jpg"),
-      imgThree: require("../../assets/images/0012-3.jpg"),
-      imgFour: require("../../assets/images/0012-4.jpg"),
-      imgFive: require("../../assets/images/0012-5.jpg"),
-      imgSix: require("../../assets/images/0012-6.jpg"),
+      imgThirteen: require("../../assets/images/grammar.jpg"),
+      showAnswerOne: false,
+      showAnswerTwo: false,
+      showAnswerThree: false,
+      showAnswerFour: false,
+      showAnswerFive: false,
+      showAnswerSex: false,
+      showAnswerSeven: false,
+      showAnswerEight: false,
+      showAnswerNine: false,
+      showImg: false,
+      showQuestionAnswer: false,
+      showlessonTwoQuestionAnswer: false,
+      showlessonThreeQuestionAnswer: false,
+      rawData: {
+        left: [
+          {
+            oldId: "FB34",
+            txt: "Martin銆�銆�銆�銆�Silk",
+          },
+          {
+            oldId: "64D6",
+            txt: "Jessica銆�銆�The Great Wall",
+          },
+          {
+            oldId: "2ED4",
+            txt: "Soren銆�銆�Chinese Food",
+          },
+          {
+            oldId: "44DE",
+            txt: "Chinese銆�銆�銆�銆�Tea",
+          },
+        ],
+        right: [
+          {
+            oldId: "64D6",
+            txt: "It is one of China's must-see sights for visitors, which shows thewisdom of Chinese people.",
+          },
+          {
+            oldId: "FB34",
+            txt: "It was first discovered and drank in China and my favorileLongjing tca is praduced near the West Lake in Hangzhou.",
+          },
+          {
+            oldId: "2ED4",
+            txt: "The clothing material is quite popular among Roman women inancient times.",
+          },
+          {
+            oldId: "44DE",
+            txt: "It is very delicious and I like the hot and spicy Sichuan lavor hest.",
+          },
+        ],
+      },
+      value: [],
+      question: {
+        KnowledgePoint: "123",
+        analysis: "123",
+        answer: [
+          {
+            id: "FB34",
+            linkValue:
+              "The clothing material is quite popular among Roman women inancient times.",
+            value: "Silk",
+          },
+          {
+            id: "64D6",
+            linkValue:
+              "It is one of China's must-see sights for visitors, which shows thewisdom of Chinese people.",
+            value: "The Great Wall",
+          },
+          {
+            id: "2ED4",
+            linkValue:
+              "It is very delicious and I like the hot and spicy Sichuan lavor hest.",
+            value: "Chinese Food",
+          },
+          {
+            id: "44DE",
+            linkValue:
+              "It was first discovered and drank in China and my favorileLongjing tca is praduced near the West Lake in Hangzhou.",
+            value: "Chinese Tea",
+          },
+        ],
+        optionStyle: undefined,
+        id: 489306,
+        options: {
+          linkValues: [
+            {
+              oldId: "64D6",
+              txt: "It is one of China's must-see sights for visitors, which shows thewisdom of Chinese people.",
+            },
+            {
+              oldId: "44DE",
+              txt: "It was first discovered and drank in China and my favoriteLongjing tea is produced near the West Lake in Hangzhou.",
+            },
+            {
+              oldId: "FB34",
+              txt: "The clothing material is quite popular among Roman women inancient times.",
+            },
+            {
+              oldId: "2ED4",
+              txt: "It is very delicious and I like the hot and spicy Sichuan lavor hest.",
+            },
+          ],
+          values: [
+            {
+              oldId: "FB34",
+              txt: "Martin  Silk",
+            },
+            {
+              oldId: "64D6",
+              txt: "The Great Wall",
+            },
+            {
+              oldId: "2ED4",
+              txt: "Chinese Food",
+            },
+            {
+              oldId: "44DE",
+              txt: "Chinese Tea",
+            },
+          ],
+        },
+        questionType: "matching",
+        stem: {
+          stemTxt: "鎸夐『搴忚繛绾�",
+        },
+        stemStyle: undefined,
+        titleDescription: "1",
+        userChoise: [],
+        value: [],
+        answerImg: require("../../assets/images/matching-one.png"),
+      },
       questionData: {
         warnUp: {
           one: {
             value: "",
             isRight: null,
+            answer: "Chinese knot",
           },
           two: {
             value: "",
             isRight: null,
+            answer: "Chinese medicine",
           },
           three: {
             value: "",
             isRight: null,
+            answer: "Chinese calligraphy",
           },
           four: {
             value: "",
             isRight: null,
+            answer: "Taichi",
           },
           five: {
             value: "",
             isRight: null,
+            answer: "sweet dumpling",
           },
           six: {
             value: "",
             isRight: null,
+            answer: "Chinese chess",
           },
           seven: "",
+        },
+        reading: {
+          one: "",
+          two: "",
+          three: "",
+          four: "",
+          five: "",
+          sex: "",
+        },
+        table: {
+          one: "",
+          two: "",
+          three: "",
+          four: "",
+          five: "",
+          six: "",
+          seven: "",
+          enight: "",
+          nine: "",
+        },
+      },
+      testData: {
+        isComplete: false,
+        check: {
+          isRight: null,
+          answer: ["Culture", "Cuisine", "Landscapes"],
+          value: [],
+        },
+        tx: {
+          one: "",
+          two: "",
+          three: "",
+          four: "",
+          five: "",
+        },
+        in: {
+          one: "",
+          two: "",
+          three: "",
+          four: "",
+          five: "",
+          isRight: null,
+          answer: ["uisine", "andscapes", "ivilization", "xplore", "nique"],
+        },
+        line: {
+          one: "",
+          two: "",
+          three: "",
+          four: "",
+          five: "",
+        },
+        ts: {
+          one: "",
+          two: "",
+          three: "",
+          four: "",
+        },
+        gr: {
+          one: "",
+          two: "",
+          three: "",
+          four: "",
+          five: "",
+        },
+        cm: {
+          one: "",
+          two: "",
+          three: "",
+          four: "",
+          five: "",
+          answer: ["whether", "if", "whether", "whether", "if"],
+        },
+      },
+      resource: {
+        listenOne: "",
+        readingOne: "",
+        readingTwo: "",
+        readingThree: "",
+        readingFour: "",
+        listenTwo: "",
+        listenThree: "",
+      },
+      dropDownList: [
+        "online shopping",
+        "facial recognition",
+        "electronic payment",
+        "intercity train",
+        "shared bike",
+        "take-away service",
+      ],
+      dropdownData: {
+        isComplete: false,
+        one: {
+          value: "",
+          isRight: null,
+          answer: "intercity train",
+        },
+        two: {
+          value: "",
+          isRight: null,
+          answer: "online shopping",
+        },
+        three: {
+          value: "",
+          isRight: null,
+          answer: "electronic payment",
+        },
+        four: {
+          value: "",
+          isRight: null,
+          answer: "shared bike",
+        },
+        five: {
+          value: "",
+          isRight: null,
+          answer: "take-away service",
+        },
+        six: {
+          value: "",
+          isRight: null,
+          answer: "facial recognition",
         },
       },
     };
   },
+  mounted() {
+    const testData = localStorage.getItem("english-testOne");
+    if (testData) {
+      this.testData = JSON.parse(testData);
+    }
+    const bookQuestion = localStorage.getItem("english-book-question-one");
+    if (bookQuestion) {
+      this.questionData = JSON.parse(bookQuestion);
+    }
+    const dropdownData = localStorage.getItem("english-dropdown-one");
+    if (dropdownData) {
+      this.dropdownData = JSON.parse(dropdownData);
+    }
+    this.getPath();
+  },
   methods: {
+    saveWord(event, word) {
+      this.$emit("saveCharacters", event, word);
+    },
+    setTestData() {
+      localStorage.setItem("english-testOne", JSON.stringify(this.testData));
+    },
+    changeTestData() {
+      localStorage.removeItem("english-testOne");
+      this.testData = {
+        isComplete: false,
+        check: {
+          isRight: null,
+          answer: ["Culture", "Cuisine", "Landscapes"],
+          value: [],
+        },
+        tx: {
+          one: "",
+          two: "",
+          three: "",
+          four: "",
+          five: "",
+        },
+        in: {
+          one: "",
+          two: "",
+          three: "",
+          four: "",
+          five: "",
+          isRight: null,
+          answer: ["uisine", "andscapes", "ivilization", "xplore", "nique"],
+        },
+        line: {
+          one: "",
+          two: "",
+          three: "",
+          four: "",
+          five: "",
+        },
+        ts: {
+          one: "",
+          two: "",
+          three: "",
+          four: "",
+        },
+        gr: {
+          one: "",
+          two: "",
+          three: "",
+          four: "",
+          five: "",
+        },
+        cm: {
+          one: "",
+          two: "",
+          three: "",
+          four: "",
+          five: "",
+          answer: ["whether", "if", "whether", "whether", "if"],
+        },
+      };
+    },
+    setBookQuestion() {
+      localStorage.setItem(
+        "english-book-question-one",
+        JSON.stringify(this.questionData)
+      );
+    },
+    async getPath() {
+      this.resource.listenOne = await getResourcePath(
+        "422139A2EF66EA888C5ED1D550AE23E0"
+      );
+      this.resource.readingOne = await getResourcePath(
+        "3F442B682D84C8AB06C800B29D734920"
+      );
+      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 == "seven") {
-        this.questionData.warnUp.seven = "This is a good idear.";
+      if (type == "showImg") {
+        this.showImg = !this.showImg;
       }
     },
     handleQuestion(type) {
       if (type == "one") {
         this.questionData.warnUp.one.value
           ? (this.questionData.warnUp.one.isRight =
-              this.questionData.warnUp.one.value == "浣犲ソ")
+            this.questionData.warnUp.one.value == "Chinese knot")
           : (this.questionData.warnUp.one.isRight = null);
       } else if (type == "two") {
         this.questionData.warnUp.two.value
           ? (this.questionData.warnUp.two.isRight =
-              this.questionData.warnUp.two.value == "浣犲ソ")
+            this.questionData.warnUp.two.value == "Chinese medicine")
           : (this.questionData.warnUp.two.isRight = null);
       } else if (type == "three") {
         this.questionData.warnUp.three.value
           ? (this.questionData.warnUp.three.isRight =
-              this.questionData.warnUp.three.value == "浣犲ソ")
+            this.questionData.warnUp.three.value == "Chinese calligraphy")
           : (this.questionData.warnUp.three.isRight = null);
       } else if (type == "four") {
         this.questionData.warnUp.four.value
           ? (this.questionData.warnUp.four.isRight =
-              this.questionData.warnUp.four.value == "浣犲ソ")
+            this.questionData.warnUp.four.value == "Taichi")
           : (this.questionData.warnUp.four.isRight = null);
       } else if (type == "five") {
         this.questionData.warnUp.five.value
           ? (this.questionData.warnUp.five.isRight =
-              this.questionData.warnUp.five.value == "浣犲ソ")
+            this.questionData.warnUp.five.value == "sweet dumpling")
           : (this.questionData.warnUp.five.isRight = null);
       } else if (type == "six") {
         this.questionData.warnUp.six.value
           ? (this.questionData.warnUp.six.isRight =
-              this.questionData.warnUp.six.value == "浣犲ソ")
+            this.questionData.warnUp.six.value == "Chinese chess")
           : (this.questionData.warnUp.six.isRight = null);
       }
+    },
+    handleDropdown(type) {
+      const dropdownDatas = this.dropdownData;
+      for (let key in dropdownDatas) {
+        let item = dropdownDatas[key];
+        if (type == "judge") {
+          if (key != "isComplete") {
+            item.value == item.answer
+              ? (item.isRight = true)
+              : (item.isRight = false);
+          }
+        }
+      }
+      this.dropdownData = dropdownDatas;
+      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') {
+          item.value = "";
+          item.isRight = null;
+        }
+      }
+      this.$set(this.dropdownData, 'isComplete', false)
+    },
+    setDropdownData() {
+      localStorage.setItem(
+        "english-dropdown-one",
+        JSON.stringify(this.dropdownData)
+      );
+    },
+    saveData() {
+      const item = this.testData["check"];
+      const sortedArr1 = item.answer.slice().sort();
+      const sortedArr2 = item.value.slice().sort();
+      const isRight = sortedArr1.every(
+        (value, index) => value === sortedArr2[index]
+      );
+      const inData = this.testData["in"];
+      let inString = [];
+      for (let key in inData) {
+        const citem = inData[key];
+        if (key != "answer" && key !== "isRight") {
+          console.log(key);
+          inString.push(citem);
+        }
+      }
+      const inRight = inData.answer == inString;
+      console.log("in", inData.answer, inString);
+      this.$set(this.testData["in"], "isRight", inRight);
+      this.$set(this.testData["check"], "isRight", isRight);
+      this.$set(this.testData, "isComplete", true);
+      this.setTestData();
+      this.showQuestionAnswer = true;
+    },
+    isShowRight(answer, userAnswer, data) {
+      let flag = null;
+      if (userAnswer.indexOf(data) > -1) {
+        flag = answer.indexOf(data) > -1 ? true : false;
+      }
+      return flag;
+    },
+    isTextRight(answer, data) {
+      let flag = null;
+      if (data) {
+        flag = answer.indexOf(data) > -1 ? true : false;
+      }
+      return flag;
     },
   },
 };
@@ -643,7 +3364,83 @@
 p {
   font-size: 16px !important;
 }
+
 .bodystyle {
   margin: 0 !important;
 }
+
+.line-border-box {
+  margin-left: 10px;
+  display: inline-block;
+  width: 50%;
+  height: 3px;
+  background-color: #f9a71b;
+}
+
+.mr-20 {
+  margin-right: 20px;
+}
+
+.dl-box {
+  display: flex;
+  flex-wrap: wrap;
+
+  .dl-span {
+    display: inline-block;
+    text-indent: 0;
+    margin-bottom: 15px;
+    height: 20px;
+    line-height: 20px;
+  }
+}
+
+.btn-w {
+  font-size: 14px;
+  border-width: 1px;
+  min-width: 80px;
+  height: 30px;
+  background-color: #fff;
+
+  &:hover {
+    background-color: #0bab87;
+    color: #fff;
+  }
+}
+
+.banshi {
+  position: relative;
+  margin-top: 40px;
+  width: 100%;
+  height: 350px;
+  margin: 0 auto;
+}
+
+.pageBox {
+  z-index: 9999999999;
+  color: #999;
+  position: absolute;
+  left: 48%;
+  bottom: 0px;
+}
+
+select {
+  height: 24px;
+}
+
+.mini-audio {
+  width: 200px;
+  height: 200px;
+  position: fixed;
+  right: 0;
+  background-color: red;
+}
+
+.select-border {
+  border: 0;
+  border-bottom: 1px solid #767676;
+
+  &:focus {
+    outline: none;
+  }
+}
 </style>

--
Gitblit v1.9.1