(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-915add6c"],{"09f4":function(t,e,n){"use strict";n.d(e,"a",(function(){return o})),Math.easeInOutQuad=function(t,e,n,a){return t/=a/2,t<1?n/2*t*t+e:(t--,-n/2*(t*(t-2)-1)+e)};var a=function(){return window.requestAnimationFrame||window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame||function(t){window.setTimeout(t,1e3/60)}}();function i(t){document.documentElement.scrollTop=t,document.body.parentNode.scrollTop=t,document.body.scrollTop=t}function s(){return document.documentElement.scrollTop||document.body.parentNode.scrollTop||document.body.scrollTop}function o(t,e,n){var o=s(),r=t-o,u=20,c=0;e="undefined"===typeof e?500:e;var l=function t(){c+=u;var s=Math.easeInOutQuad(c,o,r,e);i(s),c<e?a(t):n&&"function"===typeof n&&n()};l()}},"0fd6":function(t,e,n){},"114e":function(t,e,n){"use strict";n.r(e);n("ac1f"),n("841c");var a=function(){var t=this,e=t._self._c;return e("div",{staticClass:"app-contain",staticStyle:{"margin-top":"10px"}},[e("el-row",{attrs:{gutter:50}},[e("el-col",{attrs:{span:14}},[e("el-table",{directives:[{name:"loading",rawName:"v-loading",value:t.listLoading,expression:"listLoading"}],staticStyle:{width:"100%"},attrs:{data:t.tableData,fit:"","highlight-current-row":""},on:{"row-click":t.itemSelect}},[e("el-table-column",{attrs:{prop:"shortTitle",label:"题干","show-overflow-tooltip":""}}),e("el-table-column",{attrs:{prop:"questionType",label:"题型",formatter:t.questionTypeFormatter,width:"70"}}),e("el-table-column",{attrs:{prop:"subjectName",label:"学科",width:"50"}}),e("el-table-column",{attrs:{prop:"createTime",label:"做题时间",width:"170"}})],1),e("pagination",{directives:[{name:"show",rawName:"v-show",value:t.total>0,expression:"total>0"}],staticStyle:{"margin-top":"20px"},attrs:{total:t.total,background:!1,page:t.queryParam.pageIndex,limit:t.queryParam.pageSize},on:{"update:page":function(e){return t.$set(t.queryParam,"pageIndex",e)},"update:limit":function(e){return t.$set(t.queryParam,"pageSize",e)},pagination:t.search}})],1),e("el-col",{attrs:{span:10}},[e("el-card",{staticClass:"record-answer-info"},[e("el-form",[e("el-form-item",[e("QuestionAnswerShow",{attrs:{qType:t.selectItem.questionType,qLoading:t.qAnswerLoading,question:t.selectItem.questionItem,answer:t.selectItem.answerItem}})],1)],1)],1)],1)],1)],1)},i=[],s=n("5530"),o=n("2f62"),r=n("333d"),u=n("b775"),c={pageList:function(t){return Object(u["a"])("/api/student/question/answer/page",t)},select:function(t){return Object(u["a"])("/api/student/question/answer/select/"+t)}},l=n("ff3e"),p={components:{Pagination:r["a"],QuestionAnswerShow:l["a"]},data:function(){return{queryParam:{pageIndex:1,pageSize:10},listLoading:!1,tableData:[],total:0,qAnswerLoading:!1,selectItem:{questionType:0,questionItem:null,answerItem:null}}},created:function(){this.search()},methods:{search:function(){this.listLoading=!0;var t=this;c.pageList(this.queryParam).then((function(e){var n=e.response;t.tableData=n.list,t.total=n.total,t.queryParam.pageIndex=n.pageNum,t.listLoading=!1,0!==n.list.length&&t.qAnswerShow(n.list[0].id)}))},itemSelect:function(t,e,n){this.qAnswerShow(t.id)},qAnswerShow:function(t){var e=this;this.qAnswerLoading=!0,c.select(t).then((function(t){var n=t.response;e.selectItem.questionType=n.questionVM.questionType,e.selectItem.questionItem=n.questionVM,e.selectItem.answerItem=n.questionAnswerVM,e.qAnswerLoading=!1}))},questionTypeFormatter:function(t,e,n,a){return this.enumFormat(this.questionTypeEnum,n)}},computed:Object(s["a"])(Object(s["a"])({},Object(o["c"])("enumItem",["enumFormat"])),Object(o["e"])("enumItem",{questionTypeEnum:function(t){return t.exam.question.typeEnum}}))},d=p,m=n("2877"),f=Object(m["a"])(d,a,i,!1,null,"0557eebc",null);e["default"]=f.exports},"129f":function(t,e){t.exports=Object.is||function(t,e){return t===e?0!==t||1/t===1/e:t!=t&&e!=e}},"2a64":function(t,e,n){"use strict";n("0fd6")},"333d":function(t,e,n){"use strict";var a=function(){var t=this,e=t._self._c;return e("div",{staticClass:"pagination-container",class:{hidden:t.hidden}},[e("el-pagination",t._b({attrs:{background:t.background,"current-page":t.currentPage,"page-size":t.pageSize,layout:t.layout,"page-sizes":t.pageSizes,total:t.total},on:{"update:currentPage":function(e){t.currentPage=e},"update:current-page":function(e){t.currentPage=e},"update:pageSize":function(e){t.pageSize=e},"update:page-size":function(e){t.pageSize=e},"size-change":t.handleSizeChange,"current-change":t.handleCurrentChange}},"el-pagination",t.$attrs,!1))],1)},i=[],s=(n("a9e3"),n("09f4")),o={name:"Pagination",props:{total:{required:!0,type:Number},page:{type:Number,default:1},limit:{type:Number,default:10},pageSizes:{type:Array,default:function(){return[5,10,20,30,50]}},layout:{type:String,default:"prev, pager, next"},background:{type:Boolean,default:!0},autoScroll:{type:Boolean,default:!0},hidden:{type:Boolean,default:!1}},computed:{currentPage:{get:function(){return this.page},set:function(t){this.$emit("update:page",t)}},pageSize:{get:function(){return this.limit},set:function(t){this.$emit("update:limit",t)}}},methods:{handleSizeChange:function(t){this.$emit("pagination",{page:this.currentPage,limit:t}),this.autoScroll&&Object(s["a"])(0,800)},handleCurrentChange:function(t){this.$emit("pagination",{page:t,limit:this.pageSize}),this.autoScroll&&Object(s["a"])(0,800)}}},r=o,u=(n("2a64"),n("2877")),c=Object(u["a"])(r,a,i,!1,null,"52c39d8a",null);e["a"]=c.exports},"841c":function(t,e,n){"use strict";var a=n("c65b"),i=n("d784"),s=n("825a"),o=n("7234"),r=n("1d80"),u=n("129f"),c=n("577e"),l=n("dc4a"),p=n("14c3");i("search",(function(t,e,n){return[function(e){var n=r(this),i=o(e)?void 0:l(e,t);return i?a(i,e,n):new RegExp(e)[t](c(n))},function(t){var a=s(this),i=c(t),o=n(e,a,i);if(o.done)return o.value;var r=a.lastIndex;u(r,0)||(a.lastIndex=0);var l=p(a,i);return u(a.lastIndex,r)||(a.lastIndex=r),null===l?-1:l.index}]}))},ff3e:function(t,e,n){"use strict";var a=function(){var t=this,e=t._self._c;return e("div",{directives:[{name:"loading",rawName:"v-loading",value:t.qLoading,expression:"qLoading"}],staticStyle:{"line-height":"1.8"}},[1==t.qType||2==t.qType||3==t.qType||4==t.qType||5==t.qType?e("div",[1==t.qType?e("div",[e("div",{staticClass:"q-title",domProps:{innerHTML:t._s(t.question.title)}}),e("div",{staticClass:"q-content"},[e("el-radio-group",{model:{value:t.answer.content,callback:function(e){t.$set(t.answer,"content",e)},expression:"answer.content"}},t._l(t.question.items,(function(n){return e("el-radio",{key:n.prefix,attrs:{label:n.prefix}},[e("span",{staticClass:"question-prefix"},[t._v(t._s(n.prefix)+".")]),e("span",{staticClass:"q-item-span-content",domProps:{innerHTML:t._s(n.content)}})])})),1)],1)]):2==t.qType?e("div",[e("div",{staticClass:"q-title",domProps:{innerHTML:t._s(t.question.title)}}),e("div",{staticClass:"q-content"},[e("el-checkbox-group",{model:{value:t.answer.contentArray,callback:function(e){t.$set(t.answer,"contentArray",e)},expression:"answer.contentArray"}},t._l(t.question.items,(function(n){return e("el-checkbox",{key:n.prefix,attrs:{label:n.prefix}},[e("span",{staticClass:"question-prefix"},[t._v(t._s(n.prefix)+".")]),e("span",{staticClass:"q-item-span-content",domProps:{innerHTML:t._s(n.content)}})])})),1)],1)]):3==t.qType?e("div",[e("div",{staticClass:"q-title",staticStyle:{display:"inline","margin-right":"10px"},domProps:{innerHTML:t._s(t.question.title)}}),e("span",{staticStyle:{"padding-right":"10px"}},[t._v("(")]),e("el-radio-group",{model:{value:t.answer.content,callback:function(e){t.$set(t.answer,"content",e)},expression:"answer.content"}},t._l(t.question.items,(function(n){return e("el-radio",{key:n.prefix,attrs:{label:n.prefix}},[e("span",{staticClass:"q-item-span-content",domProps:{innerHTML:t._s(n.content)}})])})),1),e("span",{staticStyle:{"padding-left":"10px"}},[t._v(")")])],1):4==t.qType?e("div",[e("div",{staticClass:"q-title",domProps:{innerHTML:t._s(t.question.title)}}),null!==t.answer.contentArray?e("div",t._l(t.question.items,(function(n){return e("el-form-item",{key:n.prefix,staticStyle:{"margin-top":"10px","margin-bottom":"10px"},attrs:{label:n.prefix,"label-width":"50px"}},[e("el-input",{model:{value:t.answer.contentArray[n.prefix-1],callback:function(e){t.$set(t.answer.contentArray,n.prefix-1,e)},expression:"answer.contentArray[item.prefix-1]"}})],1)})),1):t._e()]):5==t.qType?e("div",[e("div",{staticClass:"q-title",domProps:{innerHTML:t._s(t.question.title)}}),e("div",[e("el-input",{attrs:{type:"textarea",rows:"5"},model:{value:t.answer.content,callback:function(e){t.$set(t.answer,"content",e)},expression:"answer.content"}})],1)]):t._e(),e("div",{staticClass:"question-answer-show-item",staticStyle:{"margin-top":"15px"}},[e("span",{staticClass:"question-show-item"},[t._v("结果:")]),e("el-tag",{attrs:{type:t.doRightTagFormatter(t.answer.doRight)}},[t._v(" "+t._s(t.doRightTextFormatter(t.answer.doRight))+" ")])],1),e("div",{staticClass:"question-answer-show-item"},[e("span",{staticClass:"question-show-item"},[t._v("分数:")]),e("span",[t._v(t._s(t.question.score))])]),e("div",{staticClass:"question-answer-show-item"},[e("span",{staticClass:"question-show-item"},[t._v("难度:")]),e("el-rate",{staticClass:"question-show-item",attrs:{disabled:""},model:{value:t.question.difficult,callback:function(e){t.$set(t.question,"difficult",e)},expression:"question.difficult"}})],1),e("br"),e("div",{staticClass:"question-answer-show-item",staticStyle:{"line-height":"1.8"}},[e("span",{staticClass:"question-show-item"},[t._v("解析:")]),e("span",{staticClass:"q-item-span-content",domProps:{innerHTML:t._s(t.question.analyze)}})]),e("div",{staticClass:"question-answer-show-item"},[e("span",{staticClass:"question-show-item"},[t._v("正确答案:")]),1==t.qType||2==t.qType||5==t.qType?e("span",{staticClass:"q-item-span-content",domProps:{innerHTML:t._s(t.question.correct)}}):t._e(),3==t.qType?e("span",{staticClass:"q-item-span-content",domProps:{innerHTML:t._s(t.trueFalseFormatter(t.question))}}):t._e(),4==t.qType?e("span",[t._v(t._s(t.question.correctArray))]):t._e()])]):e("div")])},i=[],s=n("5530"),o=(n("a9e3"),n("4de4"),n("d3b7"),n("2f62")),r={name:"QuestionShow",props:{question:{type:Object,default:function(){return{}}},answer:{type:Object,default:function(){return{id:null,content:"",contentArray:[],doRight:!1}}},qLoading:{type:Boolean,default:!1},qType:{type:Number,default:0}},methods:{trueFalseFormatter:function(t){return t.items.filter((function(e){return e.prefix===t.correct}))[0].content},doRightTagFormatter:function(t){return this.enumFormat(this.doRightTag,t)},doRightTextFormatter:function(t){return this.enumFormat(this.doRightEnum,t)}},computed:Object(s["a"])(Object(s["a"])({},Object(o["c"])("enumItem",["enumFormat"])),Object(o["e"])("enumItem",{doRightEnum:function(t){return t.exam.question.answer.doRightEnum},doRightTag:function(t){return t.exam.question.answer.doRightTag}}))},u=r,c=n("2877"),l=Object(c["a"])(u,a,i,!1,null,null,null);e["a"]=l.exports}}]);
|