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(/ /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(/ /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