| | |
| | | <span class="word-bc">cauldron</span> |
| | | ,formed by the smaller |
| | | snowflakes with names of the |
| | | <span class="word-bc">participating</span> |
| | | <span class="word-bc" word="participate">participating</span> |
| | | countries and regions on them,was lit by two young Chinese |
| | | athletes. |
| | | </p> |
| | |
| | | </p> |
| | | <p>It was like getting over my schoolgirl crush and focusing on learning to love.</p> |
| | | <p>I could not agree more with what a gold medal winner said during an interview.“In 2008 we |
| | | <span class="word-bc">impressed</span> the |
| | | <span class="word-bc" word="impress">impressed</span> the |
| | | world while in 2022 we became people-centered —for athletes and the people.” |
| | | </p> |
| | | <p>I failed to control myself the moments when the Chinese national |
| | |
| | | if (testData) { |
| | | this.testData = JSON.parse(testData); |
| | | } |
| | | const bookQuestion = localStorage.getItem("english-book-question-one"); |
| | | const bookQuestion = localStorage.getItem("english-book-chapter02-question-one"); |
| | | if (bookQuestion) { |
| | | this.questionData = JSON.parse(bookQuestion); |
| | | } |
| | |
| | | }, |
| | | setBookQuestion() { |
| | | localStorage.setItem( |
| | | "english-book-question-one", |
| | | "english-book-chapter02-question-one", |
| | | JSON.stringify(this.questionData) |
| | | ); |
| | | }, |