zhongshujie
2024-11-20 0ac4e192d2d2c28eb95e118eb381c04330b07953
src/books/childHealth/view/content/components/chapter002.vue
@@ -1193,21 +1193,49 @@
          <p class="custom_tag">•回顾与反思•</p>
          <p class="block"><b>一、判断对错</b></p>
          <p class="block">
            1.有的孩子头大,有的孩子头小,这也体现了学前儿童生长发育的个体差异性。(<input
              type="text"
              class="judge-input"
              v-model="chapterTwoData.question.judge.qOne"
              @input="saveChapterOneData"
            />)
            1.有的孩子头大,有的孩子头小,这也体现了学前儿童生长发育的个体差异性。()
          </p>
          <div class="radio-box">
            <label>
              <input
                type="radio"
                name="qOne"
                value="correct"
                v-model="chapterTwoData.question.judge.qOne"
                @change="saveChapterOneData"
               />
              对</label>
            <label>
              <input
                type="radio"
                name="qOne"
                value="error"
                v-model="chapterTwoData.question.judge.qOne"
                @change="saveChapterOneData"
              />错</label>
          </div>
          <p class="block">
            2.学前儿童发育畸形或患有先天性疾病,都是受遗传因素的影响。(<input
              type="text"
              class="judge-input"
              v-model="chapterTwoData.question.judge.qTwo"
              @input="saveChapterOneData"
            />)
            2.学前儿童发育畸形或患有先天性疾病,都是受遗传因素的影响。()
          </p>
          <div class="radio-box">
            <label>
              <input
                type="radio"
                name="qTwo"
                value="correct"
                v-model="chapterTwoData.question.judge.qTwo"
                @change="saveChapterOneData"
               />
              对</label>
            <label>
              <input
                type="radio"
                name="qTwo"
                value="error"
                v-model="chapterTwoData.question.judge.qTwo"
                @change="saveChapterOneData"
              />错</label>
          </div>
        </div>
      </div>
    </div>
@@ -1223,21 +1251,49 @@
        </div>
        <div class="padding-96">
          <p class="block">
            3.在生长发育过程中,身体各部分的生长速度是:下肢增加最多,头颅最少。(<input
              type="text"
              class="judge-input"
              v-model="chapterTwoData.question.judge.qThree"
              @input="saveChapterOneData"
            />)
            3.在生长发育过程中,身体各部分的生长速度是:下肢增加最多,头颅最少。()
          </p>
          <div class="radio-box">
            <label>
              <input
                type="radio"
                name="qThree"
                value="correct"
                v-model="chapterTwoData.question.judge.qThree"
                @change="saveChapterOneData"
               />
              对</label>
            <label>
              <input
                type="radio"
                name="qThree"
                value="error"
                v-model="chapterTwoData.question.judge.qThree"
                @change="saveChapterOneData"
              />错</label>
          </div>
          <p class="block">
            4.有些孩子是先学会开口讲话,后学会走路,有些孩子刚好相反。这是由于生长发育具有个体差异性。(<input
              type="text"
              class="judge-input"
              v-model="chapterTwoData.question.judge.qFour"
              @input="saveChapterOneData"
            />)
            4.有些孩子是先学会开口讲话,后学会走路,有些孩子刚好相反。这是由于生长发育具有个体差异性。()
          </p>
          <div class="radio-box">
            <label>
              <input
                type="radio"
                name="qFour"
                value="correct"
                v-model="chapterTwoData.question.judge.qFour"
                @change="saveChapterOneData"
               />
              对</label>
            <label>
              <input
                type="radio"
                name="qFour"
                value="error"
                v-model="chapterTwoData.question.judge.qFour"
                @change="saveChapterOneData"
              />错</label>
          </div>
          <p class="block"><b>二、填空</b></p>
          <p class="block">
            1.婴儿期的动作发育首先是会抬头、转头,然后会翻身、坐,最后会站立、行走,这是遵循了<input