From b00acb907054a7119862de9c037e600b3818e266 Mon Sep 17 00:00:00 2001
From: zhongshujie <2862698242@qq.com>
Date: 星期四, 05 十二月 2024 10:15:12 +0800
Subject: [PATCH] 大学生心理测评

---
 packageBookService/pages/psychologyAnswer/testdata/index.js                            | 6025 ++++++++++++++++++++++++++++++++++++++++++
 packageBookService/pages/psychologyAnswer/psychologyAnswer.wxml                        |   57 
 packageBookService/pages/psychologyAnswer/psychologyAnswer.wxss                        |   50 
 packageBookService/pages/psychologyAnswer/questionOptions/index.wxss                   |  261 +
 packageBookService/pages/psychologyAnswer/questionOptions/index.json                   |   13 
 packageBookService/pages/psychologyAnswer/questionOptions/index.wxml                   |  184 +
 app.json                                                                               |    3 
 packageBookService/pages/psychologyAnswer/psychologyAnswer.json                        |   10 
 packageBookService/pages/psychologyAnswer/questionList/index.json                      |   18 
 packageBookService/pages/psychologyAnswer/psychologyAnswer.js                          |  726 +++++
 packageBookService/pages/psychologyAnswer/questionList/index.js                        |  153 +
 packageBookService/pages/bookServices/examination/examination.js                       |    3 
 packageBookService/pages/bookServices/detail/components/testResource/testResource.js   |   41 
 packageBookService/pages/psychologyAnswer/questionOptions/index.js                     |  250 +
 packageBookService/pages/bookServices/detail/index.js                                  |   14 
 packageBookService/pages/psychologyAnswer/questionList/index.wxss                      |  312 ++
 packageBookService/pages/psychologyAnswer/questionList/index.wxml                      |  334 ++
 project.config.json                                                                    |    3 
 packageBookService/pages/bookServices/detail/components/testResource/testResource.wxml |   11 
 19 files changed, 8,457 insertions(+), 11 deletions(-)

diff --git a/app.json b/app.json
index 0ca18c9..1adea5c 100644
--- a/app.json
+++ b/app.json
@@ -79,7 +79,8 @@
         "pages/components/webView/index",
         "pages/bookServices/detail/buyResource/index",
         "pages/bookServices/detail/components/learnTask/index",
-        "pages/bookServices/linkPage/index"
+        "pages/bookServices/linkPage/index",
+        "pages/psychologyAnswer/psychologyAnswer"
       ]
     }
   ],
diff --git a/packageBookService/pages/bookServices/detail/components/testResource/testResource.js b/packageBookService/pages/bookServices/detail/components/testResource/testResource.js
index 08fd300..d1dfd58 100644
--- a/packageBookService/pages/bookServices/detail/components/testResource/testResource.js
+++ b/packageBookService/pages/bookServices/detail/components/testResource/testResource.js
@@ -124,15 +124,38 @@
         }
       }
       wx.hideLoading();
-      wx.navigateTo({
-        url: `/packageBookService/pages/bookServices/examination/examination?bookId=${
-          this.properties.bookInfo.id
-        }&productLinkPath=${value.productLinkPath}&rootCmsItemId=${
-          this.properties.bookInfo.rootCmsItemId
-        }&idPathList=${JSON.stringify(idPathList)}&answerTitle=${
-          value.name
-        }&answerType=${"option"}&storeInfo=${this.properties.storeInfo}&jslx=${this.properties.jslx}`,
-      });
+      if (value.fromType == "json") {
+        const questuionList = this.properties.list
+        var psychologyList = []
+        var listIndex = 0
+        for (let index = 0; index < questuionList.length; index++) {
+          const item = questuionList[index];
+          if (item.name == "蹇冪悊娴嬭瘎") {
+            psychologyList = [...item.children]
+          }
+        }
+        for (let cindex = 0; cindex < psychologyList.length; cindex++) {
+          const citem = psychologyList[cindex];
+          if (value.name == citem.name) {
+            listIndex = cindex
+          }
+        }
+        wx.navigateTo({
+          url: `/packageBookService/pages/psychologyAnswer/psychologyAnswer?listIndex=${
+            listIndex
+        }`
+        })
+      } else {
+        wx.navigateTo({
+          url: `/packageBookService/pages/bookServices/examination/examination?bookId=${
+            this.properties.bookInfo.id
+          }&productLinkPath=${value.productLinkPath}&rootCmsItemId=${
+            this.properties.bookInfo.rootCmsItemId
+          }&idPathList=${JSON.stringify(idPathList)}&answerTitle=${
+            value.name
+          }&answerType=${"option"}&storeInfo=${this.properties.storeInfo}&jslx=${this.properties.jslx}`,
+        });
+      }
     },
     goMycollect(e) {
       const answertype = e.currentTarget.dataset.answertype;
diff --git a/packageBookService/pages/bookServices/detail/components/testResource/testResource.wxml b/packageBookService/pages/bookServices/detail/components/testResource/testResource.wxml
index 8319c03..a49a2f7 100644
--- a/packageBookService/pages/bookServices/detail/components/testResource/testResource.wxml
+++ b/packageBookService/pages/bookServices/detail/components/testResource/testResource.wxml
@@ -102,6 +102,7 @@
   </view> -->
   <!-- 缁冧範鍒楄〃鏍戠粨鏋� -->
   <view wx:if="{{radioItem == 'test'}}">
+<<<<<<< Updated upstream
     <view class="buy-question-btn" wx:if="{{!isBuyBank}}">
       <t-button
         class="error-btn"
@@ -119,6 +120,8 @@
         </view>
       </t-button>
     </view>
+=======
+>>>>>>> Stashed changes
     <tree
       id="test-tree"
       openIds="{{openIds}}"
@@ -126,7 +129,12 @@
       tab="{{tab}}"
       treeList="{{list}}"
       bind:goTest="goTest"
+<<<<<<< Updated upstream
     ></tree>
+=======
+    >
+    </tree>
+>>>>>>> Stashed changes
   </view>
   <view
     wx:if="{{noResources}}"
@@ -137,7 +145,10 @@
     <empty />
   </view>
 </view>
+<<<<<<< Updated upstream
 
+=======
+>>>>>>> Stashed changes
 <!-- 缁勫嵎鍒楄〃 -->
 <view class="mock-data" wx:if="{{radioItem == 'mock'}}">
   <view>
diff --git a/packageBookService/pages/bookServices/detail/index.js b/packageBookService/pages/bookServices/detail/index.js
index 7ce8441..0319a5f 100644
--- a/packageBookService/pages/bookServices/detail/index.js
+++ b/packageBookService/pages/bookServices/detail/index.js
@@ -7,6 +7,7 @@
 } from "../../../../assets/js/login";
 import FormData from '../../../../utils/formdata/index.js';
 const app = getApp();
