|
|
webpackJsonp([183],{
|
|
|
|
|
|
/***/ 1031:
|
|
|
/***/ (function(module, exports, __webpack_require__) {
|
|
|
|
|
|
// style-loader: Adds some css to the DOM by adding a <style> tag
|
|
|
|
|
|
// load the styles
|
|
|
var content = __webpack_require__(1369);
|
|
|
if(typeof content === 'string') content = [[module.i, content, '']];
|
|
|
// Prepare cssTransformation
|
|
|
var transform;
|
|
|
|
|
|
var options = {"hmr":false}
|
|
|
options.transform = transform
|
|
|
// add the styles to the DOM
|
|
|
var update = __webpack_require__(313)(content, options);
|
|
|
if(content.locals) module.exports = content.locals;
|
|
|
|
|
|
|
|
|
/***/ }),
|
|
|
|
|
|
/***/ 1070:
|
|
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
|
|
|
|
"use strict";
|
|
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_antd_lib_tooltip_style_css__ = __webpack_require__(169);
|
|
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_antd_lib_tooltip_style_css___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_antd_lib_tooltip_style_css__);
|
|
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_antd_lib_tooltip__ = __webpack_require__(168);
|
|
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_antd_lib_tooltip___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_1_antd_lib_tooltip__);
|
|
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2_react__ = __webpack_require__(0);
|
|
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2_react___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_2_react__);
|
|
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__css_Courses_css__ = __webpack_require__(326);
|
|
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__css_Courses_css___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_3__css_Courses_css__);
|
|
|
var _createClass=function(){function defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||false;descriptor.configurable=true;if("value"in descriptor)descriptor.writable=true;Object.defineProperty(target,descriptor.key,descriptor);}}return function(Constructor,protoProps,staticProps){if(protoProps)defineProperties(Constructor.prototype,protoProps);if(staticProps)defineProperties(Constructor,staticProps);return Constructor;};}();function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor)){throw new TypeError("Cannot call a class as a function");}}function _possibleConstructorReturn(self,call){if(!self){throw new ReferenceError("this hasn't been initialised - super() hasn't been called");}return call&&(typeof call==="object"||typeof call==="function")?call:self;}function _inherits(subClass,superClass){if(typeof superClass!=="function"&&superClass!==null){throw new TypeError("Super expression must either be null or a function, not "+typeof superClass);}subClass.prototype=Object.create(superClass&&superClass.prototype,{constructor:{value:subClass,enumerable:false,writable:true,configurable:true}});if(superClass)Object.setPrototypeOf?Object.setPrototypeOf(subClass,superClass):subClass.__proto__=superClass;}var CoursesListType=function(_Component){_inherits(CoursesListType,_Component);function CoursesListType(props){_classCallCheck(this,CoursesListType);var _this=_possibleConstructorReturn(this,(CoursesListType.__proto__||Object.getPrototypeOf(CoursesListType)).call(this,props));_this.state={// typelist:[],
|
|
|
// typesylename:"",
|
|
|
// tipval:""
|
|
|
};return _this;}_createClass(CoursesListType,[{key:'componentDidMount',value:function componentDidMount(){// let{typelist,typesylename,tipval}=this.props;
|
|
|
//
|
|
|
// this.setState({
|
|
|
// typelist:typelist,
|
|
|
// typesylename:typesylename,
|
|
|
// tipval:tipval
|
|
|
// })
|
|
|
// console.log("CoursesListType")
|
|
|
// console.log(typelist)
|
|
|
}},{key:'render',value:function render(){var _props=this.props,typelist=_props.typelist,typesylename=_props.typesylename,tipval=_props.tipval;return __WEBPACK_IMPORTED_MODULE_2_react___default.a.createElement('span',{style:{display:'inline-block'}},typelist===undefined||typelist===403||typelist===401||typelist===407||typelist===408||typelist===409||typelist===500?"":typelist.map(function(item,key){return __WEBPACK_IMPORTED_MODULE_2_react___default.a.createElement(__WEBPACK_IMPORTED_MODULE_1_antd_lib_tooltip___default.a,{placement:'bottom',title:tipval,getPopupContainer:function getPopupContainer(){return document.querySelector('.TabsWarp');},key:key},__WEBPACK_IMPORTED_MODULE_2_react___default.a.createElement('span',{key:key},item==="公开"?__WEBPACK_IMPORTED_MODULE_2_react___default.a.createElement('span',{className:"edu-filter-btn edu-filter-btn-4CACFF ml15 fl typestyle "+typesylename},'\u516C\u5F00'):"",item==="已开启补交"?__WEBPACK_IMPORTED_MODULE_2_react___default.a.createElement('span',{className:"edu-filter-btn edu-filter-btn-028d01 ml15 fl typestyle "+typesylename},'\u5DF2\u5F00\u542F\u8865\u4EA4'):"",item==="未开启补交"?__WEBPACK_IMPORTED_MODULE_2_react___default.a.createElement('span',{className:"edu-filter-btn edu-filter-btn-CC317C ml15 fl typestyle "+typesylename},'\u672A\u5F00\u542F\u8865\u4EA4'):"",item==="匿名作品"?__WEBPACK_IMPORTED_MODULE_2_react___default.a.createElement('span',{className:"edu-filter-btn edu-filter-btn-006B75 ml15 fl typestyle "+typesylename},'\u533F\u540D\u4F5C\u54C1'):"",item==="已选择"?__WEBPACK_IMPORTED_MODULE_2_react___default.a.createElement('span',{className:"edu-filter-btn edu-filter-btn-EDEDED ml15 fl typestyle color666666 "+typesylename},'\u5DF2\u9009\u62E9'):"",item==="已结束"?__WEBPACK_IMPORTED_MODULE_2_react___default.a.createElement('span',{className:"edu-filter-btn edu-filter-btn-EDEDED ml15 fl typestyle color666666 "+typesylename},'\u5DF2\u7ED3\u675F'):"",item==="提交中"?__WEBPACK_IMPORTED_MODULE_2_react___default.a.createElement('span',{className:"edu-filter-btn edu-filter-btn-4CACFF ml15 fl typestyle "+typesylename},'\u63D0\u4EA4\u4E2D'):"",item==="匿评中"?__WEBPACK_IMPORTED_MODULE_2_react___default.a.createElement('span',{className:"edu-filter-btn edu-filter-btn-4CACFF ml15 fl typestyle "+typesylename},'\u533F\u8BC4\u4E2D'):"",item==="申诉中"?__WEBPACK_IMPORTED_MODULE_2_react___default.a.createElement('span',{className:"edu-filter-btn edu-filter-btn-4CACFF ml15 fl typestyle "+typesylename},'\u7533\u8BC9\u4E2D'):"",item==="补交中"?__WEBPACK_IMPORTED_MODULE_2_react___default.a.createElement('span',{className:"edu-filter-btn edu-filter-btn-4CACFF ml15 fl typestyle "+typesylename},'\u8865\u4EA4\u4E2D'):"",item==="评阅中"?__WEBPACK_IMPORTED_MODULE_2_react___default.a.createElement('span',{className:"edu-filter-btn edu-filter-btn-4CACFF ml15 fl typestyle "+typesylename},'\u8BC4\u9605\u4E2D'):"",item==="待选中"?__WEBPACK_IMPORTED_MODULE_2_react___default.a.createElement('span',{className:"edu-filter-btn edu-filter-btn-4CACFF ml15 fl typestyle "+typesylename},'\u5F85\u9009\u4E2D'):"",item==="交叉评阅中"?__WEBPACK_IMPORTED_MODULE_2_react___default.a.createElement('span',{className:"edu-filter-btn edu-filter-btn-4CACFF ml15 fl typestyle "+typesylename},'\u4EA4\u53C9\u8BC4\u9605\u4E2D'):"",item==="已开启交叉评阅"?__WEBPACK_IMPORTED_MODULE_2_react___default.a.createElement('span',{className:"edu-filter-btn edu-filter-btn-E99695 ml15 fl typestyle "+typesylename},'\u5DF2\u5F00\u542F\u4EA4\u53C9\u8BC4\u9605'):"",item==="待确认"?__WEBPACK_IMPORTED_MODULE_2_react___default.a.createElement('span',{className:"edu-filter-btn edu-filter-btn-5E5FB9 ml15 fl typestyle "+typesylename},'\u5F85\u786E\u8BA4'):"",item==="待处理"?__WEBPACK_IMPORTED_MODULE_2_react___default.a.createElement('span',{className:"edu-filter-btn edu-filter-btn-5E5FB9 ml15 fl typestyle mr10 "+typesylename},'\u5F85\u5904\u7406'):"",item==="未发布"?__WEBPACK_IMPORTED_MODULE_2_react___default.a.createElement('span',{className:"edu-filter-btn edu-filter-btn-84B6EB ml15 fl typestyle "+typesylename},'\u672A\u53D1\u5E03'):"",item==="私有"?__WEBPACK_IMPORTED_MODULE_2_react___default.a.createElement('span',{className:"edu-filter-btn edu-filter-btn-84B6EB ml15 fl typestyle "+typesylename},'\u79C1\u6709'):"",item==="未提交"?__WEBPACK_IMPORTED_MODULE_2_react___default.a.createElement('span',{className:"edu-filter-btn edu-filter-btn-84B6EB ml15 fl typestyle "+typesylename},'\u672A\u63D0\u4EA4'):"",item==="已确认"?__WEBPACK_IMPORTED_MODULE_2_react___default.a.createElement('span',{className:"edu-filter-btn edu-filter-btn-FC2B6A ml15 fl typestyle "+typesylename},'\u5DF2\u786E\u8BA4'):"",item==="已截止"?__WEBPACK_IMPORTED_MODULE_2_react___default.a.createElement('span',{className:"edu-filter-btn edu-filter-btn-FC2B6A ml15 fl typestyle "+typesylename},'\u5DF2\u622A\u6B62'):"",item==="开放课程"?__WEBPACK_IMPORTED_MODULE_2_react___default.a.createElement('span',{className:"edu-filter-btn edu-filter-btn-FF6800 ml15 fl typestyle "+typesylename},'\u5F00\u653E\u8BFE\u7A0B'):""));}));}}]);return CoursesListType;}(__WEBPACK_IMPORTED_MODULE_2_react__["Component"]);/* harmony default export */ __webpack_exports__["a"] = (CoursesListType);// let typelist=["公开",
|
|
|
// "已开启补交",
|
|
|
// "未开启补交",
|
|
|
// "匿名作品",
|
|
|
// "已选择",
|
|
|
// "已结束",
|
|
|
// "提交中",
|
|
|
// "匿评中",
|
|
|
// "申诉中",
|
|
|
// "补交中",
|
|
|
// "评阅中",
|
|
|
// "待选中",
|
|
|
// "交叉评阅中",
|
|
|
// "已开启交叉评阅",
|
|
|
// "待确认",
|
|
|
// "待处理",
|
|
|
// "未发布",
|
|
|
// "私有",
|
|
|
// "未提交",
|
|
|
// "已确认",
|
|
|
// "已截止",
|
|
|
// ]
|
|
|
|
|
|
/***/ }),
|
|
|
|
|
|
/***/ 1369:
|
|
|
/***/ (function(module, exports, __webpack_require__) {
|
|
|
|
|
|
exports = module.exports = __webpack_require__(312)(true);
|
|
|
// imports
|
|
|
|
|
|
|
|
|
// module
|
|
|
exports.push([module.i, ".polllisthover:hover{-webkit-box-shadow:0 2px 6px rgba(51,51,51,.09);box-shadow:0 2px 6px rgba(51,51,51,.09);opacity:1;border-radius:2px}.workList_Item{display:-ms-flexbox;display:flex;background-color:#fff;margin-bottom:20px;padding-top:10px}p span{cursor:default}.mt-5{margin-top:-5px}.bankNav li{float:left;margin-right:20px}.bankNav li:last-child{margin-right:0}.bankNav li.active a{color:#fff!important;background-color:#4cacff}.bankNav li a{display:block;padding:0 10px;height:28px;line-height:28px;background-color:#f5f5f5;border-radius:36px;color:#666!important}.task_menu_ul{width:600px}.task_menu_ul .ant-menu-item,.task_menu_ul .ant-menu-submenu-title{padding:0;margin-right:30px;line-height:68px;font-size:16px}.ant-menu{color:#05101a}.task_menu_ul .ant-menu-horizontal{border-bottom:none}.task_menu_ul .ant-menu-horizontal>.ant-menu-item:hover{border-bottom:2px solid transparent}.task_menu_ul .ant-menu-horizontal>.ant-menu-item-selected{border-bottom:2px solid #4cacff!important}.sourceTag a{display:block;float:left;background-color:#e5f3ff;padding:0 10px;height:24px;line-height:24px;color:#4e7a9b;margin:5px 0 5px 10px}.sourceTag a.active{color:#fff;background-color:#4cacff}", "", {"version":3,"sources":["/Users/hs/edu/educoder/public/react/src/modules/courses/css/busyWork.css"],"names":[],"mappings":"AACA,qBACE,gDAAoD,AAC5C,wCAA4C,AACpD,UAAW,AACX,iBAAmB,CACpB,AAED,eAEE,oBAAqB,AACrB,aAAc,AACd,sBAAuB,AACvB,mBAAoB,AACpB,gBAAkB,CACnB,AACD,OACE,cAAgB,CACjB,AACD,MAAO,eAAgB,CAAC,AAIxB,YACE,WAAY,AACZ,iBAAmB,CACpB,AACD,uBACE,cAAkB,CACnB,AACD,qBACE,qBAAsB,AACtB,wBAA0B,CAC3B,AACD,cACE,cAAe,AACf,eAAiB,AACjB,YAAa,AACb,iBAAkB,AAClB,yBAA0B,AAC1B,mBAAoB,AACpB,oBAAyB,CAC1B,AAID,cACE,WAAa,CACd,AAED,mEACE,UAAY,AACZ,kBAAmB,AACnB,iBAAkB,AAClB,cAAgB,CACjB,AACD,UACE,aAAe,CAChB,AACD,mCACE,kBAAoB,CACrB,AACD,wDACE,mCAAoC,CACrC,AACD,2DACE,yCAA4C,CAC7C,AAED,aACE,cAAe,AACf,WAAY,AACZ,yBAAyB,AACzB,eAAkB,AAClB,YAAa,AACb,iBAAkB,AAClB,cAAe,AACf,qBAAwB,CACzB,AACD,oBACE,WAAe,wBAAyB,CACzC","file":"busyWork.css","sourcesContent":["\n.polllisthover:hover {\n -webkit-box-shadow: 0px 2px 6px rgba(51,51,51,0.09);\n box-shadow: 0px 2px 6px rgba(51,51,51,0.09);\n opacity: 1;\n border-radius: 2px;\n}\n\n.workList_Item{\n /* padding:20px 30px; */\n display: -ms-flexbox;\n display: flex;\n background-color: #fff;\n margin-bottom: 20px;\n padding-top: 10px;\n}\np span{\n cursor: default;\n}\n.mt-5{ margin-top:-5px;}\n\n\n/* <20><><EFBFBD>ѡ<EFBFBD><D1A1>tab */\n.bankNav li{\n float: left;\n margin-right: 20px;\n}\n.bankNav li:last-child{\n margin-right: 0px;\n}\n.bankNav li.active a{\n color: #fff!important;\n background-color: #4CACFF;\n}\n.bankNav li a{\n display: block;\n padding:0px 10px;\n height: 28px;\n line-height: 28px;\n background-color: #F5F5F5;\n border-radius: 36px;\n color: #666666!important;\n}\n\n\n\n.task_menu_ul{\n width: 600px;\n}\n\n.task_menu_ul .ant-menu-item,.task_menu_ul .ant-menu-submenu-title{\n padding:0px;\n margin-right: 30px;\n line-height: 68px;\n font-size: 16px;\n}\n.ant-menu{\n color: #05101a;\n}\n.task_menu_ul .ant-menu-horizontal{\n border-bottom: none;\n}\n.task_menu_ul .ant-menu-horizontal > .ant-menu-item:hover{\n border-bottom:2px solid transparent;\n}\n.task_menu_ul .ant-menu-horizontal > .ant-menu-item-selected{\n border-bottom: 2px solid #4CACFF !important;\n}\n\n.sourceTag a{\n display: block;\n float: left;\n background-color:#E5F3FF;\n padding: 0px 10px;\n height: 24px;\n line-height: 24px;\n color: #4E7A9B;\n margin:5px 0px 5px 10px;\n}\n.sourceTag a.active{\n color: #FFFFFF;background-color:#4CACFF; \n}\n\n"],"sourceRoot":""}]);
|
|
|
|
|
|
// exports
|
|
|
|
|
|
|
|
|
/***/ }),
|
|
|
|
|
|
/***/ 1434:
|
|
|
/***/ (function(module, exports, __webpack_require__) {
|
|
|
|
|
|
// style-loader: Adds some css to the DOM by adding a <style> tag
|
|
|
|
|
|
// load the styles
|
|
|
var content = __webpack_require__(1498);
|
|
|
if(typeof content === 'string') content = [[module.i, content, '']];
|
|
|
// Prepare cssTransformation
|
|
|
var transform;
|
|
|
|
|
|
var options = {"hmr":false}
|
|
|
options.transform = transform
|
|
|
// add the styles to the DOM
|
|
|
var update = __webpack_require__(313)(content, options);
|
|
|
if(content.locals) module.exports = content.locals;
|
|
|
|
|
|
|
|
|
/***/ }),
|
|
|
|
|
|
/***/ 1498:
|
|
|
/***/ (function(module, exports, __webpack_require__) {
|
|
|
|
|
|
exports = module.exports = __webpack_require__(312)(true);
|
|
|
// imports
|
|
|
|
|
|
|
|
|
// module
|
|
|
exports.push([module.i, ".ant-form{color:#05101a}.ant-checkbox-disabled+span,.ant-radio-disabled+span{color:#666!important;cursor:default}.ant-radio-wrapper{color:#666!important}.ant-checkbox-wrapper+.ant-checkbox-wrapper{margin-left:0!important}.ant-select-selection,.ant-select-selection-selected-value{min-height:40px;min-line-height:40px}.ml61{margin-left:61px}.w64{width:64px}.w55{width:55px!important}.max1010{width:1010px!important;max-width:1010px!important}.yw18{min-width:18px}.chooseAnswer{display:inline-block;width:68px;text-align:center;height:24px;line-height:24px;background:#ededed;color:#666;margin-left:10px;border-radius:12px}.problemShow{padding:30px;border-bottom:1px solid #eee}.problemShow:last-child{border-bottom:none}.invite-tipysls{position:absolute;top:-8px;right:140px;color:#fff;-webkit-box-sizing:border-box;box-sizing:border-box;width:170px;text-align:center;border-radius:2px;background-color:rgba(5,16,26,.6)}.yslinvitetip{display:block;right:-16px}.right-black-trangle,.yslinvitetip{border-width:8px;position:absolute;top:10px;border-style:dashed solid dashed dashed;border-color:transparent transparent transparent rgba(5,16,26,.6);font-size:0;line-height:0}.right-black-trangle{left:-16px}.right-black-trangles{top:10px;left:-16px;border-color:transparent rgba(5,16,26,.6) transparent transparent}.right-black-trangles,.top-black-trangle{border-width:8px;position:absolute;border-style:dashed solid dashed dashed;font-size:0;line-height:0}.top-black-trangle{top:-16px;right:4px;border-color:transparent transparent rgba(5,16,26,.6)}.invite-tipysl{color:#999;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;border-radius:2px;font-size:14px}.edu-position-hideysl li a:hover{background:#f1f1f1;color:#05101a}.to-back-left{width:0;height:0;margin-top:27px;border-right:15px solid #fafafa;border-top:10px solid transparent;border-bottom:10px solid transparent}.unlimit{height:24px;line-height:24px;padding:0 10px;border-radius:12px;cursor:pointer;border:1px solid #cdcdcd;color:#666}.unlimit.active{background-color:#4cacff;border:1px solid #4cacff;color:#fff}.edu-table tbody tr:last-child td,.edu-table thead th{border-bottom:none!important}.edu-table tbody tr:hover td{background-color:#fff!important}.countList p.countHeader{background-color:#f8f8f8;color:#666;height:38px;font-size:16px;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;display:-webkit-flex}.countList p.countHeader ul{width:100%;padding:0 30px}.countList div.countBody span,.countList p.countHeader span{float:left}.countList div.countBody{margin:0 30px;border-bottom:1px solid #ebebeb;padding:12px 0}.countList div.countBody:last-child{border-bottom:none}.countList div.countBody span:first-child,.countList p.countHeader span:first-child{width:50%;text-align:left}.countList div.countBody span:nth-child(2),.countList p.countHeader span:nth-child(2){width:15%;text-align:center}.countList div.countBody span:nth-child(3),.countList p.countHeader span:nth-child(3){width:35%;text-align:left}.percentForm{width:330px;background:#f5f5f5;position:relative;margin-top:7px}.percentForm,.percentValue{height:11px;border-radius:6px}.percentValue{position:absolute;top:0;left:0;background:#29bd8b}.answerTxt{max-height:500px;background-color:#f2f9ff;width:100%;margin-top:10px;padding:10px;-webkit-box-sizing:border-box;box-sizing:border-box;color:#4c4c4c}.otherTxt{border:none!important;border-bottom:1px solid #eee!important;background:transparent!important;-ms-flex:1 1;flex:1 1;height:20px!important;line-height:20px!important}.otherTxt.ant-input:focus,.otherTxt.ant-input:hover{border:none!important;border-bottom:1px solid #eee!important;background:#f8f8f8!important}.mustAnswer{padding:0 10px;border-radius:15px;height:22px;line-height:22px;background:#eaeaea;color:#999;font-size:14px}.previewList{border-bottom:1px solid #ebebeb}.previewList:last-child{border-bottom:none}.textLine{-ms-flex:1 1;flex:1 1;height:22px;border-bottom:1px solid #ebebeb}.answerList{margin-bottom:20px}.answerList,.answerList li{-webkit-box-sizing:border-box;box-sizing:border-box;width:100%}.answerList li{padding:10px 30px;line-height:20px}.answerList li:hover{background:#f0f8ff}textarea:-moz-read-only{background:#f3f3f3}textarea:read-only{background:#f3f3f3}.ant-calendar-picker-input{height:40px}.questionsNo{position:relative;padding:30px;border-bottom:1px solid #ebebeb}.questionsfixed{position:fixed;padding:30px;z-index:12;top:60px;width:1200px;background:#fff}.answered,.answerFalse,.answerHalf,.answerTure,.unanswer{position:relative}.answered:after{border-radius:50%;background:#cbcbcb}.answered:after,.unanswer:after{position:absolute;right:35px;top:4px;width:12px;height:12px;content:\"\"}.unanswer:after{border-radius:50%;background:#fff;border:1px solid #cbcbcb}.answerTure:after{background:#29bd8b}.answerFalse:after,.answerTure:after{position:absolute;right:35px;top:4px;width:20px;height:10px;border-radius:5px;content:\"\"}.answerFalse:after{background:#ff3756}.color-red{color:#ff3756!important}.answerHalf:after{position:absolute;left:-25px;top:4px;width:20px;height:10px;border-radius:5px;background:#ff6800;content:\"\"}.leaderMainNav,.leaderNav{margin-top:20px}.leaderMainNav a,.leaderNav a{display:block;float:left;margin-right:10px;border-radius:50%;border:1px solid #cbcbcb;height:40px;line-height:40px;width:40px;text-align:center;color:#999;cursor:pointer;margin-bottom:5px}.leaderMainNav a{background:#ff3756;color:#fff;border:1px solid #ff3756}.leaderNav a.acted{background:#cbcbcb;color:#fff}.leaderMainNav a.acted{background-color:#29bd8b;color:#fff;border:1px solid #29bd8b}.leaderMainNav a.half{background-color:#ff6800;color:#fff;border:1px solid #ff6800}.pollForm .ant-form-item-control{line-height:20px}.pollForm.ant-form-item{margin-bottom:0}.setInfo .ant-select-selection__rendered{line-height:40px}.ant-select-dropdown-menu .ant-select-dropdown-menu-item{padding:5px 15px}.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item .ant-select-selected-icon{right:15px}.noticeTip{border:1px solid red;border-radius:5px}.pollResultList .ant-table-tbody>tr>td,.pollResultList .ant-table-thead>tr>th{padding:15px 6px}.setScoreInput{width:60px!important;height:30px!important;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center!important;background:#f8f8f8;color:#666}.setScoreInput:focus{background:#fff;color:#ff6800}.standardAnswer p{line-height:20px!important}.remainingTime li{width:40px;background-color:#111c24;color:#fff;border-radius:4px}.remainingTime li,.remainingTime span{float:left;line-height:40px;text-align:center}.remainingTime span{width:20px}.myyslwidth{min-width:1200px}.zexercisetitle{font-size:16px;color:#333;min-width:95px}", "", {"version":3,"sources":["/Users/hs/edu/educoder/public/react/src/modules/courses/poll/pollStyle.css"],"names":[],"mappings":"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","file":"pollStyle.css","sourcesContent":["/* 单选或多选 */\n.ant-form{\n color:#05101A;\n}\n.ant-radio-disabled + span,.ant-checkbox-disabled + span{\n color: #666!important;\n cursor: default\n}\n.ant-radio-wrapper {\n color: #666!important;\n}\n.ant-checkbox-wrapper + .ant-checkbox-wrapper{\n margin-left: 0px!important;\n}\n/* 下拉 */\n.ant-select-selection,.ant-select-selection-selected-value{\n min-height: 40px;\n min-line-height: 40px;\n}\n.ml61{\n margin-left: 61px;\n}\n.w64{\n width: 64px;\n}\n.w55{\n width: 55px!important;\n}\n.max1010{\n width: 1010px !important;\n max-width: 1010px !important;\n}\n.yw18{\n min-width: 18px;\n}\n/* 选答 */\n.chooseAnswer{\n display: inline-block;\n width: 68px;\n text-align: center;\n height: 24px;\n line-height: 24px;\n background: #EDEDED;\n color: #666;\n margin-left: 10px;\n border-radius: 12px;\n}\n\n.problemShow{\n padding:30px;\n border-bottom: 1px solid #eee;\n}\n.problemShow:last-child{\n border-bottom: none;\n}\n.invite-tipysls{position: absolute;top: -8px;right: 140px;color: #fff; -webkit-box-sizing: border-box; box-sizing: border-box;width: 170px;text-align: center;border-radius: 2px;background-color: rgba(5,16,26,0.6)}\n.yslinvitetip{display: block;border-width: 8px;position: absolute;top: 10px;right: -16px;border-style: dashed solid dashed dashed;border-color: transparent transparent transparent rgba(5,16,26,0.6);font-size: 0;line-height: 0;}\n.right-black-trangle{border-width: 8px;position: absolute;top: 10px;left: -16px;border-style: dashed solid dashed dashed;border-color: transparent transparent transparent rgba(5,16,26,0.6);font-size: 0;line-height: 0;}\n.right-black-trangles{border-width: 8px;position: absolute;top: 10px;left: -16px;border-style: dashed solid dashed dashed;border-color: transparent rgba(5,16,26,0.6) transparent transparent;font-size: 0;line-height: 0;}\n.top-black-trangle{border-width: 8px;position: absolute;top: -16px;right: 4px;border-style: dashed solid dashed dashed;border-color: transparent transparent rgba(5,16,26,0.6) transparent;font-size: 0;line-height: 0;}\n.invite-tipysl{color: #999999; -webkit-box-sizing: border-box; box-sizing: border-box;text-align: center;border-radius: 2px;font-size: 14px}\n.edu-position-hideysl li a:hover{ background:#F1F1F1; color:#05101A;}\n.to-back-left {\n width: 0;\n height: 0;\n margin-top: 27px;\n border-right: 15px solid #FAFAFA;\n border-top: 10px solid transparent;\n border-bottom: 10px solid transparent;\n}\n/* 问卷详情 */\n/* 答题列表 */\n.unlimit{\n height: 24px;\n line-height: 24px;\n padding:0px 10px;\n border-radius: 12px;\n cursor: pointer;\n border:1px solid #cdcdcd;\n color:#666;\n}\n.unlimit.active{\n background-color: #4CACFF;\n border:1px solid #4CACFF;\n color: #fff;\n}\n.edu-table thead th,.edu-table tbody tr:last-child td{\n border-bottom: none!important;\n}\n.edu-table tbody tr:hover td{\n background-color: #fff!important;\n}\n/* 统计结果 */\n.countList p.countHeader{\n background-color: #f8f8f8;\n color: #666;\n height: 38px;\n font-size: 16px;\n -ms-flex-pack: center;\n justify-content: center;\n -ms-flex-align: center;\n align-items: center;\n display: -webkit-flex;\n}\n.countList p.countHeader ul{\n width: 100%;\n padding:0px 30px\n}\n.countList p.countHeader span,.countList div.countBody span{\n float: left;\n}\n.countList div.countBody{\n margin:0px 30px;\n border-bottom:1px solid #EBEBEB;\n padding:12px 0px;\n}\n.countList div.countBody:last-child{\n border-bottom: none;\n}\n.countList p.countHeader span:nth-child(1),.countList div.countBody span:nth-child(1){\n width: 50%;\n text-align: left;\n}\n.countList p.countHeader span:nth-child(2),.countList div.countBody span:nth-child(2){\n width:15%;\n text-align: center;\n}\n.countList p.countHeader span:nth-child(3),.countList div.countBody span:nth-child(3){\n width:35%;\n text-align: left;\n}\n.percentForm{\n width: 330px;\n height: 11px;\n background: #F5F5F5;\n border-radius: 6px;\n position: relative;\n margin-top: 7px;\n}\n.percentValue{\n position: absolute;\n top:0px;\n left: 0px;\n height: 11px;\n background: #29BD8B;\n border-radius: 6px;\n}\n.answerTxt{\n max-height: 500px;\n background-color: #F2F9FF;\n width: 100%;\n margin-top: 10px;\n padding:10px;\n -webkit-box-sizing: border-box;\n box-sizing: border-box;\n color: #4c4c4c;\n}\n.otherTxt{\n border:none!important;\n border-bottom: 1px solid #eee!important;\n background: transparent!important;\n -ms-flex:1 1;\n flex:1 1;\n height: 20px!important;\n line-height: 20px!important;\n}\n.otherTxt.ant-input:hover,.otherTxt.ant-input:focus{\n border:none!important;\n border-bottom: 1px solid #eee!important;\n background: #F8F8F8!important;\n}\n\n/* 必答 */\n.mustAnswer{\n padding:0px 10px;\n border-radius: 15px;\n height: 22px;\n line-height: 22px;\n background: #eaeaea;\n color: #999;\n font-size: 14px;\n}\n/* 问卷内容 */\n.previewList{\n border-bottom: 1px solid #ebebeb;\n}\n.previewList:last-child{\n border-bottom:none;\n}\n.textLine{\n -ms-flex: 1 1;\n flex: 1 1;\n height:22px;\n border-bottom: 1px solid #ebebeb;\n}\n.answerList{\n -webkit-box-sizing: border-box;\n box-sizing: border-box;\n width: 100%;\n margin-bottom: 20px;\n}\n.answerList li{\n padding:10px 30px;\n -webkit-box-sizing: border-box;\n box-sizing: border-box;\n line-height:20px;\n width: 100%;\n}\n.answerList li:hover{\n background: #F0F8FF;\n}\ntextarea:-moz-read-only{\n background: #f3f3f3;\n}\ntextarea:read-only{\n background: #f3f3f3;\n}\n.ant-calendar-picker-input{\n height: 40px;\n}\n\n/* 问卷答题 */\n.questionsNo{\n position: relative;\n padding: 30px;\n border-bottom: 1px solid #ebebeb;\n}\n.questionsfixed{\n position: fixed;\n padding: 30px;\n z-index: 12;\n top: 60px;\n width: 1200px;\n background: #fff;\n}\n.answered,.unanswer,.answerTure,.answerFalse,.answerHalf{\n position: relative;\n}\n.answered::after{\n position: absolute;\n right:35px;\n top:4px;\n width: 12px;\n height: 12px;\n border-radius: 50%;\n background: #CBCBCB;\n content: \"\";\n}\n.unanswer::after{\n position: absolute;\n right:35px;\n top:4px;\n width: 12px;\n height: 12px;\n border-radius: 50%;\n background: #fff;\n content: \"\";\n border:1px solid rgba(203,203,203,1);\n}\n.answerTure::after{\n position: absolute;\n right:35px;\n top:4px;\n width: 20px;\n height: 10px;\n border-radius: 5px;\n background: #29BD8B;\n content: \"\";\n}\n.answerFalse::after{\n position: absolute;\n right:35px;\n top:4px;\n width: 20px;\n height: 10px;\n border-radius: 5px;\n background: #FF3756;\n content: \"\";\n}\n.color-red{color: #FF3756!important}\n.answerHalf::after{\n position: absolute;\n left:-25px;\n top:4px;\n width: 20px;\n height: 10px;\n border-radius: 5px;\n background: #FF6800;\n content: \"\";\n}\n.leaderNav,.leaderMainNav{\n margin-top: 20px;\n}\n.leaderNav a,.leaderMainNav a{\n display: block;\n float: left;\n margin-right: 10px;\n border-radius: 50%;\n border:1px solid #CBCBCB;\n height: 40px;\n line-height: 40px;\n width: 40px;\n text-align: center;\n color: #999999;\n cursor: pointer;\n margin-bottom: 5px;\n}\n.leaderMainNav a{\n background: #FF3756;\n color: #fff;\n border:1px solid #FF3756;\n}\n.leaderNav a.acted{\n background:rgba(203,203,203,1);\n color: #fff;\n}\n.leaderMainNav a.acted{\n background-color: #29BD8B;\n color: #fff;\n border:1px solid #29BD8B;\n}\n.leaderMainNav a.half{\n background-color: #FF6800;\n color: #fff;\n border:1px solid #FF6800;\n}\n\n/* 问卷设置 */\n.pollForm .ant-form-item-control{\n line-height: 20px;\n}\n.pollForm.ant-form-item{\n margin-bottom: 0px\n}\n.setInfo .ant-select-selection__rendered{\n line-height: 40px;\n}\n\n/* 下拉搜索框 */\n.ant-select-dropdown-menu .ant-select-dropdown-menu-item{\n padding:5px 15px;\n}\n.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item .ant-select-selected-icon{\n right: 15px;\n}\n\n.noticeTip{\n border:1px solid #FF0000;\n border-radius: 5px;\n}\n.pollResultList .ant-table-thead > tr > th,.pollResultList .ant-table-tbody > tr > td{\n padding:15px 6px;\n}\n/* 试卷 */\n.setScoreInput{\n width: 60px!important;height: 30px!important;-webkit-box-sizing: border-box;box-sizing: border-box;\n text-align: center!important;\n background: #F8F8F8;\n color:#666;\n}\n.setScoreInput:focus{\n background: #fff;\n color:#FF6800\n}\n.standardAnswer p{\n line-height: 20px!important;\n}\n/* 倒计时 */\n.remainingTime li{\n float: left;\n width: 40px;\n line-height: 40px;\n background-color: #111C24;\n color: #fff;\n border-radius: 4px;\n text-align: center\n}\n.remainingTime span{\n float: left;\n width: 20px;\n line-height: 40px;\n text-align: center;\n}\n.myyslwidth {\n min-width:1200px\n}\n\n.zexercisetitle {\n font-size: 16px;\n color: rgba(51, 51, 51, 1);\n min-width: 95px;\n}\n"],"sourceRoot":""}]);
|
|
|
|
|
|
// exports
|
|
|
|
|
|
|
|
|
/***/ }),
|
|
|
|
|
|
/***/ 4608:
|
|
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
|
|
|
|
"use strict";
|
|
|
Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
|
|
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_antd_lib_checkbox_style_css__ = __webpack_require__(317);
|
|
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_antd_lib_checkbox_style_css___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_antd_lib_checkbox_style_css__);
|
|
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_antd_lib_checkbox__ = __webpack_require__(314);
|
|
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_antd_lib_checkbox___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_1_antd_lib_checkbox__);
|
|
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2_antd_lib_input_style_css__ = __webpack_require__(68);
|
|
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2_antd_lib_input_style_css___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_2_antd_lib_input_style_css__);
|
|
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3_antd_lib_input__ = __webpack_require__(69);
|
|
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3_antd_lib_input___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_3_antd_lib_input__);
|
|
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4_antd_lib_radio_style_css__ = __webpack_require__(177);
|
|
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4_antd_lib_radio_style_css___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_4_antd_lib_radio_style_css__);
|
|
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5_antd_lib_radio__ = __webpack_require__(175);
|
|
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5_antd_lib_radio___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_5_antd_lib_radio__);
|
|
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6_react__ = __webpack_require__(0);
|
|
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6_react___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_6_react__);
|
|
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__css_members_css__ = __webpack_require__(329);
|
|
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__css_members_css___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_7__css_members_css__);
|
|
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_8__css_busyWork_css__ = __webpack_require__(1031);
|
|
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_8__css_busyWork_css___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_8__css_busyWork_css__);
|
|
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_9__pollStyle_css__ = __webpack_require__(1434);
|
|
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_9__pollStyle_css___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_9__pollStyle_css__);
|
|
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_10_moment__ = __webpack_require__(86);
|
|
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_10_moment___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_10_moment__);
|
|
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_11_educoder__ = __webpack_require__(5);
|
|
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_12__modals_Modals__ = __webpack_require__(173);
|
|
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_13__coursesPublic_CoursesListType__ = __webpack_require__(1070);
|
|
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_14_axios__ = __webpack_require__(15);
|
|
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_14_axios___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_14_axios__);
|
|
|
var _createClass=function(){function defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||false;descriptor.configurable=true;if("value"in descriptor)descriptor.writable=true;Object.defineProperty(target,descriptor.key,descriptor);}}return function(Constructor,protoProps,staticProps){if(protoProps)defineProperties(Constructor.prototype,protoProps);if(staticProps)defineProperties(Constructor,staticProps);return Constructor;};}();function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor)){throw new TypeError("Cannot call a class as a function");}}function _possibleConstructorReturn(self,call){if(!self){throw new ReferenceError("this hasn't been initialised - super() hasn't been called");}return call&&(typeof call==="object"||typeof call==="function")?call:self;}function _inherits(subClass,superClass){if(typeof superClass!=="function"&&superClass!==null){throw new TypeError("Super expression must either be null or a function, not "+typeof superClass);}subClass.prototype=Object.create(superClass&&superClass.prototype,{constructor:{value:subClass,enumerable:false,writable:true,configurable:true}});if(superClass)Object.setPrototypeOf?Object.setPrototypeOf(subClass,superClass):subClass.__proto__=superClass;}var map={1:"单选题",2:"多选题",3:"主观题"};var statudmap={1:"未发布",2:"提交中",3:"已截止"};var PollInfo=function(_Component){_inherits(PollInfo,_Component);function PollInfo(props){_classCallCheck(this,PollInfo);var _this=_possibleConstructorReturn(this,(PollInfo.__proto__||Object.getPrototypeOf(PollInfo)).call(this,props));_this.handleScroll=function(){if(parseInt(window.scrollY)>230){_this.setState({questionPanelFixed:true});}else{_this.setState({questionPanelFixed:false});}};_this.scrollToAnchor=function(index){var name="Anchor_"+index;if(index){var anchorElement=document.getElementById(name);if(anchorElement){anchorElement.scrollIntoView();}}};_this.getInfo=function(){_this.setState({courseName:_this.props.current_user.course_name});var pollId=_this.props.match.params.pollId;var user_id=_this.props.match.params.login;var url="/polls/"+pollId+"/start_answer.json?login="+user_id;__WEBPACK_IMPORTED_MODULE_14_axios___default.a.get(url).then(function(result){if(result.status==200){_this.setState({poll:result.data.poll,question_answered:result.data.question_answered,question_types:result.data.question_types,questions:result.data.questions});var list=[];for(var i=0;i<result.data.questions.length;i++){list.push({id:result.data.questions[i].question.id,text:result.data.questions[i].question.poll_vote_texts||"",is_necessary:result.data.questions[i].question.is_necessary,answers:result.data.questions[i].question.poll_answer_ids,answersList:result.data.questions[i].question.answers});}_this.setState({inputArray:list});}}).catch(function(error){console.log(error);});};_this.ChangeOptionSingle=function(item){var arr=item.target.name;var txt=Object.assign({},_this.state.inputArray[parseInt(arr[1])]);var ids=item.target.value;var list=txt.answersList.filter(function(element){return element.answer_id==ids;});_this.postAnswer(arr[0],ids,list[0].answer_text=="其他"?txt.text:"",arr[1]);};_this.ChangeOptionMuntil=function(a_id,q_id,key){var ind=Object.assign({},_this.state.inputArray[parseInt(key)]);var count=0;a_id.forEach(function(element){var list=ind.answersList.filter(function(item){return item.answer_id==element;});if(list[0].answer_text=="其他"){count++;}});_this.postAnswer(q_id,a_id,count>0?ind.text:"",key);};_this.postAnswer=function(q_id,a_id,text,key){var url="/poll_questions/"+q_id+"/poll_votes.json";console.log(text);__WEBPACK_IMPORTED_MODULE_14_axios___default.a.post(url,{poll_answer_id:a_id,vote_text:text}).then(function(result){if(result){var answer=Object.assign({},_this.state.question_answered[parseInt(key)]);answer.ques_status=result.data.poll_vote.question_status;var question_answered=_this.state.question_answered;question_answered[parseInt(key)]=answer;var inputs=Object.assign({},_this.state.inputArray[parseInt(key)]);inputs.answers=a_id;var inputArray=_this.state.inputArray;inputArray[parseInt(key)]=inputs;_this.setState({question_answered:question_answered,inputArray:inputArray});}}).catch(function(error){console.log(error);});};_this.blurTxt=function(e){var index=parseInt(e.target.name);var list=Object.assign({},_this.state.inputArray[index]);list.text=e.target.value;var inputArray=_this.state.inputArray;inputArray[index]=list;_this.setState({inputArray:inputArray});};_this.saveInputAndAnswer=function(e,a_id,q_id,key,type){var inputs=Object.assign({},_this.state.inputArray[parseInt(key)]);var answers=inputs.answers;var flag=true;if(answers.length){flag=answers.indexOf(a_id)>-1?true:false;answers=type==1?answers[0]:answers;}else{flag=answers==a_id?true:false;}if(answers&&(answers.length>0||answers!="")){_this.postAnswer(q_id,answers,flag?inputs.text:"",key);}};_this.commitText=function(key,q_id){var text=Object.assign({},_this.state.inputArray[key]).text;var url='/poll_questions/'+q_id+'/poll_votes.json?';var ans=Object.assign({},_this.state.question_answered[key]);ans.ques_status=text?1:0;var questionAnswered=_this.state.question_answered;questionAnswered[key]=ans;_this.setState({question_answered:questionAnswered});if(text!=undefined){__WEBPACK_IMPORTED_MODULE_14_axios___default.a.post(url,{vote_text:text}).then(function(result){if(result.status==200){var answer=Object.assign({},_this.state.question_answered[key]);answer.ques_status=result.data.poll_vote.question_status;var question_answered=_this.state.question_answered;question_answered[key]=answer;_this.setState({question_answered:question_answered});}}).catch(function(error){console.log(error);});}};_this.submitPoll=function(){var _this$state=_this.state,inputArray=_this$state.inputArray,question_answered=_this$state.question_answered;var must=0;var may=0;for(var j=0;j<question_answered.length;j++){if(question_answered[j].ques_status==0){if(inputArray[j].is_necessary==1){must++;}else{may++;}}}if(must>0){_this.setState({modalsType:true,modalsTopval:"有 "+must+" 题必答题未答,无法提交 ",modalsBottomval:"请完成全部必答题后再提交",loadtype:true,modalSave:_this.cancelSubmit});return;}if(may>=0){_this.setState({modalsType:true,modalsTopval:may>0?"有 "+may+" 题未答":"",modalsBottomval:"提交后无法再修改答题,是否确认提交?",loadtype:false,modalSave:_this.sureSubmit});}};_this.cancelSubmit=function(){_this.setState({modalsType:false,modalsTopval:"",modalsBottomval:""});};_this.sureSubmit=function(){var pollId=_this.props.match.params.pollId;var url="/polls/"+pollId+"/commit_poll.json";__WEBPACK_IMPORTED_MODULE_14_axios___default.a.post(url).then(function(result){if(result.status==200){_this.props.showNotification(result.data.message);_this.setState({modalsType:false,modalsTopval:"",modalsBottomval:""});window.location.href="/courses/"+_this.props.match.params.coursesId+"/polls/"+pollId+"/detail";}}).catch(function(error){console.log(error);});};_this.state={courseName:undefined,poll:undefined,question_answered:undefined,question_types:undefined,questions:undefined,inputArray:[],modalsType:false,modalsTopval:undefined,modalsBottomval:undefined,loadtype:true,modalSave:undefined,questionPanelFixed:false,pollAnswerList:[]};return _this;}_createClass(PollInfo,[{key:"componentDidUpdate",value:function componentDidUpdate(prevProps){// 需要等get_user_info执行完才能getInfo
|
|
|
if(!prevProps.current_user&&this.props.current_user){this.getInfo();}}},{key:"componentDidMount",value:function componentDidMount(){if(this.props.current_user){this.getInfo();}//window.addEventListener('scroll', this.handleScroll);
|
|
|
}// 滚动定位
|
|
|
//选中选择题(单选题)选项保存
|
|
|
//选中选择题(多选题)选项保存
|
|
|
//输入其它--内容
|
|
|
//输入其它--内容后重新保存
|
|
|
//提交主观题
|
|
|
// 提交
|
|
|
},{key:"render",value:function render(){var _this2=this;var coursesId=this.props.match.params.coursesId;var _state=this.state,poll=_state.poll,question_answered=_state.question_answered,question_types=_state.question_types,questions=_state.questions,courseName=_state.courseName,inputArray=_state.inputArray,modalsType=_state.modalsType,modalsTopval=_state.modalsTopval,loadtype=_state.loadtype,modalsBottomval=_state.modalsBottomval,modalSave=_state.modalSave,questionPanelFixed=_state.questionPanelFixed;var current_user=this.props.current_user;var isAdmin=this.props.isAdmin();var isStudent=this.props.isStudent();document.title=courseName&&courseName;return __WEBPACK_IMPORTED_MODULE_6_react___default.a.createElement("div",{className:"newMain",style:{paddingTop:"0px"}},__WEBPACK_IMPORTED_MODULE_6_react___default.a.createElement(__WEBPACK_IMPORTED_MODULE_12__modals_Modals__["a" /* default */],{modalsType:modalsType,modalsTopval:modalsTopval,modalsBottomval:modalsBottomval,loadtype:loadtype,modalCancel:this.cancelSubmit,modalSave:modalSave}),__WEBPACK_IMPORTED_MODULE_6_react___default.a.createElement("div",{className:"educontent mt10 mb50"},__WEBPACK_IMPORTED_MODULE_6_react___default.a.createElement("p",{className:"clearfix mb20"},__WEBPACK_IMPORTED_MODULE_6_react___default.a.createElement(__WEBPACK_IMPORTED_MODULE_11_educoder__["A" /* WordsBtn */],{style:"grey",className:"fl",to:current_user&¤t_user.first_category_url},courseName),__WEBPACK_IMPORTED_MODULE_6_react___default.a.createElement("span",{className:"color-grey-9 fl ml3 mr3"},">"),__WEBPACK_IMPORTED_MODULE_6_react___default.a.createElement(__WEBPACK_IMPORTED_MODULE_11_educoder__["A" /* WordsBtn */],{style:"grey",className:"fl",to:"/courses/"+this.props.match.params.coursesId+"/polls/"+(poll&&poll.left_banner_id)},"\u95EE\u5377"),__WEBPACK_IMPORTED_MODULE_6_react___default.a.createElement("span",{className:"color-grey-9 fl ml3 mr3"},">"),__WEBPACK_IMPORTED_MODULE_6_react___default.a.createElement(__WEBPACK_IMPORTED_MODULE_11_educoder__["A" /* WordsBtn */],{style:"grey",to:"/courses/"+coursesId+"/polls/"+this.props.match.params.pollId+"/detail",className:"fl mr3"},"\u95EE\u5377\u8BE6\u60C5"),">",__WEBPACK_IMPORTED_MODULE_6_react___default.a.createElement("span",{className:"ml3"},question_types&&question_types.user_name)),__WEBPACK_IMPORTED_MODULE_6_react___default.a.createElement("p",{className:"clearfix mb20"},__WEBPACK_IMPORTED_MODULE_6_react___default.a.createElement("span",{className:"color-grey-3 font-24 fl task-hide break-word",style:{maxWidth:"900px",lineHeight:"30px"}},poll&&poll.polls_name),__WEBPACK_IMPORTED_MODULE_6_react___default.a.createElement(__WEBPACK_IMPORTED_MODULE_13__coursesPublic_CoursesListType__["a" /* default */],{typelist:[""+statudmap[poll&&poll.poll_status]],typesylename:""}),isAdmin||poll&&poll.user_poll_status==1?__WEBPACK_IMPORTED_MODULE_6_react___default.a.createElement(__WEBPACK_IMPORTED_MODULE_11_educoder__["A" /* WordsBtn */],{className:"fr font-16 mt5",style:"grey",to:"/courses/"+coursesId+"/polls/"+this.props.match.params.pollId+"/detail"},"\u8FD4\u56DE"):''),poll&&poll.polls_description&&__WEBPACK_IMPORTED_MODULE_6_react___default.a.createElement("p",{style:{backgroundColor:"#F2F9FF",whiteSpace:"pre-wrap"},className:"color-blue pl30 pr30 pt15 pb15"},poll.polls_description),__WEBPACK_IMPORTED_MODULE_6_react___default.a.createElement("div",{className:"edu-back-white"},__WEBPACK_IMPORTED_MODULE_6_react___default.a.createElement("p",{className:"padding20-30 bor-bottom-greyE"},question_types&&question_types.q_counts>0&&__WEBPACK_IMPORTED_MODULE_6_react___default.a.createElement("span",{className:"color-grey-3"},"\u5408\u8BA1",question_types.q_counts,"\u9898\uFF1A"),question_types&&question_types.q_singles>0&&__WEBPACK_IMPORTED_MODULE_6_react___default.a.createElement("span",{className:"color-grey-9 mr15"},"\u5355\u9009\u9898",question_types.q_singles,"\u9898"),question_types&&question_types.q_doubles>0&&__WEBPACK_IMPORTED_MODULE_6_react___default.a.createElement("span",{className:"color-grey-9 mr15"},"\u591A\u9009\u9898",question_types&&question_types.q_doubles,"\u9898"),question_types&&question_types.q_mains>0&&__WEBPACK_IMPORTED_MODULE_6_react___default.a.createElement("span",{className:"color-grey-9"},"\u4E3B\u89C2\u9898",question_types&&question_types.q_mains,"\u9898")),__WEBPACK_IMPORTED_MODULE_6_react___default.a.createElement("div",{className:questionPanelFixed==true?"questionsfixed":"questionsNo"},__WEBPACK_IMPORTED_MODULE_6_react___default.a.createElement("p",{className:"clearfix pl20"},__WEBPACK_IMPORTED_MODULE_6_react___default.a.createElement("span",{className:"mr40 answered"},"\u5DF2\u7B54"),__WEBPACK_IMPORTED_MODULE_6_react___default.a.createElement("span",{className:"unanswer"},"\u672A\u7B54"),__WEBPACK_IMPORTED_MODULE_6_react___default.a.createElement("span",{className:"color-grey-9 fr"},"\u622A\u6B62\u65F6\u95F4 ",poll&&__WEBPACK_IMPORTED_MODULE_10_moment___default()(poll.end_time).format("YYYY-MM-DD HH:mm"))),__WEBPACK_IMPORTED_MODULE_6_react___default.a.createElement("ul",{className:"clearfix leaderNav"},question_answered&&question_answered.map(function(item,key){return __WEBPACK_IMPORTED_MODULE_6_react___default.a.createElement(__WEBPACK_IMPORTED_MODULE_6_react___default.a.Fragment,null,__WEBPACK_IMPORTED_MODULE_6_react___default.a.createElement("a",{className:item.ques_status==1?"acted":"",onClick:function onClick(){return _this2.scrollToAnchor(""+key);}},item.ques_number));}))),__WEBPACK_IMPORTED_MODULE_6_react___default.a.createElement("div",null,questions&&questions.map(function(item,key){return __WEBPACK_IMPORTED_MODULE_6_react___default.a.createElement("div",{className:"previewList",id:'Anchor_'+(""+key)},__WEBPACK_IMPORTED_MODULE_6_react___default.a.createElement("div",{className:"pl30 pr30 mt30 mb10 clearfix"},__WEBPACK_IMPORTED_MODULE_6_react___default.a.createElement("span",{className:"color-blue fl font-16"},item.question.question_number,"\u3001",map[item.question.question_type]),item.question.is_necessary==1?__WEBPACK_IMPORTED_MODULE_6_react___default.a.createElement("span",{className:"mustAnswer fl ml10 mr10 mt5"},"\u5FC5\u7B54"):__WEBPACK_IMPORTED_MODULE_6_react___default.a.createElement("span",{className:"mustAnswer fl ml10 mr10 mt5"},"\u9009\u7B54"),item.question.question_type==2&&item.question.min_choices&&item.question.max_choices?__WEBPACK_IMPORTED_MODULE_6_react___default.a.createElement("span",{className:"color-grey-9 font-14 fl mt2"},item.question.min_choices==item.question.max_choices?"可选"+item.question.max_choices+"项":"可选"+item.question.min_choices+"-"+item.question.max_choices+"项"):""),__WEBPACK_IMPORTED_MODULE_6_react___default.a.createElement("p",{className:"pl30 pr30 mb10 "},__WEBPACK_IMPORTED_MODULE_6_react___default.a.createElement("span",{className:"font-14 flex1",style:{"white-space":"pre-wrap","word-break":"break-all","word-wrap":"break-word"}},item.question.question_title)),//单选
|
|
|
item.question.question_type==1&&__WEBPACK_IMPORTED_MODULE_6_react___default.a.createElement(__WEBPACK_IMPORTED_MODULE_5_antd_lib_radio___default.a.Group,{disabled:isAdmin||isStudent&&poll&&poll.user_poll_status==1?true:false,className:"answerList",defaultValue:item.question.poll_answer_ids[0],name:[item.question.id,key],onChange:_this2.ChangeOptionSingle},item.question.answers&&item.question.answers.map(function(i,k){return __WEBPACK_IMPORTED_MODULE_6_react___default.a.createElement("li",{className:i.answer_text=="其他"?"df clearfix":"clearfix"},__WEBPACK_IMPORTED_MODULE_6_react___default.a.createElement(__WEBPACK_IMPORTED_MODULE_5_antd_lib_radio___default.a,{name:[item.question.id,key],className:"fl",value:i.answer_id}),__WEBPACK_IMPORTED_MODULE_6_react___default.a.createElement("span",{className:"break-word fl",style:{maxWidth:"1116px"}},i.answer_text),i.answer_text=="其他"?__WEBPACK_IMPORTED_MODULE_6_react___default.a.createElement(__WEBPACK_IMPORTED_MODULE_6_react___default.a.Fragment,null,inputArray&&inputArray.map(function(j,k){return __WEBPACK_IMPORTED_MODULE_6_react___default.a.createElement(__WEBPACK_IMPORTED_MODULE_6_react___default.a.Fragment,null,j.id==item.question.id?__WEBPACK_IMPORTED_MODULE_6_react___default.a.createElement(__WEBPACK_IMPORTED_MODULE_3_antd_lib_input___default.a,{type:"text",className:"otherTxt",autoComplete:"off",value:j.text&&j.text,name:key,onInput:_this2.blurTxt,onBlur:function onBlur(e){return _this2.saveInputAndAnswer(e,i.answer_id,item.question.id,key,item.question.question_type);}}):"");})):"");})),//多选
|
|
|
item.question.question_type==2&&__WEBPACK_IMPORTED_MODULE_6_react___default.a.createElement(__WEBPACK_IMPORTED_MODULE_1_antd_lib_checkbox___default.a.Group,{onChange:function onChange(value){return _this2.ChangeOptionMuntil(value,item.question.id,key);},disabled:isAdmin||isStudent&&poll&&poll.user_poll_status==1?true:false,defaultValue:item.question.poll_answer_ids,className:"answerList",name:key},item.question.answers&&item.question.answers.map(function(i,k){return __WEBPACK_IMPORTED_MODULE_6_react___default.a.createElement("li",{className:i.answer_text=="其他"?"df clearfix":"clearfix"},__WEBPACK_IMPORTED_MODULE_6_react___default.a.createElement(__WEBPACK_IMPORTED_MODULE_1_antd_lib_checkbox___default.a,{className:"fl mr8",value:i.answer_id,key:i.answer_id}),__WEBPACK_IMPORTED_MODULE_6_react___default.a.createElement("span",{className:"break-word fl",style:{maxWidth:"1116px"}},i.answer_text),i.answer_text=="其他"?__WEBPACK_IMPORTED_MODULE_6_react___default.a.createElement(__WEBPACK_IMPORTED_MODULE_6_react___default.a.Fragment,null,inputArray&&inputArray.map(function(j,k){return __WEBPACK_IMPORTED_MODULE_6_react___default.a.createElement(__WEBPACK_IMPORTED_MODULE_6_react___default.a.Fragment,null,j.id==item.question.id?__WEBPACK_IMPORTED_MODULE_6_react___default.a.createElement(__WEBPACK_IMPORTED_MODULE_3_antd_lib_input___default.a,{type:"text",className:"otherTxt",autoComplete:"off",value:j.text&&j.text,name:key,onInput:_this2.blurTxt,onBlur:function onBlur(e){return _this2.saveInputAndAnswer(e,i.answer_id,item.question.id,key,item.question.question_type);}}):"");})):"");})),//主观题
|
|
|
item.question.question_type==3&&__WEBPACK_IMPORTED_MODULE_6_react___default.a.createElement("div",{className:"mt10 pl30 pr30 pb20"},inputArray&&inputArray.map(function(j,k){return __WEBPACK_IMPORTED_MODULE_6_react___default.a.createElement(__WEBPACK_IMPORTED_MODULE_6_react___default.a.Fragment,null,j.id==item.question.id?__WEBPACK_IMPORTED_MODULE_6_react___default.a.createElement("textarea",{placeholder:"\u5728\u6B64\u586B\u5165\u7B54\u6848",disabled:isAdmin||isStudent&&poll&&poll.user_poll_status==1?true:false,value:j.text&&j.text,className:"winput-100-130",name:key,onInput:_this2.blurTxt,onBlur:function onBlur(){return _this2.commitText(key,item.question.id);}}):"");})));}))),isStudent&&poll&&poll.user_poll_status==0?__WEBPACK_IMPORTED_MODULE_6_react___default.a.createElement("div",{className:"mt30 mb50"},__WEBPACK_IMPORTED_MODULE_6_react___default.a.createElement("a",{type:"primary",className:"defalutSubmitbtn",onClick:this.submitPoll},"\u63D0\u4EA4")):""));}}]);return PollInfo;}(__WEBPACK_IMPORTED_MODULE_6_react__["Component"]);/* harmony default export */ __webpack_exports__["default"] = (PollInfo);
|
|
|
|
|
|
/***/ })
|
|
|
|
|
|
}); |