| | |
| | | shadow puppet show, traditional Chinese medicine, Peking Opera |
| | | scenery |
| | | </p> |
| | | <p class="center"><b>My Experience in <span class="word-bc">Wonderland</span> </b></p> |
| | | <p class="center"><b>My Experience in <span class="word-bc" word="wonderland">Wonderland</span> </b></p> |
| | | <p class="center"> |
| | | <audio :src="resource.readingOne" controls controlslist="noplaybackrate nodownload" class="audio"></audio> |
| | | </p> |
| | |
| | | the people,the culture,the |
| | | <span class="word-bc" >cuisine</span> |
| | | and of course the huge variety of |
| | | <span class="word-bc">landscapes</span>. |
| | | <span class="word-bc" word="landscape">landscapes</span>. |
| | | </p> |
| | | <p> |
| | | I found many great people and made several Chinese friends along |
| | |
| | | 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 |
| | | <span class="word-bc">Mausoleum</span> |
| | | <span class="word-bc" word="mausoleum">Mausoleum</span> |
| | | .A.<input :disabled="testData.isComplete" type="text" class="input-bottom-border" style="width: 90%" |
| | | v-model="testData.tg.one" @change="setTestData" /> |
| | | I looked around with curiosity,and everything seemed to move at a |
| | |
| | | my room to turn on my |
| | | <span class="word-bc">laptop</span> |
| | | and typed in the key words.I was |
| | | <span class="word-bc">stunned</span> |
| | | <span class="word-bc" word="stun">stunned</span> |
| | | ; I couldn’t believe my eyes.It is actually an online |
| | | shopping website where you can buy anything you can think of. |
| | | </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 |
| | | <span class="word-bc" >triggered</span> |
| | | <span class="word-bc" word="trigger">triggered</span> |
| | | my attention.With the |
| | | help of my classmates,I finally got my own online payment |
| | | account.This is an absolute |
| | |
| | | millions of people around China.The Chinese |
| | | <span class="word-bc">economy</span> |
| | | is |
| | | <span class="word-bc">booming</span> |
| | | <span class="word-bc" word="boom">booming</span> |
| | | ,which makes people well off.I’ve been in China for several |
| | | years and witnessed China’s |
| | | <span class="word-bc" >potential</span> |
| | |
| | | if (testData) { |
| | | this.testData = JSON.parse(testData); |
| | | } |
| | | const bookQuestion = localStorage.getItem("english-book-question-one"); |
| | | const bookQuestion = localStorage.getItem("english-book-chapter01-question-one"); |
| | | if (bookQuestion) { |
| | | this.questionData = JSON.parse(bookQuestion); |
| | | } |
| | |
| | | }, |
| | | setBookQuestion() { |
| | | localStorage.setItem( |
| | | "english-book-question-one", |
| | | "english-book-chapter01-question-one", |
| | | JSON.stringify(this.questionData) |
| | | ); |
| | | }, |