+var pastData = require('../../psychologyAnswer/testdata/index')
 Page({
   /**
    * 椤甸潰鐨勫垵濮嬫暟鎹�
@@ -1187,6 +1188,19 @@
                 loading: false,
                 openTeachids: result,
               });
+              const bookId = that.data.bookId
+              if (bookId == 6619) {
+                const jsonData = {}
+                jsonData.name = "蹇冪悊娴嬭瘎"
+                jsonData.children = [...pastData.postData.list]
+                var test = that.data.test;
+                test.push(jsonData);
+                that.setData({
+                  test: test,
+                });
+                console.log(that.data.test, "鏁欏浜掑姩");
+              }
+
             } else {
               that.setData({
                 noResources: true,
diff --git a/packageBookService/pages/bookServices/examination/examination.js b/packageBookService/pages/bookServices/examination/examination.js
index ae2e375..29ac670 100644
--- a/packageBookService/pages/bookServices/examination/examination.js
+++ b/packageBookService/pages/bookServices/examination/examination.js
@@ -77,6 +77,7 @@
       storeInfo: options.storeInfo,
       jslx: options.jslx,
     });
+    console.log(options, 'options');
     wx.setNavigationBarTitle({
       title: options.answerTitle,
     })
@@ -841,6 +842,7 @@
         catalogName: pathitem.name,
         infoList: [],
       });
+      console.log(pathList, "pathList");
       this.setData({
         cardList: pathList,
       });
@@ -1820,6 +1822,7 @@
         cardList: cardList,
         loading: false,
       });
+      console.log(this.data.questionDataList, "questionDataList");
     });
   },
   // 鑾峰彇缁勫嵎缁撴灉
diff --git a/packageBookService/pages/psychologyAnswer/psychologyAnswer.js b/packageBookService/pages/psychologyAnswer/psychologyAnswer.js
new file mode 100644
index 0000000..1c612c6
--- /dev/null
+++ b/packageBookService/pages/psychologyAnswer/psychologyAnswer.js
@@ -0,0 +1,726 @@
+// packageBookService/pages/psychologyAnswer/psychologyAnswer.js
+import {
+  getPublicImage
+} from "../../../assets/js/middleGround/tool";
+import {
+  loginInfo
+} from '../../../assets/js/login';
+const app = getApp();
+var pastData = require('./testdata/index')
+Page({
+  /**
+   * 椤甸潰鐨勫垵濮嬫暟鎹�
+   */
+  data: {
+    dataList: "",
+    barHeight: "",
+    navBarHeight: "",
+    loading: false,
+    answerTitle: "", // 瀵艰埅鏍忔爣棰�
+    submitStatus: false, // 鎻愪氦鐘舵��
+    currentIndex: 0, // 褰撳墠鏄剧ず鐨勯鍙�
+    total: 0, // 棰樼洰鎬绘暟
+    totalScore: 0, //棰樼洰鎬诲垎
+    scoreDataList: [], // 鐗规畩鍒嗘暟
+    cardList: [], // 鎻愪氦椤�,
+    questionDataList: [], // 鏄剧ず棰樼洰鍒楄〃
+    questionDataTitle: "", //鏄剧ず棰樼洰鐨勬彁绀轰俊鎭�
+    jumpQuestionList: [], //瀛樺偍琚垹闄ょ殑棰樼洰
+    noData: false,
+    isNight: false,
+    sliderValue: 0, // 瀛椾綋婊戝潡
+    showDialog: false, // 鏈彁浜ら��鍑烘嫤鎴脊绐�
+    showId: '',
+    isShowDialog: false, // 娴嬭瘯鎶ュ憡寮圭獥鏄惁鏄剧ず
+  },
+
+  /**
+   * 鐢熷懡鍛ㄦ湡鍑芥暟--鐩戝惉椤甸潰鍔犺浇
+   */
+  onLoad(options) {
+    const indexof = options.listIndex;
+    const systInfo = wx.getSystemInfoSync();
+    const menu = wx.getMenuButtonBoundingClientRect(); // 鑳跺泭淇℃伅
+    const navBarHeight =
+      (menu.top - systInfo.statusBarHeight) * 2 + menu.height; // 瀵艰埅鏍忛珮搴�
+    this.setData({
+      dataList: pastData,
+      questionDataList: pastData.postData.list[indexof].list,
+      questionDataTitle: pastData.postData.list[indexof].title,
+      questionDataOptions: pastData.postData.list[indexof].optionList,
+      scoreDataList: pastData.postData.list[indexof].scoreData
+    });
+    wx.setNavigationBarTitle({
+      title: pastData.postData.list[indexof].name,
+    })
+    const token = wx.getStorageSync(app.config.tokenKey)
+    if (!token) {
+      loginInfo(app, (data) => {
+        if (data) {
+          this.init();
+        } else {
+          this.init();
+        }
+      })
+    } else {
+      this.init()
+    }
+  },
+
+  /**
+   * 鐢熷懡鍛ㄦ湡鍑芥暟--鐩戝惉椤甸潰鍒濇娓叉煋瀹屾垚
+   */
+  onReady() {},
+
+  /**
+   * 鐢熷懡鍛ㄦ湡鍑芥暟--鐩戝惉椤甸潰鏄剧ず
+   */
+  onShow() {
+    if (this.data.answerType != "mock") {
+      if (wx.timer) {
+        clearInterval(wx.timer);
+      }
+    }
+    if (this.data.answerType == "mock") {
+      if (wx.timer) {
+        clearInterval(wx.timer);
+      }
+      wx.timer = setInterval(() => {
+        this.setData({
+          saveTime: this.data.saveTime - 1,
+        });
+        if (this.data.saveTime == 0) {
+          this.saveMockData();
+        }
+      }, 1000);
+    }
+    this.setData({
+      startTime: Date.now(),
+    });
+  },
+
+  /**
+   * 鐢熷懡鍛ㄦ湡鍑芥暟--鐩戝惉椤甸潰闅愯棌
+   */
+  onHide() {
+    if (wx.timer) {
+      clearInterval(wx.timer);
+    }
+    this.setData({
+      pauseTime: Date.now(),
+    });
+    if (wx.getStorageSync(app.config.tokenKey)) {
+      let duration = this.data.pauseTime - this.data.startTime;
+      this.count(duration);
+    }
+  },
+
+  /**
+   * 鐢熷懡鍛ㄦ湡鍑芥暟--鐩戝惉椤甸潰鍗歌浇
+   */
+  onUnload(e) {
+    if (wx.timer) {
+      clearInterval(wx.timer);
+    }
+    if (this.data.countdownInterval !== null) {
+      clearInterval(this.data.countdownInterval);
+    }
+    this.setData({
+      pauseTime: Date.now(),
+    });
+    if (wx.getStorageSync(app.config.tokenKey)) {
+      let duration = this.data.pauseTime - this.data.startTime;
+      this.count(duration);
+    }
+  },
+
+  count(timeStr) {
+    const data = {
+      appRefCode: app.config.appRefCode,
+      type: "LearningTime", //缁熻绫诲瀷--闃呰鏃堕暱
+      data: timeStr + "", //缁熻鍐呭--鏃堕暱姣
+      event: "LearningTime",
+      sysType: "App",
+    };
+    //闃呰鍟嗗搧鐨刬d
+    if (this.data.bookId) {
+      data.productId = this.data.bookId;
+    }
+    //闃呰璧勬簮鐨刬d
+    // if (product.cmsItemId) {
+    //   data.cmsItemId = product.cmsItemId
+    // }
+    app.MG.job.newJobWithApiNewEvent(data).then((res) => {});
+  },
+
+  /**
+   * 椤甸潰鐩稿叧浜嬩欢澶勭悊鍑芥暟--鐩戝惉鐢ㄦ埛涓嬫媺鍔ㄤ綔
+   */
+  onPullDownRefresh() {},
+
+  /**
+   * 椤甸潰涓婃媺瑙﹀簳浜嬩欢鐨勫鐞嗗嚱鏁�
+   */
+  onReachBottom() {},
+
+  /**
+   * 鐢ㄦ埛鐐瑰嚮鍙充笂瑙掑垎浜�
+   */
+  onShareAppMessage() {},
+  onShareTimeline() {},
+
+  // 鐩戝惉watch
+  watch(context, variableName, callback) {
+    let value = context.data[variableName]; // 鑾峰彇琚洃鍚睘鎬х殑褰撳墠鍊�
+    // 浣跨敤 Object.defineProperty 鏂规硶鍦ㄦ暟鎹璞′笂瀹氫箟灞炴�х殑 getter 鍜� setter
+    Object.defineProperty(context.data, variableName, {
+      configurable: true, // 鍙厤缃�
+      enumerable: true, // 鍙灇涓�
+      get: function () {
+        return value; // 杩斿洖灞炴�х殑褰撳墠鍊�
+      },
+      set: function (newVal) {
+        const oldVal = value; // 璁板綍灞炴�х殑鏃у��
+        value = newVal; // 鏇存柊灞炴�х殑鍊�
+        callback.call(context, newVal, oldVal); // 璋冪敤鍥炶皟鍑芥暟锛屼紶閫掓柊鍊煎拰鏃у��
+      },
+    });
+  },
+  // 淇敼nav棰滆壊
+  changeNavBarColor(e) {
+    if (type == 'night') {
+      wx.setNavigationBarColor({
+        backgroundColor: '#000000',
+        frontColor: '#ffffff',
+      })
+    } else {
+      wx.setNavigationBarColor({
+        backgroundColor: '#ffffff',
+        frontColor: '#000000',
+      })
+    }
+  },
+  // 姝e垯鎵惧嚭鍚姏src
+  extractSourceSrc(htmlString) {
+    // 姝e垯琛ㄨ揪寮忓尮閰�<source>鏍囩涓殑src灞炴�у��  
+    var srcRegex = /<source\s+src="([^"]+)"/i;
+    var srcTwo = /<audio\s+src="([^"]+)"/i;
+
+    // 鎵ц姝e垯鍖归厤  
+    var match = srcRegex.exec(htmlString);
+    const local = srcTwo.exec(htmlString)
+    // 濡傛灉鍖归厤鎴愬姛锛岃繑鍥炵涓�涓崟鑾风粍鐨勫唴瀹癸紙src灞炴�х殑鍊硷級  
+    if (match && match[1]) {
+      return match[1].replace('../file', app.config.requestCtx + '/file');
+    } else if (local && local[1]) {
+      return local[1].replace('../file', app.config.requestCtx + '/file')
+    } else {
+      // 濡傛灉娌℃湁鍖归厤鍒帮紝杩斿洖null  
+      return null;
+    }
+  },
+
+  // 鎷垮埌鍚姏棰橀櫎audio鏍囩澶栧叾浠栧唴瀹�
+  removeVideoAndAudioTags(htmlString) {
+    // 浣跨敤姝e垯琛ㄨ揪寮忓尮閰嶅苟绉婚櫎鎵�鏈夌殑 <video> 鍜� <audio> 鏍囩
+    var cleanedHtml = htmlString.replace(/<video[^>]*>[\s\S]*?<\/video>|<audio[^>]*>[\s\S]*?<\/audio>/gi, '');
+
+    return cleanedHtml;
+  },
+
+  // 鏀瑰彉loading鐘舵��
+  changeLoadingState() {
+    this.setData({
+      loading: true
+    })
+  },
+  // 杩斿洖鎷︽埅
+  beforeleave() {
+    if (!this.data.submitStatus) {
+      wx.showModal({
+        title: "鎻愮ず",
+        content: "鏈彁浜わ紝鏄惁閫�鍑虹瓟棰�",
+        confirmColor: "#ff6c00",
+        cancelColor: "#949494",
+        complete: (res) => {
+          if (res.cancel) {
+            this.setData({
+              showDialog: true
+            })
+          }
+          if (res.confirm) {
+            this.setData({
+              submitStatus: true,
+              showDialog: false
+            });
+            wx.navigateBack();
+          }
+        },
+      });
+    }
+  },
+  onChangeSlider(e) {
+    this.setData({
+      sliderValue: e.detail.value,
+    });
+    console.log(e.detail.value);
+  },
+  // 杩斿洖
+  goBack() {
+    console.log(this.data.submitStatus);
+    wx.navigateBack();
+  },
+  //璁剧疆鑳屾櫙鑹�
+  changeBGColor(e) {
+    const flag = e.detail.value
+    this.setData({
+      isNight: flag,
+    });
+    if (flag) {
+      wx.setNavigationBarColor({
+        backgroundColor: '#000000',
+        frontColor: '#ffffff',
+      })
+    } else {
+      wx.setNavigationBarColor({
+        backgroundColor: '#ffffff',
+        frontColor: '#000000',
+      })
+    }
+  },
+  // 鍒囨崲棰樼洰
+  changeSwiper(e) {
+    let index = e.detail.index - 1 >= 0 ? e.detail.index - 1 : 0;
+    const item = this.data.questionDataList[index];
+    const lastItem = this.data.questionDataList[index + 1];
+    this.setData({
+      currentIndex: e.detail.index,
+      showId: lastItem.id
+    });
+    if (
+      (this.data.answerType == "collectQuestion" ||
+        this.data.answerType == "errorQuestion") &&
+      !item.isComplete
+    ) {
+      let flag = this.isHaveAnswer(item.userAnswer);
+      if (flag) this.handleQuestion(index);
+    }
+  },
+  // 鎴戠殑閿欓锛屾敹钘忔煡鐪嬭В鏋愭寜閽�
+  viewParsing() {
+    if (
+      this.data.answerType == "collectQuestion" ||
+      this.data.answerType == "errorQuestion"
+    ) {
+      const item = this.data.questionDataList[this.data.currentIndex];
+      if (!item.isComplete) {
+        this.handleQuestion(this.data.currentIndex);
+      }
+    }
+  },
+  // 鐐瑰嚮绛旈鍗¤烦杞鐩�
+  goQuestion(e) {
+    const id = e.detail.id;
+    this.data.questionDataList.forEach((item, index) => {
+      if (item.id == id) {
+        this.setData({
+          currentIndex: index,
+        });
+      }
+    });
+  },
+  handeleOption(e) {
+    const id = e.detail.value.currentTarget.dataset.id;
+    const radioChecked = e.detail.value.detail.value;
+    const questionList = this.data.questionDataList;
+    // 鎴戠殑閿欓鍜屾垜鐨勬敹钘忔ā寮忎笅锛屽崟閫夐閫夋嫨浜嗙洿鎺ユ壒鏀�
+    for (let index = 0; index < questionList.length; index++) {
+      const item = questionList[index];
+      if (item.id == id && !item.isComplete) {
+        if (item.questionType == "linkage") {
+          item.questionTab = radioChecked;
+          item.userAnswer = "";
+        }
+      }
+    }
+    this.setData({
+      questionDataList: questionList,
+    });
+  },
+  // 鍗曢�� 澶氶�� 瑙﹀彂
+  onChangeRadio(e) {
+    const radioData = e.detail.value.currentTarget.dataset.value;
+    const id = e.detail.value.currentTarget.dataset.id;
+    const radioChecked = e.detail.value.detail.value;
+    const questionList = this.data.questionDataList;
+    const jumpQuestion = this.data.jumpQuestionList
+    const radioChange = (item) => {
+      if (!item.jumpData) return false
+      if (item.userAnswer == item.jumpData.value) {
+        // 閫変腑璺宠繃绛旈閫夐」 璁板綍骞跺垹闄よ烦杩囩殑棰�
+        for (let cindex = 0; cindex < item.jumpData.list.length; cindex++) {
+          const citem = item.jumpData.list[cindex];
+          jumpQuestion.push({
+            questionIndex: questionList.findIndex((ditem) => ditem.id == citem),
+            data: questionList.find((ditem) => ditem.id == citem),
+          })
+        }
+        this.setData({
+          questionDataList: questionList.filter(
+            (citem) => !item.jumpData.list.includes(citem.id)
+          ),
+          jumpQuestionList: jumpQuestion,
+        });
+        console.log(this.data.questionDataList, "鍒犻櫎鍚庣殑questionDataList");
+      } else {
+        // 閫変腑鍙﹀鐨勯�夐」锛岃鍒ゆ柇棰樼洰鍒楄〃鏄惁宸茬粡鍒犻櫎浜嗛锛屽垹闄や簡鍒欏姞鍥炲幓
+        for (let cindex = 0; cindex < item.jumpData.list.length; cindex++) {
+          const citem = item.jumpData.list[cindex]
+          if (!questionList.some((ditem) => ditem.id == citem)) {
+            const delData = jumpQuestion.find((eitem) => eitem.data.id == citem)
+            questionList.splice(delData.questionIndex, 0, delData.data)
+          }
+        }
+        this.setData({
+          questionDataList: questionList,
+        });
+        console.log(this.data.questionDataList, "鎭㈠鍚庣殑questionDataList");
+      }
+    }
+    for (let index = 0; index < questionList.length; index++) {
+      const item = questionList[index];;
+      if (item.id == id && !item.isComplete) {
+        item.userAnswer = radioChecked;
+        item.isUserAnswer = this.isHaveAnswer(radioChecked);
+      }
+    }
+    this.setData({
+      questionDataList: questionList,
+    });
+    // 璋冪敤澶勭悊鏂规硶
+    for (let cindex = 0; cindex < questionList.length; cindex++) {
+      const citem = questionList[cindex];;
+      if (citem.id == id && !citem.isComplete) {
+        radioChange(citem)
+      }
+    }
+  },
+  // 杈撳叆妗嗚Е鍙�
+  onChangeInput(e) {
+    const inputData = e.detail.value.detail.value;
+    const id = e.detail.value.currentTarget.dataset.id;
+    const index = Number(e.detail.value.currentTarget.dataset.index);
+    const questionList = this.data.questionDataList;
+    questionList.forEach((item) => {
+      if (item.id == id) {
+        item.userAnswer[index] = inputData;
+        return (item.isUserAnswer = this.isHaveAnswer(inputData));
+      }
+    });
+    const cardListUpdata = this.data.cardList;
+    cardListUpdata.forEach((item) => {
+      item.infoList.forEach((citem) => {
+        if (citem.id == id) {
+          citem.userAnswer[index] = inputData;
+          return (citem.isUserAnswer = this.isHaveAnswer(inputData));
+        }
+      });
+    });
+    this.setData({
+      questionDataList: questionList,
+      cardList: cardListUpdata,
+    });
+    if (this.data.answerType == "mock") {
+      this.setData({
+        saveTime: 20,
+      });
+    }
+  },
+  // 鏁扮粍杞负瀛楃涓叉柟娉�
+  arrayToString(data) {
+    // 妫�鏌ユ槸鍚︿负鏁扮粍
+    if (Array.isArray(data)) {
+      // 浣跨敤 join 鏂规硶灏嗘暟缁勮浆鎹负瀛楃涓诧紝榛樿浣跨敤閫楀彿鍒嗛殧
+      return data.join(",").replace(/<[^>]*>/g, "");
+    } else {
+      // 濡傛灉涓嶆槸鏁扮粍锛岀洿鎺ヨ繑鍥炲師濮嬪��
+      return data.replace(/<[^>]*>/g, "");
+    }
+  },
+  // 鍒ゆ柇鏄惁鏈夌敤鎴风瓟妗�
+  isHaveAnswer(data) {
+    if (typeof data == "string") {
+      data = data
+        .replace(/<[^>]*>/g, "")
+        .replace(/&nbsp;/g, "")
+        .trim();
+      if (data.length) {
+        return true;
+      } else {
+        return false;
+      }
+    } else if (typeof data == "object") {
+      const answer = data.find((item) => item.length > 0);
+      if (answer) {
+        return true;
+      } else {
+        return false;
+      }
+    } else {
+      return false;
+    }
+  },
+  // 鎻愪氦閫昏緫
+  submitPaper() {
+    this.setData({
+      submitStatus: true,
+      loading: true,
+    });
+    // 鍏堥亶鍘嗘墍鏈夐鐩紝灏嗘湭鎵规敼鐨勯鐩壒鏀�
+    const qustionList = this.data.questionDataList;
+    if (qustionList.length) this.handleQuestion();
+    this.setData({
+      isShowDialog: true,
+      submitStatus: true,
+    })
+    // 璁板綍鐢ㄦ埛绛旈鏁版嵁
+    let saveData = [];
+    for (let index = 0; index < this.data.questionDataList.length; index++) {
+      const item = this.data.questionDataList[index];
+      saveData.push({
+        id: item.id,
+        answer: item.userAnswer,
+        isRight: item.isRight,
+      });
+    }
+    this.setData({
+      loading: false,
+      showDialog: false,
+    });
+  },
+  // 鍒濆鍖栧嚱鏁�
+  async init() {
+    this.setData({
+      loading: false,
+    });
+  },
+
+  // 鑾峰彇棰樺簱棰樼洰
+  async getQuestionList(oldData) {
+    // 娓呯┖姝g‘棰樻暟璁板綍
+    this.setData({
+      noData: false,
+      cardList: [],
+      correctNum: 0,
+    });
+  },
+
+  // 鎵规敼棰樼洰 锛堢粌涔狅紝鎴戠殑閿欓锛屾垜鐨勬敹钘�,锛岀粍鍗凤級
+  handleQuestion() {
+    const questionList = this.data.questionDataList;
+    const optionList = this.data.questionDataOptions;
+    const scoreData = this.data.scoreDataList;
+    for (let index = 0; index < questionList.length; index++) {
+      const item = questionList[index];
+      if (item.questionType == 'judge' && item.userAnswer) {
+        if (optionList && optionList.length) {
+          const optionData = optionList[item.optionIndex].find(
+            (citem) => citem.value == item.userAnswer
+          )
+          item.score = optionData.score
+        }
+      }
+      if (item.questionType == 'singleChoice' && item.userAnswer) {
+        if (optionList && optionList.length) {
+          const optionData = optionList[item.optionIndex].find(
+            (citem) => citem.value == item.userAnswer
+          )
+          item.score = optionData.score
+        } else {
+          item.score = item.option.find((citem) => citem.value == item.userAnswer).score
+        }
+      }
+      if (item.questionType == 'linkage' && item.userAnswer) {
+        if (item.optionData) {
+          const optionScore = item.optionData[item.questionTab].find(
+            (citem) => citem.value == item.userAnswer
+          )
+          item.score = optionScore.score
+        }
+      }
+      if (!item.userAnswer) item.score = 0
+    }
+    //璁$畻鍚勯」鐨勬�诲垎
+    for (let cindex = 0; cindex < scoreData.length; cindex++) {
+      const scoreItem = scoreData[cindex];
+      if (scoreItem.range == 'all') {
+        questionList.forEach((item) => {
+          scoreItem.score += item.score
+        })
+      } else {
+        questionList.forEach((item, index) => {
+          if (scoreItem.range.includes(index)) scoreItem.score += item.score
+        })
+      }
+      if (scoreItem.isAverage) {
+        scoreItem.score = Math.floor(scoreItem.score / scoreItem.range.length)
+      }
+      if (scoreItem.multiply) {
+        scoreItem.score = Math.floor(scoreItem.score * scoreItem.multiply)
+      }
+    }
+    //鏍规嵁鎬诲垎缁欏嚭娴嬭瘯缁撴灉(鏂囧瓧)
+    for (let dindex = 0; dindex < scoreData.length; dindex++) {
+      const scoreItem = scoreData[dindex];
+      scoreItem.dispatch = scoreItem.result.find((item) => item.score[0] <= scoreItem.score && item.score[1] >= scoreItem.score).desc
+    }
+    this.setData({
+      scoreDataList: scoreData,
+      questionDataList: questionList,
+      submitStatus: true,
+      dialogState: true,
+    });
+  },
+
+  // 澶勭悊绛旈鏁版嵁
+  recordAnswerData() {
+    this.data.cardList.push({
+      name: "瀹㈣棰樺緱鍒�",
+      score: this.data.subjectiveNum,
+      path: this.data.productLinkPath,
+      // infoList: [],
+      // catalogName: ''
+    });
+    let setInfoData = {
+      currentIndex: this.data.currentIndex,
+      dataList: JSON.parse(JSON.stringify(this.data.cardList)),
+    };
+    for (let i = 0; i < setInfoData.dataList.length; i++) {
+      const item = setInfoData.dataList[i];
+      if (!item.name && !item.name == "瀹㈣棰樺緱鍒�") {
+        for (let j = 0; j < item.infoList.length; j++) {
+          let obj = {
+            id: item.infoList[j].id,
+            userAnswer: item.infoList[j].userAnswer,
+            isComplete: item.infoList[j].isComplete,
+            isRight: item.infoList[j].isRight,
+            isCollect: item.infoList[j].isCollect,
+          };
+          item.infoList[j] = obj;
+        }
+      }
+    }
+    this.setAnswerInfo(setInfoData);
+  },
+  // 鎻愪氦绛旈鏁版嵁
+  setAnswerInfo(data) {
+    app.MG.identity
+      .setUserKey({
+        setKeyRequests: [{
+          domain: "answerData",
+          key: this.data.productLinkPath,
+          value: JSON.stringify(data),
+        }, ],
+      })
+      .then((res) => {});
+  },
+
+
+
+
+
+
+
+
+
+
+
+  // 璁板綍妯¤�冪瓟棰樻暟鎹�
+  saveMockData() {
+    const data = this.data.mockData.datas.find(
+      (itme) => itme.id == this.data.uuid
+    );
+    if (data.state == "3") return true;
+    const saveData = this.data.mockData.answer;
+    for (let i = 0; i < this.data.questionDataList.length; i++) {
+      const item = this.data.questionDataList[i];
+      if (this.isHaveAnswer(item.userAnswer)) {
+        const index = saveData.findIndex((saveitem) => saveitem.id == item.id);
+        if (index + "" != "-1") {
+          saveData[index].answer = item.userAnswer;
+        } else {
+          saveData.push({
+            id: item.id,
+            answer: item.userAnswer,
+          });
+        }
+      }
+    }
+    //
+    if (this.data.mockData.state == "1") {
+      const datas = this.data.mockData.datas;
+      datas.forEach((item) => {
+        if (item.id == this.data.uuid) {
+          item.state = "2";
+        }
+      });
+      this.setMockInfo(datas);
+    }
+    //
+    app.MG.identity
+      .setUserKey({
+        setKeyRequests: [{
+          domain: "mockAnswerData",
+          key: this.data.uuid,
+          value: JSON.stringify({
+            currentIndex: this.data.currentIndex,
+            time: this.data.countdownTime,
+            answerData: saveData,
+          }),
+        }, ],
+      })
+      .then((res) => {
+        this.setData({
+          saveTime: 20,
+        });
+        console.log("妯¤�冪瓟棰樻暟鎹凡璁板綍");
+      });
+  },
+
+  // 瀵屾枃鏈鐞�
+  formatRichText(html) {
+    console.log(html);
+    let newContent = html.replace(/<img[^>]*>/gi, function (match, capture) {
+      match = match
+        .replace(/style="[^"]+"/gi, "")
+        .replace(/style='[^']+'/gi, "");
+      match = match
+        .replace(/width="[^"]+"/gi, "")
+        .replace(/width='[^']+'/gi, "");
+      match = match
+        .replace(/height="[^"]+"/gi, "")
+        .replace(/height='[^']+'/gi, "");
+      return match;
+    });
+    newContent = newContent.replace(
+      /style="[^"]+"/gi,
+      function (match, capture) {
+        match = match
+          .replace(/<p>/gi, '<p class="p_class">')
+          .replace(/width:[^;]+;/gi, "max-width:100%;")
+          .replace(/width:[^;]+;/gi, "max-width:100%;");
+        return match;
+      }
+    );
+    newContent = newContent.replace(/<br[^>]*\/>/gi, "");
+    newContent = newContent.replace(/<a>/gi, '<a class="p_class "');
+    newContent = newContent.replace(/<li>/gi, '<li class="p_class "');
+    newContent = newContent.replace(/\<p/gi, '<p class="p_class "');
+    newContent = newContent.replace(/\<span/gi, '<span class="p_class "');
+    newContent = newContent.replace(
+      /\<img/gi,
+      '<img style="max-width:100%;height:auto;display:block;margin-top:0;margin-bottom:0;"'
+    );
+    return newContent;
+  },
+});
\ No newline at end of file
diff --git a/packageBookService/pages/psychologyAnswer/psychologyAnswer.json b/packageBookService/pages/psychologyAnswer/psychologyAnswer.json
new file mode 100644
index 0000000..d49c9e4
--- /dev/null
+++ b/packageBookService/pages/psychologyAnswer/psychologyAnswer.json
@@ -0,0 +1,10 @@
+{
+  "usingComponents": {
+    "question-options": "./questionOptions/index",
+    "question-list": "./questionList/index",
+    "t-icon": "tdesign-miniprogram/icon/icon",
+    "t-image": "tdesign-miniprogram/image/image",
+    "t-button": "tdesign-miniprogram/button/button",
+    "t-loading": "tdesign-miniprogram/loading/loading"
+  }
+}
\ No newline at end of file
diff --git a/packageBookService/pages/psychologyAnswer/psychologyAnswer.wxml b/packageBookService/pages/psychologyAnswer/psychologyAnswer.wxml
new file mode 100644
index 0000000..7b89032
--- /dev/null
+++ b/packageBookService/pages/psychologyAnswer/psychologyAnswer.wxml
@@ -0,0 +1,57 @@
+<!--packageBookService/pages/psychologyAnswer/psychologyAnswer.wxml-->
+<view
+  class="page"
+  wx:if="{{!loading}}"
+  style="background-color:{{isNight ? '#222' : ''}}"
+>
+  <view class="page-content" style="background-color:{{isNight ? '#222' : ''}}">
+    <question-list
+      wx:if="{{!loading}}"
+      sliderValue="{{sliderValue}}"
+      isNight="{{isNight}}"
+      currentIndex="{{currentIndex}}"
+      questionList="{{questionDataList}}"
+      questionTitle="{{questionDataTitle}}"
+      questionOptions="{{questionDataOptions}}"
+      submitStatus="{{submitStatus}}"
+      noData="{{noData}}"
+      bind:onChangeRadio="onChangeRadio"
+      bind:handeleOption="handeleOption"
+      bind:onChangeInput="onChangeInput"
+      bind:changeSwiper="changeSwiper"
+      bind:viewParsing="viewParsing"
+    ></question-list>
+  </view>
+  <!-- 搴曢儴鍖哄煙-->
+  <view
+    class="page-bottom"
+    style="background-color:{{isNight ? '#202020' : ''}}"
+    wx:if="{{answerType !== 'errorQuestion' || (answerType == 'errorQuestion' && !loading)}}"
+  >
+    <question-options
+      id="question-options"
+      isShowDialog="{{isShowDialog}}"
+      isNight="{{isNight}}"
+      submitStatus="{{submitStatus}}"
+      currentIndex="{{currentIndex}}"
+      questionDataList="{{questionDataList}}"
+      showId="{{showId}}"
+      scoreData="{{scoreDataList}}"
+      bind:setCollect="setCollect"
+      bind:submitPaper="submitPaper"
+      bind:restart="restart"
+      bind:goQuestion="goQuestion"
+      bind:changeBGColor="changeBGColor"
+      bind:onChangeSlider="onChangeSlider"
+      bind:changeLoadingState="changeLoadingState"
+      bind:changeNavBarColor="changeNavBarColor"
+    ></question-options>
+  </view>
+</view>
+
+<page-container
+  show="{{showDialog}}"
+  duration="{{false}}"
+  overlay="{{false}}"
+  bind:beforeleave="beforeleave"
+></page-container>
diff --git a/packageBookService/pages/psychologyAnswer/psychologyAnswer.wxss b/packageBookService/pages/psychologyAnswer/psychologyAnswer.wxss
new file mode 100644
index 0000000..0b684b3
--- /dev/null
+++ b/packageBookService/pages/psychologyAnswer/psychologyAnswer.wxss
@@ -0,0 +1,50 @@
+/* packageBookService/pages/psychologyAnswer/psychologyAnswer.wxss */
+
+page {
+  padding: 0 !important;
+}
+
+.page {
+  width: 100%;
+  height: 100vh;
+}
+
+.nacigationBar {
+  display: flex;
+  align-items: center;
+}
+
+.navbar-title {
+  white-space: nowrap;
+  overflow: hidden;
+  text-overflow: ellipsis;
+  color: #0F1214;
+  font-size: 40rpx;
+  font-weight: 600;
+}
+
+.lodaing-box {
+  display: flex;
+  align-items: center;
+  justify-content: center;
+  height: 100%;
+  --td-loading-color: #ff6c00;
+}
+
+.page-content {
+  box-sizing: border-box;
+  width: 100%;
+  height: calc(100vh - env(safe-area-inset-bottom) - 100px);
+  padding: 20rpx;
+  background-color: #F2F3F8;
+}
+
+.daytime {
+  background-color: #fff;
+  color: #000;
+}
+
+.night {
+  background-color: #000;
+  color: #fff;
+}
\ No newline at end of file
diff --git a/packageBookService/pages/psychologyAnswer/questionList/index.js b/packageBookService/pages/psychologyAnswer/questionList/index.js
new file mode 100644
index 0000000..27ce21d
--- /dev/null
+++ b/packageBookService/pages/psychologyAnswer/questionList/index.js
@@ -0,0 +1,153 @@
+// pages/bookServices/examination/questionList/index.js
+const innerAudioContext = wx.createInnerAudioContext({
+  useWebAudioImplement: false
+})
+Component({
+  /**
+   * 缁勪欢鐨勫睘鎬у垪琛�
+   */
+  properties: {
+    questionList: {
+      type: Array,
+      value: []
+    },
+    questionTitle: {
+      type: String,
+      value: "",
+    },
+    questionOptions: {
+      type: Array,
+      value: []
+    },
+    submitStatus: {
+      type: Boolean,
+      value: false
+    },
+    currentIndex: {
+      type: Number,
+      value: 1
+    },
+    isNight: {
+      type: Boolean,
+      value: false
+    },
+    sliderValue: {
+      type: Number,
+    },
+    noData: {
+      type: Boolean,
+    }
+  },
+  observers: {},
+  detached() {
+    if (innerAudioContext) {
+      innerAudioContext.stop();
+      innerAudioContext.destroy();
+    }
+
+  },
+  /**
+   * 缁勪欢鐨勫垵濮嬫暟鎹�
+   */
+  data: {
+    inputstyle: 'border: 2rpx solid rgba(220,220,220,1);border-radius: 12rpx;',
+    shortAnswer: 'font-size: 28rpx',
+    placeholderstyle: "font-size:28rpx",
+    current: 2,
+    autoplay: true,
+    duration: 500,
+    interval: 5000,
+    paginationPosition: 'bottom-right',
+    navigation: {
+      type: 'fraction'
+    },
+    showIndex: 0,
+    isPlay: false
+  },
+
+  /**
+   * 缁勪欢鐨勬柟娉曞垪琛�
+   */
+  methods: {
+    audioPlay(e) {
+      const src = e.currentTarget.dataset.src
+      innerAudioContext.src = src
+      if (!this.data.isPlay) {
+        innerAudioContext.play()
+      } else {
+        innerAudioContext.pause()
+      }
+      this.setData({
+        isPlay: !this.data.isPlay
+      })
+    },
+    // 鍒囨崲棰樼洰
+    changeSwiper(e) {
+      this.setData({
+        showIndex: e.detail.current
+      })
+      var myEventDetail = {
+        index: e.detail.current
+      }
+      var myEventOption = {
+        bubbles: true,
+        composed: true,
+      }
+      this.triggerEvent('changeSwiper', myEventDetail, myEventOption)
+    },
+    // 鑱斿姩閫夋嫨棰樼殑閫変腑
+    handeleOption(e) {
+      var myEventDetail = {
+        value: e
+      } // detail瀵硅薄锛屾彁渚涚粰浜嬩欢鐩戝惉鍑芥暟
+      var myEventOption = {
+        bubbles: true,
+        composed: true,
+      } // 瑙﹀彂浜嬩欢鐨勯�夐」
+      this.triggerEvent('handeleOption', myEventDetail, myEventOption)
+    },
+
+    // 鍗曢��  瀵屾枃鏈杈撳叆  瑙﹀彂
+    onChangeRadio(e) {
+      var myEventDetail = {
+        value: e
+      } // detail瀵硅薄锛屾彁渚涚粰浜嬩欢鐩戝惉鍑芥暟
+      var myEventOption = {
+        bubbles: true,
+        composed: true,
+      } // 瑙﹀彂浜嬩欢鐨勯�夐」
+      this.triggerEvent('onChangeRadio', myEventDetail, myEventOption)
+    },
+    // 澶氶�夎Е鍙�
+    onChangeCheck(e) {
+      var myEventDetail = {
+        value: e
+      } // detail瀵硅薄锛屾彁渚涚粰浜嬩欢鐩戝惉鍑芥暟
+      var myEventOption = {
+        bubbles: true,
+        composed: true,
+      } // 瑙﹀彂浜嬩欢鐨勯�夐」
+      this.triggerEvent('onChangeRadio', myEventDetail, myEventOption)
+    },
+    // 杈撳叆妗嗚Е鍙�
+    onChangeInput(e) {
+      var myEventDetail = {
+        value: e
+      } // detail瀵硅薄锛屾彁渚涚粰浜嬩欢鐩戝惉鍑芥暟
+      var myEventOption = {
+        bubbles: true,
+        composed: true,
+      } // 瑙﹀彂浜嬩欢鐨勯�夐」
+      this.triggerEvent('onChangeInput', myEventDetail, myEventOption)
+    },
+    // 鎴戠殑閿欓锛屾敹钘忔煡鐪嬭В鏋愭寜閽�
+    viewParsing() {
+      var myEventDetail = {}
+      var myEventOption = {
+        bubbles: true,
+        composed: true,
+      }
+      this.triggerEvent('viewParsing', myEventDetail, myEventOption)
+    }
+  }
+})
\ No newline at end of file
diff --git a/packageBookService/pages/psychologyAnswer/questionList/index.json b/packageBookService/pages/psychologyAnswer/questionList/index.json
new file mode 100644
index 0000000..96abc5e
--- /dev/null
+++ b/packageBookService/pages/psychologyAnswer/questionList/index.json
@@ -0,0 +1,18 @@
+{
+  "component": true,
+  "usingComponents": {
+    "t-swiper": "tdesign-miniprogram/swiper/swiper",
+    "t-swiper-nav": "tdesign-miniprogram/swiper-nav/swiper-nav",
+    "t-image": "tdesign-miniprogram/image/image",
+    "t-input": "tdesign-miniprogram/input/input",
+    "t-radio": "tdesign-miniprogram/radio/radio",
+    "t-radio-group": "tdesign-miniprogram/radio-group/radio-group",
+    "t-checkbox": "tdesign-miniprogram/checkbox/checkbox",
+    "t-checkbox-group": "tdesign-miniprogram/checkbox-group/checkbox-group",
+    "t-textarea": "tdesign-miniprogram/textarea/textarea",
+    "t-empty": "tdesign-miniprogram/empty/empty",
+    "t-button": "tdesign-miniprogram/button/button",
+    "mp-html": "mp-html",
+    "empty": "/components/empty/index"
+  }
+}
\ No newline at end of file
diff --git a/packageBookService/pages/psychologyAnswer/questionList/index.wxml b/packageBookService/pages/psychologyAnswer/questionList/index.wxml
new file mode 100644
index 0000000..49f03a2
--- /dev/null
+++ b/packageBookService/pages/psychologyAnswer/questionList/index.wxml
@@ -0,0 +1,334 @@
+<!--pages/bookServices/examination/questionList/index.wxml-->
+<view
+  class="question-list"
+  style="background-color:{{isNight ? '#222' : '#fff'}}"
+>
+  <!-- 绛旈鎻愮ずtitle -->
+  <view class="question-title" wx:if="{{questionTitle}}">
+    <text class="title-name">鎻愮ず锛歿{questionTitle}}</text>
+  </view>
+  <!-- 棰樼洰鍒楄〃 -->
+  <swiper
+    class="swiper"
+    bindanimationfinish="changeSwiper"
+    current="{{currentIndex}}"
+  >
+    <swiper-item
+      wx:for="{{questionList}}"
+      wx:for-index="index"
+      wx:key="id"
+      style="overflow-y: auto"
+    >
+      <!-- 棰樺共 -->
+      <view
+        class="question-stem title-score"
+        style="color: {{isNight ? '#fff' : '#000'}}; font-size: {{sliderValue || 32}}rpx;"
+      >
+        <!-- 棰樺彿 -->
+        <text>{{index+1}}.</text>
+        <!-- 鍚姏棰� -->
+        <view wx:if="{{item.questionType == 'singleChoice' && item.src}}">
+          <rich-text nodes="{{item.stem.stemTxt }}" />
+          <view
+            style="margin-top: {{item.stem.stemTxt ? '10rpx' : ''}};"
+            class="audio-play-box"
+            bind:tap="audioPlay"
+            data-src="{{item.src}}"
+          >
+            <image
+              src="{{isPlay ? '/static/images/resourceDetailsMyAudio/zanting@2x.png' : '/static/images/resourceDetailsMyAudio/play@2x.png'}}"
+              mode="aspectFit"
+            ></image>
+          </view>
+        </view>
+        <!-- 浠呮枃瀛� -->
+        <view
+          class="title-content text-space"
+          wx:elif="{{item.stemStyle == 'Txt' && item.questionType != 'completion'}}"
+          >{{item.stem.stemTxt}}</view
+        >
+        <!-- 浠呭浘鐗� -->
+        <view wx:elif="{{item.stemStyle == 'Image'}}" class="title-content">
+          <image src="{{item.stem.stemImage}}" mode="aspectFit" />
+        </view>
+        <!-- 鍥剧墖鍔犳枃瀛� -->
+        <view
+          wx:elif="{{item.stemStyle == 'TxtAndImage'}}"
+          class="title-content text-space"
+        >
+          <view>{{item.stem.stemTxt}}</view>
+          <image src="{{item.stem.stemImage}}" mode="aspectFit" />
+        </view>
+        <!-- 瀵屾枃鏈� -->
+        <view wx:elif="{{item.stemStyle == 'RichText'}} " class="title-content">
+          <mp-html content="{{item.stem.stemTxt}}" />
+        </view>
+        <!-- 濉┖棰� -->
+        <view wx:if="{{item.questionType == 'completion'}}">
+          <view
+            class="completion-box"
+            wx:for="{{item.stem}}"
+            wx:for-item="inputItem"
+            wx:for-index="inputIndex"
+            wx:key="inputIndex"
+          >
+            <t-input
+              disabled="{{item.isComplete}}"
+              borderless
+              bind:change="onChangeInput"
+              data-value="{{item.option}}"
+              data-id="{{item.id}}"
+              data-index="{{inputItem.num}}"
+              class="title-input {{isNight ? 'input-night-color' : ''}}"
+              style="border: 2rpx solid rgba(220,220,220,1);border-radius: 12rpx;background-color:{{isNight ? '#000' : '#fff'}}; "
+              placeholder-style="{{placeholderstyle}}"
+              wx:if="{{inputItem.data == 'input'}}"
+              placeholder="璇疯緭鍏ユ枃瀛�"
+              value="{{item.userAnswer[inputItem.num]}}"
+            ></t-input>
+            <text wx:else class="text-space">{{inputItem}}</text>
+          </view>
+        </view>
+      </view>
+      <!-- 绛旈鍖哄煙 -->
+      <view
+        class="question-answer {{item.questionType == 'shortAnswer' ? 'textarea-center' : ''}}"
+      >
+        <!-- 鍗曢�夐 -->
+        <t-radio-group
+          wx:if="{{item.questionType == 'singleChoice' || item.questionType == 'judge'}}"
+          defaultValue="{{item.userAnswer}}"
+          disabled="{{item.isComplete}}"
+          bind:change="onChangeRadio"
+          class="radio-group"
+          data-id="{{item.id}}"
+        >
+          <view
+            wx:for="{{questionOptions && questionOptions.length ? questionOptions[item.optionIndex] : item.option}}"
+            wx:for-item="contentItem"
+            wx:for-index="contentIndex"
+            wx:key="contentIndex"
+          >
+            <t-radio
+              value="{{contentItem.value}}"
+              icon="none"
+              placement="right"
+              borderless
+              style="background-color: {{isNight ? '#222' : '#fff'}}"
+            >
+              <view
+                style="font-size: {{sliderValue || 32}}rpx;"
+                class="radio-item {{!submitStatus && item.userAnswer == contentItem.value ? 'radio-active' : isNight ? 'night' :''}} {{item.userAnswer == contentItem.value && submitStatus ?  item.isRight ? 'radio-correct' : 'radio-error' :''}}"
+              >
+                <!-- 浠呮枃瀛� -->
+                <view wx:if="{{item.optionStyle == 'Txt'}}" class="text-space">
+                  {{contentItem.value}}銆亄{contentItem.txt}}
+                </view>
+                <!-- 浠呭浘鐗� -->
+                <view wx:if="{{item.optionStyle == 'Image'}}" class="fl-center">
+                  <text>{{contentItem.value}}銆�</text>
+                  <image src="{{contentItem.img}}" mode="aspectFit" />
+                </view>
+                <!-- 鏂囧瓧鍔犲浘鐗� -->
+                <view
+                  wx:if="{{item.optionStyle == 'TxtAndImage'}}"
+                  class="fl-center"
+                  class="TxtAndImage-box"
+                >
+                  <text class="text-space">{{contentItem.value}}銆�</text>
+                  <view class="radio-textimg">{{contentItem.txt}}</view>
+                  <image src="{{contentItem.img}}" mode="aspectFit" />
+                </view>
+                <!-- 瀵屾枃鏈� -->
+                <view
+                  wx:if="{{item.optionStyle == 'RichText'}}"
+                  class="judge-rich-box"
+                >
+                  <text>{{contentItem.value}}銆�</text>
+                  <rich-text
+                    nodes="{{  contentItem.txt}}"
+                    style="display: flex; align-items: center; width: 100%"
+                  ></rich-text>
+                </view>
+              </view>
+            </t-radio>
+          </view>
+        </t-radio-group>
+        <view wx:if="{{item.questionType == 'linkage'}}">
+          <!-- 鐗规畩棰� -->
+          <t-radio-group
+            defaultValue="{{item.questionTab}}"
+            disabled="{{item.isComplete}}"
+            bind:change="handeleOption"
+            class="radio-group"
+            data-value="{{item.questionTab}}"
+            data-id="{{item.id}}"
+          >
+            <view
+              wx:if="{{item.optionData}}"
+              wx:for="{{item.option}}"
+              wx:for-item="contentItem"
+              wx:for-index="contentIndex"
+              wx:key="contentIndex"
+            >
+              <t-radio
+                value="{{contentItem.value}}"
+                icon="none"
+                placement="right"
+                borderless
+                style="background-color: {{isNight ? '#222' : '#fff'}}"
+              >
+                <view
+                  style="font-size: {{sliderValue || 32}}rpx;"
+                  class="radio-item {{!submitStatus && item.questionTab == contentItem.value ? 'radio-active' : isNight ? 'night' :''}}"
+                >
+                  <!-- 浠呮枃瀛� -->
+                  <view class="text-space">
+                    {{contentItem.value}}銆亄{contentItem.txt}}
+                  </view>
+                </view>
+              </t-radio>
+            </view>
+          </t-radio-group>
+          <view class="title-content text-space">{{item.stem.stem}}</view>
+          <t-radio-group
+            defaultValue="{{item.userAnswer}}"
+            disabled="{{item.isComplete}}"
+            bind:change="onChangeRadio"
+            class="radio-group"
+            data-value="{{item.userAnswer}}"
+            data-id="{{item.id}}"
+          >
+            <view
+              wx:for="{{item.optionData[item.questionTab]}}"
+              wx:for-item="citem"
+              wx:for-index="cindex"
+              wx:key="cindex"
+            >
+              <t-radio
+                value="{{citem.value}}"
+                icon="none"
+                placement="right"
+                borderless
+                style="background-color: {{isNight ? '#222' : '#fff'}}"
+              >
+                <view
+                  style="font-size: {{sliderValue || 32}}rpx;"
+                  class="radio-item {{!submitStatus && item.userAnswer == citem.value ? 'radio-active' : isNight ? 'night' :''}}"
+                >
+                  <!-- 浠呮枃瀛� -->
+                  <view class="text-space">
+                    {{citem.value}}銆亄{citem.txt}}
+                  </view>
+                </view>
+              </t-radio>
+            </view>
+          </t-radio-group>
+        </view>
+
+        <!-- 澶氶�夐 -->
+        <t-checkbox-group
+          class="checkbox-group"
+          wx:elif="{{item.questionType == 'multipleChoice'}}"
+          t-class="box"
+          borderless
+          bind:change="onChangeRadio"
+          data-value="{{item.option}}"
+          data-id="{{item.id}}"
+          defaultValue="{{item.userAnswer}}"
+        >
+          <view
+            wx:for="{{item.option}}"
+            wx:for-item="contentItem"
+            wx:for-index="contentIndex"
+            wx:key="contentIndex"
+          >
+            <t-checkbox
+              disabled="{{item.isComplete}}"
+              icon="rectangle"
+              block="{{false}}"
+              class="t-checkbox"
+              value="{{contentItem.value}}"
+              style="background-color:{{isNight ? '#222' :'#F9F9F9'}}; "
+            >
+              <!-- 浠呮枃瀛� -->
+              <view
+                class="fl-center mh text-space"
+                wx:if="{{item.optionStyle == 'Txt'}}"
+                style="color:{{ isNight  ? '#fff' : '#000'}};font-size:{{sliderValue || 32}}rpx;"
+              >
+                <text>{{contentItem.value}}銆�</text>
+                <text class="check-text-box">{{contentItem.txt}}</text>
+              </view>
+
+              <!-- 浠呭浘鐗� -->
+              <view
+                wx:if="{{item.optionStyle == 'Image'}}"
+                class="fl-center mh"
+              >
+                <text
+                  style="color:{{ isNight  ? '#fff' : '#000'}};font-size:{{sliderValue || 32}}rpx;"
+                  >{{contentItem.value}}銆�</text
+                >
+                <image src="{{contentItem.img}}" mode="aspectFit" />
+              </view>
+              <!-- 鏂囧瓧鍔犲浘鐗� -->
+              <view
+                wx:if="{{item.optionStyle == 'TxtAndImage'}}"
+                class="fl-center mh text-space"
+              >
+                <text
+                  style="color:{{ isNight  ? '#fff' : '#000'}};font-size:{{sliderValue || 32}}rpx;"
+                  >{{contentItem.value}}銆�</text
+                >
+                <text
+                  style="color:{{ isNight  ? '#fff' : '#000'}};font-size:{{sliderValue || 32}}rpx;"
+                  >{{contentItem.txt}}</text
+                >
+                <image
+                  src="{{contentItem.img}}"
+                  wx:if="{{contentItem.img}}"
+                  mode="aspectFit"
+                />
+              </view>
+              <!-- 瀵屾枃鏈� -->
+              <view
+                wx:if="{{item.optionStyle == 'RichText'}}"
+                class="check-rich-box mh"
+              >
+                <text>{{contentItem.value}}銆�</text>
+                <rich-text
+                  nodes="{{contentItem.txt}}"
+                  class="multipleChoice"
+                ></rich-text>
+              </view>
+            </t-checkbox>
+          </view>
+        </t-checkbox-group>
+        <!-- 绠�绛� 缈昏瘧 -->
+        <t-textarea
+          disabled="{{item.isComplete}}"
+          value="{{item.userAnswer}}"
+          bind:change="onChangeRadio"
+          data-value="{{item.option}}"
+          data-id="{{item.id}}"
+          class="option-textarea {{isNight ? 'textarea-night-color' :''}}"
+          wx:elif="{{item.questionType == 'shortAnswer'}}"
+          t-class="external-class"
+          placeholder="璇疯緭鍏ユ枃瀛�"
+          bordered
+          maxlength="500"
+          disableDefaultPadding="{{true}}"
+          indicator
+          style="background-color:{{isNight ? '#000' : '#fff'}}; "
+        />
+      </view>
+    </swiper-item>
+    <swiper-item wx:if="{{noData}}">
+      <view class="noData">
+        <!-- <t-empty icon="folder-open" description="鏆傛棤鏁版嵁" /> -->
+        <empty />
+      </view>
+    </swiper-item>
+  </swiper>
+</view>
diff --git a/packageBookService/pages/psychologyAnswer/questionList/index.wxss b/packageBookService/pages/psychologyAnswer/questionList/index.wxss
new file mode 100644
index 0000000..d331ebd
--- /dev/null
+++ b/packageBookService/pages/psychologyAnswer/questionList/index.wxss
@@ -0,0 +1,312 @@
+/* pages/bookServices/examination/questionList/index.wxss */
+.question-list {
+  width: 95%;
+  height: calc(100% - 30px);
+  padding: 20rpx;
+  background-color: #ffffff;
+  border-radius: 20rpx;
+  margin-top: 20rpx;
+}
+
+.question-title {
+  font-size: 30rpx;
+  margin-bottom: 20rpx;
+}
+
+.title-content {
+  margin-left: 10rpx;
+}
+
+.title-name {
+  padding: 6rpx;
+  color: #000;
+  margin-right: 10rpx;
+}
+
+.title-score {
+  color: #000;
+}
+
+.question-stem {
+  font-size: 32rpx;
+  font-weight: bold;
+  display: flex;
+  margin-bottom: 20rpx;
+}
+
+.swiper {
+  height: 85%;
+}
+
+/* 鍗曢�夐 */
+.radio-group {
+  margin-top: 20rpx;
+  --td-radio-vertical-padding: 12rpx
+}
+
+.text-space {
+  letter-spacing: 2rpx;
+  line-height: 1.5;
+}
+
+.radio-item {
+  min-height: 100rpx;
+  /* 鏍规嵁闇�瑕佽皟鏁� */
+  padding: 0 32rpx;
+  display: flex;
+  align-items: center;
+  /* 鍨傜洿灞呬腑 */
+  justify-content: flex-start;
+  /* 濡傛灉鍙渶瑕佹枃鏈按骞抽潬宸﹀榻� */
+  background-color: #F9F9F9;
+  box-sizing: border-box;
+}
+
+.night {
+  background-color: #000;
+  color: #ffffff;
+}
+
+.radio-active {
+  background-color: #fff0e6;
+}
+
+.radio-correct {
+  background-color: #EAF7EE !important;
+}
+
+.radio-error {
+  background-color: #FFEBEB !important;
+}
+
+.question-stem image {
+  width: 300rpx;
+  object-fit: contain;
+  height: 200rpx;
+}
+
+.question-answer image {
+  margin: 10rpx 0 10rpx 10rpx;
+  width: 180rpx;
+  height: 120rpx;
+}
+
+.fl-center {
+  display: flex;
+  align-items: center;
+}
+
+
+.t-checkbox {
+  display: flex;
+  align-items: center;
+  margin-bottom: 20rpx;
+  --td-checkbox-icon-checked-color: #ff6c00;
+}
+
+
+/* .t-checkbox {
+  display: flex;
+  align-items: center;
+} */
+
+.completion-box {
+  display: inline-block;
+  margin-bottom: 15rpx;
+}
+
+.t-input--border::after {
+  height: 0 !important;
+}
+
+.title-input {
+  /* display: inline-block; */
+  height: 40rpx;
+  --td-input-vertical-padding: 16rpx
+}
+
+.option-textarea {
+  width: 97%;
+}
+
+/* 鍗曢�� 銆佸閫� 瑙f瀽 */
+.analysis {
+  margin-top: 40rpx;
+}
+
+.analysis-answer {
+  display: flex;
+  /* justify-content: space-between; */
+}
+
+.answer-correct {
+  color: #1FBC1F;
+
+}
+
+.answer-error {
+  color: #EE1818;
+}
+
+.marginL {
+  margin-left: 40rpx;
+}
+
+.answer-center {
+  display: flex;
+  align-items: center;
+}
+
+.answer-text {
+  font-size: 40rpx;
+}
+
+.answer-correct {
+  display: flex;
+}
+
+.analysis-title-box {
+  display: inline-block;
+  white-space: nowrap;
+}
+
+.analysis-content {
+  display: inline-block
+}
+
+.analysis-text {
+  display: flex;
+  color: #333333;
+  font-size: 28rpx;
+  margin-top: 20rpx;
+}
+
+/* 绠�鍗曘�佺炕璇戣В鏋� */
+
+.short-answer-fz {
+  font-size: 28rpx;
+}
+
+.short-answer-mr {
+  margin-top:
+    40rpx;
+}
+
+.textarea-center {
+  display: flex;
+  justify-content: center;
+  margin-bottom: 30rpx;
+}
+
+.input-night-color {
+  --td-input-default-text-color: #fff;
+}
+
+.textarea-night-color {
+  --td-textarea-text-color: rgba(255, 255, 255, 1);
+}
+
+.noData {
+  width: 100%;
+  height: 100%;
+  display: flex;
+  justify-content: center;
+  align-items: center;
+}
+
+.multipleChoice img {
+  width: 40rpx !important;
+}
+
+/* .judge-rich-image {
+  max-height: 300rpx !important;
+} */
+
+
+.stem-rich-img {
+  max-width: 300rpx !important;
+  height: auto;
+  object-fit: contain;
+}
+
+.option-rich-img {
+  display: inline-block;
+  max-width: 180rpx !important;
+  height: auto;
+  object-fit: contain;
+}
+
+.stem-rich-p {
+  letter-spacing: 2rpx;
+  line-height: 1.5;
+  display: block;
+}
+
+.judge-rich-box {
+  min-height: 104rpx;
+  /* height: 100%; */
+  display: flex;
+  align-items: center;
+}
+
+.t-checkbox {
+  display: flex;
+  align-items: center;
+}
+
+.check-rich-box {
+  display: flex;
+  align-items: center;
+}
+
+.check-rich-box text {
+  height: min-content;
+}
+
+.audio-play-box {
+  margin-left: 10rpx;
+  background-color: #e7e7e7;
+  display: flex;
+  align-items: center;
+  width: 70rpx;
+  height: 70rpx;
+}
+
+.TxtAndImage-box {
+  display: flex;
+  align-items: center;
+  min-height: 144rpx;
+}
+
+.radio-textimg {
+  height: min-content;
+  width: calc(100% - 90rpx);
+}
+
+.check-text-box {
+  display: inline-block;
+  width: calc(100% - 25px);
+}
+
+.view-parsing {
+  margin-top: 40rpx;
+  --td-button-primary-bg-color: #fff;
+  --td-button-primary-color: #ff6c00;
+  --td-button-primary-active-bg-color: #fff0e6;
+  --td-button-primary-border-color: #ff6c00;
+  --td-button-primary-active-border-color: #ff6c00;
+}
+
+.answer-analysis {
+  display: inline-block;
+  width: 192rpx;
+}
+
+.fl-cl {
+  display: flex;
+  flex-direction: column;
+}
+
+.mh {
+  min-height: 104rpx;
+}
\ No newline at end of file
diff --git a/packageBookService/pages/psychologyAnswer/questionOptions/index.js b/packageBookService/pages/psychologyAnswer/questionOptions/index.js
new file mode 100644
index 0000000..cf29ad8
--- /dev/null
+++ b/packageBookService/pages/psychologyAnswer/questionOptions/index.js
@@ -0,0 +1,250 @@
+// pages/bookServices/examination/questionOptions/index.js
+Component({
+  /**
+   * 缁勪欢鐨勫睘鎬у垪琛�
+   */
+  properties: {
+    currentIndex: {
+      type: Number,
+      value: 0,
+    },
+    questionDataList: {
+      type: Array,
+      value: [],
+    },
+    scoreData: {
+      type: Array,
+      value: [],
+    },
+    correctNum: {
+      type: Number,
+      value: 0,
+    },
+    submitStatus: {
+      type: Boolean,
+      value: false,
+    },
+    isNight: {
+      type: Boolean,
+      value: false,
+    },
+    showId: {
+      type: String
+    },
+    isShowDialog: {
+      type: Boolean
+    }
+  },
+
+  /**
+   * 缁勪欢鐨勫垵濮嬫暟鎹�
+   */
+  data: {
+    btnStyle: "width:320rpx;border-radius:60rpx",
+    noReady: 0,
+    questionCardState: false,
+    setUpPopup: false,
+    testReportState: false,
+    sliderValue: 36,
+    useTime: "",
+    radioItem: "daytime",
+  },
+  observers: {
+    isShowDialog: function (newValue, oldValue) {
+      if (newValue)
+        this.setData({
+          testReportState: newValue,
+        });
+    }
+  },
+  created() {},
+
+  /**
+   * 缁勪欢鐨勬柟娉曞垪琛�
+   */
+  methods: {
+    // // 鏍煎紡鍖栨椂闂�
+    formatTime(ms) {
+      const hours = Math.floor((ms / (1000 * 60 * 60)) % 24)
+        .toString()
+        .padStart(2, "0");
+      const minutes = Math.floor((ms / (1000 * 60)) % 60)
+        .toString()
+        .padStart(2, "0");
+      const seconds = Math.floor((ms / 1000) % 60)
+        .toString()
+        .padStart(2, "0");
+      return `${hours}:${minutes}:${seconds}`;
+    },
+    // 鍒ゆ柇鏄惁杈撳叆绛旀
+    isHaveAnswer(data) {
+      if (typeof data == "string") {
+        data = data
+          .replace(/<[^>]*>/g, "")
+          .replace(/&nbsp;/g, "")
+          .trim();
+        if (data.length) {
+          return true;
+        } else {
+          return false;
+        }
+      } else {
+        const answer = data.find((item) => item.length > 0);
+        if (answer) {
+          return true;
+        } else {
+          return false;
+        }
+      }
+    },
+    setCollect() {
+      var myEventDetail = {};
+      var myEventOption = {
+        bubbles: true,
+        composed: true,
+      };
+      this.triggerEvent("setCollect", myEventDetail, myEventOption);
+    },
+    // 绛旈鍗℃寜閽�
+    handlePopup() {
+      this.setData({
+        questionCardState: true,
+      });
+    },
+    // 绛旈鍗¤烦杞鐩�
+    goQuestion(e) {
+      var myEventDetail = {
+        id: e.currentTarget.dataset.id,
+      };
+      var myEventOption = {
+        bubbles: true,
+        composed: true,
+      };
+      this.triggerEvent("goQuestion", myEventDetail, myEventOption);
+    },
+    // 绛旈鍗¢伄缃╁眰鐐瑰嚮
+    onVisibleChange(e) {
+      this.setData({
+        questionCardState: e.detail.visible,
+      });
+    },
+    // 璁剧疆鎸夐挳
+    setUpBtn() {
+      this.setData({
+        setUpPopup: true,
+      });
+    },
+    // 婊戝潡鍙樺寲
+    onChangeSlider(e) {
+      const value = e.detail.value;
+      console.log(value);
+      this.triggerEvent("onChangeSlider", {
+        value
+      });
+    },
+    // 璁剧疆閬僵灞傜偣鍑�
+    onSetUpChange(e) {
+      this.setData({
+        setUpPopup: e.detail.visible,
+      });
+    },
+    // 璁剧疆妯″紡鍒囨崲
+    onRadioChange(e) {
+      this.setData({
+        radioItem: e.detail.value,
+      });
+      const value = e.detail.value == "night" ? true : false;
+      this.triggerEvent("changeBGColor", {
+        value
+      });
+    },
+    // 閲嶅仛鎸夐挳
+    resterBtn() {
+      wx.showModal({
+        title: "鎻愮ず",
+        content: "鏄惁閲嶆柊寮�濮嬬瓟棰橈紵", //editable濡傛灉涓簍rue锛岃繖灏辨槸杈撳叆妗嗙殑鍐呭
+        confirmColor: "#ff6c00",
+        cancelColor: "#949494",
+        editable: false, //鏄惁鏄剧ず杈撳叆妗�
+        success: (res) => {
+          if (res.confirm) {
+            this.restart();
+          }
+        },
+      });
+    },
+    // 閲嶅仛浜嬩欢
+    restart() {
+      var myEventDetail = {};
+      var myEventOption = {
+        bubbles: true,
+        composed: true,
+      };
+      this.triggerEvent("restart", myEventDetail, myEventOption);
+    },
+
+    // 杩樻湁N閬撻鏈仛寮圭獥
+    confrimPromptDialog() {
+      wx.showToast({
+        title: `鎮ㄨ繕鏈� ${this.data.noReady}閬撻鏈瓟,璇峰畬鎴愭墍鏈夐鐩悗鎻愪氦銆俙,
+        icon: 'none',
+        duration: 2000
+      });
+    },
+    // 搴曢儴鎻愪氦鎸夐挳
+    submitBtn() {
+      this.setData({
+        noReady: 0,
+      });
+      if (this.properties.submitStatus) return wx.navigateBack();
+      this.properties.questionDataList.forEach((item) => {
+        if (!this.isHaveAnswer(item.userAnswer)) {
+          this.setData({
+            noReady: this.data.noReady + 1,
+          });
+        }
+      });
+      // 鐩存帴璧版彁浜ら�昏緫
+      if (this.data.noReady > 0) {
+        this.confrimPromptDialog();
+      } else {
+        // 鍋氬畬浜嗙洿鎺ユ墽琛屾彁浜や簨浠�
+        this.submitPaper();
+      }
+    },
+    // 鎻愪氦浜嬩欢
+    submitPaper() {
+      var myEventDetail = {};
+      var myEventOption = {
+        bubbles: true,
+        composed: true,
+      };
+      this.triggerEvent("submitPaper", myEventDetail, myEventOption);
+    },
+    // 鎵撳紑娴嬭瘯鎶ュ憡寮圭獥
+    openTestReportDialog() {
+      this.setData({
+        testReportState: true,
+      });
+    },
+    // 鍏抽棴娴嬭瘯鎶ュ憡寮圭獥
+    closeTestReportDialog(e) {
+      this.setData({
+        testReportState: false,
+      });
+    },
+    // 绛旈鏃堕棿鍒�
+    timeout() {
+      wx.showModal({
+        title: "鎻愮ず",
+        content: "绛旈鏃堕棿宸插埌", //editable濡傛灉涓簍rue锛岃繖灏辨槸杈撳叆妗嗙殑鍐呭
+        confirmColor: "#ff6c00",
+        cancelColor: "#949494",
+        editable: false, //鏄惁鏄剧ず杈撳叆妗�
+        showCancel: false,
+        success: (res) => {},
+      });
+      this.submitPaper();
+    },
+  },
+});
\ No newline at end of file
diff --git a/packageBookService/pages/psychologyAnswer/questionOptions/index.json b/packageBookService/pages/psychologyAnswer/questionOptions/index.json
new file mode 100644
index 0000000..8ed1f7c
--- /dev/null
+++ b/packageBookService/pages/psychologyAnswer/questionOptions/index.json
@@ -0,0 +1,13 @@
+{
+  "component": true,
+  "usingComponents": {
+    "t-icon": "tdesign-miniprogram/icon/icon",
+    "t-image": "tdesign-miniprogram/image/image",
+    "t-button": "tdesign-miniprogram/button/button",
+    "t-dialog": "tdesign-miniprogram/dialog/dialog",
+    "t-popup": "tdesign-miniprogram/popup/popup",
+    "t-slider": "tdesign-miniprogram/slider/slider",
+    "t-radio": "tdesign-miniprogram/radio/radio",
+    "t-radio-group": "tdesign-miniprogram/radio-group/radio-group"
+  }
+}
\ No newline at end of file
diff --git a/packageBookService/pages/psychologyAnswer/questionOptions/index.wxml b/packageBookService/pages/psychologyAnswer/questionOptions/index.wxml
new file mode 100644
index 0000000..5706ba2
--- /dev/null
+++ b/packageBookService/pages/psychologyAnswer/questionOptions/index.wxml
@@ -0,0 +1,184 @@
+<!--pages/bookServices/examination/questionOptions/index.wxml-->
+<view
+  class="page-bottom"
+  style="color: {{isNight ? '#fff' : '#000'}}; background-color:{{isNight ? '#202020' : '#fff'}}"
+>
+  <view
+    class="li-option"
+    bind:tap="handlePopup"
+    style="color: {{isNight ? '#fff' : '#000'}};"
+  >
+    <image
+      src="{{isNight ? '/static/images/bookService/examination/datika-w.png' : '/static/images/bookService/examination/questionCard.png'}}"
+    />
+    绛旈鍗�
+  </view>
+  <view
+    class="li-option"
+    bind:tap="setUpBtn"
+    style="color: {{isNight ? '#fff' : '#000'}};"
+  >
+    <image
+      src="{{isNight ? '/static/images/bookService/examination/setting-w.png' : '/static/images/bookService/examination/setting.png'}}"
+    />
+    璁剧疆
+  </view>
+  <view class="bottom-submit">
+    <t-button
+      theme="primary"
+      size="large"
+      style="{{btnStyle}}"
+      bind:tap="submitBtn"
+      >{{!submitStatus ? '鎻愪氦' : '閫�鍑�'}}</t-button
+    >
+  </view>
+</view>
+
+<!-- 绛旈鍗� -->
+<t-popup
+  visible="{{questionCardState}}"
+  bind:visible-change="onVisibleChange"
+  placement="bottom"
+>
+  <view class="popup-block">
+    <view class="popup-header">
+      <view class="popup-title">绛旈鍗�</view>
+    </view>
+    <view class="question-explain">
+      <view class="explain-answered">
+        <text class="answered explain-color-box"></text>
+        <text>宸茬瓟</text>
+      </view>
+      <view class="explain-un-answered" wx:if="{{!submitStatus}}">
+        <text class="un-answered explain-color-box"></text>
+        <text>鏈瓟</text>
+      </view>
+    </view>
+    <scroll-view scroll-y="{{true}}" class="question-card-list">
+      <view class="question-list">
+        <view
+          bind:tap="goQuestion"
+          data-id="{{citem.id}}"
+          wx:for="{{questionDataList}}"
+          wx:for-item="citem"
+          wx:for-index="cindex"
+          wx:key="cindex"
+          style="border: {{showId == citem.id ? '1px solid #ff6c00' : ''}}"
+          class="question-box {{ citem.isUserAnswer ? 'answered' : 'un-answered' }}"
+        >
+          {{cindex+1}}
+        </view>
+      </view>
+    </scroll-view>
+  </view>
+</t-popup>
+
+<!-- 璁剧疆 -->
+<t-popup
+  visible="{{setUpPopup}}"
+  bind:visible-change="onSetUpChange"
+  placement="bottom"
+>
+  <view class="popup-block set-up-popup">
+    <view class="popup-header">
+      <view class="popup-title">璁剧疆</view>
+    </view>
+    <!-- 浜害 -->
+    <view class="brightness">
+      <text>A-</text>
+      <view class="brightness-slider">
+        <!-- <t-slider
+          value="{{sliderValue}}"
+          theme="capsule"
+          min="{{24}}"
+          max="{{100}}"
+          step="{{7}}"
+          bind:change="onChangeSlider"
+        /> -->
+        <slider
+          value="{{sliderValue}}"
+          min="{{28}}"
+          max="{{48}}"
+          step="{{7}}"
+          activeColor="#ff6c00"
+          bind:change="onChangeSlider"
+        />
+      </view>
+
+      <text>A+</text>
+    </view>
+    <!-- 妯″紡 -->
+    <view>
+      <t-radio-group
+        class="test-radio"
+        t-class="horizontal-box"
+        value="{{radioItem}}"
+        bind:change="onRadioChange"
+        style="margin: 0px"
+      >
+        <view class="card {{radioItem == 'daytime' ? 'card--active' : ''}}">
+          <t-radio value="daytime" icon="none" borderless style="height: 100%">
+            <view class="radio-content" slot="content">
+              <image
+                src="{{ radioItem == 'daytime' ? '/static/images/bookService/examination/rijian-click.png' : '/static/images/bookService/examination/rijian.png'}}"
+              />
+              <text style="color: {{radioItem == 'daytime' ? '#fff':''}};"
+                >鏃ラ棿妯″紡</text
+              >
+            </view>
+          </t-radio>
+        </view>
+        <view class="card {{radioItem == 'night' ? 'card--active' : ''}}">
+          <t-radio value="night" icon="none" borderless style="height: 100%">
+            <view class="radio-content" slot="content">
+              <image
+                src="{{ radioItem == 'night' ? '/static/images/bookService/examination/yejian-click.png' : '/static/images/bookService/examination/yejian.png'}}"
+              />
+              <text style="color: {{radioItem == 'night' ? '#fff':''}};"
+                >澶滈棿妯″紡</text
+              >
+            </view>
+          </t-radio>
+        </view>
+      </t-radio-group>
+    </view>
+  </view>
+</t-popup>
+
+<!-- 娴嬭瘯鎶ュ憡 -->
+
+<t-dialog
+  class="test-report"
+  visible="{{testReportState}}"
+  confirm-btn="{{null}}"
+  title="娴嬭瘯鎶ュ憡"
+  bind:close="closeTestReportDialog"
+>
+  <view slot="content" class="test-report">
+    <view class="report-content-top">
+      <view class="report-li">
+        <view class="report-li-left">棰樼洰鎬绘暟锛�</view>
+        <view class="report-li-right">{{questionDataList.length}}閬�</view>
+      </view>
+      <view
+        wx:for="{{scoreData}}"
+        wx:for-item="ditem"
+        wx:for-index="dindex"
+        wx:key="dindex"
+      >
+        <view class="report-li">
+          <view class="report-li-left">{{ditem.name}}:</view>
+          <view class="report-li-right"
+            ><text class="score-color">{{ditem.score}}</text> 鍒�</view
+          >
+        </view>
+        <view class="report-li">
+          <view class="report-li-left" style="white-space: nowrap">缁撴灉:</view>
+          <view class="report-li-right"
+            ><text class="score-color">{{ditem.dispatch}}</text></view
+          >
+        </view>
+      </view>
+    </view>
+  </view>
+</t-dialog>
diff --git a/packageBookService/pages/psychologyAnswer/questionOptions/index.wxss b/packageBookService/pages/psychologyAnswer/questionOptions/index.wxss
new file mode 100644
index 0000000..669fc23
--- /dev/null
+++ b/packageBookService/pages/psychologyAnswer/questionOptions/index.wxss
@@ -0,0 +1,261 @@
+/* pages/bookServices/examination/questionOptions/index.wxss */
+.page-bottom {
+  display: flex;
+  justify-content: space-evenly;
+  align-items: center;
+  position: fixed;
+  bottom: 30rpx;
+  width: 100%;
+  height: 180rpx;
+  /* background-color: red; */
+}
+
+.li-option {
+  display: flex;
+  flex-direction: column;
+  align-items: center;
+  font-size: 24rpx;
+  color: #010101;
+}
+
+.li-option image {
+  margin-bottom: 16rpx;
+}
+
+.page-bottom image {
+  width: 36rpx;
+  height: 36rpx;
+}
+
+.bottom-submit {
+  --td-button-primary-bg-color: #ff6c00;
+  --td-button-primary-border-color: #FF6C00;
+  --td-button-primary-active-bg-color: #ff984d;
+  --td-button-primary-active-border-color: #ff984d;
+}
+
+/* 绛旈鍗� */
+.popup-block {
+  width: 100vw;
+  height: 700rpx;
+  padding-bottom: 100rpx;
+  background: #fff;
+  border-top-left-radius: 16rpx;
+  border-top-right-radius: 16rpx;
+}
+
+.popup-header {
+  display: flex;
+  align-items: center;
+  height: 116rpx;
+}
+
+.popup-title {
+  color: #333;
+  flex: 1;
+  text-align: center;
+  font-weight: 600;
+  font-size: 36rpx;
+}
+
+.question-card-list {
+  padding: 0 20rpx;
+  margin-bottom: 100rpx;
+  height: 500rpx;
+}
+
+.question-title {
+  /* margin-top: 40rpx; */
+  display: flex;
+  align-items: center;
+}
+
+.question-explain {
+  height: 100rpx;
+  padding-right: 40rpx;
+  display: flex;
+  justify-content: flex-end;
+}
+
+.explain-un-answered,
+.correct-box,
+.error-box {
+  margin-left: 80rpx;
+}
+
+.explain-answered,
+.explain-un-answered,
+.correct-box,
+.error-box {
+  display: flex;
+  align-items: center;
+}
+
+.explain-color-box {
+  width: 30rpx;
+  height: 30rpx;
+  border-radius: 5rpx;
+  display: inline-block;
+  margin-right: 10rpx;
+}
+
+.color-box {
+  display: inline-block;
+  width: 8rpx;
+  height: 60rpx;
+  background-color: #ff6c00;
+  border-radius: 0 10rpx 10rpx 0;
+}
+
+.title-text {
+  color: #333;
+  margin-left: 10rpx;
+}
+
+.card-box {
+  margin-bottom: 50rpx;
+}
+
+.card-box:last-child {
+  margin-bottom: 100rpx;
+}
+
+.question-list {
+  margin: 8rpx 0;
+  display: flex;
+  flex-wrap: wrap;
+}
+
+.question-box {
+  display: flex;
+  justify-content: center;
+  align-items: center;
+  margin: 20rpx 20rpx 0 0;
+  width: 120rpx;
+  height: 62rpx;
+  font-size: 34rpx;
+}
+
+.question-box:nth-child(5n) {
+  margin-right: 0;
+}
+
+.answered {
+  background-color: #FF6C00;
+  color: #fff;
+}
+
+.error-box-color {
+  background-color: #EE1818 !important;
+  color: #fff !important;
+}
+
+.correct-box-color {
+  background-color: #1FBC1F !important;
+  color: #fff !important;
+}
+
+.un-answered {
+  background-color: #F1F3F8;
+  color: #B4B6BD;
+}
+
+/* 璁剧疆 */
+.set-up-popup {
+  height: 400rpx;
+}
+
+/* 娴嬭瘯鎶ュ憡 */
+.test-report {
+  --td-dialog-width: 660rpx
+}
+
+.report-content-top {
+  padding-top: 40rpx;
+}
+
+.report-li {
+  display: flex;
+  color: #333;
+  margin-bottom: 44rpx;
+}
+
+.report-li-left {
+  width: 192rpx;
+}
+
+.report-li-right {
+  margin-left: 120rpx;
+}
+
+.report-content-bottom {
+  --td-button-border-radius: 60rpx;
+  --td-button-primary-bg-color: #fff;
+  --td-button-primary-color: #ff6c00;
+  --td-button-primary-border-color: #ff6c00;
+  --td-button-primary-active-bg-color: #fff0e6;
+  --td-button-primary-active-border-color: #ff6c00;
+}
+
+.correct-color {
+  color: #1FBC1F;
+}
+
+.error-color {
+  color: #EE1818;
+}
+
+.score-color {
+  color: #ff6c00;
+}
+
+.brightness {
+  display: flex;
+  justify-content: space-evenly;
+  align-items: center;
+  margin-bottom: 40rpx;
+}
+
+.brightness-slider {
+  width: 80%;
+  --td-slider-active-color: #ff6c00;
+}
+
+.test-radio {
+  height: 80rpx;
+  display: flex;
+  justify-content: space-evenly;
+  --td-radio-content-font-size: 28rpx;
+  --td-radio-vertical-padding: 0
+}
+
+.test-radio image {
+  width: 34rpx;
+  height: 34rpx;
+  margin-right: 18rpx;
+}
+
+.card {
+  position: relative;
+  border-radius: 10rpx;
+  overflow: hidden;
+  box-sizing: border-box;
+  /* border: 3rpx solid #ff6c00; */
+  --td-radio-content-color: #0F1214;
+  --td-radio-bg-color: #EFF0F1;
+
+}
+
+.card--active {
+  border-color: #ff6c00;
+  --td-radio-bg-color: #ff6c00;
+  --td-radio-content-color: #fff;
+}
+
+.radio-content {
+  display: flex;
+  align-items: center;
+  justify-content: center;
+  width: 300rpx;
+  height: 68rpx;
+}
\ No newline at end of file
diff --git a/packageBookService/pages/psychologyAnswer/testdata/index.js b/packageBookService/pages/psychologyAnswer/testdata/index.js
new file mode 100644
index 0000000..4278718
--- /dev/null
+++ b/packageBookService/pages/psychologyAnswer/testdata/index.js
@@ -0,0 +1,6025 @@
+var localData = {
+  "list": [
+    {
+      "name": "娴嬫祴浣犵殑鐢熸椿鍝佽川",
+      "title": "璇蜂粩缁嗛槄璇讳互涓嬮棶棰橈紝鍑綘鐨勭涓�鎰熻鍥炵瓟銆傝閫夋嫨涓庝綘鐩哥鐨勭瓟妗堬紝鍗充娇浣犳劅鍒颁笉澶‘瀹氾紝涔熻鍥炵瓟姣忎釜闂銆�",
+      "fromType": "json",
+      "scoreRules": [],
+      "scoreData": [{
+        "name": "寰楀垎",
+        "dispatch": "",
+        "range": "all",
+        "score": 0,
+        "result": [{
+            "score": [
+              0,
+              14
+            ],
+            "desc": "浣犲鑷繁鐨勭敓娲诲搧璐ㄦ弧鎰忋�傚涔犲績鐞嗗鐭ヨ瘑鍜岃繘琛岀Н鏋佺殑鑷垜璁粌鑳芥暀浣犳洿娣卞叆鍦伴浼氱敓娲荤殑鐪熻皼锛屽浼氭棤鎷樻棤鏉熷湴鐢熸椿鍜屼韩鍙楃敓娲荤殑涔愯叮銆�"
+          },
+          {
+            "score": [
+              15,
+              31
+            ],
+            "desc": "浣犵殑鐢熸椿鍝佽川鏄庢樉鍙楅檺銆傚涔犲績鐞嗗鐭ヨ瘑鍜岃繘琛岀Н鏋佺殑鑷垜璁粌浼氬湪甯姪浣犺浆鍙樹负蹇箰鐨勪汉鐨勮繃绋嬩腑璧峰法澶х殑鎺ㄥ姩浣滅敤銆�"
+          },
+          {
+            "score": [
+              31,
+              60
+            ],
+            "desc": "浣犵殑鐢熸椿鍝佽川涓ラ噸鍙楁崯銆傚涔犲績鐞嗗鐭ヨ瘑鍜岃繘琛岀Н鏋佺殑鑷垜璁粌鑳借浣犵殑鐢熸椿鍝佽川鍙戠敓缈诲ぉ瑕嗗湴鐨勫彉鍖栥��"
+          }
+        ]
+      }],
+      "optionList": [
+        [{
+            "txt": "鏄�",
+            "value": "A",
+            "score": 1
+          },
+          {
+            "txt": "鍚�",
+            "value": "B",
+            "score": 0
+          }
+        ]
+      ],
+      "list": [{
+          "analysisCon": "鐣�",
+          "id": "0C85D525",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "鎴戜笉鏄竴涓緢绉瀬鐨勪汉銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "0C85D526",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "鎴戦�氬父閱掓潵閮戒細甯︾潃瀵规柊鐨勪竴澶╃敓娲荤殑鎭愭儳"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "0C85D527",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "鎴戦�氬父閱掓潵閮戒細甯︾潃瀵规柊鐨勪竴澶╃敓娲荤殑鎭愭儳"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "0C85D528",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "鎴戜技涔庢湁璁稿閬楁喚鈥冦��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "0C85D529",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "鎴戠粡甯稿珘濡掑埆浜衡�冦��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "0C85D530",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "鎴戝帉鎭惰嚜宸辩殑宸ヤ綔銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "0C85D531",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "鎴戜笉濡傚埆浜哄揩涔愩��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "0C85D532",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "鎴戞��鎻h澶氬咖铏戙��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "0C85D533",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "鎴戠粡甯稿枩鎬掓棤甯告垨閮侀椃銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "0C85D534",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "鎴戞媴蹇ф垨鑰冭檻寰楀お澶氥��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "0C85D535",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "鎴戜技涔庤繍姘斾笉濂姐��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "0C85D536",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "鎴戠粡甯镐互鈥滃鏋溾�︹�﹀氨濂戒簡鈥濇潵寮�濮嬭�冭檻闂"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "0C85D537",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "鎴戞病鏈夊畨鍏ㄦ劅銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "0C85D538",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "鎴戠粡甯稿お娑堟瀬銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "0C85D539",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "杩囧幓鍗婂勾鎴戞儕鎭愬彂浣滆繃涓嶆涓�娆°��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "0C85D540",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "鎴戦�氬父浼氭劅鍒拌嚜宸变笉濡傚埆浜恒��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "optionStyle": "Txt",
+          "optionIndex": 0,
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "鐢熸椿鏄笉鏂專鎵庣殑杩囩▼銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "0C85D542",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "鎴戞�绘槸鏈変簨涓嶇О蹇冨鎰忋��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "0C85D543",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "鎴戦殢鏃惰嚜鎴戞��鐤戙��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "0C85D544",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "鎴戝姙浜嬪緢鎷栨矒銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "0C85D545",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "鎴戝畞鍙幇鍦ㄨ皑鎱庝簺涔熶笉鎰垮皢鏉ュ悗鎮旇帿鍙娿��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "0C85D545",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "鎴戞氮璐逛簡澶鐨勬椂闂淬��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "0C85D545",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "鎴戠粡甯稿仛鍋囧畾鎺ㄦ祴銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "0C85D545",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "鎴戠粡甯哥劍铏戞垨绱у紶銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "0C85D546",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "鍦ㄤ汉闄呭叧绯绘柟闈㈡垜閫氬父鍙劅鍒扮珵浜夈��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "0C85D547",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "鎴戦�氬父鎰熻鏈変笉鍙悕鐘剁殑韬綋鐥涜嫤鐨勬姌纾ㄣ��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "0C85D548",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "鎴戠粡甯稿仛鍣╂ⅵ銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "0C85D549",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "鎴戞帴鍙楄繃鐒﹁檻鎴栨姂閮佺殑娌荤枟銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "0C85D550",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "鎴戞�绘槸璁や负杩樹細鏈夋渶绯熺殑鎯呭喌鍑虹幇銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "0C85N551",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "鎴戞病鏈夊灏戝叴瓒g埍濂姐��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "0C85M551",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "鎴戝緢瀹规槗鍘屽�︺��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "0C85D551",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "鎴戠殑寮�閿�澶ぇ銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "0C85D552",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "鎴戜笉鏄竴涓ソ鍚紬銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "0C85D553",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "鎴戠己涔忔瘏鍔涖��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "0C85D554",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "鎴戝緢鎳掋��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "0C85D555",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "鎴戜竴鐩寸柌鎯��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "0C85D556",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "鎴戠緸浜庡紑鍙e鍒汉璇粹�滀笉鈥濄��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "0C85D557",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "鎴戠湅鐢佃鐨勬椂闂村お澶氥��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "0C85D558",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "鎴戠殑鐫$湢涓嶅ソ銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "0C85D559",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "鎴戝鎬曞彉鑰併��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "0C85D560",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "鎴戠粡甯稿績鎬�鎬ㄦ仺銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "0C85D561",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "鎴戠殑鐩歌矊瀵规垜澶噸瑕佷簡銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "0C85D562",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "鎴戝叆鐫″洶闅俱��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "0C85D563",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "鎴戝悵鍟��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "0C85D564",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "鎴戠粡甯搁厳閰掋��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "0C85D565",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "鎴戝鏀瑰彉鏈変簺鏃犳墍閫備粠銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "0C85D566",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "鎴戞棤娉曞叏韬績鍦版姇鍏ュ伐浣溿��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "0C85D567",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "鎴戠殑宸ヤ綔鏁堢巼浣庛��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "0C85D568",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "鎴戜竴鐩村鍒汉鍚规瘺姹傜柕銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "0C85D569",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "鎴戜竴鐩存劅瑙夊繖纰屻�佹椂闂翠笉澶熴��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "0C85D570",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "鎴戣涓鸿嚜宸辩殑鎯呮劅涓嶄赴瀵屻��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        }
+      ]
+    },
+    {
+      "name": "韬綋鐥囩姸闂嵎",
+      "title": "涓嬮潰鏄笌蹇冪悊鍥犵礌鐩稿叧鐨勮韩浣撶棁鐘跺垪琛紝璇锋牴鎹嚜宸变笂涓�鍛ㄧ殑鎯呭喌锛屽湪鐩稿簲鐨勪綅缃笂鐢诲湀锛岀湅鐪嬪伐浣滈噺涓庤韩浣撶棁鐘朵箣闂存槸鍚﹀瓨鍦ㄨ仈绯汇��",
+      "fromType": "json",
+      "scoreRules": [],
+      "scoreData": [{
+        "name": "寰楀垎",
+        "dispatch": "",
+        "range": "all",
+        "score": 0,
+        "result": [{
+            "score": [
+              0,
+              30
+            ],
+            "desc": "鍋ュ悍鐘跺喌鑹ソ"
+          },
+          {
+            "score": [
+              31,
+              200
+            ],
+            "desc": "鍙兘瀛樺湪涓庡績鐞嗗洜绱犳湁鍏崇殑鍋ュ悍闂"
+          }
+        ]
+      }],
+      "optionList": [
+        [{
+            "txt": "0",
+            "value": "A",
+            "score": 0
+          },
+          {
+            "txt": "1",
+            "value": "B",
+            "score": 1
+          },
+          {
+            "txt": "2",
+            "value": "C",
+            "score": 2
+          },
+          {
+            "txt": "3",
+            "value": "D",
+            "score": 3
+          },
+          {
+            "txt": "4",
+            "value": "E",
+            "score": 4
+          },
+          {
+            "txt": "5",
+            "value": "F",
+            "score": 5
+          },
+          {
+            "txt": "6",
+            "value": "G",
+            "score": 6
+          },
+          {
+            "txt": "7",
+            "value": "H",
+            "score": 7
+          }
+        ],
+        [{
+            "txt": "1",
+            "value": "A",
+            "score": 1
+          },
+          {
+            "txt": "2",
+            "value": "B",
+            "score": 2
+          },
+          {
+            "txt": "3",
+            "value": "C",
+            "score": 3
+          },
+          {
+            "txt": "4",
+            "value": "D",
+            "score": 4
+          },
+          {
+            "txt": "5",
+            "value": "E",
+            "score": 5
+          }
+        ]
+      ],
+      "list": [{
+          "id": "0C85D561",
+          "analysisCon": "鐣�",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "绱у紶鎬уご鐥涘缁忓父锛燂紙涓婂懆鍑虹幇鐨勫ぉ鏁帮級"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "id": "0C85D562",
+          "analysisCon": "鐣�",
+          "optionIndex": 1,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "绱у紶鎬уご鐥涘涓ラ噸锛燂紙1=杞诲井鐨勶紝5=寰堜弗閲嶇殑锛�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "id": "0C85D563",
+          "analysisCon": "鐣�",
+          "optionIndex": 1,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "绱у紶鎬уご鐥涙寔缁椂闂达紵锛�1=1灏忔椂锛�5=鍏ㄥぉ锛�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "id": "0C85D564",
+          "analysisCon": "鐣�",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鍋忓ご鐥涘缁忓父锛燂紙涓婂懆鍑虹幇鐨勫ぉ鏁帮級"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "id": "0C85D565",
+          "analysisCon": "鐣�",
+          "optionIndex": 1,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鍋忓ご鐥涘涓ラ噸锛燂紙1=杞诲井鐨勶紝5=寰堜弗閲嶇殑锛�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "id": "0C85D566",
+          "analysisCon": "鐣�",
+          "optionIndex": 1,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鍋忓ご鐥涙寔缁椂闂达紵锛�1=1灏忔椂锛�5=鍏ㄥぉ锛�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "id": "0C85D567",
+          "analysisCon": "鐣�",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鑲岃倝绱у紶锛堣剸瀛愬拰/鎴栬偐鑶�锛夊缁忓父锛燂紙涓婂懆鍑虹幇鐨勫ぉ鏁帮級"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "id": "0C85D568",
+          "analysisCon": "鐣�",
+          "optionIndex": 1,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鑲岃倝绱у紶锛堣剸瀛愬拰/鎴栬偐鑶�锛夊涓ラ噸锛燂紙1=杞诲井鐨勶紝5=寰堜弗閲嶇殑锛�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "id": "0C85D569",
+          "analysisCon": "鐣�",
+          "optionIndex": 1,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鑲岃倝绱у紶锛堣剸瀛愬拰/鎴栬偐鑶�锛夋寔缁椂闂达紵锛�1=1灏忔椂锛�5=鍏ㄥぉ锛�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "id": "0C85D570",
+          "analysisCon": "鐣�",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鑲岃倝绱у紶锛堜笅鑳岄儴锛夊缁忓父锛燂紙涓婂懆鍑虹幇鐨勫ぉ鏁帮級"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "id": "0C85D571",
+          "analysisCon": "鐣�",
+          "optionIndex": 1,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鑲岃倝绱у紶锛堜笅鑳岄儴锛夊涓ラ噸锛燂紙1=杞诲井鐨勶紝5=寰堜弗閲嶇殑锛�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "id": "0C85D572",
+          "analysisCon": "鐣�",
+          "optionIndex": 1,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鑲岃倝绱у紶锛堜笅鑳岄儴锛夋寔缁椂闂达紵锛�1=1灏忔椂锛�5=鍏ㄥぉ锛�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "id": "0C85D573",
+          "analysisCon": "鐣�",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鍏宠妭鐥涘缁忓父锛燂紙涓婂懆鍑虹幇鐨勫ぉ鏁帮級"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "id": "0C85D574",
+          "analysisCon": "鐣�",
+          "optionIndex": 1,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鍏宠妭鐥涘涓ラ噸锛燂紙1=杞诲井鐨勶紝5=寰堜弗閲嶇殑锛�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "id": "0C85D575",
+          "analysisCon": "鐣�",
+          "optionIndex": 1,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鍏宠妭鐥涙寔缁椂闂达紵锛�1=1灏忔椂锛�5=鍏ㄥぉ锛�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "id": "0C85D576",
+          "analysisCon": "鐣�",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鎰熷啋澶氱粡甯革紵锛堜笂鍛ㄥ嚭鐜扮殑澶╂暟锛�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "id": "0C85D577",
+          "analysisCon": "鐣�",
+          "optionIndex": 1,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鎰熷啋澶氫弗閲嶏紵锛�1=杞诲井鐨勶紝5=寰堜弗閲嶇殑锛�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "id": "0C85D578",
+          "analysisCon": "鐣�",
+          "optionIndex": 1,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鎰熷啋鎸佺画鏃堕棿锛燂紙1=1灏忔椂锛�5=鍏ㄥぉ锛�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "id": "0C85D579",
+          "analysisCon": "鐣�",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "娴佹劅澶氱粡甯革紵锛堜笂鍛ㄥ嚭鐜扮殑澶╂暟锛�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "id": "0C85D580",
+          "analysisCon": "鐣�",
+          "optionIndex": 1,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "娴佹劅澶氫弗閲嶏紵锛�1=杞诲井鐨勶紝5=寰堜弗閲嶇殑锛�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "id": "0C85D581",
+          "analysisCon": "鐣�",
+          "optionIndex": 1,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "娴佹劅鎸佺画鏃堕棿锛燂紙1=1灏忔椂锛�5=鍏ㄥぉ锛�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "id": "0C85D582",
+          "analysisCon": "鐣�",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鑳冪柤澶氱粡甯革紵锛堜笂鍛ㄥ嚭鐜扮殑澶╂暟锛�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "id": "0C85D583",
+          "analysisCon": "鐣�",
+          "optionIndex": 1,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鑳冪柤澶氫弗閲嶏紵锛�1=杞诲井鐨勶紝5=寰堜弗閲嶇殑锛�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "id": "0C85D584",
+          "analysisCon": "鐣�",
+          "optionIndex": 1,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鑳冪柤鎸佺画鏃堕棿锛燂紙1=1灏忔椂锛�5=鍏ㄥぉ锛�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "id": "0C85D585",
+          "analysisCon": "鐣�",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鑳冭儉姘�/鑵硅儉澶氱粡甯革紵锛堜笂鍛ㄥ嚭鐜扮殑澶╂暟锛�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "id": "0C85D586",
+          "analysisCon": "鐣�",
+          "optionIndex": 1,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鑳冭儉姘�/鑵硅儉澶氫弗閲嶏紵锛�1=杞诲井鐨勶紝5=寰堜弗閲嶇殑锛�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "id": "0C85D587",
+          "analysisCon": "鐣�",
+          "optionIndex": 1,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鑳冭儉姘�/鑵硅儉鎸佺画鏃堕棿锛燂紙1=1灏忔椂锛�5=鍏ㄥぉ锛�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "id": "0C85D588",
+          "analysisCon": "鐣�",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鑵规郴澶氱粡甯革紵锛堜笂鍛ㄥ嚭鐜扮殑澶╂暟锛�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "id": "0C85D589",
+          "analysisCon": "鐣�",
+          "optionIndex": 1,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鑵规郴澶氫弗閲嶏紵锛�1=杞诲井鐨勶紝5=寰堜弗閲嶇殑锛�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "id": "0C85D58A",
+          "analysisCon": "鐣�",
+          "optionIndex": 1,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鑵规郴鎸佺画鏃堕棿锛燂紙1=1灏忔椂锛�5=鍏ㄥぉ锛�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "id": "0C85D58B",
+          "analysisCon": "鐣�",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "渚跨澶氱粡甯革紵锛堜笂鍛ㄥ嚭鐜扮殑澶╂暟锛�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "id": "0C85D58C",
+          "analysisCon": "鐣�",
+          "optionIndex": 1,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "渚跨澶氫弗閲嶏紵锛�1=杞诲井鐨勶紝5=寰堜弗閲嶇殑锛�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "id": "0C85D58D",
+          "analysisCon": "鐣�",
+          "optionIndex": 1,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "渚跨鎸佺画鏃堕棿锛燂紙1=1灏忔椂锛�5=鍏ㄥぉ锛�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "id": "0C85D58E",
+          "analysisCon": "鐣�",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "婧冪枴澶氱粡甯革紵锛堜笂鍛ㄥ嚭鐜扮殑澶╂暟锛�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "id": "0C85D58F",
+          "analysisCon": "鐣�",
+          "optionIndex": 1,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "婧冪枴澶氫弗閲嶏紵锛�1=杞诲井鐨勶紝5=寰堜弗閲嶇殑锛�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "id": "0C85D590",
+          "analysisCon": "鐣�",
+          "optionIndex": 1,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "婧冪枴鎸佺画鏃堕棿锛燂紙1=1灏忔椂锛�5=鍏ㄥぉ锛�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "id": "0C85D591",
+          "analysisCon": "鐣�",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鍝枠鍙戜綔澶氱粡甯革紵锛堜笂鍛ㄥ嚭鐜扮殑澶╂暟锛�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "id": "0C85D592",
+          "analysisCon": "鐣�",
+          "optionIndex": 1,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鍝枠鍙戜綔澶氫弗閲嶏紵锛�1=杞诲井鐨勶紝5=寰堜弗閲嶇殑锛�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "id": "0C85D593",
+          "analysisCon": "鐣�",
+          "optionIndex": 1,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鍝枠鍙戜綔鎸佺画鏃堕棿锛燂紙1=1灏忔椂锛�5=鍏ㄥぉ锛�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "id": "0C85D594",
+          "analysisCon": "鐣�",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": " 杩囨晱澶氱粡甯革紵锛堜笂鍛ㄥ嚭鐜扮殑澶╂暟锛�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "id": "0C85D595",
+          "analysisCon": "鐣�",
+          "optionIndex": 1,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "杩囨晱澶氫弗閲嶏紵锛�1=杞诲井鐨勶紝5=寰堜弗閲嶇殑锛�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "id": "0C85D596",
+          "analysisCon": "鐣�",
+          "optionIndex": 1,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "杩囨晱鎸佺画鏃堕棿锛燂紙1=1灏忔椂锛�5=鍏ㄥぉ锛�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "id": "0C85D597",
+          "analysisCon": "鐣�",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鍞囩柋鐤瑰缁忓父锛燂紙涓婂懆鍑虹幇鐨勫ぉ鏁帮級"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "id": "0C85D598",
+          "analysisCon": "鐣�",
+          "optionIndex": 1,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鍞囩柋鐤瑰涓ラ噸锛燂紙1=杞诲井鐨勶紝5=寰堜弗閲嶇殑锛�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "id": "0C85D599",
+          "analysisCon": "鐣�",
+          "optionIndex": 1,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鍞囩柋鐤规寔缁椂闂达紵锛�1=1灏忔椂锛�5=鍏ㄥぉ锛�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "id": "0C85D59A",
+          "analysisCon": "鐣�",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鐪╂檿澶氱粡甯革紵锛堜笂鍛ㄥ嚭鐜扮殑澶╂暟锛�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "id": "0C85D59B",
+          "analysisCon": "鐣�",
+          "optionIndex": 1,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": " 鐪╂檿澶氫弗閲嶏紵锛�1=杞诲井鐨勶紝5=寰堜弗閲嶇殑锛�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "id": "0C85D59C",
+          "analysisCon": "鐣�",
+          "optionIndex": 1,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鐪╂檿鎸佺画鏃堕棿锛燂紙1=1灏忔椂锛�5=鍏ㄥぉ锛�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "id": "0C85D59D",
+          "analysisCon": "鐣�",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "蹇冩偢锛堟瘮璧涙椂鐨勫績璺筹級澶氱粡甯革紵锛堜笂鍛ㄥ嚭鐜扮殑澶╂暟锛�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "id": "0C85D59E",
+          "analysisCon": "鐣�",
+          "optionIndex": 1,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "蹇冩偢锛堟瘮璧涙椂鐨勫績璺筹級澶氫弗閲嶏紵锛�1=杞诲井鐨勶紝5=寰堜弗閲嶇殑锛�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "id": "0C85D59F",
+          "analysisCon": "鐣�",
+          "optionIndex": 1,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "蹇冩偢锛堟瘮璧涙椂鐨勫績璺筹級鎸佺画鏃堕棿锛燂紙1=1灏忔椂锛�5=鍏ㄥぉ锛�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "id": "0C85D5A0",
+          "analysisCon": "鐣�",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "棰炰笅棰屽叧鑺傚姛鑳界磰涔辩患鍚堝緛澶氱粡甯革紵锛堜笂鍛ㄥ嚭鐜扮殑澶╂暟锛�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "id": "0C85D5A1",
+          "analysisCon": "鐣�",
+          "optionIndex": 1,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "棰炰笅棰屽叧鑺傚姛鑳界磰涔辩患鍚堝緛澶氫弗閲嶏紵锛�1=杞诲井鐨勶紝5=寰堜弗閲嶇殑锛�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "id": "0C85D5A2",
+          "analysisCon": "鐣�",
+          "optionIndex": 1,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "棰炰笅棰屽叧鑺傚姛鑳界磰涔辩患鍚堝緛鎸佺画鏃堕棿锛燂紙1=1灏忔椂锛�5=鍏ㄥぉ锛�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "id": "0C85D5A3",
+          "analysisCon": "鐣�",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "澶辩湢澶氱粡甯革紵锛堜笂鍛ㄥ嚭鐜扮殑澶╂暟锛�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "id": "0C85D5A4",
+          "analysisCon": "鐣�",
+          "optionIndex": 1,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "澶辩湢澶氫弗閲嶏紵锛�1=杞诲井鐨勶紝5=寰堜弗閲嶇殑锛�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "id": "0C85D5A5",
+          "analysisCon": "鐣�",
+          "optionIndex": 1,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "澶辩湢鎸佺画鏃堕棿锛燂紙1=1灏忔椂锛�5=鍏ㄥぉ锛�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "id": "0C85D5A6",
+          "analysisCon": "鐣�",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鍣╂ⅵ澶氱粡甯革紵锛堜笂鍛ㄥ嚭鐜扮殑澶╂暟锛�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "id": "0C85D5A7",
+          "analysisCon": "鐣�",
+          "optionIndex": 1,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鍣╂ⅵ澶氫弗閲嶏紵锛�1=杞诲井鐨勶紝5=寰堜弗閲嶇殑锛�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "id": "0C85D5A8",
+          "analysisCon": "鐣�",
+          "optionIndex": 1,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鍣╂ⅵ鎸佺画鏃堕棿锛燂紙1=1灏忔椂锛�5=鍏ㄥぉ锛�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "id": "0C85D5A9",
+          "analysisCon": "鐣�",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鐤叉儷澶氱粡甯革紵锛堜笂鍛ㄥ嚭鐜扮殑澶╂暟锛�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "id": "0C85D5AA",
+          "analysisCon": "鐣�",
+          "optionIndex": 1,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鐤叉儷澶氫弗閲嶏紵锛�1=杞诲井鐨勶紝5=寰堜弗閲嶇殑锛�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "id": "0C85D5AB",
+          "analysisCon": "鐣�",
+          "optionIndex": 1,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鐤叉儷鎸佺画鏃堕棿锛燂紙1=1灏忔椂锛�5=鍏ㄥぉ锛�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "id": "0C85D5AC",
+          "analysisCon": "鐣�",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鐥旂柈澶氱粡甯革紵锛堜笂鍛ㄥ嚭鐜扮殑澶╂暟锛�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "id": "0C85D5AD",
+          "analysisCon": "鐣�",
+          "optionIndex": 1,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鐥旂柈澶氫弗閲嶏紵锛�1=杞诲井鐨勶紝5=寰堜弗閲嶇殑锛�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "id": "0C85D5AE",
+          "analysisCon": "鐣�",
+          "optionIndex": 1,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鐥旂柈鎸佺画鏃堕棿锛燂紙1=1灏忔椂锛�5=鍏ㄥぉ锛�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "id": "0C85D5AF",
+          "analysisCon": "鐣�",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "涓樼柟/鐥ょ柈澶氱粡甯革紵锛堜笂鍛ㄥ嚭鐜扮殑澶╂暟锛�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "id": "0C85D5B0",
+          "analysisCon": "鐣�",
+          "optionIndex": 1,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "涓樼柟/鐥ょ柈澶氫弗閲嶏紵锛�1=杞诲井鐨勶紝5=寰堜弗閲嶇殑锛�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "id": "0C85D5B1",
+          "analysisCon": "鐣�",
+          "optionIndex": 1,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "涓樼柟/鐥ょ柈鎸佺画鏃堕棿锛燂紙1=1灏忔椂锛�5=鍏ㄥぉ锛�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "id": "0C85D5B2",
+          "analysisCon": "鐣�",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鐥涚粡澶氱粡甯革紵锛堜笂鍛ㄥ嚭鐜扮殑澶╂暟锛�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "id": "0C85D5B3",
+          "analysisCon": "鐣�",
+          "optionIndex": 1,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鐥涚粡澶氫弗閲嶏紵锛�1=杞诲井鐨勶紝5=寰堜弗閲嶇殑锛�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "id": "0C85D5B4",
+          "analysisCon": "鐣�",
+          "optionIndex": 1,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鐥涚粡鎸佺画鏃堕棿锛燂紙1=1灏忔椂锛�5=鍏ㄥぉ锛�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "id": "0C85D5B5",
+          "analysisCon": "鐣�",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": " 棰戠箒鐨勬剰澶栧缁忓父锛燂紙涓婂懆鍑虹幇鐨勫ぉ鏁帮級"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "id": "0C85D5B6",
+          "analysisCon": "鐣�",
+          "optionIndex": 1,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": " 棰戠箒鐨勬剰澶栧涓ラ噸锛燂紙1=杞诲井鐨勶紝5=寰堜弗閲嶇殑锛�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "id": "0C85D5B7",
+          "analysisCon": "鐣�",
+          "optionIndex": 1,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": " 棰戠箒鐨勬剰澶栨寔缁椂闂达紵锛�1=1灏忔椂锛�5=鍏ㄥぉ锛�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "id": "0C85D5B8",
+          "analysisCon": "鐣�",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": " 棰戠箒鐨勬剰澶栧缁忓父锛燂紙涓婂懆鍑虹幇鐨勫ぉ鏁帮級"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "id": "0C85D5B9",
+          "analysisCon": "鐣�",
+          "optionIndex": 1,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": " 棰戠箒鐨勬剰澶栧涓ラ噸锛燂紙1=杞诲井鐨勶紝5=寰堜弗閲嶇殑锛�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "id": "0C85D5BA",
+          "analysisCon": "鐣�",
+          "optionIndex": 1,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": " 棰戠箒鐨勬剰澶栨寔缁椂闂达紵锛�1=1灏忔椂锛�5=鍏ㄥぉ锛�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "id": "0C85D5BB",
+          "analysisCon": "鐣�",
+          "optionStyle": "Txt",
+          "questionType": "shortAnswer",
+          "stem": {
+            "stemTxt": "鍏朵粬锛堣璇︾粏璇存槑锛�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        }
+      ]
+    },
+    {
+      "name": "涓�鑸嚜鎴戞晥鑳芥劅閲忚〃",
+      "title": "浠ヤ笅10涓彞瀛愰兘鏄叧浜庝綘骞虫椂瀵硅嚜宸辩殑涓�鑸湅娉曪紝璇蜂綘鏍规嵁鑷繁鐨勫疄闄呮儏鍐碉紝閫夋嫨鍚堥�傜殑閫夐」銆傗��1鈥濊〃绀哄畬鍏ㄤ笉姝g‘銆傗��2鈥濊〃绀烘湁鐐规纭紝鈥�3鈥濊〃绀哄鏁版纭紝鈥�4鈥濊〃绀哄畬鍏ㄦ纭�傜瓟妗堟病鏈夊閿欎箣鍒嗭紝瀵规瘡涓�涓彞瀛愭棤椤诲鑰冭檻銆�",
+      "fromType": "json",
+      "scoreRules": [],
+      "scoreData": [{
+        "name": "寰楀垎",
+        "dispatch": "",
+        "range": "all",
+        "score": 0,
+        "result": [{
+          "score": [
+            0,
+            40
+          ],
+          "desc": "鎶�10涓」鐩殑寰楀垎鍔犺捣鏉ラ櫎浠�10锛屽緱鍒版�婚噺琛ㄥ垎銆傚緱鍒嗚秺浣庤鏄庝綘鐨勮嚜淇″績瓒婁綆銆傚缓璁粡甯搁紦鍔辫嚜宸憋紝鐩镐俊鑷繁鏄鐨勶紝姝g‘瀵瑰緟鑷繁鐨勪紭鐐瑰拰涓嶈冻锛屽浼氭璧忚嚜宸便�傚緱鍒嗚秺楂樿鏄庝綘鐨勮嚜淇″績瓒婇珮锛屾敞鎰忔纭寰呰嚜宸辩殑缂虹偣銆�"
+        }]
+      }],
+      "optionList": [
+        [{
+            "txt": "1",
+            "value": "A",
+            "score": 1
+          },
+          {
+            "txt": "2",
+            "value": "B",
+            "score": 2
+          },
+          {
+            "txt": "3",
+            "value": "C",
+            "score": 3
+          },
+          {
+            "txt": "4",
+            "value": "D",
+            "score": 4
+          }
+        ]
+      ],
+      "list": [{
+          "analysisCon": "鐣�",
+          "id": "5E1E1B85",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鈥冨鏋滄垜灏藉姏鍘诲仛鐨勮瘽锛屾垜鎬绘槸鑳藉瑙e喅闂銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "5E1E1B86",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鍗充娇鍒汉鍙嶅鎴戯紝鎴戜粛鐒舵湁鍔炴硶寰楀埌鎴戞兂瑕佺殑銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "5E1E1B87",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "瀵规垜鏉ヨ锛屽潥鎸佺悊鎯冲拰杈炬垚鐩爣鏄交鑰屾槗涓剧殑銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "5E1E1B88",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鎴戣嚜淇¤兘鏈夋晥鍦板簲浠樹换浣曠獊濡傚叾鏉ョ殑浜嬫儏銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "5E1E1B89",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "浠ユ垜鐨勬墠鏅猴紝鎴戝畾鑳藉簲浠樻剰鏂欎箣澶栫殑鎯呭喌銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "5E1E1B90",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "濡傛灉浠樺嚭蹇呰鐨勫姫鍔涳紝鎴戜竴瀹氳兘澶熻В鍐冲ぇ澶氭暟闅鹃銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "5E1E1B91",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鎴戣兘鍐烽潤鍦伴潰瀵瑰洶闅撅紝鍥犱负鎴戜俊璧栬嚜宸卞鐞嗛棶棰樼殑鑳藉姏銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "5E1E1B92",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "闈㈠涓�涓毦棰樻椂锛屾垜閫氬父鑳芥壘鍒板嚑涓В鍐虫柟娉曘��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "5E1E1B93",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鏈夐夯鐑︾殑鏃跺�欙紝鎴戦�氬父鑳芥兂鍒颁竴浜涘簲浠樼殑鏂规硶銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "5E1E1B94",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鏃犺鍦ㄦ垜韬笂鍙戠敓浠�涔堜簨锛屾垜閮借兘搴斾粯鑷銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        }
+      ]
+    },
+    {
+      "name": "瀛︿範鍔ㄥ姏鑷垜璇婃柇娴嬭瘯",
+      "title": "杩欎釜閲忚〃涓昏涓轰簡甯姪浣犱簡瑙h嚜宸卞湪瀛︿範鍔ㄦ満銆佸涔犲叴瓒c�佸涔犵洰鏍囦笂鏄惁瀛樺湪鍥版壈锛屽叡20涓鐩�傝浣犳牴鎹嚜宸辩殑鎯呭喌锛屽疄浜嬫眰鏄湴瀵规瘡涓鐩仛鈥滄槸鈥濇垨鈥滃惁鈥濈殑鍥炵瓟銆�",
+      "fromType": "json",
+      "scoreRules": [],
+      "scoreData": [{
+        "name": "寰楀垎",
+        "dispatch": "",
+        "range": "all",
+        "score": 0,
+        "result": [{
+            "score": [
+              0,
+              5
+            ],
+            "desc": "浣犲湪瀛︿範鍔ㄦ満涓婃湁灏戣闂锛屽繀瑕佹椂鍙皟鏁淬��"
+          },
+          {
+            "score": [
+              6,
+              10
+            ],
+            "desc": "璇存槑浣犲湪瀛︿範鍔ㄦ満涓婃湁涓�瀹氱殑闂鍜屽洶鎵帮紝鍙皟鏁淬��"
+          },
+          {
+            "score": [
+              14,
+              20
+            ],
+            "desc": "璇存槑浣犲湪瀛︿範鍔ㄦ満涓婃湁涓ラ噸鐨勯棶棰樺拰鍥版壈锛岄渶璋冩暣銆�"
+          }
+        ]
+      }],
+      "optionList": [
+        [{
+            "txt": "鏄�",
+            "value": "A",
+            "score": 1
+          },
+          {
+            "txt": "鍚�",
+            "value": "B",
+            "score": 0
+          }
+        ]
+      ],
+      "list": [{
+          "analysisCon": "鐣�",
+          "id": "1C85D525",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "濡傛灉鍒汉涓嶇潱淇冧綘锛屼綘鏋佸皯涓诲姩鍦板涔犮��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "1C85D526",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "浣犱竴璇讳功灏辫寰楃柌鍔充笌鍘岀儲锛屾兂鐫¤銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "1C85D527",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "褰撲綘璇讳功鏃讹紝浣犻渶瑕佸緢闀挎椂闂存墠鑳芥彁璧风簿绁炪��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "1C85D528",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "闄や簡鑰佸笀鎸囧畾鐨勪綔涓氬锛屼綘涓嶆兂鍐嶅鐪嬩功銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "1C85D529",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "濡傛湁涓嶆噦鐨勶紝浣犳牴鏈笉鎯宠娉曞紕鎳傚畠銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "1C85D529",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "浣犲父鎯宠嚜宸变笉鐢ㄨ姳澶鐨勬椂闂村涔犳垚缁╀篃浼氳秴杩囧埆浜恒��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "1C85D530",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "浣犺揩鍒囧笇鏈涜嚜宸卞湪鐭椂闂村唴灏辫兘澶у箙搴﹀湴鎻愰珮鑷繁鐨勫涔犳垚缁┿��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "1C85D531",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "浣犲父涓虹煭鏃堕棿鍐呮垚缁╂病鑳芥彁楂樿�岀儲鎭间笉宸层��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "1C85D532",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "涓轰簡鍙婃椂瀹屾垚鏌愰」浣滀笟锛屼綘瀹佹効搴熷瘽蹇橀銆侀�氬杈炬棪銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "1C85D533",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "涓轰簡鎶婂姛璇惧濂斤紝浣犳斁寮冧簡璁稿鎰熷叴瓒g殑娲诲姩锛屽浣撹偛閿荤偧銆佺湅鐢靛奖涓庨儕娓哥瓑銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "1C85D534",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "浣犺寰楄涔︽病鎰忔�濓紝鎯冲幓鎵句釜宸ヤ綔銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "1C85D535",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "浣犲父璁や负璇炬湰涓婄殑鍩虹鐭ヨ瘑娌′粈涔堝ソ瀛︾殑锛屽彧鏈夌湅楂樻繁鐨勭悊璁恒�佽澶ч儴澶翠綔鍝佹墠甯﹀姴鍎裤��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "1C85D536",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "浣犲彧鍦ㄨ嚜宸卞枩娆㈢殑绉戠洰涓婁笅鍔熷か锛岃�屽涓嶅枩娆㈢殑绉戠洰鏀句换鑷祦銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "1C85D537",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "浣犺姳鍦ㄨ澶栬鐗╀笂鐨勬椂闂存瘮鑺卞湪鏁欑涔︿笂鐨勬椂闂磋澶氬緱澶氥��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "1C85D538",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "浣犳妸鑷繁鐨勬椂闂村钩鍧囧垎閰嶅湪鍚勭涓娿��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "1C85D539",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "浣犵粰鑷繁璁笅鐨勫涔犵洰鏍囧鏁板洜鍋氫笉鍒拌�屼笉寰椾笉鏀惧純銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "1C85D540",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "鈥冧綘鍑犱箮姣笉璐瑰姏鍦板氨瀹炵幇浜嗚嚜宸辩殑瀛︿範鐩爣銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "1C85D541",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "浣犳�绘槸鍚屾椂涓哄疄鐜板嚑涓涔犵洰鏍囧繖寰楃劍澶寸儌棰濄��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "1C85D542",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "涓轰簡瀹屾垚姣忓ぉ鐨勫涔犱换鍔★紝浣犲凡缁忔劅鍒板姏涓嶄粠蹇冦��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "1C85D543",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "涓轰簡瀹炵幇涓�涓ぇ鐩爣锛屼綘涓嶅啀缁欒嚜宸卞埗璁㈠惊搴忔笎杩涚殑灏忕洰鏍囥��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        }
+      ]
+    },
+    {
+      "name": "浜洪檯鍏崇郴缁煎悎璇婃柇琛�",
+      "title": "鏈噺琛ㄥ叡28涓棶棰橈紝姣忎釜闂鍋氣�滄槸鈥濇垨鈥滃惁鈥濆洖绛斻�傝浣犺鐪熷畬鎴愶紝鐒跺悗鍙傜収璁″垎鍙婂垎鏋愭柟娉曪紝瀵规祴璇曠粨鏋滃仛鍑鸿В閲娿��",
+      "fromType": "json",
+      "scoreRules": [],
+      "scoreData": [{
+        "name": "寰楀垎",
+        "dispatch": "",
+        "range": "all",
+        "score": 0,
+        "result": [{
+            "score": [
+              0,
+              8
+            ],
+            "desc": "浣犲湪瀛︿範鍔ㄦ満涓婃湁灏戣闂锛屽繀瑕佹椂鍙皟鏁淬��"
+          },
+          {
+            "score": [
+              9,
+              14
+            ],
+            "desc": "浣犲湪瀛︿範鍔ㄦ満涓婃湁灏戣闂锛屽繀瑕佹椂鍙皟鏁淬��"
+          },
+          {
+            "score": [
+              15,
+              28
+            ],
+            "desc": "浣犲湪瀛︿範鍔ㄦ満涓婃湁灏戣闂锛屽繀瑕佹椂鍙皟鏁淬��"
+          }
+        ]
+      }],
+      "optionList": [
+        [{
+            "txt": "鏄�",
+            "value": "A",
+            "score": 1
+          },
+          {
+            "txt": "鍚�",
+            "value": "B",
+            "score": 0
+          }
+        ]
+      ],
+      "list": [{
+          "analysisCon": "鐣�",
+          "id": "1D85D525",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "瀵逛簬鑷繁鐨勭儲鎭兼湁鍙i毦瑷�銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "1D85D526",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "鍜岄檶鐢熶汉瑙侀潰鎰熻涓嶈嚜鐒躲��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "1D85D527",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "杩囧垎缇℃厱鍜屽珘濡掑埆浜恒��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "1D85D528",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "涓庡紓鎬т氦寰�澶皯銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "1D85D529",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "瀵硅繛缁笉鏂殑浼氳皥鎰熷埌鍥伴毦銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "1D85D530",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "鍦ㄧぞ浜ゅ満鍚堟劅鍒扮揣寮犮��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "1D85D531",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "鏃跺父浼ゅ鍒汉銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "1D85D532",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "涓庡紓鎬ф潵寰�鎰熻涓嶈嚜鐒躲��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "1D85D533",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "涓庝竴澶х兢鏈嬪弸鍦ㄤ竴璧凤紝甯告劅鍒板瀵傛垨澶辫惤銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "1D85D534",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "鏋佹槗鍙楃獦銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "1D85D535",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "涓庡埆浜轰笉鑳藉拰鐫︾浉澶勩��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "1D85D536",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "涓嶇煡閬撲笌寮傛�х浉澶勫浣曢�傚彲鑰屾銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "1D85D537",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "褰撲笉鐔熸倝鐨勪汉瀵硅嚜宸卞�捐瘔浠栫殑閬亣浠ユ眰鍚屾儏鏃讹紝甯告劅鍒颁笉鑷湪銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "1D85D538",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "鎷呭績鍒汉瀵硅嚜宸辨湁浠�涔堝潖鍗拌薄銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "1D85D539",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "鎬绘槸灏藉姏浣垮埆浜鸿祻璇嗚嚜宸便��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "1D85D540",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "鏆楄嚜鎬濇厱寮傛�с��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "1D85D541",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "鏃跺父閬垮厤琛ㄨ揪鑷繁鐨勬劅鍙椼��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "1D85D542",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "瀵硅嚜宸辩殑浠〃锛堝璨岋級缂轰箯淇″績銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "1D85D543",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "璁ㄥ帉鏌愪汉鎴栬鏌愪汉鎵�璁ㄥ帉銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "1D85D544",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "鐬т笉璧峰紓鎬с��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "1D85D545",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "涓嶈兘涓撴敞鍦板�惧惉銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "1D85D546",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "鑷繁鐨勭儲鎭兼棤浜哄彲鍊捐瘔銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "1D85D547",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "鍙楀埆浜烘帓鏂ャ��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "1D85D548",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "琚紓鎬х灖涓嶈捣銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "1D85D549",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "涓嶈兘骞挎硾鍦板惉鍙栧悇绉嶆剰瑙併�佺湅娉曘��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "1D85D550",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "甯稿洜鍙椾激瀹宠�屾殫鑷激蹇冦��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "1D85D551",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "甯歌鍒汉璋堣銆佹剼寮勩��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "1D85D552",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "涓庡紓鎬т氦寰�涓嶇煡濡備綍鏇村ソ鍦扮浉澶勩��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        }
+      ]
+    },
+    {
+      "name": "濠氬Щ绋冲畾鎬ф祴璇�",
+      "title": "浣犻�夋嫨濂界粓韬即渚d簡鍚楋紵浣犳槸鎬庢牱鐪嬪緟濠氬Щ鐨勫憿锛熶笅闈㈢殑濠氬Щ绋冲畾鎬ф祴璇曞彲浠ュ府浣犳洿濂藉湴棰勬祴鏈潵濠氬Щ鐨勭ǔ瀹氭�с��",
+      "fromType": "json",
+      "scoreRules": [{
+        "index": "",
+        "desc": "绗�4銆佺5銆佺8銆佺10棰橀�夆�滄槸鈥濆緱1鍒嗭紝閫夆�滃惁鈥濅笉寰楀垎锛涘叾浠栭鐩�夆�滃惁鈥濆緱1鍒嗭紝閫夆�滄槸鈥濅笉寰楀垎銆傛渶鍚庢妸鎵�寰楀垎鏁扮浉鍔犮��"
+      }],
+      "scoreData": [{
+        "name": "寰楀垎",
+        "dispatch": "",
+        "range": "all",
+        "score": 0,
+        "result": [{
+          "score": [
+            0,
+            10
+          ],
+          "desc": "寰楀垎瓒婇珮锛岃〃鏄庝綘瀵瑰濮荤殑蹇冪悊鍑嗗瓒婂ソ銆傗�冨鏋滃緱鍒嗕綆浜�5鍒嗭紝鍒欓渶瑕佸ソ濂藉涔狅紝澧炲己鑷繁缁忚惀濠氬Щ鐨勮兘鍔涳紝涓哄拰璋愬濮绘墦涓嬭壇濂藉熀纭�銆�"
+        }]
+      }],
+      "optionList": [
+        [{
+            "txt": "鏄�",
+            "value": "A",
+            "score": 1
+          },
+          {
+            "txt": "鍚�",
+            "value": "B",
+            "score": 0
+          }
+        ],
+        [{
+            "txt": "鏄�",
+            "value": "A",
+            "score": 0
+          },
+          {
+            "txt": "鍚�",
+            "value": "B",
+            "score": 1
+          }
+        ]
+      ],
+      "list": [{
+          "analysisCon": "鐣�",
+          "optionIndex": 1,
+          "id": "0C85D526",
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "骞哥鐨勫濮绘湁鐑儓鐨勭埍鎯呭氨瓒冲浜嗐�傛湁浜嗙埍锛屽叾浠栭兘鍙互鍏嬫湇銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "optionIndex": 1,
+          "id": "0C85D520",
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "鍜岃皭鐨勫濮诲氨瑕佷竴鏂归『浠庡彟涓�鏂圭殑鎰忔効銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "optionIndex": 1,
+          "id": "0C85D521",
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "鐖辨儏闈㈠墠涓嶈兘璋堥挶锛岃皥閽卞拰缁忔祹闂浼氬奖鍝嶆劅鎯呫��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "0C85D523",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "褰撳鏂瑰彈鍒版尗鎶樻椂瑕侀紦鍔卞苟甯姪浠栵紝鑰屼笉鏄钀芥垨鑰呭煁鎬ㄣ��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "0C85D525",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "骞哥鐨勫濮婚渶瑕佸弻鏂圭殑鐩镐簰灏婇噸銆佸瀹瑰拰鏈夋晥娌熼��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "optionIndex": 1,
+          "id": "0C85D524",
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "澶鍙屾柟瑕佷翰瀵嗘棤闂达紝涓嶈兘鏈変粈涔堢瀵嗘垨鑰呬釜浜虹┖闂淬��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "optionIndex": 1,
+          "id": "0C85D527",
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "澶涓�鏂逛笉鑳藉崟鐙笌寮傛�т氦寰�锛屽惁鍒欒偗瀹氫細褰卞搷濠氬Щ璐ㄩ噺"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "0C85D528",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "鍩瑰吇鐩镐技鐨勫叴瓒g埍濂芥湁鍔╀簬鎻愬崌濠氬Щ璐ㄩ噺銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "optionIndex": 1,
+          "id": "0C85D529",
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "鍜岃皭鐨勫濮诲緢澶氭椂鍊欓渶瑕佽濂藉鏂癸紝婊¤冻瀵规柟鐨勯渶姹傘��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "0C85D526",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "judge",
+          "stem": {
+            "stemTxt": "骞哥鐨勫濮婚渶瑕佷笉鏂彂鐜板苟琛ㄦ壃瀵规柟鐨勪紭鐐广��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        }
+      ]
+    },
+    {
+      "name": "浣犵殑鎭嬬埍蹇冪悊鏄惁鎴愮啛锛�",
+      "title": "璇疯鐪熼槄璇讳互涓嬪悇椤癸紝鏍规嵁鑷繁鐨勭湡瀹炴儏鍐典綔绛斻��",
+      "fromType": "json",
+      "scoreRules": [],
+      "scoreData": [{
+        "name": "寰楀垎",
+        "dispatch": "",
+        "range": "all",
+        "score": 0,
+        "result": [{
+            "score": [
+              3,
+              8
+            ],
+            "desc": "闈掓订鍨嬨�傜埍鎯呭浣犺�岃█鏄糠瀹紝鏄叓鍗﹂樀锛屾垨鑰呮槸鑻嶅噳鐨勮崚婕犮�傝蹇冩儏杞绘澗涓�浜涳紝鐖辩殑鍏夌嚎浼氱紦缂撶収灏勮繘鏉ワ紝閭f椂浣犳墠鑳戒綋浼氬埌娓╂殩銆�"
+          },
+          {
+            "score": [
+              9,
+              17
+            ],
+            "desc": "寰呮垚鐔熷瀷銆傛亱鐖卞濮绘槸浜虹敓鐨勪竴闂ㄥ繀淇锛岃鎯冲彇寰楀ソ鎴愮哗锛屽崟鍑儹鎯呮槸涓嶅鐨勶紝杩樿涓撳績淇範锛屼粠鐞嗚鍒板疄璺碉紝鍐嶄粠瀹炶返鍒扮悊璁猴紝涓�鐐逛竴婊达紝缁堜細姘存淮鐭崇┛銆�"
+          },
+          {
+            "score": [
+              18,
+              25
+            ],
+            "desc": "鍑嗘垚鐔熷瀷銆備綘娓存湜鐖辩殑鍨傞潚锛岀劧鑰屽薄灞″け璇紝涓�鏃堕毦浠ュ鎰裤�備綘闇�瑕佹牎姝d竴涓嬫亱鐖辨寚閽堬紝澶繃娴极鐨勫線鐜板疄鏂瑰悜璋冧竴璋冿紝澶幇瀹炵殑澶氫竴浜涙氮婕俯棣ㄧ殑鎯呰皟锛屽垢绂忓揩涔愬凡鍦ㄧ溂鍓嶄簡銆�"
+          },
+          {
+            "score": [
+              26,
+              33
+            ],
+            "desc": "鎴愮啛鍨嬨�備綘鐨勬亱鐖卞績鐞嗛潪甯告垚鐔燂紝鎳傚緱鐖辩殑鐪熻皼锛屽悜寰�鐖卞張鑳藉湪鐜板疄涓疄鐜扮埍銆傚氨鍍忎竴鍚嶇珵鎶�鐘舵�佽壇濂界殑杩愬姩鍛橈紝浣犺兘澶熷湪鐖辨儏闈㈠墠杞绘澗鑸掑睍锛屾父鍒冩湁浣欙紝鏇村彲璐电殑鏄嵆浣跨洿闈㈠け璐ヤ篃鏈夎壇濂界殑蹇冩�併�備綘鐨勬亱鐖卞拰濠氬Щ涓�瀹氬緢缇庢弧骞哥銆�"
+          }
+        ]
+      }],
+      "list": [
+        {
+          "analysisCon": "鐣�",
+          "id": "3P1E1B001",
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "option": [
+            {
+              "txt": "鎵惧埌涓�涓儏鎶曟剰鍚堢殑浼翠荆",
+              "value": "A",
+              "score": 3
+            },
+            {
+              "txt": "鎴愬杩囨棩瀛愶紝鎶氬吇鍎垮コ",
+              "value": "B",
+              "score": 2
+            },
+            {
+              "txt": "婊¤冻鎬х殑闇�瑕�",
+              "value": "C",
+              "score": 1
+            },
+            {
+              "txt": "鍒烘縺銆佹湁瓒c�佸ソ鐜�",
+              "value": "D",
+              "score": 1
+            }
+          ],
+          "stem": {
+            "stemTxt": "浣犺涓烘亱鐖辨槸涓轰簡锛�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "3P1E1B002",
+          "optionStyle": "Txt",
+          "questionType": "linkage",
+          "questionTab": "A",
+          "option": [{
+              "txt": "鐢�",
+              "value": "A"
+            },
+            {
+              "txt": "濂�",
+              "value": "B"
+            }
+          ],
+          "optionData": {
+            "A": [{
+                "txt": "婕備寒鎬ф劅锛屾湁濂虫�ч瓍鍔�",
+                "value": "A",
+                "score": 2
+              },
+              {
+                "txt": "璐ゆ儬鑳藉共锛屽杽浜庣悊瀹�",
+                "value": "B",
+                "score": 2
+              },
+              {
+                "txt": "娓╂煍浣撹创锛屼汉鍝佸ソ",
+                "value": "C",
+                "score": 3
+              },
+              {
+                "txt": "鍙鏈夌埍锛屽叾浣欑殑鏃犳墍璋�",
+                "value": "D",
+                "score": 1
+              }
+            ],
+            "B": [{
+                "txt": "鑻变繆娼囨磼锛屾湁鐢锋�ч瓍鍔�",
+                "value": "A",
+                "score": 2
+              },
+              {
+                "txt": "鏈夐挶銆佹湁鍔裤�佹湁鑳藉姏",
+                "value": "B",
+                "score": 1
+              },
+              {
+                "txt": "浜哄搧濂�",
+                "value": "C",
+                "score": 3
+              },
+              {
+                "txt": "鐖辫嚜宸辩殑锛屽叾浣欑殑鏃犳墍璋�",
+                "value": "D",
+                "score": 1
+              }
+            ]
+          },
+          "stem": {
+            "stemTxt": "浣犵殑鎬у埆鏄細",
+            "stem": "浣犲枩娆㈢殑寮傛�ф槸锛�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "3P1E1B003",
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "option": [{
+              "txt": "鏉′欢鑸厤",
+              "value": "A",
+              "score": 3
+            },
+            {
+              "txt": "鎴戞瘮瀵规柟浼樿秺",
+              "value": "B",
+              "score": 2
+            },
+            {
+              "txt": "瀵规柟姣旀垜浼樿秺",
+              "value": "C",
+              "score": 1
+            },
+            {
+              "txt": "娌℃兂杩�",
+              "value": "D",
+              "score": 0
+            }
+          ],
+          "stem": {
+            "stemTxt": "浣犲拰鎭嬩汉纭畾鎭嬬埍鍏崇郴鏄洜涓猴細"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "3P1E1B004",
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "option": [{
+              "txt": "涓�瑙侀挓鎯�",
+              "value": "A",
+              "score": 2
+            },
+            {
+              "txt": "闈掓绔归┈",
+              "value": "B",
+              "score": 1
+            },
+            {
+              "txt": "鍦ㄥ伐浣滐紙瀛︿範锛変腑閫愭笎寮�濮�",
+              "value": "C",
+              "score": 3
+            },
+            {
+              "txt": "缁忎汉浠嬬粛",
+              "value": "D",
+              "score": 1
+            }
+          ],
+          "stem": {
+            "stemTxt": "浣犲笇鏈涙亱鐖辫繖鏍峰紑濮嬶細"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "3P1E1B005",
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "option": [{
+              "txt": "鏋佸姏璁ㄥソ銆佸彇鎮﹀鏂�",
+              "value": "A",
+              "score": 1
+            },
+            {
+              "txt": "灏藉姏浣胯嚜宸卞彉寰楁洿鍔犲畬缇�",
+              "value": "B",
+              "score": 3
+            },
+            {
+              "txt": "娆叉搾鏁呯旱",
+              "value": "C",
+              "score": 2
+            },
+            {
+              "txt": "鐖辨儏鏄紭鍒嗭紝鏃犺鍙柦",
+              "value": "D",
+              "score": 0
+            }
+          ],
+          "stem": {
+            "stemTxt": "璁╃埍鎯呮洿娣变竴鐐瑰効鐨勮壇绛栨槸锛�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "3P1E1B006",
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "option": [{
+              "txt": "濮斿鍛婄煡骞跺府鍏舵敼杩�",
+              "value": "A",
+              "score": 3
+            },
+            {
+              "txt": "闇囨儕鎰忓锛屽鍏跺姞浠ユ寚璐�",
+              "value": "B",
+              "score": 2
+            },
+            {
+              "txt": "瀚屽純鍔ㄦ憞锛屾��鐤戠埍鎯�",
+              "value": "C",
+              "score": 0
+            },
+            {
+              "txt": "鏃犳墍璋�",
+              "value": "D",
+              "score": 1
+            }
+          ],
+          "stem": {
+            "stemTxt": "褰撴亱浜烘毚闇插嚭涓�浜涚己鐐瑰拰涓嶈冻鏃讹紝浣犱細锛�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "3P1E1B007",
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "option": [{
+              "txt": "绂诲紑鎭嬩汉锛屾帴鍙楀叾鐖�",
+              "value": "A",
+              "score": 2
+            },
+            {
+              "txt": "灏嗗叾鐖辨厱涔嬫儏娣″寲涓哄弸鎯�",
+              "value": "B",
+              "score": 3
+            },
+            {
+              "txt": "鐬掔潃鎭嬩汉涓庡叾浜ゅ線",
+              "value": "C",
+              "score": 1
+            },
+            {
+              "txt": "涓鸿繜鍒扮殑鐖卞悗鎮旂棝鑻�",
+              "value": "D",
+              "score": 0
+            }
+          ],
+          "stem": {
+            "stemTxt": "褰撲竴浣嶆瘮浣犵洰鍓嶆亱浜烘洿鍔犱紭绉�鐨勫紓鎬у浣犺〃绀虹埍鎱曚箣鎯呮椂锛屼綘浼氾細"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "3P1E1B008",
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "option": [{
+              "txt": "涓�濡傛棦寰�鍦板緟浠栵紝绛夊叾瑙夋偀鈥冣��",
+              "value": "A",
+              "score": 2
+            },
+            {
+              "txt": "灏嗗叾鐖辨厱涔嬫儏娣″寲涓哄弸鎯�",
+              "value": "B",
+              "score": 3
+            },
+            {
+              "txt": "鎶借韩姝㈡锛屾垚浜轰箣缇�",
+              "value": "C",
+              "score": 3
+            },
+            {
+              "txt": "鏁存棩鍚庢倲鐥涜嫤",
+              "value": "D",
+              "score": 1
+            }
+          ],
+          "stem": {
+            "stemTxt": "褰撲綘鍊炬厱鐨勫紓鎬у彟鏈夋墍鐖辨椂锛屼綘浼氾細"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "3P1E1B009",
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "option": [{
+              "txt": "蹇呯劧鍙堝繀闇�鐨�",
+              "value": "A",
+              "score": 2
+            },
+            {
+              "txt": "瀵规亱鐖辩殑鍚﹀畾",
+              "value": "B",
+              "score": 3
+            },
+            {
+              "txt": "鏃犺亰鐨�",
+              "value": "C",
+              "score": 3
+            },
+            {
+              "txt": "鏉熸墜鏃犵瓥鐨勭棝鑻︾粡鍘�",
+              "value": "D",
+              "score": 1
+            }
+          ],
+          "stem": {
+            "stemTxt": "鎭嬬埍涓殑娉㈡姌鐭涚浘鏄細"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "3P1E1B010",
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "option": [{
+              "txt": "鍗冩柟鐧捐鎶撲綇浠�",
+              "value": "A",
+              "score": 2
+            },
+            {
+              "txt": "鍒板璇嬫瘉瀵规柟鐨勫悕瑾�",
+              "value": "B",
+              "score": 0
+            },
+            {
+              "txt": "璇村0鍐嶈锛屽悇濂斿墠绋�",
+              "value": "C",
+              "score": 3
+            },
+            {
+              "txt": "鐭涚浘鐥涜嫤锛屼笉鐭ユ墍鎺�",
+              "value": "D",
+              "score": 1
+            }
+          ],
+          "stem": {
+            "stemTxt": "鐢变簬绉嶇鍘熷洜锛屼綘鐨勬亱鐖卞け璐ワ紝瀵规柟鎻愬嚭鍒嗘墜锛屼綘浼氾細"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "3P1E1B011",
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "option": [{
+              "txt": "涓�濡備粠鍓嶏紝瀹佺己姣嬫互",
+              "value": "A",
+              "score": 1
+            },
+            {
+              "txt": "鏀惧純杩芥眰锛岄殢渚垮噾鍚堜竴涓�",
+              "value": "B",
+              "score": 2
+            },
+            {
+              "txt": "閲嶅畾鏇寸幇瀹炵殑鎷╁伓鏍囧噯",
+              "value": "C",
+              "score": 3
+            },
+            {
+              "txt": "涓嶈皥鐖辨儏",
+              "value": "D",
+              "score": 0
+            }
+          ],
+          "stem": {
+            "stemTxt": "杩涘叆澶ч緞鍗曡韩璐垫棌闃熷垪锛屼綘鐨勬亱鐖辨�佸害浼氾細"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        }
+      ]
+    },
+    {
+      "name": "鍘嬪姏蹇冪悊娴嬭瘯",
+      "title": "璇峰洖鎯充竴涓嬭嚜宸卞湪杩囧幓涓�涓湀鍐呮槸鍚﹀嚭鐜拌繃涓嬭堪鎯呭喌銆�",
+      "fromType": "json",
+      "scoreRules": [],
+      "scoreData": [{
+        "name": "寰楀垎",
+        "dispatch": "",
+        "range": "all",
+        "score": 0,
+        "result": [{
+            "score": [
+              0,
+              10
+            ],
+            "desc": "绮剧鍘嬪姏绋嬪害浣庯紝浣嗗彲鑳芥樉绀虹敓娲荤己涔忓埡婵�锛屾瘮杈冪畝鍗曟矇闂凤紝涓汉鍋氫簨鐨勫姩鍔涗笉楂�"
+          },
+          {
+            "score": [
+              11,
+              15
+            ],
+            "desc": "绮剧鍘嬪姏绋嬪害涓瓑锛岃櫧鐒舵煇浜涙椂鍊欐劅鍒板帇鍔涜緝澶э紝浠嶅彲搴斾粯"
+          },
+          {
+            "score": [
+              16,
+              34
+            ],
+            "desc": "绮剧鍘嬪姏鍋忛珮锛屽簲鍙嶇渷涓�涓嬪帇鍔涙潵婧愬拰瀵绘眰瑙e喅鍔炴硶"
+          }
+        ]
+      }],
+      "optionList": [
+        [{
+            "txt": "浠庢湭鍙戠敓",
+            "value": "A",
+            "score": 0
+          },
+          {
+            "txt": "闂存垨鍙戠敓",
+            "value": "B",
+            "score": 1
+          },
+          {
+            "txt": "缁忓父鍙戠敓",
+            "value": "C",
+            "score": 2
+          }
+        ]
+      ],
+      "list": [{
+          "analysisCon": "鐣�",
+          "id": "6C1E1B85",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "瑙夊緱鎵嬩笂宸ヤ綔澶锛屾棤娉曞簲浠樸��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "6C1E1B01",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "瑙夊緱鏃堕棿涓嶅鐢紝鎵�浠ヨ鍒嗙蹇呬簤锛屽杩囬┈璺椂闂孩鐏紝璧拌矾鍜岃璇濈殑鑺傚寰堝揩閫熴��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "6C1E1B02",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "瑙夊緱娌℃湁鏃堕棿娑堥仯锛岀粓鏃ヨ鎸傜潃宸ヤ綔銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "6C1E1B03",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "閬囧埌鎸触鏃跺緢瀹规槗鍙戣劸姘斻��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "6C1E1B04",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鈥冩媴蹇冨埆浜哄鑷繁宸ヤ綔锛堝涔狅級琛ㄧ幇鐨勮瘎浠枫��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "optionIndex": 0,
+          "id": "6C1E1B05",
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "瑙夊緱涓婂徃鍜屽浜洪兘涓嶆璧忚嚜宸便��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "6C1E1B06",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鎷呭績鑷繁鐨勭粡娴庣姸鍐点��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "6C1E1B07",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鏈夊ご鐥涖�佽儍鐥涚瓑姣涚梾锛岄毦浠ユ不鎰堛��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "6C1E1B08",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "闇�瑕佸�熺儫閰掋�佽嵂鐗┿�侀浂椋熺瓑鎶戝埗涓嶅畨鐨勬儏缁��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "6C1E1B09",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "闇�瑕佸�熷姪瀹夌湢鑽叆鐫°��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "6C1E1B10",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "涓庡浜恒�佹湅鍙嬨�佸悓瀛︾殑鐩稿浠や綘鍙戣劸姘斻��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "6C1E1B11",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "涓庝汉鍊捐皥鏃讹紝鎵撴柇瀵规柟鐨勮瘽棰樸��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "6C1E1B12",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "涓婂簥鍚庤寰楁�濇疆璧蜂紡锛屽緢澶氫簨鎯呯壍鎸傦紝闅句互鍏ョ潯銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "6C1E1B13",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "澶宸ヤ綔锛屼笉鑳芥瘡浠朵簨鍋氬埌灏藉杽灏界編銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "6C1E1B14",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "褰撶┖闂叉椂杞绘澗涓�涓嬩篃浼氳寰楀唴鐤氥��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "6C1E1B15",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鍋氫簨鎬ヨ簛銆佷换鎬ц�屼簨鍚庢劅鍒板唴鐤氥��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "6C1E1B16",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "瑙夊緱鑷繁涓嶅簲璇ヤ韩涔愩��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        }
+      ]
+    },
+    {
+      "name": "鎶戦儊鑷瘎閲忚〃锛圫DS锛�",
+      "title": "涓嬮潰鏈�20鏉℃枃瀛楋紝璇蜂粩缁嗛槄璇绘瘡涓�鏉★紝鎶婃剰鎬濆紕鏄庣櫧鍚庢牴鎹偍鏈�杩戜竴鏄熸湡鐨勬儏鍐甸�夋嫨閫傚綋鐨勯�夐」銆傗�淎鈥濊〃绀烘病鏈夋垨寰堝皯鏃堕棿鏈夛紝鈥淏鈥濊〃绀哄皬閮ㄥ垎鏃堕棿鏈夛紝鈥淐鈥濊〃绀虹浉褰撳鏃堕棿鏈夛紝鈥淒鈥濊〃绀虹粷澶ч儴鍒嗘椂闂撮兘鏈�",
+      "fromType": "json",
+      "scoreRules": [],
+      "scoreData": [{
+        "name": "寰楀垎",
+        "dispatch": "",
+        "range": "all",
+        "score": 0,
+        "multiply": 1.25,
+        "result": [{
+            "score": [
+              0,
+              52
+            ],
+            "desc": "鏃犳姂閮�"
+          },
+          {
+            "score": [
+              53,
+              62
+            ],
+            "desc": "杞诲害鎶戦儊"
+          },
+          {
+            "score": [
+              63,
+              72
+            ],
+            "desc": "涓害鎶戦儊"
+          },
+          {
+            "score": [
+              73,
+              999
+            ],
+            "desc": "閲嶅害鎶戦儊"
+          }
+        ]
+      }],
+      "optionList": [
+        [{
+            "txt": "",
+            "value": "A",
+            "score": 1
+          },
+          {
+            "txt": "",
+            "value": "B",
+            "score": 2
+          },
+          {
+            "txt": "",
+            "value": "C",
+            "score": 3
+          },
+          {
+            "txt": "",
+            "value": "D",
+            "score": 4
+          }
+        ],
+        [{
+            "txt": "",
+            "value": "A",
+            "score": 4
+          },
+          {
+            "txt": "",
+            "value": "B",
+            "score": 3
+          },
+          {
+            "txt": "",
+            "value": "C",
+            "score": 2
+          },
+          {
+            "txt": "",
+            "value": "D",
+            "score": 1
+          }
+        ]
+      ],
+      "list": [{
+          "analysisCon": "鐣�",
+          "id": "7C1E1B85",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鎴戣寰楅椃闂蜂笉涔愶紝鎯呯华浣庢矇銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "7C1E1B01",
+          "optionIndex": 1,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鎴戣寰椾竴澶╀箣涓棭鏅ㄦ渶濂姐��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "7C1E1B03",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鎴戞兂鍝嚭鏉ユ垨瑙夊緱鎯冲摥銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "optionIndex": 0,
+          "id": "7C1E1B04",
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鎴戞櫄涓婄潯鐪犱笉濂姐��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "optionIndex": 1,
+          "id": "7C1E1B05",
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鎴戝悆寰楄窡骞冲父涓�鏍峰銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "optionIndex": 1,
+          "id": "7C1E1B06",
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鎴戜笌寮傛�т翰瀵嗘帴瑙︽椂鍜屼互寰�涓�鏍锋劅瑙夋剦蹇��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "optionIndex": 0,
+          "id": "7C1E1B07",
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鎴戝彂瑙夋垜鐨勪綋閲嶅湪涓嬮檷銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "optionIndex": 0,
+          "id": "7C1E1B08",
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鎴戞湁渚跨鐨勮嫤鎭笺��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "optionIndex": 0,
+          "id": "7C1E1B09",
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鎴戠殑蹇冭烦姣斿钩鏃跺揩銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "optionIndex": 0,
+          "id": "7C1E1B010",
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鎴戞棤缂樻棤鏁呭湴鎰熷埌鐤蹭箯銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "optionIndex": 1,
+          "id": "7C1E1B011",
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鎴戠殑澶磋剳璺熷钩甯镐竴鏍锋竻妤氥��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "optionIndex": 1,
+          "id": "7C1E1B012",
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鎴戝仛浜嬫儏鍜屽钩甯镐竴鏍蜂笉鎰熷埌鍥伴毦銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "optionIndex": 0,
+          "id": "7C1E1B013",
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鎴戣寰椾笉瀹夛紝骞抽潤涓嶄笅鏉ャ��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "optionIndex": 1,
+          "id": "7C1E1B013",
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鎴戝灏嗘潵鎶辨湁甯屾湜銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "optionIndex": 0,
+          "id": "7C1E1B013",
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鎴戞瘮骞冲父瀹规槗鐢熸皵銆佹縺鍔ㄣ��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "optionIndex": 1,
+          "id": "7C1E1B014",
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鎴戣寰楀仛鍑哄喅瀹氭槸瀹规槗鐨勩��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "optionIndex": 1,
+          "id": "7C1E1B015",
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鎴戣寰楄嚜宸辨槸涓湁鐢ㄧ殑浜猴紝鏈変汉闇�瑕佹垜銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "optionIndex": 1,
+          "id": "7C1E1B016",
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鎴戠殑鐢熸椿杩囧緱寰堟湁鎰忔�濄��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "optionIndex": 0,
+          "id": "7C1E1B017",
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鎴戣涓哄鏋滄垜姝讳簡鍒汉浼氳繃寰楁洿濂姐��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "optionIndex": 1,
+          "id": "7C1E1B018",
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "骞冲父鎰熷叴瓒g殑浜嬫垜浠嶇劧鎰熷叴瓒c��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        }
+      ]
+    },
+    {
+      "name": "浜嗚В浣犵殑鑱屼笟鍖栫▼搴�",
+      "title": "鑱屼笟鍖栨寚涓�绉嶅伐浣滅姸鎬佺殑鏍囧噯鍖栥�佽鑼冨寲鍜屽埗搴﹀寲锛屽嵆鍦ㄥ悎閫傜殑鏃堕棿銆佸湴鐐圭敤鍚堥�傜殑鏂瑰紡瀹屾垚宸ヤ綔銆傝亴涓氬寲浣撶幇浜嗕竴涓汉鑳藉噯纭湴鎵紨濂借嚜宸辩殑鑱屼笟瑙掕壊锛屽敖鑱屽敖璐e湴瀹屾垚鑷繁鐨勫伐浣溿�備綔涓轰竴鍚嶅嵆灏嗚蛋杩涜亴鍦虹殑澶у鐢燂紝浣犵殑鑱屼笟鍖栫▼搴︽湁澶氶珮鍛紵璇峰畬鎴愪笅鍒楁祴璇曘��",
+      "fromType": "json",
+      "scoreRules": [],
+      "scoreData": [{
+        "name": "寰楀垎",
+        "dispatch": "",
+        "range": "all",
+        "score": 0,
+        "result": [{
+            "score": [
+              11,
+              18
+            ],
+            "desc": "浣庡害鑱屼笟鍖�"
+          },
+          {
+            "score": [
+              19,
+              29
+            ],
+            "desc": "涓害鑱屼笟鍖�"
+          },
+          {
+            "score": [
+              30,
+              45
+            ],
+            "desc": "楂樺害鑱屼笟鍖�"
+          }
+        ]
+      }],
+      "list": [{
+          "analysisCon": "鐣�",
+          "id": "3L1E1B01",
+          "option": [{
+              "txt": "鑳�",
+              "value": "A",
+              "score": 5
+            },
+            {
+              "txt": "鍚�",
+              "value": "B",
+              "score": 1
+            }
+          ],
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鎴戣寰楅椃闂蜂笉涔愶紝鎯呯华浣庢矇銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "3L1E1B02",
+          "option": [{
+              "txt": "鏄竴椤瑰彲浠ョ粓韬粠浜嬬殑浜嬩笟",
+              "value": "A",
+              "score": 5
+            },
+            {
+              "txt": " 鏄竴绉嶆專閽辩殑鎵嬫",
+              "value": "B",
+              "score": 1
+            }
+          ],
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "瀵逛簬浣犺嚜宸辩洰鍓嶇殑宸ヤ綔锛屼綘鏄浣曠湅 寰呯殑锛�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "3L1E1B03",
+          "option": [{
+              "txt": "鏄�",
+              "value": "A",
+              "score": 5
+            },
+            {
+              "txt": " 鍚�",
+              "value": "B",
+              "score": 1
+            }
+          ],
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鍦ㄨ繃鍘荤殑涓夊勾涓紝浣犳槸鍚︽浘鍙傚姞杩囨湁鍏崇殑鑱屼笟鎶�鑳藉煿璁紵"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "3L1E1B04",
+          "option": [{
+              "txt": "鏈�",
+              "value": "A",
+              "score": 5
+            },
+            {
+              "txt": "娌℃湁",
+              "value": "B",
+              "score": 1
+            }
+          ],
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鍙傚姞浜嗘煇娆℃妧鑳藉煿璁悗锛屼綘鎰熻鑷繁鏈夎繘姝ュ悧锛�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "3L1E1B05",
+          "jumpData": {
+            "value": "B",
+            "list": ["3L1E1B06"]
+          },
+          "option": [{
+              "txt": "鑳�",
+              "value": "A",
+              "score": 5
+            },
+            {
+              "txt": "鍚�",
+              "value": "B",
+              "score": 1
+            }
+          ],
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鎯宠薄涓�涓嬶紝濡傛灉鍏徃閫氱煡鏄庡ぉ寮�浼氾紝甯屾湜鍛樺伐瀵瑰伐浣滀腑鐨勯棶棰樻彁鍑烘剰瑙併�備綘鑳芥彁鍑轰竴浜涘缓璁炬�х殑鎰忚鍚楋紵"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "3L1E1B06",
+          "option": [{
+              "txt": "鏄� ",
+              "value": "A",
+              "score": 5
+            },
+            {
+              "txt": "鍚�",
+              "value": "B",
+              "score": 1
+            }
+          ],
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鐢变簬绉嶇鍘熷洜锛屼綘鍦ㄤ細璁腑鎻愬嚭鐨勬剰瑙佽鎷掔粷浜嗭紝浣犳槸鍚︿細鎰熷埌鎯呯华浣庤惤锛�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "3L1E1B07",
+          "option": [{
+              "txt": "鏄� ",
+              "value": "A",
+              "score": 1
+            },
+            {
+              "txt": "鍚�",
+              "value": "B",
+              "score": 5
+            }
+          ],
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "浣犳槸鍚︿細灏嗚嚜宸辩殑宸ヤ綔璐d换鑼冨洿鐪嬩綔涓汉鐨勬潈鍔涢鍦帮紵"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "3L1E1B08",
+          "option": [{
+              "txt": "鍛婅瘔浠栵紙濂癸級浣犳鍦ㄤ笂鐝紝璁╀粬锛堝ス锛変笅鐝悗鎵撴潵銆�",
+              "value": "A",
+              "score": 5
+            },
+            {
+              "txt": "灏忓0鍦板拰鐢凤紙濂筹級鍙嬭璇�",
+              "value": "B",
+              "score": 3
+            },
+            {
+              "txt": "鍋囪鍜屽鎴疯璇濈殑鏍峰瓙",
+              "value": "c",
+              "score": 1
+            }
+          ],
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "涓婄彮鏃舵帴鍒颁簡鐢凤紙濂筹級鍙嬬殑鐢佃瘽锛屼綘浼氾細"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "3L1E1B09",
+          "option": [{
+              "txt": "寰堥珮鍏翠笌浠栧垎浜俊鎭� ",
+              "value": "A",
+              "score": 5
+            },
+            {
+              "txt": " 鍚戜粬璇存槑杩欐槸鑷繁杈涜嫤鏀堕泦鏉ョ殑锛屽鏋滀粬杩樻槸鍧氭寔瑕佹眰锛岃�冭檻涓庝粬鍒嗕韩涓�閮ㄥ垎",
+              "value": "B",
+              "score": 3
+            },
+            {
+              "txt": "杩欐槸鑷繁鐨勮緵鑻﹀姵鍔紝缁濆涓嶄笌鍒汉鍒嗕韩",
+              "value": "C",
+              "score": 1
+            }
+          ],
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "宸ヤ綔涓湁涓�浣嶅悓浜嬪笇鏈涘�熺敤浣犳敹闆嗙殑涓�浜涘鎴蜂俊鎭紝杩欐椂浣犱細:"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "3L1E1B10",
+          "option": [{
+              "txt": "鍚戞瘮鑷繁鏈夌粡楠岀殑鍚屼簨璇锋暀",
+              "value": "A",
+              "score": 5
+            },
+            {
+              "txt": "纭潃澶寸毊閽荤爺锛屼笉鍒拌揩涓嶅緱宸诧紝涓嶄細璇锋暀鍒汉",
+              "value": "B",
+              "score": 3
+            },
+            {
+              "txt": "瀹佸彲鏀惧純姝ら棶棰橈紝涔熶笉鍘诲悜鍒汉姹傚姪 ",
+              "value": "C",
+              "score": 1
+            }
+          ],
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "宸ヤ綔涓亣鍒颁簡鑷繁澶勭悊涓嶅ソ鐨勯棶棰橈紝 浣犱細锛�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "3L1E1B11",
+          "option": [{
+              "txt": " 铏界劧鏄庣櫧澶嶅嵃鏈哄潖浜嗕細褰卞搷绗簩澶╃殑宸ヤ綔锛屼絾鏄紝姣曠珶涓嶆槸鑷繁涓�涓汉鐨勪簨锛屼簬鏄敹鎷句笢瑗跨寮�鍔炲叕瀹�",
+              "value": "A",
+              "score": 1
+            },
+            {
+              "txt": " 鎵撶數璇濈粰鍏朵粬鍚屼簨锛屽晢閲忔浜嬭鎬庝箞瑙e喅",
+              "value": "B",
+              "score": 3
+            },
+            {
+              "txt": "缁欎慨鐞嗗鍗版満鐨勪汉鎵撶數璇濓紝绛変粬淇悊濂戒簡鑷繁鎵嶇寮�",
+              "value": "C",
+              "score": 5
+            }
+          ],
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "浣犳渶鍚庝竴涓寮�鍏徃锛屽彂鐜板叕鍙哥殑澶嶅嵃鏈哄潖浜嗐�傚鏋滄槑澶╂棭鏅ㄦ湁璁稿閲嶈鏂囦欢瑕佸鍗帮紝杩欐椂浣犱細锛�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "3L1E1B12",
+          "option": [{
+              "txt": "鐩存帴鍛婅瘔棰嗗涓嶆槸浣犵殑閿� ",
+              "value": "A",
+              "score": 1
+            },
+            {
+              "txt": "涓�鏂归潰鍚戦瀵艰В閲婏紝鍙︿竴鏂归潰鎯冲姙娉曡В鍐抽棶棰�",
+              "value": "B",
+              "score": 3
+            },
+            {
+              "txt": "鍚戦瀵艰锛氣�滃涓嶈捣锛屾垜椹笂鏀广�傗��",
+              "value": "C",
+              "score": 5
+            }
+          ],
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "瀹㈡埛璧勬枡鍑轰簡閿欒锛屼絾涓嶆槸浣犻�犳垚鐨勩�傞瀵艰拷绌惰矗浠伙紝杩欐椂浣犱細:"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "3L1E1B13",
+          "option": [{
+              "txt": "鍦ㄧ數璇濋噷鍙戣劸姘旓紝鎸傛帀姝ょ被鐢佃瘽 ",
+              "value": "A",
+              "score": 1
+            },
+            {
+              "txt": "鍚戝鎴疯В閲婏紝璁╀粬鍘绘壘鍏徃鏈夊叧閮ㄩ棬鍙嶆槧",
+              "value": "B",
+              "score": 3
+            },
+            {
+              "txt": "鐞嗚В瀹㈡埛锛屽苟椹笂鎯冲姙娉曡В鍐抽棶棰�",
+              "value": "C",
+              "score": 5
+            }
+          ],
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鎯宠薄涓�涓嬶紝濡傛灉涓婄彮鏃朵綘鎺ュ埌浜嗗鎴锋姇璇夌數璇濓紝涓嶈繎鎯呯悊鍦版寚璐e叕鍙稿拰浣犱滑鐨勫伐浣滐紝杩欐椂浣犱細鍋氫綍鍙嶅簲?"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        }
+      ]
+    },
+    {
+      "name": "鑱屼笟鑳藉姏娴嬭瘯",
+      "title": "鏍规嵁浣犵殑瀹為檯鎯呭喌锛屽涓嬮潰姣忕娲诲姩鍋氬嚭璇勫畾銆�",
+      "fromType": "json",
+      "scoreRules": [],
+      "scoreData": [{
+          "name": "璇█鑳藉姏",
+          "dispatch": "",
+          "isAverage": true,
+          "range": [
+            0,
+            1,
+            2,
+            3,
+            4,
+            5
+          ],
+          "score": 0,
+          "result": [{
+              "score": [
+                0,
+                1
+              ],
+              "desc": "寮�"
+            },
+            {
+              "score": [
+                2,
+                2
+              ],
+              "desc": "杈冨急"
+            },
+            {
+              "score": [
+                3,
+                3
+              ],
+              "desc": "涓�鑸�"
+            },
+            {
+              "score": [
+                4,
+                4
+              ],
+              "desc": "杈冨己"
+            },
+            {
+              "score": [
+                5,
+                5
+              ],
+              "desc": "鏈�寮�"
+            }
+          ]
+        },
+        {
+          "name": "鏁扮悊鑳借兘鍔�",
+          "dispatch": "",
+          "isAverage": true,
+          "range": [
+            6,
+            7,
+            8,
+            9,
+            10,
+            11
+          ],
+          "score": 0,
+          "result": [{
+              "score": [
+                0,
+                1
+              ],
+              "desc": "寮�"
+            },
+            {
+              "score": [
+                2,
+                2
+              ],
+              "desc": "杈冨急"
+            },
+            {
+              "score": [
+                3,
+                3
+              ],
+              "desc": "涓�鑸�"
+            },
+            {
+              "score": [
+                4,
+                4
+              ],
+              "desc": "杈冨己"
+            },
+            {
+              "score": [
+                5,
+                5
+              ],
+              "desc": "鏈�寮�"
+            }
+          ]
+        },
+        {
+          "name": "绌洪棿鍒ゆ柇鑳藉姏",
+          "dispatch": "",
+          "isAverage": true,
+          "range": [
+            12,
+            13,
+            14,
+            15,
+            16,
+            17
+          ],
+          "score": 0,
+          "result": [{
+              "score": [
+                0,
+                1
+              ],
+              "desc": "寮�"
+            },
+            {
+              "score": [
+                2,
+                2
+              ],
+              "desc": "杈冨急"
+            },
+            {
+              "score": [
+                3,
+                3
+              ],
+              "desc": "涓�鑸�"
+            },
+            {
+              "score": [
+                4,
+                4
+              ],
+              "desc": "杈冨己"
+            },
+            {
+              "score": [
+                5,
+                5
+              ],
+              "desc": "鏈�寮�"
+            }
+          ]
+        },
+        {
+          "name": "缁嗚妭瀵熻鑳藉姏",
+          "dispatch": "",
+          "isAverage": true,
+          "range": [
+            18,
+            19,
+            20,
+            21,
+            22,
+            23
+          ],
+          "score": 0,
+          "result": [{
+              "score": [
+                0,
+                1
+              ],
+              "desc": "寮�"
+            },
+            {
+              "score": [
+                2,
+                2
+              ],
+              "desc": "杈冨急"
+            },
+            {
+              "score": [
+                3,
+                3
+              ],
+              "desc": "涓�鑸�"
+            },
+            {
+              "score": [
+                4,
+                4
+              ],
+              "desc": "杈冨己"
+            },
+            {
+              "score": [
+                5,
+                5
+              ],
+              "desc": "鏈�寮�"
+            }
+          ]
+        },
+        {
+          "name": "涔﹀啓鑳藉姏",
+          "dispatch": "",
+          "isAverage": true,
+          "range": [
+            24,
+            25,
+            26,
+            27,
+            28,
+            29
+          ],
+          "score": 0,
+          "result": [{
+              "score": [
+                0,
+                1
+              ],
+              "desc": "寮�"
+            },
+            {
+              "score": [
+                2,
+                2
+              ],
+              "desc": "杈冨急"
+            },
+            {
+              "score": [
+                3,
+                3
+              ],
+              "desc": "涓�鑸�"
+            },
+            {
+              "score": [
+                4,
+                4
+              ],
+              "desc": "杈冨己"
+            },
+            {
+              "score": [
+                5,
+                5
+              ],
+              "desc": "鏈�寮�"
+            }
+          ]
+        },
+        {
+          "name": "杩愬姩鍗忚皟鑳藉姏",
+          "dispatch": "",
+          "isAverage": true,
+          "range": [
+            30,
+            31,
+            32,
+            33,
+            34,
+            35
+          ],
+          "score": 0,
+          "result": [{
+              "score": [
+                0,
+                1
+              ],
+              "desc": "寮�"
+            },
+            {
+              "score": [
+                2,
+                2
+              ],
+              "desc": "杈冨急"
+            },
+            {
+              "score": [
+                3,
+                3
+              ],
+              "desc": "涓�鑸�"
+            },
+            {
+              "score": [
+                4,
+                4
+              ],
+              "desc": "杈冨己"
+            },
+            {
+              "score": [
+                5,
+                5
+              ],
+              "desc": "鏈�寮�"
+            }
+          ]
+        },
+        {
+          "name": "鍔ㄦ墜鑳藉姏",
+          "dispatch": "",
+          "isAverage": true,
+          "range": [
+            36,
+            37,
+            38,
+            39,
+            40,
+            41
+          ],
+          "score": 0,
+          "result": [{
+              "score": [
+                0,
+                1
+              ],
+              "desc": "寮�"
+            },
+            {
+              "score": [
+                2,
+                2
+              ],
+              "desc": "杈冨急"
+            },
+            {
+              "score": [
+                3,
+                3
+              ],
+              "desc": "涓�鑸�"
+            },
+            {
+              "score": [
+                4,
+                4
+              ],
+              "desc": "杈冨己"
+            },
+            {
+              "score": [
+                5,
+                5
+              ],
+              "desc": "鏈�寮�"
+            }
+          ]
+        },
+        {
+          "name": "绀句細浜ゅ線鑳藉姏",
+          "dispatch": "",
+          "isAverage": true,
+          "range": [
+            42,
+            43,
+            44,
+            45,
+            46,
+            47
+          ],
+          "score": 0,
+          "result": [{
+              "score": [
+                0,
+                1
+              ],
+              "desc": "寮�"
+            },
+            {
+              "score": [
+                2,
+                2
+              ],
+              "desc": "杈冨急"
+            },
+            {
+              "score": [
+                3,
+                3
+              ],
+              "desc": "涓�鑸�"
+            },
+            {
+              "score": [
+                4,
+                4
+              ],
+              "desc": "杈冨己"
+            },
+            {
+              "score": [
+                5,
+                5
+              ],
+              "desc": "鏈�寮�"
+            }
+          ]
+        },
+        {
+          "name": "缁勭粍缁囩鐞嗚兘鍔�",
+          "dispatch": "",
+          "isAverage": true,
+          "range": [
+            48,
+            49,
+            50,
+            51,
+            52,
+            53
+          ],
+          "score": 0,
+          "result": [{
+              "score": [
+                0,
+                1
+              ],
+              "desc": "寮�"
+            },
+            {
+              "score": [
+                2,
+                2
+              ],
+              "desc": "杈冨急"
+            },
+            {
+              "score": [
+                3,
+                3
+              ],
+              "desc": "涓�鑸�"
+            },
+            {
+              "score": [
+                4,
+                4
+              ],
+              "desc": "杈冨己"
+            },
+            {
+              "score": [
+                5,
+                5
+              ],
+              "desc": "鏈�寮�"
+            }
+          ]
+        }
+      ],
+      "optionList": [
+        [{
+            "txt": "鏈�寮�",
+            "value": "A",
+            "score": 1
+          },
+          {
+            "txt": "姣旇緝寮�",
+            "value": "B",
+            "score": 2
+          },
+          {
+            "txt": "涓�鑸�",
+            "value": "C",
+            "score": 3
+          },
+          {
+            "txt": "姣旇緝寮�",
+            "value": "D",
+            "score": 4
+          },
+          {
+            "txt": "鏈�寮�",
+            "value": "E",
+            "score": 5
+          }
+        ]
+      ],
+      "list": [{
+          "analysisCon": "鐣�",
+          "id": "9U1E1B01",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鍠勪簬琛ㄨ揪鑷繁鐨勮鐐广��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "9U1E1B02",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "闃呰閫熷害蹇紝骞惰兘鎶撲綇涓績鍐呭銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "9U1E1B03",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "娓呮鍦板悜鍒汉瑙i噴闅炬噦鐨勬蹇点��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "9U1E1B04",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "瀵规枃绔犱腑鐨勫瓧銆佽瘝銆佹钀藉拰绡囩珷鐨勭悊瑙e拰缁煎悎鑳藉姏銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "9U1E1B05",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鎺屾彙璇嶆眹閲忕殑绋嬪害銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "9U1E1B06",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "涓鏃朵綘鐨勮鏂囨垚缁┿��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "9U1E1B07",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鍋氬嚭绮剧‘鐨勬祴閲忋��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "9U1E1B08",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "瑙g畻鏁板簲鐢ㄩ鐨勮兘鍔涖��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "9U1E1B09",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "绗旂畻鑳藉姏銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "9U1E1B10",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "蹇冪畻鑳藉姏銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "9U1E1B11",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "浣跨敤宸ュ叿锛堝璁$畻鍣級鐨勮绠楄兘鍔涖��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "9U1E1B12",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "涓鏃朵綘鐨勬暟瀛︽垚缁┿��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "9U1E1B13",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "缇庢湳绱犳弿鐢荤殑姘村钩銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "9U1E1B14",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鐢讳笁缁村害鐨勭珛浣撳浘褰㈢殑鑳藉姏銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "9U1E1B15",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鐪嬪嚑浣曞浘褰㈢殑绔嬩綋鎰熴��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "9U1E1B16",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鐜╂嫾鏉挎父鎴忋��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "9U1E1B17",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "瀵圭洅瀛愬睍寮�鍚庡钩闈㈠浘鐨勬兂璞″姏銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "9U1E1B18",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "涓鏃朵綘鐨勮鏂囨垚缁┿��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "9U1E1B19",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鍙戠幇鐩镐技鍥惧舰涓殑缁嗗井宸紓銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "9U1E1B20",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "璇嗗埆鐗╀綋鐨勫舰鐘跺樊寮傘��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "9U1E1B21",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "娉ㄦ剰鍒板鏁颁汉鎵�蹇界暐鐨勭墿浣撶殑缁嗚妭閮ㄥ垎銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "9U1E1B22",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "妫�鏌ョ墿浣撶殑缁嗚妭銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "9U1E1B23",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "瑙傚療鍥炬鏄惁姝g‘銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "9U1E1B24",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "涓鏃跺杽浜庢壘鍑烘暟瀛︿綔涓氱殑缁嗗皬閿欒銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "9U1E1B25",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "蹇�熻�屽噯纭湴鎶勫啓璧勬枡銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "9U1E1B26",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "闃呰涓彂鐜伴敊鍒瓧銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "9U1E1B27",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鍙戠幇璁$畻閿欒銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "9U1E1B28",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鍙戠幇鍥捐〃涓殑缁嗗皬閿欒銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "9U1E1B29",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鍦ㄥ浘涔﹂寰堝揩鏌ユ壘缂栫爜鍗$墖銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "9U1E1B30",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鑷垜鎺у埗鑳藉姏銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "9U1E1B31",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鍔冲姩鎶�鏈涓搷浣滄満鍣ㄧ殑姘村钩銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "9U1E1B32",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鐜╃數瀛愭父鎴忔満鎴栫瀯鍑嗘墦闈舵按骞炽��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "9U1E1B33",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鍦ㄥ箍鎾綋鎿嶄腑鐨勫崗璋冪伒娲绘�с��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "9U1E1B34",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鎵撶悆濮垮娍鏄惁鏍囧噯銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "9U1E1B35",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鎵撳瓧姣旇禌鎴栫畻鐩樻瘮璧涚殑鎴愮哗銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "9U1E1B36",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "闂溂鍗曡剼绔欑珛鐨勫钩琛¤兘鍔涖��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "9U1E1B37",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鐏靛阀鍦颁娇鐢ㄦ墜宸ュ伐鍏凤紙濡傞敜瀛愮瓑锛夈��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "9U1E1B38",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鐏靛阀鍦颁娇鐢ㄥ緢灏忕殑宸ュ叿锛堝闀婂瓙绛夛級銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "9U1E1B39",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "寮逛箰鍣ㄦ椂鎵嬫寚鐏垫椿搴︺��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "9U1E1B40",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鍋氬皬鎵嬪伐鍝佺殑鍔ㄦ墜鑳藉姏銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "9U1E1B41",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "寰堝揩鍦板墛鑻规灉鐨��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "9U1E1B42",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "淇悊銆佽閰嶃�佺紪缁囥�佺紳琛ョ瓑涓�绫绘椿鍔ㄣ��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "9U1E1B43",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鍠勪簬鍦ㄩ檶鐢熺殑鍦哄悎鍙戣〃鑷繁鐨勬剰瑙併��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "9U1E1B44",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鏂板満鎵�缁撲氦鏂版湅鍙嬨��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "9U1E1B45",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鍙eご琛ㄨ揪鑳藉姏銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "9U1E1B46",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鍠勪簬涓庝汉鍙嬪ソ鐩稿骞跺崗鍚屽伐浣溿��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "9U1E1B47",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鍠勪簬甯姪鍒汉銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "9U1E1B48",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鎿呴暱鍋氬埆浜虹殑鎬濇兂宸ヤ綔銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "9U1E1B49",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鍠勪簬鍙傚姞闆嗕綋娲诲姩銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "9U1E1B50",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鍔ㄨ剳绛嬫兂鍑哄ソ鐐瑰瓙銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "9U1E1B51",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "缁勭粐宸ヤ綔鐨勬按骞炽��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "9U1E1B52",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鍦ㄩ泦浣撴椿鍔ㄤ腑鑳藉叧蹇冧粬浜烘儏鍐点��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "9U1E1B53",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鍐烽潤鏋滄柇鍦板鐞嗙獊鍙戜簨浠躲��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "id": "9U1E1B54",
+          "optionIndex": 0,
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鍠勪簬瑙e喅鍚屼簨鎴栧悓瀛﹂棿鐨勭煕鐩俱��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        }
+      ]
+    },
+    {
+      "name": "濞佸粔鏂垱閫犲姏鍊惧悜閲忚〃",
+      "title": "杩欐槸涓�浠藉府鍔╀綘浜嗚В鑷繁鍒涢�犲姏鐨勮〃鍗曘�傚鏋滀綘鍙戠幇涓嬪垪鏌愪簺鍙ュ瓙鎻忚堪鐨勬儏褰㈠緢閫傚悎浣狅紝灏遍�夋嫨鈥滃畬鍏ㄧ鍚堚�濓紝璁�3鍒嗭紱濡傛灉鏌愪簺鍙ュ瓙鍙槸鍦ㄩ儴鍒嗘椂鍊欓�傚悎浣狅紝鍒欓�夋嫨鈥滈儴鍒嗙鍚堚�濓紝璁�2鍒嗭紱濡傛灉鏌愪簺鍙ュ瓙瀵逛綘鏉ヨ鏍规湰鏄笉鍙兘鐨勶紝鍒欓�夋嫨鈥冣�滃畬鍏ㄤ笉绗︹�濓紝璁�1鍒嗐�傛敞鎰忎簨椤癸細鈥冩瘡涓�棰橀兘瑕佸仛锛屼笉瑕佽姳澶鏃堕棿鍘绘�濊�冿紱鎵�鏈夐鐩兘娌℃湁姝g‘绛旀锛屽嚟浣犺瀹屾瘡涓�鍙ョ殑绗竴鍗拌薄浣滅瓟锛涜櫧鐒舵病鏈夋椂闂撮檺鍒讹紝浣嗗敖鍙兘浠ヨ緝蹇殑閫熷害瀹屾垚锛岃秺蹇秺濂斤紱鍑嚜宸辩殑鐪熷疄鎰熷彈浣滅瓟銆�",
+      "fromType": "json",
+      "scoreRules": [],
+      "scoreData": [{
+          "name": "寰楀垎",
+          "dispatch": "",
+          "range": "all",
+          "score": 0,
+          "result": [{
+              "score": [
+                0,
+                111
+              ],
+              "desc": "涓�鑸�"
+            },
+            {
+              "score": [
+                112,
+                233
+              ],
+              "desc": "鑹ソ"
+            },
+            {
+              "score": [
+                244,
+                999
+              ],
+              "desc": "鍙堝垱閫犳綔鑳�"
+            }
+          ]
+        },
+        {
+          "name": "鍐掗櫓鎬�",
+          "dispatch": "",
+          "range": [
+            0,
+            4,
+            20,
+            23,
+            24,
+            27,
+            28,
+            34,
+            25,
+            42,
+            43
+          ],
+          "score": 0,
+          "result": [{
+              "score": [
+                0,
+                30
+              ],
+              "desc": "鑹�"
+            },
+            {
+              "score": [
+                31,
+                100
+              ],
+              "desc": "浼�"
+            }
+          ]
+        },
+        {
+          "name": "濂藉鎬�",
+          "dispatch": "",
+          "range": [
+            1,
+            7,
+            10,
+            11,
+            18,
+            26,
+            32,
+            33,
+            36,
+            37,
+            38,
+            46,
+            47,
+            48
+          ],
+          "score": 0,
+          "result": [{
+              "score": [
+                0,
+                36
+              ],
+              "desc": "鑹�"
+            },
+            {
+              "score": [
+                37,
+                100
+              ],
+              "desc": "浼�"
+            }
+          ]
+        },
+        {
+          "name": "鎯宠薄鍔�",
+          "dispatch": "",
+          "range": [
+            5,
+            12,
+            13,
+            15,
+            19,
+            21,
+            22,
+            29,
+            30,
+            31,
+            39,
+            44,
+            45
+          ],
+          "score": 0,
+          "result": [{
+              "score": [
+                0,
+                35
+              ],
+              "desc": "鑹�"
+            },
+            {
+              "score": [
+                36,
+                100
+              ],
+              "desc": "浼�"
+            }
+          ]
+        },
+        {
+          "name": "鎸戞垬鎬�",
+          "dispatch": "",
+          "range": [
+            2,
+            3,
+            6,
+            8,
+            9,
+            14,
+            16,
+            17,
+            25,
+            40,
+            41,
+            49
+          ],
+          "score": 0,
+          "result": [{
+              "score": [
+                0,
+                32
+              ],
+              "desc": "鑹�"
+            },
+            {
+              "score": [
+                33,
+                100
+              ],
+              "desc": "浼�"
+            }
+          ]
+        }
+      ],
+      "optionList": [
+        [{
+            "txt": "瀹屽叏绗﹀悎",
+            "value": "A",
+            "score": 4
+          },
+          {
+            "txt": "閮ㄥ垎绗﹀悎",
+            "value": "B",
+            "score": 3
+          },
+          {
+            "txt": "瀹屽叏涓嶇",
+            "value": "C",
+            "score": 2
+          }
+        ],
+        [{
+            "txt": "瀹屽叏绗﹀悎",
+            "value": "A",
+            "score": 2
+          },
+          {
+            "txt": "閮ㄥ垎绗﹀悎",
+            "value": "B",
+            "score": 3
+          },
+          {
+            "txt": "瀹屽叏涓嶇",
+            "value": "C",
+            "score": 4
+          }
+        ]
+      ],
+      "list": [{
+          "analysisCon": "鐣�",
+          "optionIndex": 0,
+          "id": "8A1E1B018",
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鍦ㄥ鏍¢噷锛屾垜鍠滄璇曠潃瀵逛簨鎯呮垨闂鐨勭粨鏋滆繘琛岀寽娴嬶紝鍗充娇涓嶄竴瀹氱寽瀵逛篃鏃犳墍璋撱��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "optionIndex": 0,
+          "id": "8A1E1B019",
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鎴戝枩娆粩缁嗚瀵熸垜娌℃湁瑙佽繃鐨勪笢瑗匡紝浠ヤ簡瑙h缁嗙殑鎯呭舰銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "optionIndex": 0,
+          "id": "8A1E1B020",
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鎴戝枩娆㈡儏鑺傚鏉傚拰瀵屾湁鎯宠薄鍔涚殑鏁呬簨銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "optionIndex": 1,
+          "id": "8A1E1B021",
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鐢诲浘鏃舵垜鍠滄涓存懝鍒汉鐨勪綔鍝併��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "optionIndex": 0,
+          "id": "8A1E1B022",
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鎴戝枩娆㈠埄鐢ㄦ棫鎶ョ焊銆佹棫鏃ュ巻鍙婃棫缃愬ご鐩掔瓑鏉ュ仛鎴愬悇绉嶅ソ鐜╃殑涓滆タ銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "optionIndex": 0,
+          "id": "8A1E1B023",
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鎴戝枩娆㈠够鎯充竴浜涙垜鎯崇煡閬撴垨鎯冲仛鐨勪簨銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "optionIndex": 0,
+          "id": "8A1E1B023",
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "濡傛灉浜嬫儏涓嶈兘涓�娆″畬鎴愶紝鎴戜細缁х画灏濊瘯锛岀洿鍒板畬鎴愪负姝€��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "optionIndex": 0,
+          "id": "8A1E1B024",
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鍋氬姛璇炬椂鎴戝枩娆㈠弬鑰冨悇绉嶄笉鍚岀殑璧勬枡锛屼互渚垮緱鍒板鏂归潰鐨勪簡瑙c��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "optionIndex": 1,
+          "id": "8A1E1B025",
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鎴戝枩娆㈢敤鐩稿悓鐨勬柟娉曞仛浜嬫儏锛屼笉鍠滄鍘绘壘鍏朵粬鏂扮殑鏂规硶銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "optionIndex": 0,
+          "id": "8A1E1B026",
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鎴戝枩娆㈡帰绌朵簨鎯呯殑鐪熺浉銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "optionIndex": 0,
+          "id": "8A1E1B027",
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鎴戝枩娆㈣澶氭柊椴滅殑浜嬨��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "optionIndex": 1,
+          "id": "8A1E1B028",
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鎴戜笉鍠滄浜ゆ柊鏈嬪弸銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "optionIndex": 0,
+          "id": "8A1E1B029",
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鎴戝枩娆㈡兂涓�浜涗笉浼氬湪鎴戣韩涓婂彂鐢熺殑浜嬨��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "optionIndex": 0,
+          "id": "8A1E1B030",
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鎴戝枩娆㈡兂璞℃湁涓�澶╄兘鎴愪负鑹烘湳瀹躲�侀煶涔愬鎴栬瘲浜恒��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "optionIndex": 0,
+          "id": "8A1E1B031",
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鎴戜細鍥犱负涓�浜涗护浜哄叴濂嬬殑蹇靛ご鑰屽繕璁颁簡鍏朵粬鐨勪簨銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "optionIndex": 0,
+          "id": "8A1E1B032",
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鎴戝畞鎰跨敓娲诲湪澶┖绔�,涔熶笉鎰跨敓娲诲湪鍦扮悆涓娿��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "optionIndex": 1,
+          "id": "8A1E1B033",
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鎴戣涓烘墍鏈夐棶棰橀兘鏈夊浐瀹氱殑绛旀銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "optionIndex": 0,
+          "id": "8A1E1B034",
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鎴戝枩娆笌浼椾笉鍚岀殑浜嬫儏銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "optionIndex": 0,
+          "id": "8A1E1B035",
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鎴戝父鎯崇煡閬撳埆浜烘鍦ㄦ兂浜涗粈涔堛��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "optionIndex": 0,
+          "id": "8A1E1B036",
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鎴戝枩娆㈡晠浜嬫垨鐢佃鍓т腑鎵�鎻忓啓鐨勬儏鏅��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "optionIndex": 0,
+          "id": "8A1E1B037",
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鎴戝枩娆㈠拰鏈嬪弸鍦ㄤ竴璧�,鍜屼粬浠垎浜垜鐨勬兂娉曘��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "optionIndex": 0,
+          "id": "8A1E1B038",
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "濡傛灉涓�鏈晠浜嬩功鐨勬渶鍚庝竴椤佃鎾曟帀浜�,鎴戝氨鑷繁缂栭�犱竴涓晠浜嬶紝鎶婄粨灞�琛ヤ笂鍘汇��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "optionIndex": 0,
+          "id": "8A1E1B039",
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鎴戦暱澶у悗锛屾兂鍋氫竴浜涘埆浜轰粠娌℃兂杩囩殑浜嬨��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "optionIndex": 0,
+          "id": "8A1E1B040",
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "灏濊瘯鏂扮殑娓告垙鍜屾椿鍔ㄦ槸涓�浠舵湁瓒g殑浜嬨��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "optionIndex": 0,
+          "id": "8A1E1B041",
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鎴戜笉鍠滄鍙楀お澶氳鍒欓檺鍒躲��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "optionIndex": 0,
+          "id": "8A1E1B042",
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鎴戝枩娆㈣В鍐抽棶棰�,鍗充娇娌℃湁姝g‘绛旀涔熸病鍏崇郴銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "optionIndex": 0,
+          "id": "8A1E1B043",
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鏈夎澶氫簨鎯呮垜閮藉緢鎯充翰鑷幓灏濊瘯銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "optionIndex": 0,
+          "id": "8A1E1B044",
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鎴戝枩娆㈠敱杩樻病鏈夋櫘鍙婄殑鏂版瓕銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "optionIndex": 1,
+          "id": "8A1E1B045",
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鎴戜笉鍠滄鍦ㄥ悓瀛﹂潰鍓嶅彂琛ㄦ剰瑙併��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "optionIndex": 0,
+          "id": "8A1E1B046",
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "褰撴垜璇诲皬璇存垨鐪嬬數瑙嗗墽鏃讹紝鎴戝枩娆㈡妸鑷繁鎯虫垚鏁呬簨涓殑浜虹墿銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "optionIndex": 0,
+          "id": "8A1E1B047",
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鎴戝枩娆㈠够鎯�200骞村墠浜虹被鐢熸椿鐨勬儏褰€��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "optionIndex": 0,
+          "id": "8A1E1B048",
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鎴戝父鎯宠嚜宸辩紪涓�棣栨柊姝屻��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "optionIndex": 0,
+          "id": "8A1E1B049",
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鎴戝枩娆㈢炕绠卞�掓煖,鐪嬬湅鏈変簺浠�涔堜笢瑗垮湪閲岄潰銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "optionIndex": 0,
+          "id": "8A1E1B050",
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鐢诲浘鏃�,鎴戝緢鍠滄鏀瑰彉鍚勭涓滆タ鐨勯鑹插拰褰㈢姸銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "optionIndex": 1,
+          "id": "8A1E1B051",
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鎴戜笉鏁㈢‘瀹氭垜瀵逛簨鎯呯殑鐪嬫硶閮芥槸瀵圭殑銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "optionIndex": 0,
+          "id": "8A1E1B052",
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "瀵逛簬涓�浠朵簨鎯呭厛鐚滅寽鐪�,鐒跺悗鍐嶇湅鏄笉鏄寽瀵逛簡,杩欑鏂规硶寰堟湁瓒c��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "optionIndex": 0,
+          "id": "8A1E1B053",
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鎴戝鐜╃寽璋滀箣绫荤殑娓告垙寰堟湁鍏磋叮,鍥犱负鎴戞兂鐭ラ亾缁撴灉濡備綍銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "optionIndex": 0,
+          "id": "8A1E1B054",
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鎴戝鏈哄櫒鎰熷叴瓒o紝涔熷緢鎯崇煡閬撳畠鐨勯噷闈㈡槸浠�涔堟牱瀛愪互鍙婂畠鏄�庢牱杞姩鐨勩��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "optionIndex": 0,
+          "id": "8A1E1B055",
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鎴戝枩娆㈠彲浠ユ媶寮�鏉ョ帺鐨勭帺鍏枫��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "optionIndex": 0,
+          "id": "8A1E1B056",
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鎴戝枩娆㈡兂涓�浜涙柊鐐瑰瓙,鍗充娇鐢ㄤ笉涓婁篃鏃犳墍璋撱��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "optionIndex": 0,
+          "id": "8A1E1B057",
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "涓�绡囧ソ鏂囩珷搴旇鍖呭惈璁稿涓嶅悓鐨勬剰瑙佸拰瑙傜偣銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "optionIndex": 0,
+          "id": "8A1E1B058",
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "涓哄皢鏉ュ彲鑳藉彂鐢熺殑闂鎵剧瓟妗�,鏄竴浠朵护浜哄叴濂嬬殑浜嬨��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "optionIndex": 0,
+          "id": "8A1E1B059",
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鎴戝枩娆㈠皾璇曟柊鐨勪簨鎯�,鐩殑鍙槸涓轰簡鎯崇煡閬撲細鏈変粈涔堢粨鏋溿��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "optionIndex": 0,
+          "id": "8A1E1B060",
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鐜╂父鎴忔椂,鎴戦�氬父鏍规嵁鑷繁鐨勫叴瓒i�夋嫨鏄惁鍙傚姞,鑰屼笉鍦ㄤ箮杈撹耽銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "optionIndex": 1,
+          "id": "8A1E1B061",
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鎴戝枩娆㈡兂涓�浜涘埆浜烘椂甯歌皥璧风殑浜嬫儏銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "optionIndex": 0,
+          "id": "8A1E1B062",
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "褰撴垜鐪嬩竴寮犻檶鐢熶汉鐨勭収鐗囨椂,鎴戝枩娆㈠幓鐚滄祴浠栨槸鎬庝箞鏍风殑涓�涓汉銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "optionIndex": 0,
+          "id": "8A1E1B063",
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鎴戝枩娆㈢炕闃呬功绫嶅強鏉傚織,浣嗗彧鎯冲ぇ鑷翠簡瑙d竴涓嬨��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "optionIndex": 1,
+          "id": "8A1E1B064",
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鎴戜笉鍠滄鎺㈠浜嬫儏鍙戠敓鐨勫悇绉嶅師鍥犮��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "optionIndex": 0,
+          "id": "8A1E1B065",
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鎴戝枩娆㈤棶涓�浜涘埆浜烘病鏈夋兂鍒扮殑闂銆�"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        },
+        {
+          "analysisCon": "鐣�",
+          "optionIndex": 0,
+          "id": "8A1E1B066",
+          "optionStyle": "Txt",
+          "questionType": "singleChoice",
+          "stem": {
+            "stemTxt": "鏃犺鍦ㄥ閲岃繕鏄湪瀛︽牎,鎴戞�绘槸鍠滄鍋氳澶氭湁瓒g殑浜嬨��"
+          },
+          "stemStyle": "Txt",
+          "userAnswer": ""
+        }
+      ]
+    }
+  ]
+
+}
+
+module.exports = {
+  postData: localData
+}
\ No newline at end of file
diff --git a/project.config.json b/project.config.json
index 6dfe519..3f710e9 100644
--- a/project.config.json
+++ b/project.config.json
@@ -135,5 +135,6 @@
     "ignore": [],
     "include": []
   },
-  "appid": "wx7f362fe7cb6e0d1f"
+  "appid": "wx7f362fe7cb6e0d1f",
+  "libVersion": "3.6.3"
 }
\ No newline at end of file

--
Gitblit v1.9.1