zhongshujie
2024-12-20 e673aab74e5ab080e55d1e5706aa1d75322857a8
src/books/English/view/components/chapter005.vue
@@ -7,13 +7,13 @@
                <h1 id="a005">
                    <img class="img-0" alt="" src="../../assets/images/dy5.jpg" />
                </h1>
                <p class="img">
                <div class="img">
                <p>➢ Learn words and expressions about environmental topics</p>
                <p>➢ Review the structure of the present perfect tense and the usage of the infinitive</p>
                <p>➢ Be able to express your concern on environmental issues</p>
                <p>➢ Be able to compose a business memo</p>
                <p>➢ Understand the significance of environmental protection</p>
                </p>
                </div>
                <p class="center">
                    <img class="img-0" alt="" src="../../assets/images/0087-2.jpg" />
                </p>
@@ -1816,12 +1816,12 @@
                        </p>
                        <p>Just this summer,a group of researchers in the UK published a study comparing the carbon
                            footprints connected with different diets:meat-eaters,fish-eaters,and
                            <span class="word-bc" >vegans</span>
                            <span class="word-bc" word="vegan">vegans</span>
                            .It turns out
                            that
                            <span class="word-bc">eliminating</span>
                            <span class="word-bc" word="eliminate">eliminating</span>
                             meat from your diet can reduce your carbon
                            <span class="word-bc">emissions</span>
                            <span class="word-bc" word="emission">emissions</span>
                            by half.A vegan diet
                            was connected with the least amount of greenhouse gas emissions—99 percent to 102 percent
                            less than meateaters—but even switching from meat to fish can reduce your dietary emissions
@@ -1829,7 +1829,7 @@
                        </p>
                        <p>Before learning about this study,I never thought about how my diet impacted anyone but
                            myself.I always
                            <span class="word-bc">figured</span>
                            <span class="word-bc" word="figure">figured</span>
                            that what I put into my body was a personal decision,but it’s a
                            public concern.
                        </p>
@@ -4603,7 +4603,7 @@
        if (testData) {
            this.testData = JSON.parse(testData);
        }
        const bookQuestion = localStorage.getItem("english-book-question-one");
        const bookQuestion = localStorage.getItem("english-book-chapter05-question-one");
        if (bookQuestion) {
            this.questionData = JSON.parse(bookQuestion);
        }
@@ -4647,7 +4647,7 @@
        },
        setBookQuestion() {
            localStorage.setItem(
                "english-book-question-one",
                "english-book-chapter05-question-one",
                JSON.stringify(this.questionData)
            );
        },