!function(e){function t(t){for(var r,a,s=t[0],u=t[1],c=t[2],l=0,p=[];l2&&void 0!==u[2]?u[2]:{},t.activeSelect[n]?(t.activeSelect[n].choosed=!0,t.activeSelect[n].question_state=r,t.activeSelect[n].answerFeedBack=o):t.activeSelect=lodash_assign__WEBPACK_IMPORTED_MODULE_6___default()({},t.activeSelect,_defineProperty({},n,{choosed:!0,question_state:r,answerFeedBack:o})),(i=t.myRef.current).innerHTML,a=i.innerHTML,(s=_objectSpread({},t.itemsTest))[n]=a,t.itemsTest=s;case 9:case"end":return e.stop()}},e)}));return function(t,n){return e.apply(this,arguments)}}()),_defineProperty(_assertThisInitialized(_assertThisInitialized(t)),"isLastQuiz",function(){var e=t.state,n=e.listQuiz;return e.indexQuiz+1===n.length}),_defineProperty(_assertThisInitialized(_assertThisInitialized(t)),"showAllResult",function(){t.setState({showResult:!0}),t.setState({startClock:!1}),document.getElementById("root").scrollIntoView()}),_defineProperty(_assertThisInitialized(_assertThisInitialized(t)),"handleCelsiusChange",function(e){t.setState({totalTime:e})}),t.state={listQuiz:[],indexQuiz:0,question_state:"ready",show_suggestion:!1,show_solution:!1,answerFeedBack:null,answers:{},all_question_state:{},showResult:!1,showResultBtn:!1,total:0,totalRight:0,totalWrong:0,startClock:!1,totalTime:0},t.myRef=react__WEBPACK_IMPORTED_MODULE_7___default.a.createRef(),t.itemsTest={},t.activeSelect={},t.answerStore=new _src_vungoi_component_PrimaryQuestion_store_quiz_result_store__WEBPACK_IMPORTED_MODULE_17__.a({answer:function(e,t){t.dispatch({choice_answer:e})}},{dispatch:t._handleAnswer}),t}return _inherits(QuizBox,_React$PureComponent),_createClass(QuizBox,[{key:"componentDidMount",value:function(){this.props.conceptId&&this.getData(),this.props.quizzes&&this.setState({listQuiz:this.props.quizzes})}},{key:"componentDidUpdate",value:function(e){this.props.conceptId!==e.conceptId&&this.getData(),this.props.quizzes!==e.quizzes&&this.setState({listQuiz:this.props.quizzes})}},{key:"getLabelButton",value:function(){return this.isLastQuiz()?"Luyện bài tập khác":"Câu hỏi tiếp theo"}},{key:"isAnswerState",value:function(){return lodash_includes__WEBPACK_IMPORTED_MODULE_1___default()(answerState,this.state.question_state)}},{key:"hiddenNextButton",value:function(){return!lodash_includes__WEBPACK_IMPORTED_MODULE_1___default()(arrStateToShowNextButton,this.state.question_state)}},{key:"hiddenTestButton",value:function(){return"choosed"!==this.state.question_state}},{key:"isMobile",value:function(){return"mobile"===this.props.device}},{key:"render",value:function(){var e=this,t=this.state,n=t.listQuiz,r=t.indexQuiz,o=t.question_state,i=t.answerFeedBack,a=t.all_question_state,s=t.showResult,u=t.showResultBtn,c=t.total,_=t.totalRight,l=t.totalWrong,p=t.startClock,d=t.totalTime,f=this.props.device,h=this.isAnswerState(),m=this.isMobile(),y=n[r];return y?react__WEBPACK_IMPORTED_MODULE_7___default.a.createElement("div",{className:!m&&"row",style:{paddingBottom:"20px",marginBottom:m&&"20px"}},react__WEBPACK_IMPORTED_MODULE_7___default.a.createElement("div",{className:!m&&"col-sm-12"},react__WEBPACK_IMPORTED_MODULE_7___default.a.createElement("div",{className:"bg-white",style:{padding:"mobile"===f?"0px":"10px"}},!0===s&&react__WEBPACK_IMPORTED_MODULE_7___default.a.createElement("div",{style:{textAlign:"center",backgroundColor:"#fff5ea",padding:"10px"}},react__WEBPACK_IMPORTED_MODULE_7___default.a.createElement("p",{style:{fontSize:"20px",fontWeight:"bold"}},"Chúc mừng em đã hoàn thành bài tập"),react__WEBPACK_IMPORTED_MODULE_7___default.a.createElement("p",null,"Số câu đã làm ",react__WEBPACK_IMPORTED_MODULE_7___default.a.createElement("strong",null,_+l," câu")),react__WEBPACK_IMPORTED_MODULE_7___default.a.createElement("p",null,"Số câu làm đúng ",react__WEBPACK_IMPORTED_MODULE_7___default.a.createElement("strong",null,_,"/",c," câu")),react__WEBPACK_IMPORTED_MODULE_7___default.a.createElement("p",null,"Số câu làm sai ",react__WEBPACK_IMPORTED_MODULE_7___default.a.createElement("strong",null,l,"/",c," câu")),react__WEBPACK_IMPORTED_MODULE_7___default.a.createElement("p",null,"Tổng thời gian ",react__WEBPACK_IMPORTED_MODULE_7___default.a.createElement("strong",null,Math.floor(d/1e3/60)," phút ",Math.floor(d/1e3%60)," giây")),react__WEBPACK_IMPORTED_MODULE_7___default.a.createElement("p",null,"Thời gian trung bình làm 1 câu ",react__WEBPACK_IMPORTED_MODULE_7___default.a.createElement("strong",null,Math.ceil(d/1e3/(_+l))," giây"))),react__WEBPACK_IMPORTED_MODULE_7___default.a.createElement("div",{style:{display:"flex",flexDirection:"row-reverse",alignItems:"flex-start",justifyContent:"space-between",backgroundColor:"#f0f8ff",padding:"10px"}},react__WEBPACK_IMPORTED_MODULE_7___default.a.createElement("div",null," ",react__WEBPACK_IMPORTED_MODULE_7___default.a.createElement(_Timer__WEBPACK_IMPORTED_MODULE_25__.a,{start:p,onTemperatureChange:this.handleCelsiusChange})," Đã làm ",react__WEBPACK_IMPORTED_MODULE_7___default.a.createElement("strong",null,_+l,"/",c," câu")),react__WEBPACK_IMPORTED_MODULE_7___default.a.createElement("div",{className:"list-result"},react__WEBPACK_IMPORTED_MODULE_7___default.a.createElement("p",{className:"cl5",style:{fontWeight:"bold",minWidth:"80px"}},"Luyện tập"),react__WEBPACK_IMPORTED_MODULE_7___default.a.createElement("ul",{className:"list-style-none"},Array.from({length:n.length},function(t,n){var o={};return o="answer_success"===a[n]?style.buttonControl.right:"answer_fail"===a[n]?style.buttonControl.wrong:{},react__WEBPACK_IMPORTED_MODULE_7___default.a.createElement("li",{onClick:function(){e.selectQuiz(n)}},react__WEBPACK_IMPORTED_MODULE_7___default.a.createElement("a",{className:"".concat(n===r?"correct":""," cursor-pointer"),style:o},n+1))})))),react__WEBPACK_IMPORTED_MODULE_7___default.a.createElement("div",{style:{backgroundColor:"#fff5ea",padding:"10px"}},react__WEBPACK_IMPORTED_MODULE_7___default.a.createElement("div",{ref:this.myRef},!lodash_get__WEBPACK_IMPORTED_MODULE_3___default()(this.itemsTest,"[".concat(r,"]"))&&react__WEBPACK_IMPORTED_MODULE_7___default.a.createElement(_client_ComponentProvider__WEBPACK_IMPORTED_MODULE_21__.a,{loadComponent:Object(_react_event_connector_src_component_factory__WEBPACK_IMPORTED_MODULE_16__.a)(this.props.device,componentStore),answerStore:this.answerStore,device:this.props.device,componentCoorStore:componentCoorStore},react__WEBPACK_IMPORTED_MODULE_7___default.a.createElement(_client_modules_Quiz_pages_QuizPage_ContentQuestion__WEBPACK_IMPORTED_MODULE_11__.a,{items:{quiz:h?y:lodash_omit__WEBPACK_IMPORTED_MODULE_0___default()(y,"question.solution")},choice_answer:this.state.answers,solution:h?y.solution_content:void 0,question_state:o,answer:i,set_answer:this._handleAnswer,activeSelect:!h,question_index:r+1}))),lodash_get__WEBPACK_IMPORTED_MODULE_3___default()(this.itemsTest,"[".concat(r,"]"))&&react__WEBPACK_IMPORTED_MODULE_7___default.a.createElement("div",{dangerouslySetInnerHTML:{__html:this.itemsTest[r]}}),react__WEBPACK_IMPORTED_MODULE_7___default.a.createElement(_client_modules_Quiz_pages_QuizPage_ContentFeedback__WEBPACK_IMPORTED_MODULE_12__.a,{items:{quiz:y},show_suggestion:this.state.show_suggestion,solution_suggesstion:y.solution_suggesstion,show_solution:!0,answer:i,solution_response:!0,question_state:o,quiz_id:y._id}),react__WEBPACK_IMPORTED_MODULE_7___default.a.createElement("p",{className:"text-center mg-top-20",style:{display:"flex",justifyContent:m?"normal":"center"}},react__WEBPACK_IMPORTED_MODULE_7___default.a.createElement(_client_modules_Quiz_components_QuizSession_FragmentActionButton_ShowSuggestionsButton__WEBPACK_IMPORTED_MODULE_14__.a,{_handleShowSuggestions:this._handleShowSuggestions,style:m?{width:"calc(50% - 15px)"}:{width:"auto"},hidden:h}),react__WEBPACK_IMPORTED_MODULE_7___default.a.createElement(_client_modules_Quiz_components_QuizSession_FragmentActionButton_TestButton__WEBPACK_IMPORTED_MODULE_15__.a,{_handleTestButtons:this._handleTestButtons,question_state:o,hidden:this.hiddenTestButton()}),this.isLastQuiz()?react__WEBPACK_IMPORTED_MODULE_7___default.a.createElement(react__WEBPACK_IMPORTED_MODULE_7___default.a.Fragment,null):react__WEBPACK_IMPORTED_MODULE_7___default.a.createElement(_client_modules_Quiz_components_QuizSession_FragmentActionButton_NextContinueButton__WEBPACK_IMPORTED_MODULE_13__.a,{label:this.getLabelButton(),_handleNextQuestion:this._handleNextQuestion,hidden:this.hiddenNextButton(),question_state:o}),this.isLastQuiz()&&u?react__WEBPACK_IMPORTED_MODULE_7___default.a.createElement(react__WEBPACK_IMPORTED_MODULE_7___default.a.Fragment,null,react__WEBPACK_IMPORTED_MODULE_7___default.a.createElement("a",{onClick:this.showAllResult,className:"cursor-pointer text-white btn-green btn-action visible"},"Xem kết quả")):react__WEBPACK_IMPORTED_MODULE_7___default.a.createElement(react__WEBPACK_IMPORTED_MODULE_7___default.a.Fragment,null)),react__WEBPACK_IMPORTED_MODULE_7___default.a.createElement("div",{style:{display:"flex",justifyContent:"flex-end",margin:"10px 0"}},react__WEBPACK_IMPORTED_MODULE_7___default.a.createElement(_client_components_ActionUser_Feedback__WEBPACK_IMPORTED_MODULE_26__.a,{resource_id:y._id,feedback_type:"quiz"})))))):react__WEBPACK_IMPORTED_MODULE_7___default.a.createElement("div",null)}},{key:"__reactstandin__regenerateByEval",value:function __reactstandin__regenerateByEval(key,code){this[key]=eval(code)}}]),QuizBox}(react__WEBPACK_IMPORTED_MODULE_7___default.a.PureComponent);QuizBox.contextTypes={componentCoorStore:prop_types__WEBPACK_IMPORTED_MODULE_8___default.a.object.isRequired,router:prop_types__WEBPACK_IMPORTED_MODULE_8___default.a.object.isRequired};var _default=Object(_react_event_connector_src_component_event_connect__WEBPACK_IMPORTED_MODULE_20__.a)(QuizBox),reactHotLoader,leaveModule;__webpack_exports__.default=_default,reactHotLoader=__webpack_require__("0cfB").default,leaveModule=__webpack_require__("0cfB").leaveModule,reactHotLoader&&(reactHotLoader.register(componentStore,"componentStore","/mnt/d/pm2/lgh-quizz-pc/lib/quiz_component/components/QuizBox/index.js"),reactHotLoader.register(componentCoorStore,"componentCoorStore","/mnt/d/pm2/lgh-quizz-pc/lib/quiz_component/components/QuizBox/index.js"),reactHotLoader.register(answerState,"answerState","/mnt/d/pm2/lgh-quizz-pc/lib/quiz_component/components/QuizBox/index.js"),reactHotLoader.register(arrStateToShowNextButton,"arrStateToShowNextButton","/mnt/d/pm2/lgh-quizz-pc/lib/quiz_component/components/QuizBox/index.js"),reactHotLoader.register(style,"style","/mnt/d/pm2/lgh-quizz-pc/lib/quiz_component/components/QuizBox/index.js"),reactHotLoader.register(QuizBox,"QuizBox","/mnt/d/pm2/lgh-quizz-pc/lib/quiz_component/components/QuizBox/index.js"),reactHotLoader.register(_default,"default","/mnt/d/pm2/lgh-quizz-pc/lib/quiz_component/components/QuizBox/index.js"),leaveModule(module))}.call(this,__webpack_require__("3UD+")(module))},"+6XX":function(e,t,n){var r=n("y1pI");e.exports=function(e){return r(this.__data__,e)>-1}},"+7VV":function(e,t,n){"use strict";(function(e){n.d(t,"a",function(){return h});var r,o=n("E+oP"),i=n.n(o),a=n("PKrD"),s=n("Y778"),u=n("Q5Hb"),c=n("UcDx"),_=n("Bmi5");(r=n("XsMp").enterModule)&&r(e);var l,p,d={choice:{factory:a.a},dnd:{factory:s.a},sort:{factory:u.a}},f={choice:{factory:a.a},dnd:{factory:c.a},sort:{factory:u.a}};function h(e,t){return"undefined"===t||i()(t)||t&&("undefined"===t.type||i()(t.type))?_.a:"mobile"===e?f[t.type]?f[t.type].factory:_.a:d[t.type]?d[t.type].factory:_.a}l=n("XsMp").default,p=n("XsMp").leaveModule,l&&(l.register(d,"eventFactories","/mnt/d/pm2/lgh-quizz-pc/lib/react_event_connector/src/component-event-factory.js"),l.register(f,"eventMobileFactories","/mnt/d/pm2/lgh-quizz-pc/lib/react_event_connector/src/component-event-factory.js"),l.register(h,"chooseEventFactory","/mnt/d/pm2/lgh-quizz-pc/lib/react_event_connector/src/component-event-factory.js"),p(e))}).call(this,n("3UD+")(e))},"+B0n":function(module,__webpack_exports__,__webpack_require__){"use strict";(function(module){__webpack_require__.d(__webpack_exports__,"a",function(){return ContentFeedback});var react__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("q1tI"),react__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__),_components_QuizType_QuizSolution__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("TuG0"),_lib_quiz_component_src_vungoi_component_Quiz_QuizType_QuizSuggestion__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("D0HL"),_components_QuizType_Single_ResultAfterAnswers__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__("Zam9"),_components_QuizSession_Notification_PopupCorrect__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__("qQ6U"),_components_QuizSession_Notification_PopupWrong__WEBPACK_IMPORTED_MODULE_5__=__webpack_require__("iTqf"),enterModule;function _typeof(e){return(_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function _classCallCheck(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function _defineProperties(e,t){for(var n=0;n0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;return{dragOperation:Object(a.a)(e.dragOperation,t)}}(r=n("XsMp").enterModule)&&r(e),o=n("XsMp").default,i=n("XsMp").leaveModule,o&&(o.register(s,"reduce","/mnt/d/pm2/lgh-quizz-pc/lib/react_event_connector/src/event_source/reducers/index.js"),i(e))}).call(this,n("3UD+")(e))},"+oPb":function(e,t,n){"use strict";n("OGtf")("blink",function(e){return function(){return e(this,"blink","","")}})},"+ona":function(module,__webpack_exports__,__webpack_require__){"use strict";(function(module){var lodash_isEmpty__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("E+oP"),lodash_isEmpty__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(lodash_isEmpty__WEBPACK_IMPORTED_MODULE_0__),react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("q1tI"),react__WEBPACK_IMPORTED_MODULE_1___default=__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_1__),prop_types__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("17x9"),prop_types__WEBPACK_IMPORTED_MODULE_2___default=__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_2__),react_redux__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__("Vg22"),react_redux__WEBPACK_IMPORTED_MODULE_3___default=__webpack_require__.n(react_redux__WEBPACK_IMPORTED_MODULE_3__),_Menu_Menu__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__("7D0c"),react_router__WEBPACK_IMPORTED_MODULE_5__=__webpack_require__("dtw8"),_HeaderNotLogin__WEBPACK_IMPORTED_MODULE_6__=__webpack_require__("wOL5"),_HeaderLogin__WEBPACK_IMPORTED_MODULE_7__=__webpack_require__("Cx9q"),_modules_Subjects_SubjectAction__WEBPACK_IMPORTED_MODULE_8__=__webpack_require__("sTGe"),_User_UserActions__WEBPACK_IMPORTED_MODULE_9__=__webpack_require__("6qjq"),_Header_css__WEBPACK_IMPORTED_MODULE_10__=__webpack_require__("1FNc"),_Header_css__WEBPACK_IMPORTED_MODULE_10___default=__webpack_require__.n(_Header_css__WEBPACK_IMPORTED_MODULE_10__),enterModule;function _typeof(e){return(_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function _classCallCheck(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function _defineProperties(e,t){for(var n=0;n=O},s=function(){},t.unstable_forceFrameRate=function(e){0>e||125>>1,o=e[r];if(!(void 0!==o&&0w(a,n))void 0!==u&&0>w(u,a)?(e[r]=u,e[s]=n,r=s):(e[r]=a,e[i]=n,r=i);else{if(!(void 0!==u&&0>w(u,n)))break e;e[r]=u,e[s]=n,r=s}}}return t}return null}function w(e,t){var n=e.sortIndex-t.sortIndex;return 0!==n?n:e.id-t.id}var I=[],A=[],k=1,R=null,S=3,L=!1,x=!1,B=!1;function U(e){for(var t=T(A);null!==t;){if(null===t.callback)C(A);else{if(!(t.startTime<=e))break;C(A),t.sortIndex=t.expirationTime,D(I,t)}t=T(A)}}function j(e){if(B=!1,U(e),!x)if(null!==T(I))x=!0,r(q);else{var t=T(A);null!==t&&o(j,t.startTime-e)}}function q(e,n){x=!1,B&&(B=!1,i()),L=!0;var r=S;try{for(U(n),R=T(I);null!==R&&(!(R.expirationTime>n)||e&&!a());){var s=R.callback;if(null!==s){R.callback=null,S=R.priorityLevel;var u=s(R.expirationTime<=n);n=t.unstable_now(),"function"==typeof u?R.callback=u:R===T(I)&&C(I),U(n)}else C(I);R=T(I)}if(null!==R)var c=!0;else{var _=T(A);null!==_&&o(j,_.startTime-n),c=!1}return c}finally{R=null,S=r,L=!1}}function z(e){switch(e){case 1:return-1;case 2:return 250;case 5:return 1073741823;case 4:return 1e4;default:return 5e3}}var K=s;t.unstable_IdlePriority=5,t.unstable_ImmediatePriority=1,t.unstable_LowPriority=4,t.unstable_NormalPriority=3,t.unstable_Profiling=null,t.unstable_UserBlockingPriority=2,t.unstable_cancelCallback=function(e){e.callback=null},t.unstable_continueExecution=function(){x||L||(x=!0,r(q))},t.unstable_getCurrentPriorityLevel=function(){return S},t.unstable_getFirstCallbackNode=function(){return T(I)},t.unstable_next=function(e){switch(S){case 1:case 2:case 3:var t=3;break;default:t=S}var n=S;S=t;try{return e()}finally{S=n}},t.unstable_pauseExecution=function(){},t.unstable_requestPaint=K,t.unstable_runWithPriority=function(e,t){switch(e){case 1:case 2:case 3:case 4:case 5:break;default:e=3}var n=S;S=e;try{return t()}finally{S=n}},t.unstable_scheduleCallback=function(e,n,a){var s=t.unstable_now();if("object"==typeof a&&null!==a){var u=a.delay;u="number"==typeof u&&0s?(e.sortIndex=u,D(A,e),null===T(I)&&e===T(A)&&(B?i():B=!0,o(j,u-s))):(e.sortIndex=a,D(I,e),x||L||(x=!0,r(q))),e},t.unstable_shouldYield=function(){var e=t.unstable_now();U(e);var n=T(I);return n!==R&&null!==R&&null!==n&&null!==n.callback&&n.startTime<=e&&n.expirationTime-1})})[0]||null};var i=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t}(n("1WEJ"));function a(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function s(e,t,n){var r=t.reduce(function(t,n){return t||e.getData(n)},null);return null!=r?r:n}var u=(a(r={},i.FILE,{exposeProperty:"files",matchesTypes:["Files"],getData:function(e){return Array.prototype.slice.call(e.files)}}),a(r,i.URL,{exposeProperty:"urls",matchesTypes:["Url","text/uri-list"],getData:function(e,t){return s(e,t,"").split("\n")}}),a(r,i.TEXT,{exposeProperty:"text",matchesTypes:["Text","text/plain"],getData:function(e,t){return s(e,t,"")}}),r)},"0Peb":function(module,__webpack_exports__,__webpack_require__){"use strict";(function(module){var react__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("q1tI"),react__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__),enterModule;function _typeof(e){return(_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function _classCallCheck(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function _defineProperties(e,t){for(var n=0;n7||!this.props.grade?react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("p",{className:"text-center font-roboto-b font-size-22 color-green"},t):null,e)}},{key:"__reactstandin__regenerateByEval",value:function __reactstandin__regenerateByEval(key,code){this[key]=eval(code)}}]),Header_Quiz}(react__WEBPACK_IMPORTED_MODULE_0__.Component),_default=Header_Quiz,reactHotLoader,leaveModule;__webpack_exports__.a=_default,reactHotLoader=__webpack_require__("0cfB").default,leaveModule=__webpack_require__("0cfB").leaveModule,reactHotLoader&&(reactHotLoader.register(Header_Quiz,"Header_Quiz","/mnt/d/pm2/lgh-quizz-pc/lib/quiz_component/src/vungoi-component/PrimaryQuestion/Header_Quiz/Header_Quiz.js"),reactHotLoader.register(_default,"default","/mnt/d/pm2/lgh-quizz-pc/lib/quiz_component/src/vungoi-component/PrimaryQuestion/Header_Quiz/Header_Quiz.js"),leaveModule(module))}).call(this,__webpack_require__("3UD+")(module))},"0RD7":function(e,t,n){"use strict";var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var o=r(n("ARFZ")),i=String.fromCodePoint||function(e){var t="";return e>65535&&(e-=65536,t+=String.fromCharCode(e>>>10&1023|55296),e=56320|1023&e),t+=String.fromCharCode(e)};t.default=function(e){return e>=55296&&e<=57343||e>1114111?"�":(e in o.default&&(e=o.default[e]),i(e))}},"0TAD":function(e,t,n){"use strict";t.__esModule=!0,t.default={scheme:"ocean",author:"chris kempson (http://chriskempson.com)",base00:"#2b303b",base01:"#343d46",base02:"#4f5b66",base03:"#65737e",base04:"#a7adba",base05:"#c0c5ce",base06:"#dfe1e8",base07:"#eff1f5",base08:"#bf616a",base09:"#d08770",base0A:"#ebcb8b",base0B:"#a3be8c",base0C:"#96b5b4",base0D:"#8fa1b3",base0E:"#b48ead",base0F:"#ab7967"},e.exports=t.default},"0X3k":function(module,__webpack_exports__,__webpack_require__){"use strict";(function(module){var enterModule,reactHotLoader,leaveModule;function _classCallCheck(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function _defineProperties(e,t){for(var n=0;n').attr(ye,n.id).appendTo(r),this.latex(o.text()),this.revert=function(){return r.empty().unbind(".mathquill").removeClass("mq-editable-field mq-math-mode mq-text-mode").append(o)}},e.config=function(e){return n(this.__options,e),this},e.el=function(){return this.__controller.container[0]},e.text=function(){return this.__controller.exportText()},e.latex=function(e){return arguments.length>0?(this.__controller.renderLatexMath(e),this.__controller.blurred&&this.__controller.cursor.hide().parent.blur(),this):this.__controller.exportLatex()},e.html=function(){return this.__controller.root.jQ.html().replace(/ mathquill-(?:command|block)-id="?\d+"?/g,"").replace(/.?<\/span>/i,"").replace(/ mq-hasCursor|mq-hasCursor ?/,"").replace(/ class=(""|(?= |>))/g,"")},e.reflow=function(){return this.__controller.root.postOrder("reflow"),this}}),t.prototype=o.prototype,D)!function(n,o){var i=r[n]=o(r);t[n]=function(r,o){var a,s=t(r);return s instanceof i||!r||!r.nodeType?s:((a=P(i.RootBlock(),g(r),T())).KIND_OF_MQ=n,i(a).__mathquillify(o,e))},t[n].prototype=i.prototype}(i,D[i]);return t}function _(e){var t=this.parent,n=e;do{if(n[y])return e.insLeftOf(t);n=n.parent.parent}while(n!==t);e.insRightOf(t)}function l(e,t){e.jQadd=function(){t.jQadd.apply(this,arguments),this.delimjQs=this.jQ.children(":first").add(this.jQ.children(":last")),this.contentjQ=this.jQ.children(":eq(1)")},e.reflow=function(){var e=this.contentjQ.outerHeight()/parseFloat(this.contentjQ.css("fontSize"));te(this.delimjQs,ge(1+.2*(e-1),1.2),1.2*e)}}function p(e,t){t=t||e;var n=de[e],r=de[t];M[e]=o(pe,m,e,n,t,r),M[n]=o(pe,y,e,n,t,r)}var d,f,h,m,y,g,E,b,v,O,M,P,D,T,C,w,I,A,k,R,S,L,x,B,U,j,q,z,K,W,N,H,F,Q,G,V,X,Y,J,Z,$,ee,te,ne,re,oe,ie,ae,se,ue,ce,_e,le,pe,de,fe,he,me=window.jQuery,ye="mathquill-block-id",ge=Math.min,Ee=Math.max;if(!me)throw"MathQuill requires jQuery 1.5.2+ to be loaded first";for(G in d=[].slice,f=t(function(e,n){return t(function(t,r){if(e in t)return t[e].apply(t,n.concat(r))})}),h=function(e,t,r){function o(e){return"object"==n(e)}function i(e){return"function"==typeof e}function a(){}return function e(n,r){function s(){var e=new u;return i(e.init)&&e.init.apply(e,arguments),e}function u(){}var c,_,l;return void 0===r&&(r=n,n=Object),s.Bare=u,c=a.prototype=n.prototype,(_=u.prototype=s.prototype=s.p=new a).constructor=s,s.extend=function(t){return e(s,t)},(s.open=function(e){if(l={},i(e)?l=e.call(s,_,c,s,n):o(e)&&(l=e),o(l))for(var r in l)t.call(l,r)&&(_[r]=l[r]);return i(_.init)||(_.init=n),s})(r)}}(0,{}.hasOwnProperty),m=-1,y=1,g=h(me,function(e){e.insDirOf=function(e,t){return e===m?this.insertBefore(t.first()):this.insertAfter(t.last())},e.insAtDirEnd=function(e,t){return e===m?this.prependTo(t):this.appendTo(t)}}),E=h(function(e){e.parent=0,e[m]=0,e[y]=0,e.init=function(e,t,n){this.parent=e,this[m]=t,this[y]=n},this.copy=function(e){return E(e.parent,e[m],e[y])}}),b=h(function(e){e[m]=0,e[y]=0,e.parent=0;var t=0;this.byId={},e.init=function(){this.id=t+=1,b.byId[this.id]=this,this.ends={},this.ends[m]=0,this.ends[y]=0},e.dispose=function(){delete b.byId[this.id]},e.toString=function(){return"{{ MathQuill Node #"+this.id+" }}"},e.jQ=g(),e.jQadd=function(e){return this.jQ=this.jQ.add(e)},e.jQize=function(e){function t(e){var n,r;for(e.getAttribute&&(n=e.getAttribute("mathquill-command-id"),r=e.getAttribute("mathquill-block-id"),n&&b.byId[n].jQadd(e),r&&b.byId[r].jQadd(e)),e=e.firstChild;e;e=e.nextSibling)t(e)}var n;for(e=g(e||this.html()),n=0;n"===t.slice(-2))s[e]=t.slice(0,-2)+a+"/>";else if("<"===t.charAt(0)){i("not an unmatched top-level close tag","/"!==t.charAt(1)),s[e]=t.slice(0,-1)+a+">",n=1;do{i("no missing close tags",t=s[e+=1]),""!==t.slice(-2)&&(n+=1)}while(n>0)}return s.join("").replace(/>&(\d+)/g,function(e,t){return" mathquill-block-id="+o[t].id+">"+o[t].join("html")})},e.latex=function(){return this.foldChildren(this.ctrlSeq,function(e,t){return e+"{"+(t.latex()||" ")+"}"})},e.textTemplate=[""],e.text=function(){var e=this,t=0;return e.foldChildren(e.textTemplate[t],function(n,r){t+=1;var o=r.text();return n&&"("===e.textTemplate[t]&&"("===o[0]&&")"===o.slice(-1)?n+o.slice(1,-1)+e.textTemplate[t]:n+r.text()+(e.textTemplate[t]||"")})}}),j=h(U,function(t,n){t.init=function(e,t,r){r||(r=e&&e.length>1?e.slice(1):e),n.init.call(this,e,t,[r])},t.parser=function(){return S.succeed(this)},t.numBlocks=function(){return 0},t.replaces=function(e){e.remove()},t.createBlocks=e,t.latex=function(){return this.ctrlSeq},t.text=function(){return this.textTemplate},t.isEmpty=function(){return!0}}),q=h(j,function(e,t){e.init=function(e,n){t.init.call(this,e,""+(n||e)+"")}}),z=h(j,function(e,t){e.init=function(e,n,r){t.init.call(this,e,''+n+"",r)}}),K=h(B,function(e,t){e.join=function(e){return this.foldChildren("",function(t,n){return t+n[e]()})},e.html=function(){return this.join("html")},e.latex=function(){return this.join("latex")},e.text=function(){return this.ends[m]===this.ends[y]&&0!==this.ends[m]?this.ends[m].text():this.join("text")}}),D.StaticMath=function(e){return h(e.AbstractMathQuill,function(t,n){this.RootBlock=K,t.__mathquillify=function(e,t){return this.config(e),n.__mathquillify.call(this,"mq-math-mode"),this},t.init=function(){n.init.apply(this,arguments),this.__controller.root.postOrder("registerInnerField",this.innerFields=[],e.MathField)},t.latex=function(){var t=n.latex.apply(this,arguments);return arguments.length>0&&this.__controller.root.postOrder("registerInnerField",this.innerFields=[],e.MathField),t},t.renderHtmlMath=function(e){return this.__controller.renderHtmlMath(e)},t.renderLatex=function(e){return this.__controller.renderLatex(e)}})},h(K,function(e){var t,n="moveOutOf deleteOutOf selectOutOf upOutOf downOutOf".split(" ");for(t=0;t"+(n||e)+"")},e.text=function(){var e=this.ctrlSeq;return this.isPartOfOperator?"\\"==e[0]?e=e.slice(1,e.length):" "==e[e.length-1]&&(e=e.slice(0,-1)):(!this[m]||this[m]instanceof W||this[m]instanceof z||"\\ "===this[m].ctrlSeq||(e="*"+e),!this[y]||this[y]instanceof z||this[y]instanceof ae||(e+="*")),e}}),N=h(W,function(e,t){e.init=function(e){return t.init.call(this,this.letter=e)},e.finalizeTree=e.siblingDeleted=e.siblingCreated=function(e,t){t!==m&&this[y]instanceof N||this.autoUnItalicize(e)}}),H={},F=T.p.autoOperatorNames={_maxLength:9},function(){var e,t,n,r,o="arg deg det dim exp gcd hom inf ker lg lim ln log max min sup limsup liminf injlim projlim Pr".split(" ");for(e=0;ef')}}),O[" "]=O.space=o(q,"\\ "," "),O["'"]=O.prime=o(q,"'","′"),O["″"]=O.dprime=o(q,"″","″"),O.backslash=o(q,"\\backslash ","\\"),M["\\"]||(M["\\"]=O.backslash),O.$=o(q,"\\$","$"),V=h(j,function(e,t){e.init=function(e,n){t.init.call(this,e,''+(n||e)+"")}}),O["@"]=V,O["&"]=o(V,"\\&","&"),O["%"]=o(V,"\\%","%"),O.alpha=O.beta=O.gamma=O.delta=O.zeta=O.eta=O.theta=O.iota=O.kappa=O.mu=O.nu=O.xi=O.rho=O.sigma=O.tau=O.chi=O.psi=O.omega=h(W,function(e,t){e.init=function(e){t.init.call(this,"\\"+e+" ","&"+e+";")}}),O.phi=o(W,"\\phi ","ϕ"),O.phiv=O.varphi=o(W,"\\varphi ","φ"),O.epsilon=o(W,"\\epsilon ","ϵ"),O.epsiv=O.varepsilon=o(W,"\\varepsilon ","ε"),O.piv=O.varpi=o(W,"\\varpi ","ϖ"),O.sigmaf=O.sigmav=O.varsigma=o(W,"\\varsigma ","ς"),O.thetav=O.vartheta=O.thetasym=o(W,"\\vartheta ","ϑ"),O.upsilon=O.upsi=o(W,"\\upsilon ","υ"),O.gammad=O.Gammad=O.digamma=o(W,"\\digamma ","ϝ"),O.kappav=O.varkappa=o(W,"\\varkappa ","ϰ"),O.rhov=O.varrho=o(W,"\\varrho ","ϱ"),O.pi=O["π"]=o(V,"\\pi ","π"),O.lambda=o(V,"\\lambda ","λ"),O.Upsilon=O.Upsi=O.upsih=O.Upsih=o(j,"\\Upsilon ",'ϒ'),O.Gamma=O.Delta=O.Theta=O.Lambda=O.Xi=O.Pi=O.Sigma=O.Phi=O.Psi=O.Omega=O.forall=h(q,function(e,t){e.init=function(e){t.init.call(this,"\\"+e+" ","&"+e+";")}}),X=h(U,function(e){e.init=function(e){this.latex=e},e.parser=function(){var e=L.parse(this.latex).children();return S.succeed(e)}}),O["¹"]=o(X,"^1"),O["²"]=o(X,"^2"),O["³"]=o(X,"^3"),O["¼"]=o(X,"\\frac14"),O["½"]=o(X,"\\frac12"),O["¾"]=o(X,"\\frac34"),Y=h(z,function(e){e.init=q.prototype.init,e.contactWeld=e.siblingCreated=e.siblingDeleted=function(e,t){if(t!==y)return this.jQ[0].className=function e(t){return t[m]?t[m]instanceof z||/^[,;:\(\[]$/.test(t[m].ctrlSeq)?"":"mq-binary-operator":t.parent&&t.parent.parent&&t.parent.parent.isStyleBlock()?e(t.parent.parent):""}(this),this}}),O["+"]=o(Y,"+","+"),O["–"]=O["-"]=o(Y,"-","−"),O["±"]=O.pm=O.plusmn=O.plusminus=o(Y,"\\pm ","±"),O.mp=O.mnplus=O.minusplus=o(Y,"\\mp ","∓"),M["*"]=O.sdot=O.cdot=o(z,"\\cdot ","·","*"),J=h(z,function(e,t){e.init=function(e,n){this.data=e,this.strict=n;var r=n?"Strict":"";t.init.call(this,e["ctrlSeq"+r],e["html"+r],e["text"+r])},e.swap=function(e){this.strict=e;var t=e?"Strict":"";this.ctrlSeq=this.data["ctrlSeq"+t],this.jQ.html(this.data["html"+t]),this.textTemplate=[this.data["text"+t]]}}),Z={ctrlSeq:"\\le ",html:"≤",text:"≤",ctrlSeqStrict:"<",htmlStrict:"<",textStrict:"<"},$={ctrlSeq:"\\ge ",html:"≥",text:"≥",ctrlSeqStrict:">",htmlStrict:">",textStrict:">"},O["<"]=O.lt=o(J,Z,!0),O[">"]=O.gt=o(J,$,!0),O["≤"]=O.le=O.leq=o(J,Z,!1),O["≥"]=O.ge=O.geq=o(J,$,!1),ee=h(z,function(e,t){e.init=function(){t.init.call(this,"=","=")}}),O["="]=ee,O["×"]=O.times=o(z,"\\times ","×","[x]"),O["÷"]=O.div=O.divide=O.divides=o(z,"\\div ","÷","[/]"),M["~"]=O.sim=o(z,"\\sim ","~","~"),ne=document.createElement("div").style,{transform:1,WebkitTransform:1,MozTransform:1,OTransform:1,msTransform:1})if(oe in ne){re=oe;break}for(he in te=re?function(e,t,n){e.css(re,"scale("+t+","+n+")")}:"filter"in ne?function(e,t,n){function r(){e.css("marginRight",(o.width()-1)*(t-1)/t+"px")}var o,i;t/=1+(n-1)/2,e.css("fontSize",n+"em"),e.hasClass("mq-matrixed-container")||e.addClass("mq-matrixed-container").wrapInner(''),o=e.children().css("filter","progid:DXImageTransform.Microsoft.Matrix(M11="+t+",SizingMethod='auto expand')"),r(),i=setInterval(r),g(window).load(function(){clearTimeout(i),r()})}:function(e,t,n){e.css("fontSize",n+"em")},ie=h(U,function(e,t){e.init=function(e,n,r){t.init.call(this,e,"<"+n+" "+r+">&0")}}),O.mathrm=o(ie,"\\mathrm","span",'class="mq-roman mq-font"'),O.mathit=o(ie,"\\mathit","i",'class="mq-font"'),O.mathbf=o(ie,"\\mathbf","b",'class="mq-font"'),O.mathsf=o(ie,"\\mathsf","span",'class="mq-sans-serif mq-font"'),O.mathtt=o(ie,"\\mathtt","span",'class="mq-monospace mq-font"'),O.underline=o(ie,"\\underline","span",'class="mq-non-leaf mq-underline"'),O.overline=O.bar=o(ie,"\\overline","span",'class="mq-non-leaf mq-overline"'),O.overrightarrow=o(ie,"\\overrightarrow","span",'class="mq-non-leaf mq-overarrow mq-arrow-right"'),O.overleftarrow=o(ie,"\\overleftarrow","span",'class="mq-non-leaf mq-overarrow mq-arrow-left"'),O.overleftrightarrow=o(ie,"\\overleftrightarrow","span",'class="mq-non-leaf mq-overarrow mq-arrow-both"'),O.overarc=o(ie,"\\overarc","span",'class="mq-non-leaf mq-overarc"'),O.dot=h(U,function(e,t){e.init=function(){t.init.call(this,"\\dot",'˙&0')}}),ae=h(U,function(e,t){e.ctrlSeq="_{...}^{...}",e.createLeftOf=function(e){if(this.replacedFragment||e[m]||!e.options.supSubsRequireOperand)return t.createLeftOf.apply(this,arguments)},e.contactWeld=function(e){var t,n,r,o,i,a;for(t=m;t;t=t===m&&y)if(this[t]instanceof ae){for(n="sub";n;n="sub"===n&&"sup")r=this[n],o=this[t][n],r&&(o?r.isEmpty()?a=E(o,0,o.ends[m]):(r.jQ.children().insAtDirEnd(-t,o.jQ),i=r.children().disown(),a=E(o,i.ends[y],o.ends[m]),t===m?i.adopt(o,o.ends[y],0):i.adopt(o,0,o.ends[m])):this[t].addBlock(r.disown()),this.placeCursor=function(e,n){return function(r){r.insAtDirEnd(-t,e||n)}}(o,r));this.remove(),e&&e[m]===this&&(t===y&&a?a[m]?e.insRightOf(a[m]):e.insAtLeftEnd(a.parent):e.insRightOf(this[t]));break}},T.p.charsThatBreakOutOfSupSub="",e.finalizeTree=function(){this.ends[m].write=function(e,t){if(e.options.autoSubscriptNumerals&&this===this.parent.sub){if("_"===t)return;var n=this.chToCmd(t,e.options);return n instanceof j?e.deleteSelection():e.clearSelection().insRightOf(this.parent),n.createLeftOf(e.show())}e[m]&&!e[y]&&!e.selection&&e.options.charsThatBreakOutOfSupSub.indexOf(t)>-1&&e.insRightOf(this.parent),K.p.write.apply(this,arguments)}},e.latex=function(){function e(e,t){var n=t&&t.latex();return t?e+(1===n.length?n:"{"+(n||" ")+"}"):""}return e("_",this.sub)+e("^",this.sup)},e.addBlock=function(e){"sub"===this.supsub?(this.sup=this.upInto=this.sub.upOutOf=e,e.adopt(this,this.sub,0).downOutOf=this.sub,e.jQ=g('').append(e.jQ.children()).attr(ye,e.id).prependTo(this.jQ)):(this.sub=this.downInto=this.sup.downOutOf=e,e.adopt(this,0,this.sup).upOutOf=this.sup,e.jQ=g('').append(e.jQ.children()).attr(ye,e.id).appendTo(this.jQ.removeClass("mq-sup-only")),this.jQ.append(''));for(var t=0;t<2;t+=1)!function(e,t,n,r){e[t].deleteOutOf=function(o,i){if(i.insDirOf(this[o]?-o:o,this.parent),!this.isEmpty()){var a=this.ends[o];this.children().disown().withDirAdopt(o,i.parent,i[o],i[-o]).jQ.insDirOf(-o,i.jQ),i[-o]=a}e.supsub=n,delete e[t],delete e[r+"Into"],e[n][r+"OutOf"]=_,delete e[n].deleteOutOf,"sub"===t&&g(e.jQ.addClass("mq-sup-only")[0].lastChild).remove(),this.remove()}}(this,"sub sup".split(" ")[t],"sup sub".split(" ")[t],"down up".split(" ")[t])}}),O.subscript=O._=h(ae,function(e,t){e.supsub="sub",e.htmlTemplate='&0',e.textTemplate=["_"],e.finalizeTree=function(){this.downInto=this.sub=this.ends[m],this.sub.upOutOf=_,t.finalizeTree.call(this)}}),O.superscript=O.supscript=O["^"]=h(ae,function(e,t){e.supsub="sup",e.htmlTemplate='&0',e.textTemplate=["^"],e.finalizeTree=function(){this.upInto=this.sup=this.ends[y],this.sup.downOutOf=_,t.finalizeTree.call(this)},e.reflow=function(){var e=this.jQ,t=e.prev().innerHeight();t*=.6,e.css("vertical-align",t+"px")}}),se=h(U,function(e,t){e.init=function(e,t){var n='&1'+t+'&0';j.prototype.init.call(this,e,n)},e.latex=function(){function e(e){return 1===e.length?e:"{"+(e||" ")+"}"}return this.ctrlSeq+"_"+e(this.ends[m].latex())+"^"+e(this.ends[y].latex())},e.parser=function(){var e,t=S.string,n=S.optWhitespace,r=S.succeed,o=L.block,i=this,a=i.blocks=[K(),K()];for(e=0;e&1&0')},e.createLeftOf=U.p.createLeftOf}),ue=O.frac=O.dfrac=O.cfrac=O.fraction=h(U,function(e,t){e.ctrlSeq="\\frac",e.htmlTemplate='&0&1',e.textTemplate=["(",")/(",")"],e.finalizeTree=function(){this.upInto=this.ends[y].upOutOf=this.ends[m],this.downInto=this.ends[m].downOutOf=this.ends[y]}}),O.over=M["/"]=h(ue,function(e,t){}),ce=O.sqrt=O["√"]=h(U,function(e,t){e.ctrlSeq="\\sqrt",e.htmlTemplate='&0',e.textTemplate=["sqrt(",")"],e.parser=function(){return L.optBlock.then(function(e){return L.block.map(function(t){var n=_e();return n.blocks=[e,t],e.adopt(n,0,0),t.adopt(n,e,0),n})}).or(t.parser.call(this))},e.reflow=function(){var e=this.ends[y].jQ;te(e.prev(),1,e.innerHeight()/+e.css("fontSize").slice(0,-2)-.1)}}),O.hat=h(U,function(e,t){e.ctrlSeq="\\hat",e.htmlTemplate='^&0',e.textTemplate=["hat(",")"]}),_e=O.nthroot=h(ce,function(e,t){e.htmlTemplate='&0&1',e.textTemplate=["sqrt[","](",")"],e.latex=function(){return"\\sqrt["+this.ends[m].latex()+"]{"+this.ends[y].latex()+"}"}}),le=h(U,function(e,t){e.init=function(e,n,r){var o=''+n+'&0';t.init.call(this,e,o,r)}}),O.vec=o(le,"\\vec","→",["vec(",")"]),O.tilde=o(le,"\\tilde","~",["tilde(",")"]),pe=h(h(U,l),function(e,t){e.init=function(e,n,r,o,i){t.init.call(this,"\\left"+o,void 0,[n,r]),this.side=e,this.sides={},this.sides[m]={ch:n,ctrlSeq:o},this.sides[y]={ch:r,ctrlSeq:i}},e.numBlocks=function(){return 1},e.html=function(){return this.htmlTemplate=''+this.sides[m].ch+'&0'+this.sides[y].ch+"",t.html.call(this)},e.latex=function(){return"\\left"+this.sides[m].ctrlSeq+this.ends[m].latex()+"\\right"+this.sides[y].ctrlSeq},e.matchBrack=function(e,t,n){return n instanceof pe&&n.side&&n.side!==-t&&(!e.restrictMismatchedBrackets||de[this.sides[this.side].ch]===n.sides[n.side].ch||{"(":"]","[":")"}[this.sides[m].ch]===n.sides[y].ch)&&n},e.closeOpposing=function(e){e.side=0,e.sides[this.side]=this.sides[this.side],e.delimjQs.eq(this.side===m?0:1).removeClass("mq-ghost").html(this.sides[this.side].ch)},e.finalizeTree=function(){this.ends[m].deleteOutOf=function(e,t){this.parent.deleteSide(e,!0,t)},this.finalizeTree=this.intentionalBlur=function(){this.delimjQs.eq(this.side===m?1:0).removeClass("mq-ghost"),this.side=0}},e.siblingCreated=function(e,t){t===-this.side&&this.finalizeTree()}}),de={"(":")",")":"(","[":"]","]":"[","{":"}","}":"{","\\{":"\\}","\\}":"\\{","⟨":"⟩","⟩":"⟨","\\langle ":"\\rangle ","\\rangle ":"\\langle ","|":"|","\\lVert ":"\\rVert ","\\rVert ":"\\lVert "},p("("),p("["),p("{","\\{"),O.langle=o(pe,m,"⟨","⟩","\\langle ","\\rangle "),O.rangle=o(pe,y,"⟨","⟩","\\langle ","\\rangle "),M["|"]=o(pe,m,"|","|","|","|"),O.lVert=o(pe,m,"∥","∥","\\lVert ","\\rVert "),O.rVert=o(pe,y,"∥","∥","\\lVert ","\\rVert "),O.left=h(U,function(e){e.parser=function(){var e=S.regex,t=S.string,n=(S.succeed,S.optWhitespace);return n.then(e(/^(?:[([|]|\\\{|\\langle\b|\\lVert\b)/)).then(function(r){var o="\\"===r.charAt(0)?r.slice(1):r;return"\\langle"==r&&(o="⟨",r+=" "),"\\lVert"==r&&(o="∥",r+=" "),L.then(function(i){return t("\\right").skip(n).then(e(/^(?:[\])|]|\\\}|\\rangle\b|\\rVert\b)/)).map(function(e){var t,n="\\"===e.charAt(0)?e.slice(1):e;return"\\rangle"==e&&(n="⟩",e+=" "),"\\rVert"==e&&(n="∥",e+=" "),(t=pe(0,o,n,r,e)).blocks=[i],i.adopt(t,0,0),t})})})}}),O.right=h(U,function(e){e.parser=function(){return S.fail("unmatched \\right")}}),O.binom=O.binomial=h(h(U,l),function(e,t){e.ctrlSeq="\\binom",e.htmlTemplate='(&0&1)',e.textTemplate=["choose(",",",")"]}),O.inputText=h(U,function(e,t){e.ctrlSeq="\\inputText",e.htmlTemplate='
&0 &1
',e.latex=function(){return"\\inputText{"+this.blocks[0].latex()+"}{}"},e.jsxHtml=function(){var e=x.getIdFromSuffix("inputText",this.blocks[0].latex()),t='
';return x.storeProps("inputText",e,this.blocks[1].latex()),t},e.textTemplate=["(",")/(",")"],e.finalizeTree=function(){this.upInto=this.ends[y].upOutOf=this.ends[m],this.downInto=this.ends[m].downOutOf=this.ends[y]}}),O.mInputText=h(U,function(e,t){e.ctrlSeq="\\mInputText",e.htmlTemplate='
&0 &1
',e.latex=function(){return"\\mInputText{"+this.blocks[0].latex()+"}{}"},e.jsxHtml=function(){var e=x.getIdFromSuffix("mInputText",this.blocks[0].latex()),t='
';return x.storeProps("mInputText",e,this.blocks[1].latex()),t},e.textTemplate=["(",")/(",")"],e.finalizeTree=function(){this.upInto=this.ends[y].upOutOf=this.ends[m],this.downInto=this.ends[m].downOutOf=this.ends[y]}}),O.ntimes=h(U,function(e,t){e.ctrlSeq="\\ntimes",e.htmlTemplate='
&0
×
&1
',e.textTemplate=["custime(",")"],e.parser=function(){return L.optBlock.then(function(e){return L.block.map(function(t){var n=_e();return n.blocks=[e,t],e.adopt(n,0,0),t.adopt(n,e,0),n})}).or(t.parser.call(this))},e.reflow=function(){var e=this.ends[y].jQ;te(e.prev(),1,e.innerHeight()/+e.css("fontSize").slice(0,-2)-.1)}}),O.atimes=h(U,function(e,t){e.ctrlSeq="\\atimes",e.htmlTemplate='
&0
+
&1
',e.textTemplate=["custime(",")"],e.parser=function(){return L.optBlock.then(function(e){return L.block.map(function(t){var n=_e();return n.blocks=[e,t],e.adopt(n,0,0),t.adopt(n,e,0),n})}).or(t.parser.call(this))},e.reflow=function(){var e=this.ends[y].jQ;te(e.prev(),1,e.innerHeight()/+e.css("fontSize").slice(0,-2)-.1)}}),O.stimes=h(U,function(e,t){e.ctrlSeq="\\stimes",e.htmlTemplate='
&0
-
&1
',e.textTemplate=["custime(",")"],e.parser=function(){return L.optBlock.then(function(e){return L.block.map(function(t){var n=_e();return n.blocks=[e,t],e.adopt(n,0,0),t.adopt(n,e,0),n})}).or(t.parser.call(this))},e.reflow=function(){var e=this.ends[y].jQ;te(e.prev(),1,e.innerHeight()/+e.css("fontSize").slice(0,-2)-.1)}}),fe=c(1))!function(e,t){"function"==typeof t?(u[e]=function(){return insistOnInterVer(),t.apply(this,arguments)},u[e].prototype=t.prototype):u[e]=t}(he,fe[he])}()},"0l/t":function(e,t,n){"use strict";var r=n("XKFU"),o=n("CkkT")(2);r(r.P+r.F*!n("LyE8")([].filter,!0),"Array",{filter:function(e){return o(this,e,arguments[1])}})},"0mN4":function(e,t,n){"use strict";n("OGtf")("fixed",function(e){return function(){return e(this,"tt","","")}})},"0px3":function(e,t,n){"use strict";var r=n("kOwS"),o=n("hi2O"),i=n("c7wz"),a=n("TSYQ"),s=n.n(a),u=n("q1tI"),c=n.n(u),_=n("17x9"),l=n.n(_),p=n("BGzO"),d=n.n(p),f=n("uwnE"),h=n("ga9N"),m={componentClass:d.a,xs:l.a.number,sm:l.a.number,md:l.a.number,lg:l.a.number,xsHidden:l.a.bool,smHidden:l.a.bool,mdHidden:l.a.bool,lgHidden:l.a.bool,xsOffset:l.a.number,smOffset:l.a.number,mdOffset:l.a.number,lgOffset:l.a.number,xsPush:l.a.number,smPush:l.a.number,mdPush:l.a.number,lgPush:l.a.number,xsPull:l.a.number,smPull:l.a.number,mdPull:l.a.number,lgPull:l.a.number},y=function(e){function t(){return e.apply(this,arguments)||this}return Object(i.a)(t,e),t.prototype.render=function(){var e=this.props,t=e.componentClass,n=e.className,i=Object(o.a)(e,["componentClass","className"]),a=Object(f.f)(i),u=a[0],_=a[1],l=[];return h.a.forEach(function(e){function t(t,n){var r=""+e+t,o=_[r];null!=o&&l.push(Object(f.e)(u,""+e+n+"-"+o)),delete _[r]}t("",""),t("Offset","-offset"),t("Push","-push"),t("Pull","-pull");var n=e+"Hidden";_[n]&&l.push("hidden-"+e),delete _[n]}),c.a.createElement(t,Object(r.a)({},_,{className:s()(n,l)}))},t}(c.a.Component);y.propTypes=m,y.defaultProps={componentClass:"div"},t.a=Object(f.a)("col",y)},"0rtr":function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=function(){function e(e,t){for(var n=0;n0}},{key:"leave",value:function(e){var t=this.entered.length;return this.entered=(0,i.default)(this.entered.filter(function(e){return document.documentElement.contains(e)}),e),t>0&&0===this.entered.length}},{key:"reset",value:function(){this.entered=[]}}]),e}();t.default=s},"0sBi":function(e,t,n){"use strict";(function(e){var r,o=n("3OWR"),i=n.n(o),a=n("k4Da"),s=n.n(a),u=n("5wrs"),c=n("Ds6e");(r=n("0cfB").enterModule)&&r(e);var _,l,p={pageStatus:"",userchoose_all:[],userchoose_class:[],userchoose_subject:[],merge_course:[],courseRemove:""},d=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:p,t=arguments.length>1?arguments[1]:void 0;switch(t.type){case u.e:var n=e.merge_course;if(void 0!==t.params){void 0===e.userchoose_class&&(e.userchoose_class=[]),void 0===e.userchoose_all&&(e.userchoose_all=[]);var r=s()(t.params,function(e){return"haveChecked"!==e.state}),o=s()(e.userchoose_class,function(e){return"haveChecked"!==e.state});n=Object(c.a)(o,r,e.userchoose_all)}return i()({},e,{userchoose_subject:t.params,merge_course:n,courseRemove:""});case u.d:var a=e.merge_course;if(void 0!==t.params){void 0===e.userchoose_subject&&(e.userchoose_subject=[]),void 0===e.userchoose_all&&(e.userchoose_all=[]);var _=s()(e.userchoose_subject,function(e){return"haveChecked"!==e.state}),l=s()(t.params,function(e){return"haveChecked"!==e.state});a=Object(c.a)(l,_,e.userchoose_all)}return i()({},e,{userchoose_class:t.params,merge_course:a});case u.c:var d=e.merge_course;if(void 0!==t.params){var f=s()(t.params,function(e){return"haveChecked"!==e.state}),h=s()(t.params,function(e){return"haveChecked"!==e.state});d=Object(c.a)(h,f,t.params)}return i()({},e,{userchoose_all:t.params,merge_course:d});case u.a:var m=e.userchoose_class,y=e.userchoose_subject,g=e.userchoose_all;"subject"===t.params.course&&(y=s()(e.userchoose_subject,function(e){return e.slug!==t.params.slug})),"grade"===t.params.course&&(m=s()(e.userchoose_class,function(e){return e.slug!==t.params.slug})),"all"===t.params.course&&(g=s()(e.userchoose_all,function(e){return e.slug!==t.params.slug}));var E=s()(y,function(e){return"haveChecked"!==e.state}),b=s()(m,function(e){return"haveChecked"!==e.state}),v=s()(g,function(e){return"haveChecked"!==e.state}),O=Object(c.a)(b,E,v);return i()({},e,{courseRemove:t.params,merge_course:O,userchoose_class:m,userchoose_subject:y,userchoose_all:g});case u.b:return i()({},e,{pageStatus:t.params});default:return e}},f=d;t.a=f,_=n("0cfB").default,l=n("0cfB").leaveModule,_&&(_.register(p,"initialState","/mnt/d/pm2/lgh-quizz-pc/client/modules/PurchaseCourse/PurchaseCourseReducer.js"),_.register(d,"PurchaseCourseReducer","/mnt/d/pm2/lgh-quizz-pc/client/modules/PurchaseCourse/PurchaseCourseReducer.js"),_.register(f,"default","/mnt/d/pm2/lgh-quizz-pc/client/modules/PurchaseCourse/PurchaseCourseReducer.js"),l(e))}).call(this,n("3UD+")(e))},"0sh+":function(e,t,n){var r=n("quPj"),o=n("vhPU");e.exports=function(e,t,n){if(r(t))throw TypeError("String#"+n+" doesn't accept regex!");return String(o(e))}},"0tTT":function(module,__webpack_exports__,__webpack_require__){"use strict";(function(module){__webpack_require__.d(__webpack_exports__,"a",function(){return decorateHandler});var react__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("q1tI"),react__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__),prop_types__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("Xaro"),prop_types__WEBPACK_IMPORTED_MODULE_1___default=__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_1__),disposables__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("xhFO"),disposables__WEBPACK_IMPORTED_MODULE_2___default=__webpack_require__.n(disposables__WEBPACK_IMPORTED_MODULE_2__),lodash_isPlainObject__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__("YO3V"),lodash_isPlainObject__WEBPACK_IMPORTED_MODULE_3___default=__webpack_require__.n(lodash_isPlainObject__WEBPACK_IMPORTED_MODULE_3__),invariant__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__("mdVC"),invariant__WEBPACK_IMPORTED_MODULE_4___default=__webpack_require__.n(invariant__WEBPACK_IMPORTED_MODULE_4__),hoist_non_react_statics__WEBPACK_IMPORTED_MODULE_5__=__webpack_require__("N35l"),hoist_non_react_statics__WEBPACK_IMPORTED_MODULE_5___default=__webpack_require__.n(hoist_non_react_statics__WEBPACK_IMPORTED_MODULE_5__),_utils_shallowEqual__WEBPACK_IMPORTED_MODULE_6__=__webpack_require__("B/nt"),_utils_shallowEqualScalar__WEBPACK_IMPORTED_MODULE_7__=__webpack_require__("CG7v"),enterModule;function _typeof(e){return(_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function _extends(){return(_extends=Object.assign||function(e){for(var t=1;tc;)u.call(e,a=s[c++])&&t.push(a);return t}},"1Oiz":function(module,__webpack_exports__,__webpack_require__){"use strict";(function(module){var lodash_get__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("mwIZ"),lodash_get__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(lodash_get__WEBPACK_IMPORTED_MODULE_0__),react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("q1tI"),react__WEBPACK_IMPORTED_MODULE_1___default=__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_1__),prop_types__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("g8p1"),prop_types__WEBPACK_IMPORTED_MODULE_2___default=__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_2__),_BoxChoice__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__("A+pH"),_sample_spec_options_json__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__("Qmb7"),_sample_spec_options_json__WEBPACK_IMPORTED_MODULE_4___namespace=__webpack_require__.t("Qmb7",1),_store_quiz_result_store__WEBPACK_IMPORTED_MODULE_5__=__webpack_require__("25vq"),_index_css__WEBPACK_IMPORTED_MODULE_6__=__webpack_require__("tiOK"),_index_css__WEBPACK_IMPORTED_MODULE_6___default=__webpack_require__.n(_index_css__WEBPACK_IMPORTED_MODULE_6__),_Header_Quiz_Header_Quiz__WEBPACK_IMPORTED_MODULE_7__=__webpack_require__("0Peb"),_util_builHtmlFromArray__WEBPACK_IMPORTED_MODULE_8__=__webpack_require__("I+pd"),_QuizBox_QuizBox__WEBPACK_IMPORTED_MODULE_9__=__webpack_require__("qyHn"),enterModule;function _typeof(e){return(_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function _extends(){return(_extends=Object.assign||function(e){for(var t=1;t1&&void 0!==arguments[1]?arguments[1]:{withRef:!1};return n=t=function(t){function n(){return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,n),function(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}(this,(n.__proto__||Object.getPrototypeOf(n)).apply(this,arguments))}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(n,t),o(n,[{key:"componentDidMount",value:function(){var e=(0,s.findDOMNode)(this);e.sortableHandle=!0}},{key:"getWrappedInstance",value:function(){return(0,u.default)(_.withRef,"To access the wrapped instance, you need to pass in {withRef: true} as the second argument of the SortableHandle() call"),this.refs.wrappedInstance}},{key:"render",value:function(){var t=_.withRef?"wrappedInstance":null;return a.default.createElement(e,r({ref:t},this.props))}}]),n}(i.Component),t.displayName=(0,c.provideDisplayName)("sortableHandle",e),n};var i=n("q1tI"),a=_(i),s=n("i8i4"),u=_(n("dQBR")),c=n("ISNX");function _(e){return e&&e.__esModule?e:{default:e}}},"1hJj":function(e,t,n){var r=n("Z0cm");e.exports=function(){if(!arguments.length)return[];var e=arguments[0];return r(e)?e:[e]}},"1iNE":function(e,t,n){var r=n("A90E"),o=n("QqLw"),i=n("MMmD"),a=n("4qC0"),s=n("Z1HP"),u="[object Map]",c="[object Set]";e.exports=function(e){if(null==e)return 0;if(i(e))return a(e)?s(e):e.length;var t=o(e);return t==u||t==c?e.size:r(e).length}},"1qOf":function(e,t,n){"use strict";(function(e){var r,o=n("3OWR"),i=n.n(o),a=n("zH3V");function s(e){for(var t=1;t0&&void 0!==arguments[0]?arguments[0]:l,t=arguments.length>1?arguments[1]:void 0;switch(t.type){case a.d:return i()({},e,{items:t.items,gradeType:t.gradeType});case a.a:return i()({},e,{bookmarkGrade:t.payload,is_loading:!1});case a.b:return s({},e,{is_loading:!0});case a.c:return s({},e,{is_loading:!1});default:return e}},d=p;t.a=d,c=n("0cfB").default,_=n("0cfB").leaveModule,c&&(c.register(l,"initialState","/mnt/d/pm2/lgh-quizz-pc/client/modules/Thongke/components/SaveQuiz/SaveQuizReducer.js"),c.register(p,"SaveQuizReducer","/mnt/d/pm2/lgh-quizz-pc/client/modules/Thongke/components/SaveQuiz/SaveQuizReducer.js"),c.register(d,"default","/mnt/d/pm2/lgh-quizz-pc/client/modules/Thongke/components/SaveQuiz/SaveQuizReducer.js"),_(e))}).call(this,n("3UD+")(e))},"1s4d":function(e,t,n){var r=n("Wnyi"),o=n("zgIM"),i=r(function(e,t){return o(e,t,[],[])});e.exports=i},"1sa7":function(e,t){e.exports=Math.log1p||function(e){return(e=+e)>-1e-8&&e<1e-8?e-e*e/2:Math.log(1+e)}},"1srg":function(e,t,n){"use strict";(function(e){n.d(t,"a",function(){return s});var r,o,i,a=n("EGMU");function s(e){var t,n,r,o;function i(){o&&(o(),o=null),t&&n&&(o=e.connectChooseTarget(t,n,r))}return{receiveHandlerId:function(e){e!==t&&(t=e,i())},hooks:Object(a.a)({connectTarget:function(e,t){e!==n&&(n=e,r=t,i())}})}}(r=n("Xug/").enterModule)&&r(e),o=n("Xug/").default,i=n("Xug/").leaveModule,o&&(o.register(s,"createSourceConnector","/mnt/d/pm2/lgh-quizz-pc/lib/cnc_core/src/target/createTargetConnector.js"),i(e))}).call(this,n("3UD+")(e))},"1uR6":function(e,t,n){"use strict";function r(e){var t,n=e.Symbol;return"function"==typeof n?n.observable?t=n.observable:(t=n("observable"),n.observable=t):t="@@observable",t}n.d(t,"a",function(){return r})},2:function(e,t){},"2+gu":function(module,__webpack_exports__,__webpack_require__){"use strict";(function(module){var react__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("q1tI"),react__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__),react_redux__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("Vg22"),react_redux__WEBPACK_IMPORTED_MODULE_1___default=__webpack_require__.n(react_redux__WEBPACK_IMPORTED_MODULE_1__),_modules_Thongke_components_NoteQuiz_NoteAction__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("gxy7"),_Error_ErrorAction__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__("dbib"),react_bootstrap__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__("frVR"),react_bootstrap__WEBPACK_IMPORTED_MODULE_5__=__webpack_require__("2ScO"),react_bootstrap__WEBPACK_IMPORTED_MODULE_6__=__webpack_require__("0px3"),react_bootstrap__WEBPACK_IMPORTED_MODULE_7__=__webpack_require__("IzWC"),enterModule;function _typeof(e){return(_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function _classCallCheck(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function _defineProperties(e,t){for(var n=0;n2&&void 0!==arguments[2]?arguments[2]:null,r=lodash_findIndex__WEBPACK_IMPORTED_MODULE_1___default()(this.results,function(t){return t.id===e});-1===r?this.results.push({id:e,answer:t}):n===REMOVE?lodash_remove__WEBPACK_IMPORTED_MODULE_0___default()(this.results,function(t){return t.id==e}):this.results[r].answer=t,this.actionDispatch&&this.actionDispatch.answer&&this.actionDispatch.answer(this.results,this.dispatchProps,n)}},{key:"answerBatch",value:function(e){this.results=e,this.actionDispatch.answer(this.results,this.dispatchProps)}},{key:"getResults",value:function(){return this.results}},{key:"reset",value:function(){this.results=[]}},{key:"__reactstandin__regenerateByEval",value:function __reactstandin__regenerateByEval(key,code){this[key]=eval(code)}}]),QuizAnswerStore}(),reactHotLoader,leaveModule;reactHotLoader=__webpack_require__("0cfB").default,leaveModule=__webpack_require__("0cfB").leaveModule,reactHotLoader&&(reactHotLoader.register(REMOVE,"REMOVE","/mnt/d/pm2/lgh-quizz-pc/lib/quiz_component/src/vungoi-component/PrimaryQuestion/store/quiz-result-store.js"),reactHotLoader.register(QuizAnswerStore,"QuizAnswerStore","/mnt/d/pm2/lgh-quizz-pc/lib/quiz_component/src/vungoi-component/PrimaryQuestion/store/quiz-result-store.js"),leaveModule(module))}).call(this,__webpack_require__("3UD+")(module))},"29s/":function(e,t,n){var r=n("WEpk"),o=n("5T2Y"),i=o["__core-js_shared__"]||(o["__core-js_shared__"]={});(e.exports=function(e,t){return i[e]||(i[e]=void 0!==t?t:{})})("versions",[]).push({version:r.version,mode:n("uOPS")?"pure":"global",copyright:"© 2019 Denis Pushkarev (zloirock.ru)"})},"2A/w":function(e,t,n){(t=e.exports=function(...e){return o(...e)}).__esModule=!0;const r=n("sEtK"),o=r.default;Object.assign(t,r)},"2DY1":function(e,t,n){"use strict";t.__esModule=!0,t.default=function(e){return e.replace(r,"-$1").toLowerCase()};var r=/([A-Z])/g;e.exports=t.default},"2GTP":function(e,t,n){var r=n("eaoh");e.exports=function(e,t,n){if(r(e),void 0===t)return e;switch(n){case 1:return function(n){return e.call(t,n)};case 2:return function(n,r){return e.call(t,n,r)};case 3:return function(n,r,o){return e.call(t,n,r,o)}}return function(){return e.apply(t,arguments)}}},"2Jfo":function(e,t,n){"use strict";e.exports={alwaysValid:function(){return!0}}},"2Ke3":function(module,__webpack_exports__,__webpack_require__){"use strict";(function(module){var lodash_orderBy__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("k8Y/"),lodash_orderBy__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(lodash_orderBy__WEBPACK_IMPORTED_MODULE_0__),react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("q1tI"),react__WEBPACK_IMPORTED_MODULE_1___default=__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_1__),prop_types__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("g8p1"),prop_types__WEBPACK_IMPORTED_MODULE_2___default=__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_2__),_QuizDndParagraph_Paragraph__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__("AuHd"),_react_event_connector_src_component_event_factory__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__("+7VV"),_util_transformNestedObj__WEBPACK_IMPORTED_MODULE_5__=__webpack_require__("x5HP"),_index_css__WEBPACK_IMPORTED_MODULE_6__=__webpack_require__("jpPY"),_index_css__WEBPACK_IMPORTED_MODULE_6___default=__webpack_require__.n(_index_css__WEBPACK_IMPORTED_MODULE_6__),_MatchBoxHorizontal_MatchSide__WEBPACK_IMPORTED_MODULE_7__=__webpack_require__("AcLa"),enterModule;function _typeof(e){return(_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function _extends(){return(_extends=Object.assign||function(e){for(var t=1;t1&&void 0!==arguments[1]?arguments[1]:{},n=arguments[2];return{initialScrollTop:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,n=arguments[2];if(!e.preserveScrollTop)return 0;return n.type===r.UPDATE_SCROLL_TOP?n.scrollTop:t}(e,t.initialScrollTop,n),consecutiveToggleStartId:function(e,t,n){return n.type===r.START_CONSECUTIVE_TOGGLE?n.id:t}(0,t.consecutiveToggleStartId,n)}};var r=n("Mc4o")},"2OiF":function(e,t){e.exports=function(e){if("function"!=typeof e)throw TypeError(e+" is not a function!");return e}},"2Osz":function(module,__webpack_exports__,__webpack_require__){"use strict";(function(module){var lodash_filter__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("k4Da"),lodash_filter__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(lodash_filter__WEBPACK_IMPORTED_MODULE_0__),react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("q1tI"),react__WEBPACK_IMPORTED_MODULE_1___default=__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_1__),_BoxChoice__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("v7dY"),_store_quiz_result_store__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__("25vq"),_Header_Quiz_Header_Quiz__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__("0Peb"),_index_css__WEBPACK_IMPORTED_MODULE_5__=__webpack_require__("eNPF"),_index_css__WEBPACK_IMPORTED_MODULE_5___default=__webpack_require__.n(_index_css__WEBPACK_IMPORTED_MODULE_5__),enterModule;function _typeof(e){return(_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function _extends(){return(_extends=Object.assign||function(e){for(var t=1;t=0}},"2v7o":function(e,t){e.exports=function(e,t,n){for(var r=0,o=n.length;r0&&void 0!==arguments[0]?arguments[0]:l,t=arguments.length>1?arguments[1]:void 0;arguments.length>2&&void 0!==arguments[2]&&arguments[2];switch(t.type,t.type){case a.f:return i()({},e,{question_state:t.question_state},t.params);case a.g:return i()({},l,{fetchState:t.fetchType});case a.a:return i()({},e,{nextItems:t.payload.items,answer:t.payload.items.answer,quiz_choice_action:"answer",quiz_state:t.payload.type,is_loading:!1});case a.b:return s({},e,{is_loading:!0,quiz_choice_action:"answer_pending",quiz_state:t.type});case a.c:return s({},e,{is_loading:!1,quiz_choice_action:"answer_reject",quiz_state:t.type});case a.j:return i()({},e,{choice_answer:{},items:e.nextItems,nextItems:[],quiz_choice_action:"next_question",quiz_state:t.type});case a.k:return i()({},e,{choice_answer:{},quiz_choice_action:"return_question",quiz_state:t.type});case a.d:return i()({},e,{choice_answer:{},items:e.nextItems,nextItems:[],quiz_choice_action:"break_question",quiz_state:t.type});case a.i:return i()({},e,{choice_answer:{},quiz_choice_action:"guest_question",quiz_state:t.type});case a.e:return i()({},e,{choice_answer:{},items:e.nextItems,nextItems:[],quiz_choice_action:"chalenge_question",quiz_state:t.type});case a.h:return i()({},e,{choice_answer:{},nextItems:[],quiz_choice_action:"done_question",quiz_state:t.type});default:return e}},d=p;t.a=d,c=n("0cfB").default,_=n("0cfB").leaveModule,c&&(c.register(l,"initialState","/mnt/d/pm2/lgh-quizz-pc/client/modules/Quiz/QuizQuestionReducer.js"),c.register(p,"QuizQuestionReducer","/mnt/d/pm2/lgh-quizz-pc/client/modules/Quiz/QuizQuestionReducer.js"),c.register(d,"default","/mnt/d/pm2/lgh-quizz-pc/client/modules/Quiz/QuizQuestionReducer.js"),_(e))}).call(this,n("3UD+")(e))},"3B8f":function(e,t,n){"use strict";(function(e){n.d(t,"a",function(){return P}),n.d(t,"c",function(){return D}),n.d(t,"b",function(){return T}),n.d(t,"d",function(){return C});var r,o=n("3WF5"),i=n.n(o),a=n("mwIZ"),s=n.n(a),u=n("bNQv"),c=n.n(u),_=n("UfWW"),l=n.n(_),p=n("J2m7"),d=n.n(p);function f(e){return(f="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}(r=n("0cfB").enterModule)&&r(e);var h,m,y=2,g=3;function E(e){return null!==e&&"object"===f(e)}function b(e){return null!==e&&"object"===f(e)&&Array.isArray(e)}function v(e,t){if(E(e)&&E(t))return M(e,t);var n="string"==typeof t&&t.split("||").includes(e);return e===t||n}function O(e,t){if(e.length!==t.length)return!1;for(var n=0;n0&&void 0!==arguments[0]?arguments[0]:l,t=arguments.length>1?arguments[1]:void 0;switch(t.type){case a.g:return i()({},e,{items:t.items,gradeType:t.gradeType});case a.d:return i()({},e,{notegrade:t.payload,is_loading:!1});case a.e:return s({},e,{is_loading:!0});case a.f:return s({},e,{is_loading:!1});case a.a:return{data:t.notes};case a.c:return i()({},e,{detailNote:t.detailNote});case a.b:return i()({},e,{feedback_success:!0});default:return e}},d=p;t.a=d,c=n("0cfB").default,_=n("0cfB").leaveModule,c&&(c.register(l,"initialState","/mnt/d/pm2/lgh-quizz-pc/client/modules/Thongke/components/NoteQuiz/NoteReducer.js"),c.register(p,"NoteReducer","/mnt/d/pm2/lgh-quizz-pc/client/modules/Thongke/components/NoteQuiz/NoteReducer.js"),c.register(d,"default","/mnt/d/pm2/lgh-quizz-pc/client/modules/Thongke/components/NoteQuiz/NoteReducer.js"),_(e))}).call(this,n("3UD+")(e))},"4yaM":function(e,t,n){"use strict";(function(t){function n(e){o.length||(r(),!0),o[o.length]=e}e.exports=n;var r,o=[],i=0,a=1024;function s(){for(;ia){for(var t=0,n=o.length-i;t1&&r--,i=6*r<1?t+6*(n-t)*r:2*r<1?n:3*r<2?t+(n-t)*(2/3-r)*6:t,o[c]=255*i;return o}},"5Pf0":function(e,t,n){var r=n("S/j/"),o=n("OP3Y");n("Xtr8")("getPrototypeOf",function(){return function(e){return o(r(e))}})},"5Q/3":function(e,t,n){"use strict";(function(e){n.d(t,"a",function(){return u});var r,o=n("ph6d"),i=n("rUi7");(r=n("0cfB").enterModule)&&r(e);var a,s,u="FETCH_TOP_USER";function c(e){return{type:u,items:e}}function _(e){var t="learning-summary/top/subject/".concat(e);return function(e){Object(o.a)(t).then(function(e){return e}).then(function(t){e(c(t))}).catch(function(e){return i.a.error("co loi xay ra load subject28: ",e)})}}a=n("0cfB").default,s=n("0cfB").leaveModule,a&&(a.register(u,"FETCH_TOP_USER","/mnt/d/pm2/lgh-quizz-pc/client/modules/Thongke/TopUser/TopUserAction.js"),a.register(c,"fetchTopUserAction","/mnt/d/pm2/lgh-quizz-pc/client/modules/Thongke/TopUser/TopUserAction.js"),a.register(_,"fetchTopUser","/mnt/d/pm2/lgh-quizz-pc/client/modules/Thongke/TopUser/TopUserAction.js"),s(e))}).call(this,n("3UD+")(e))},"5T2Y":function(e,t){var n=e.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=n)},"5Tg0":function(e,t,n){(function(e){var r=n("Kz5y"),o=t&&!t.nodeType&&t,i=o&&"object"==typeof e&&e&&!e.nodeType&&e,a=i&&i.exports===o?r.Buffer:void 0,s=a?a.allocUnsafe:void 0;e.exports=function(e,t){if(t)return e.slice();var n=e.length,r=s?s(n):new e.constructor(n);return e.copy(r),r}}).call(this,n("YuTi")(e))},"5Y9s":function(e,t,n){var r=n("qfp5");"string"==typeof r&&(r=[[e.i,r,""]]);var o={hmr:!0,transform:void 0,insertInto:void 0};n("aET+")(r,o);r.locals&&(e.exports=r.locals)},"5YTG":function(e,t,n){"use strict";(function(e){var r,o=n("3OWR"),i=n.n(o),a=n("sTGe");function s(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}(r=n("0cfB").enterModule)&&r(e);var u,c,_={items:[],gradeType:""},l=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:_,t=arguments.length>1?arguments[1]:void 0;switch(t.type){case a.a:return i()({},e,{items:t.payload});case a.e:return function(e){for(var t=1;t=r?e:function(e,t,n){var r=-1,o=e.length;t<0&&(t=-t>o?0:o+t),(n=n>o?o:n)<0&&(n+=o),o=t>n?0:n-t>>>0,t>>>=0;for(var i=Array(o);++ru;)r(s,n=t[u++])&&(~i(c,n)||c.push(n));return c}},"5wrs":function(e,t,n){"use strict";(function(e){n.d(t,"e",function(){return u}),n.d(t,"d",function(){return c}),n.d(t,"c",function(){return _}),n.d(t,"b",function(){return l}),n.d(t,"a",function(){return p});var r,o=n("ph6d"),i=n("dbib");n("6qjq"),n("dtw8");(r=n("0cfB").enterModule)&&r(e);var a,s,u="SET_USERCHOOSE_SUBJECT",c="SET_USERCHOOSE_CLASS",_="SET_USERCHOOSE_ALL",l="SET_STATUS_PAGE",p="REMOVE_ITEM_MERGE_COURSE";function d(e){return function(t){return Object(o.a)("cod","post",e).then(function(e){void 0!==e&&Object(i.b)("success","Bạn đã cập nhật thành công!")}).catch(function(e){void 0!==e&&Object(i.b)("error","Chưa thể thêm mới mời bạn vui lòng quay lại sau!")})}}function f(e){var t="user_course/info/".concat(e);return new Promise(function(e,n){Object(o.a)(t,"get").then(function(t){return e(t)}).catch(function(e){return n(e)})})}function h(e){return function(t){t({type:u,params:e})}}function m(e){return function(t){t({type:c,params:e})}}function y(e){return function(t){t({type:_,params:e})}}function g(e){return function(t){t({type:p,params:e})}}function E(e,t,n){return Object(o.a)("pay","post",e).then(function(e){void 0!==e&&!0===e.success?(Object(i.b)("success","Bạn đã mua khóa học thành công!"),setTimeout(function(){window.location.replace("/")},3e3)):Object(i.b)("error","".concat(e.message))}).catch(function(e){void 0!==e&&Object(i.b)("error","Hệ thống đang bị lỗi, Bạn vui lòng quay lại sau!")})}function b(e){return Object(o.a)("cart","post",e).then(function(e){return e}).catch(function(e){return e})}function v(e){return Object(o.a)("user_course/list").then(function(e){return e}).catch(function(e){return e})}a=n("0cfB").default,s=n("0cfB").leaveModule,a&&(a.register(u,"SET_USERCHOOSE_SUBJECT","/mnt/d/pm2/lgh-quizz-pc/client/modules/PurchaseCourse/PurchaseCourseAction.js"),a.register(c,"SET_USERCHOOSE_CLASS","/mnt/d/pm2/lgh-quizz-pc/client/modules/PurchaseCourse/PurchaseCourseAction.js"),a.register(_,"SET_USERCHOOSE_ALL","/mnt/d/pm2/lgh-quizz-pc/client/modules/PurchaseCourse/PurchaseCourseAction.js"),a.register(l,"SET_STATUS_PAGE","/mnt/d/pm2/lgh-quizz-pc/client/modules/PurchaseCourse/PurchaseCourseAction.js"),a.register(p,"REMOVE_ITEM_MERGE_COURSE","/mnt/d/pm2/lgh-quizz-pc/client/modules/PurchaseCourse/PurchaseCourseAction.js"),a.register(d,"updateProfile","/mnt/d/pm2/lgh-quizz-pc/client/modules/PurchaseCourse/PurchaseCourseAction.js"),a.register(f,"HistoryTransaction","/mnt/d/pm2/lgh-quizz-pc/client/modules/PurchaseCourse/PurchaseCourseAction.js"),a.register(h,"setUserChooseSubject","/mnt/d/pm2/lgh-quizz-pc/client/modules/PurchaseCourse/PurchaseCourseAction.js"),a.register(m,"setUserChooseGrade","/mnt/d/pm2/lgh-quizz-pc/client/modules/PurchaseCourse/PurchaseCourseAction.js"),a.register(y,"setUserChooseAll","/mnt/d/pm2/lgh-quizz-pc/client/modules/PurchaseCourse/PurchaseCourseAction.js"),a.register(g,"removeItemMergeCourse","/mnt/d/pm2/lgh-quizz-pc/client/modules/PurchaseCourse/PurchaseCourseAction.js"),a.register(E,"payCourse","/mnt/d/pm2/lgh-quizz-pc/client/modules/PurchaseCourse/PurchaseCourseAction.js"),a.register(b,"addCourse","/mnt/d/pm2/lgh-quizz-pc/client/modules/PurchaseCourse/PurchaseCourseAction.js"),a.register(v,"getUserCourse","/mnt/d/pm2/lgh-quizz-pc/client/modules/PurchaseCourse/PurchaseCourseAction.js"),s(e))}).call(this,n("3UD+")(e))},"6/1s":function(e,t,n){var r=n("YqAc")("meta"),o=n("93I4"),i=n("B+OT"),a=n("2faE").f,s=0,u=Object.isExtensible||function(){return!0},c=!n("KUxP")(function(){return u(Object.preventExtensions({}))}),_=function(e){a(e,r,{value:{i:"O"+ ++s,w:{}}})},l=e.exports={KEY:r,NEED:!1,fastKey:function(e,t){if(!o(e))return"symbol"==typeof e?e:("string"==typeof e?"S":"P")+e;if(!i(e,r)){if(!u(e))return"F";if(!t)return"E";_(e)}return e[r].i},getWeak:function(e,t){if(!i(e,r)){if(!u(e))return!0;if(!t)return!1;_(e)}return e[r].w},onFreeze:function(e){return c&&l.NEED&&u(e)&&!i(e,r)&&_(e),e}}},"61Rg":function(e,t,n){"use strict";var r=n("TqRt");t.__esModule=!0,t.default=void 0;var o=r(n("Bp9Y")).default?function(e,t){return e.contains?e.contains(t):e.compareDocumentPosition?e===t||!!(16&e.compareDocumentPosition(t)):i(e,t)}:i;function i(e,t){if(t)do{if(t===e)return!0}while(t=t.parentNode);return!1}t.default=o,e.exports=t.default},"62r7":function(e,t,n){"use strict";t.__esModule=!0,t.default=function(e,t){return!(0,i.default)(this.props,e)||!(0,i.default)(this.state,t)};var r,o=n("y0d8"),i=(r=o)&&r.__esModule?r:{default:r};e.exports=t.default},"694e":function(e,t,n){var r=n("EemH"),o=n("XKFU"),i=n("y3w9");o(o.S,"Reflect",{getOwnPropertyDescriptor:function(e,t){return r.f(i(e),t)}})},"69bn":function(e,t,n){var r=n("y3w9"),o=n("2OiF"),i=n("K0xU")("species");e.exports=function(e,t){var n,a=r(e).constructor;return void 0===a||void 0==(n=r(a)[i])?t:o(n)}},"6AQ9":function(e,t,n){"use strict";var r=n("XKFU"),o=n("8a7r");r(r.S+r.F*n("eeVq")(function(){function e(){}return!(Array.of.call(e)instanceof e)}),"Array",{of:function(){for(var e=0,t=arguments.length,n=new("function"==typeof this?this:Array)(t);t>e;)o(n,e,arguments[e++]);return n.length=t,n}})},"6DQo":function(e,t,n){"use strict";e.exports=function(){}},"6EYP":function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n("0XPj");t.NONE=[],t.ALL=[],t.areDirty=function(e,n){return e!==t.NONE&&(e===t.ALL||void 0===n||r(n,e).length>0)}},"6FMO":function(e,t,n){var r=n("0/R4"),o=n("EWmC"),i=n("K0xU")("species");e.exports=function(e){var t;return o(e)&&("function"!=typeof(t=e.constructor)||t!==Array&&!o(t.prototype)||(t=void 0),r(t)&&null===(t=t[i])&&(t=void 0)),void 0===t?Array:t}},"6LIB":function(e,t,n){"use strict";var r=Object.prototype.toString;var o=function(e){return r.call(e)};var i=function(e,t){return function(n){return e(t(n))}}(Object.getPrototypeOf,Object);var a=function(e){return null!=e&&"object"==typeof e},s="[object Object]",u=Function.prototype,c=Object.prototype,_=u.toString,l=c.hasOwnProperty,p=_.call(Object);t.a=function(e){if(!a(e)||o(e)!=s)return!1;var t=i(e);if(null===t)return!0;var n=l.call(t,"constructor")&&t.constructor;return"function"==typeof n&&n instanceof n&&_.call(n)==p}},"6Moy":function(e,t,n){"use strict";n.d(t,"b",function(){return h});var r=n("q1tI"),o=n("17x9");function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function a(e,t){for(var n=0;ne.length)&&(t=e.length);for(var n=0,r=new Array(t);n1&&void 0!==arguments[1]?arguments[1]:2,n=String(e);if(0===t)return n;var r=n.match(/(.*?)([0-9]+)(.*)/),o=r?r[1]:"",i=r?r[3]:"",a=r?r[2]:n,s=a.length>=t?a:(d(Array(t)).map(function(){return"0"}).join("")+a).slice(-1*t);return"".concat(o).concat(s).concat(i)}var m={daysInHours:!1,zeroPadTime:2};var y=function(e){u(n,r["Component"]);var t=p(n);function n(){var e;return i(this,n),(e=t.apply(this,arguments)).state={count:e.props.count||3},e.startCountdown=function(){e.interval=window.setInterval(function(){0===e.state.count-1?(e.stopCountdown(),e.props.onComplete&&e.props.onComplete()):e.setState(function(e){return{count:e.count-1}})},1e3)},e.stopCountdown=function(){clearInterval(e.interval)},e.addTime=function(t){e.stopCountdown(),e.setState(function(e){return{count:e.count+t}},e.startCountdown)},e}return s(n,[{key:"componentDidMount",value:function(){this.startCountdown()}},{key:"componentWillUnmount",value:function(){clearInterval(this.interval)}},{key:"render",value:function(){return this.props.children?Object(r.cloneElement)(this.props.children,{count:this.state.count}):null}}]),n}();y.propTypes={count:o.number,children:o.element,onComplete:o.func};var g=function(e){u(n,r["Component"]);var t=p(n);function n(e){var o;if(i(this,n),(o=t.call(this,e)).mounted=!1,o.initialTimestamp=o.calcOffsetStartTimestamp(),o.offsetStartTimestamp=o.props.autoStart?0:o.initialTimestamp,o.offsetTime=0,o.legacyMode=!1,o.legacyCountdownRef=Object(r.createRef)(),o.tick=function(){var e=o.calcTimeDelta(),t=e.completed&&!o.props.overtime?void 0:o.props.onTick;o.setTimeDeltaState(e,void 0,t)},o.start=function(){if(!o.isStarted()){var e=o.offsetStartTimestamp;o.offsetStartTimestamp=0,o.offsetTime+=e?o.calcOffsetStartTimestamp()-e:0;var t=o.calcTimeDelta();o.setTimeDeltaState(t,"STARTED",o.props.onStart),o.props.controlled||t.completed&&!o.props.overtime||(o.clearTimer(),o.interval=window.setInterval(o.tick,o.props.intervalDelay))}},o.pause=function(){o.isPaused()||(o.clearTimer(),o.offsetStartTimestamp=o.calcOffsetStartTimestamp(),o.setTimeDeltaState(o.state.timeDelta,"PAUSED",o.props.onPause))},o.stop=function(){o.isStopped()||(o.clearTimer(),o.offsetStartTimestamp=o.calcOffsetStartTimestamp(),o.offsetTime=o.offsetStartTimestamp-o.initialTimestamp,o.setTimeDeltaState(o.calcTimeDelta(),"STOPPED",o.props.onStop))},o.isStarted=function(){return o.isStatus("STARTED")},o.isPaused=function(){return o.isStatus("PAUSED")},o.isStopped=function(){return o.isStatus("STOPPED")},o.isCompleted=function(){return o.isStatus("COMPLETED")},o.handleOnComplete=function(e){o.props.onComplete&&o.props.onComplete(e)},e.date){var a=o.calcTimeDelta();o.state={timeDelta:a,status:a.completed?"COMPLETED":"STOPPED"}}else o.legacyMode=!0;return o}return s(n,[{key:"componentDidMount",value:function(){this.legacyMode||(this.mounted=!0,this.props.onMount&&this.props.onMount(this.calcTimeDelta()),this.props.autoStart&&this.start())}},{key:"componentDidUpdate",value:function(e){this.legacyMode||this.props.date!==e.date&&(this.initialTimestamp=this.calcOffsetStartTimestamp(),this.offsetStartTimestamp=this.initialTimestamp,this.offsetTime=0,this.setTimeDeltaState(this.calcTimeDelta()))}},{key:"componentWillUnmount",value:function(){this.legacyMode||(this.mounted=!1,this.clearTimer())}},{key:"calcTimeDelta",value:function(){var e=this.props,t=e.date,n=e.now,r=e.precision,o=e.controlled,i=e.overtime;return function(e){var t,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=n.now,o=void 0===r?Date.now:r,i=n.precision,a=void 0===i?0:i,s=n.controlled,u=n.offsetTime,c=void 0===u?0:u,_=n.overtime;t="string"==typeof e?new Date(e).getTime():e instanceof Date?e.getTime():e,s||(t+=c);var l=s?t:t-o(),p=Math.min(20,Math.max(0,a)),d=Math.round(1e3*parseFloat(((_?l:Math.max(0,l))/1e3).toFixed(p))),f=Math.abs(d)/1e3;return{total:d,days:Math.floor(f/86400),hours:Math.floor(f/3600%24),minutes:Math.floor(f/60%60),seconds:Math.floor(f%60),milliseconds:Number((f%1*1e3).toFixed()),completed:d<=0}}(t,{now:n,precision:r,controlled:o,offsetTime:this.offsetTime,overtime:i})}},{key:"calcOffsetStartTimestamp",value:function(){return Date.now()}},{key:"addTime",value:function(e){this.legacyCountdownRef.current.addTime(e)}},{key:"clearTimer",value:function(){window.clearInterval(this.interval)}},{key:"isStatus",value:function(e){return this.state.status===e}},{key:"setTimeDeltaState",value:function(e,t,n){var r=this;if(this.mounted){var o;!this.state.timeDelta.completed&&e.completed&&(this.props.overtime||this.clearTimer(),o=this.handleOnComplete);return this.setState(function(n){var o=t||n.status;return e.completed&&!r.props.overtime?o="COMPLETED":t||"COMPLETED"!==o||(o="STOPPED"),{timeDelta:e,status:o}},function(){n&&n(r.state.timeDelta),o&&o(r.state.timeDelta)})}}},{key:"getApi",value:function(){return this.api=this.api||{start:this.start,pause:this.pause,stop:this.stop,isStarted:this.isStarted,isPaused:this.isPaused,isStopped:this.isStopped,isCompleted:this.isCompleted}}},{key:"getRenderProps",value:function(){var e=this.props,t=e.daysInHours,n=e.zeroPadTime,r=e.zeroPadDays,o=this.state.timeDelta;return Object.assign(Object.assign({},o),{api:this.getApi(),props:this.props,formatted:function(e,t){var n=e.days,r=e.hours,o=e.minutes,i=e.seconds,a=Object.assign(Object.assign({},m),t),s=a.daysInHours,u=a.zeroPadTime,c=a.zeroPadDays,_=void 0===c?u:c,l=Math.min(2,u),p=s?h(r+24*n,u):h(r,l);return{days:s?"":h(n,_),hours:p,minutes:h(o,l),seconds:h(i,l)}}(o,{daysInHours:t,zeroPadTime:n,zeroPadDays:r})})}},{key:"render",value:function(){if(this.legacyMode){var e=this.props,t=e.count,n=e.children,o=e.onComplete;return Object(r.createElement)(y,{ref:this.legacyCountdownRef,count:t,onComplete:o},n)}var i=this.props,a=i.className,s=i.overtime,u=i.children,c=i.renderer,_=this.getRenderProps();if(c)return c(_);if(u&&this.state.timeDelta.completed&&!s)return Object(r.cloneElement)(u,{countdown:_});var l=_.formatted,p=l.days,d=l.hours,f=l.minutes,h=l.seconds;return Object(r.createElement)("span",{className:a},_.total<0?"-":"",p,p?":":"",d,":",f,":",h)}}]),n}();g.defaultProps=Object.assign(Object.assign({},m),{controlled:!1,intervalDelay:1e3,precision:0,autoStart:!0}),g.propTypes={date:Object(o.oneOfType)([Object(o.instanceOf)(Date),o.string,o.number]),daysInHours:o.bool,zeroPadTime:o.number,zeroPadDays:o.number,controlled:o.bool,intervalDelay:o.number,precision:o.number,autoStart:o.bool,overtime:o.bool,className:o.string,children:o.element,renderer:o.func,now:o.func,onMount:o.func,onStart:o.func,onPause:o.func,onStop:o.func,onTick:o.func,onComplete:o.func},t.a=g},"6P/s":function(e,t,n){"use strict";n.r(t),function(e){n.d(t,"CHOICE_SOURCE",function(){return u}),n.d(t,"CHOICE_TARGET",function(){return c}),n.d(t,"END_CHOICE",function(){return _}),n.d(t,"HOVER_TARGET",function(){return l}),n.d(t,"choiceSource",function(){return p}),n.d(t,"endChoice",function(){return d}),n.d(t,"hover",function(){return f}),n.d(t,"choiceTarget",function(){return h});var r,o=n("L7ku");function i(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}(r=n("Xug/").enterModule)&&r(e);var a,s,u="CHOICE_SOURCE",c="CHOICE_TARGET",_="END_CHOICE",l="HOVER_TARGET";function p(e){var t=this.getRegistry(),n=t.getSource(e),r=n.choiceSource(n.props);return t.pinSource(e),{type:u,itemType:t.getSourceType(e),item:r,sourceId:e}}function d(){var e=this.getMonitor(),t=this.getRegistry(),n=e.getSourceId();return t.getSource(n,!0).endChoice(e,n),t.unpinSource(),{type:_}}function f(e){for(var t=(arguments.length>1&&void 0!==arguments[1]?arguments[1]:{}).clientOffset,n=void 0===t?null:t,r=e.slice(0),i=this.getMonitor(),a=this.getRegistry(),s=i.getItemType(),u=r.length-1;u>=0;u--){var c=r[u],_=a.getTargetType(c);Object(o.a)(_,s)||r.splice(u,1)}for(var p=0;p0&&void 0!==arguments[0]?arguments[0]:c,t=arguments.length>1?arguments[1]:void 0;switch(t.type){case a.a:return i()({},e,t.target);case a.b:return{srcItem:null,evtCounter:0,dropTargets:[]};default:return e}}s=n("XsMp").default,u=n("XsMp").leaveModule,s&&(s.register(c,"initialState","/mnt/d/pm2/lgh-quizz-pc/lib/react_event_connector/src/event_source/reducers/dragOperation.js"),s.register(_,"dragOperation","/mnt/d/pm2/lgh-quizz-pc/lib/react_event_connector/src/event_source/reducers/dragOperation.js"),u(e))}).call(this,n("3UD+")(e))},"6Rw4":function(e,t,n){"use strict";t.__esModule=!0;var r=Object.assign||function(e){for(var t=1;t1&&void 0!==arguments[1]?arguments[1]:i.default,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:i.default;if(!e)return function(e){return function(){return e.apply(void 0,arguments)}};return function(i){return function(a,s,u){var c,_="redux-dev-session-"+e,l=void 0;try{var p=localStorage.getItem(_);p&&(c=JSON.parse(p),l=r({},c,{actionsById:(0,o.default)(c.actionsById,function(e){return r({},e,{action:n(e.action)})}),committedState:t(c.committedState),computedStates:c.computedStates.map(function(e){return r({},e,{state:t(e.state)})})})||s,i(a,s))}catch(e){console.warn("Could not read debug session from localStorage:",e);try{localStorage.removeItem(_)}finally{l=void 0}}var d=i(a,l,u);return r({},d,{dispatch:function(e){d.dispatch(e);try{localStorage.setItem(_,JSON.stringify(d.getState()))}catch(e){console.warn("Could not write debug session to localStorage:",e)}return e}})}}};var o=a(n("noZS")),i=a(n("zZ0H"));function a(e){return e&&e.__esModule?e:{default:e}}},"6VaU":function(e,t,n){"use strict";var r=n("XKFU"),o=n("xF/b"),i=n("S/j/"),a=n("ne8i"),s=n("2OiF"),u=n("zRwo");r(r.P,"Array",{flatMap:function(e){var t,n,r=i(this);return s(e),t=a(r.length),n=u(r,0),o(n,r,r,t,0,1,e,arguments[1]),n}}),n("nGyu")("flatMap")},"6XnD":function(e,t,n){"use strict";(function(e){n.d(t,"b",function(){return s}),n.d(t,"f",function(){return u}),n.d(t,"i",function(){return c}),n.d(t,"c",function(){return _}),n.d(t,"l",function(){return l}),n.d(t,"a",function(){return p}),n.d(t,"e",function(){return d}),n.d(t,"g",function(){return f}),n.d(t,"j",function(){return h}),n.d(t,"h",function(){return m}),n.d(t,"k",function(){return y}),n.d(t,"d",function(){return g}),n.d(t,"m",function(){return I});var r,o=n("JrDh");(r=n("0cfB").enterModule)&&r(e);var i,a,s="SET_CHAPTER",u="SET_MENU_QUESTION",c="SET_MENU_THEORY",_="SET_INTRODUCE",l="SHOW_POP_GRADE",p="HIDDEN_POP_GRADE",d="SET_MENU_HOME",f="SET_MENU_QUESTION_CHAPTER",h="SET_MENU_THEORY_CHAPTER",m="SET_MENU_STATISTIC",y="SET_SUBJECT_STATISTIC",g="SET_MENU";function E(e){return{type:s,subjectId:e}}function b(e){return function(t){t(E(e)),t(Object(o.d)(e.subjectId))}}function v(e){return function(t){t(E(e)),t(Object(o.e)(e.subjectId))}}function O(e){return function(t){t({type:g,params:e})}}function M(e){return function(t){t({type:m,params:e})}}function P(e){return function(t){t({type:y,params:e})}}function D(e){return{type:u,items:e}}function T(e){return{type:f,items:e}}function C(e){return{type:h,items:e}}function w(e){return{type:d,items:e}}function I(e){return{type:c,items:e}}function A(e){return{type:_,items:e}}function k(e){return{type:l,items:e}}function R(e){return{type:p,items:e}}i=n("0cfB").default,a=n("0cfB").leaveModule,i&&(i.register(s,"SET_CHAPTER","/mnt/d/pm2/lgh-quizz-pc/client/modules/App/components/Menu/MenuAction.js"),i.register(u,"SET_MENU_QUESTION","/mnt/d/pm2/lgh-quizz-pc/client/modules/App/components/Menu/MenuAction.js"),i.register(c,"SET_MENU_THEORY","/mnt/d/pm2/lgh-quizz-pc/client/modules/App/components/Menu/MenuAction.js"),i.register(_,"SET_INTRODUCE","/mnt/d/pm2/lgh-quizz-pc/client/modules/App/components/Menu/MenuAction.js"),i.register(l,"SHOW_POP_GRADE","/mnt/d/pm2/lgh-quizz-pc/client/modules/App/components/Menu/MenuAction.js"),i.register(p,"HIDDEN_POP_GRADE","/mnt/d/pm2/lgh-quizz-pc/client/modules/App/components/Menu/MenuAction.js"),i.register(d,"SET_MENU_HOME","/mnt/d/pm2/lgh-quizz-pc/client/modules/App/components/Menu/MenuAction.js"),i.register(f,"SET_MENU_QUESTION_CHAPTER","/mnt/d/pm2/lgh-quizz-pc/client/modules/App/components/Menu/MenuAction.js"),i.register(h,"SET_MENU_THEORY_CHAPTER","/mnt/d/pm2/lgh-quizz-pc/client/modules/App/components/Menu/MenuAction.js"),i.register(m,"SET_MENU_STATISTIC","/mnt/d/pm2/lgh-quizz-pc/client/modules/App/components/Menu/MenuAction.js"),i.register(y,"SET_SUBJECT_STATISTIC","/mnt/d/pm2/lgh-quizz-pc/client/modules/App/components/Menu/MenuAction.js"),i.register(g,"SET_MENU","/mnt/d/pm2/lgh-quizz-pc/client/modules/App/components/Menu/MenuAction.js"),i.register(E,"setChapter","/mnt/d/pm2/lgh-quizz-pc/client/modules/App/components/Menu/MenuAction.js"),i.register(b,"changeChapter","/mnt/d/pm2/lgh-quizz-pc/client/modules/App/components/Menu/MenuAction.js"),i.register(v,"changeQuizChapter","/mnt/d/pm2/lgh-quizz-pc/client/modules/App/components/Menu/MenuAction.js"),i.register(O,"setMenu","/mnt/d/pm2/lgh-quizz-pc/client/modules/App/components/Menu/MenuAction.js"),i.register(M,"setMenuStatistic","/mnt/d/pm2/lgh-quizz-pc/client/modules/App/components/Menu/MenuAction.js"),i.register(P,"setSubjectStatistic","/mnt/d/pm2/lgh-quizz-pc/client/modules/App/components/Menu/MenuAction.js"),i.register(D,"setMenuQuestion","/mnt/d/pm2/lgh-quizz-pc/client/modules/App/components/Menu/MenuAction.js"),i.register(T,"setMenuQuestionChapter","/mnt/d/pm2/lgh-quizz-pc/client/modules/App/components/Menu/MenuAction.js"),i.register(C,"setMenuTheoryChapter","/mnt/d/pm2/lgh-quizz-pc/client/modules/App/components/Menu/MenuAction.js"),i.register(w,"setMenuHome","/mnt/d/pm2/lgh-quizz-pc/client/modules/App/components/Menu/MenuAction.js"),i.register(I,"setMenuTheory","/mnt/d/pm2/lgh-quizz-pc/client/modules/App/components/Menu/MenuAction.js"),i.register(A,"setIntroduce","/mnt/d/pm2/lgh-quizz-pc/client/modules/App/components/Menu/MenuAction.js"),i.register(k,"showPopGrade","/mnt/d/pm2/lgh-quizz-pc/client/modules/App/components/Menu/MenuAction.js"),i.register(R,"hiddenPopGrade","/mnt/d/pm2/lgh-quizz-pc/client/modules/App/components/Menu/MenuAction.js"),a(e))}).call(this,n("3UD+")(e))},"6dIT":function(e,t){e.exports=Math.scale||function(e,t,n,r,o){return 0===arguments.length||e!=e||t!=t||n!=n||r!=r||o!=o?NaN:e===1/0||e===-1/0?e:(e-t)*(o-r)/(n-t)+r}},"6jo/":function(e,t){e.exports=function(e){4!==e.length&&5!==e.length||(e=function(e){for(var t="#",n=1;n0&&void 0!==arguments[0]?arguments[0]:{},t=e.promiseTypeSuffixes||i,n=e.scope||o.DEFAULT_SCOPE;return function(e){var i=e.dispatch;return function(e){return function(a){if(a.type){var s=r(t,3),u=s[0],c=s[1],_=s[2],l=new RegExp(u+"$","g"),p=new RegExp(c+"$","g"),d=new RegExp(_+"$","g"),f=a.meta&&a.meta.scope||a.scope||n;a.type.match(l)?i((0,o.showLoading)(f)):(a.type.match(p)||a.type.match(d))&&i((0,o.hideLoading)(f))}return e(a)}}}};var o=n("NimE"),i=["PENDING","FULFILLED","REJECTED"]},"77Jp":function(e,t,n){"use strict";var r;Object.defineProperty(t,"__esModule",{value:!0}),t.Doctype=t.CDATA=t.Tag=t.Style=t.Script=t.Comment=t.Directive=t.Text=t.Root=t.isTag=t.ElementType=void 0,function(e){e.Root="root",e.Text="text",e.Directive="directive",e.Comment="comment",e.Script="script",e.Style="style",e.Tag="tag",e.CDATA="cdata",e.Doctype="doctype"}(r=t.ElementType||(t.ElementType={})),t.isTag=function(e){return e.type===r.Tag||e.type===r.Script||e.type===r.Style},t.Root=r.Root,t.Text=r.Text,t.Directive=r.Directive,t.Comment=r.Comment,t.Script=r.Script,t.Style=r.Style,t.Tag=r.Tag,t.CDATA=r.CDATA,t.Doctype=r.Doctype},"7B0+":function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r,o=(r=n("q1tI"))&&"object"==typeof r&&"default"in r?r.default:r,i=function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")},a=function(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t},s=function(e){function t(){return i(this,t),a(this,e.apply(this,arguments))}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(t,e),t.prototype.render=function(){return o.Children.only(this.props.children)},t}(o.Component);t.AppContainer=s,t.hot=function(){return function(e){return e}},t.areComponentsEqual=function(e,t){return e===t},t.setConfig=function(){},t.cold=function(e){return e},t.configureComponent=function(){}},"7BTi":function(e,t){e.exports=function(e){return"[object Object]"===Object.prototype.toString.call(e)}},"7D0c":function(module,__webpack_exports__,__webpack_require__){"use strict";(function(module){var lodash_includes__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("ijCd"),lodash_includes__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(lodash_includes__WEBPACK_IMPORTED_MODULE_0__),lodash_find__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("J2m7"),lodash_find__WEBPACK_IMPORTED_MODULE_1___default=__webpack_require__.n(lodash_find__WEBPACK_IMPORTED_MODULE_1__),react__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("q1tI"),react__WEBPACK_IMPORTED_MODULE_2___default=__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_2__),react_redux__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__("Vg22"),react_redux__WEBPACK_IMPORTED_MODULE_3___default=__webpack_require__.n(react_redux__WEBPACK_IMPORTED_MODULE_3__),_MenuItemParent__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__("ocHk"),_Menu_css__WEBPACK_IMPORTED_MODULE_5__=__webpack_require__("h2k/"),_Menu_css__WEBPACK_IMPORTED_MODULE_5___default=__webpack_require__.n(_Menu_css__WEBPACK_IMPORTED_MODULE_5__),enterModule;function _typeof(e){return(_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function _classCallCheck(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function _defineProperties(e,t){for(var n=0;nn;)o[n]=t[n++];return o},Ie=function(e,t,n){K(e,t,{get:function(){return this._d[n]}})},Ae=function(e){var t,n,r,o,i,a,s=O(e),u=arguments.length,_=u>1?arguments[1]:void 0,l=void 0!==_,p=C(s);if(void 0!=p&&!M(p)){for(a=p.call(s),r=[],t=0;!(i=a.next()).done;t++)r.push(i.value);s=r}for(l&&u>2&&(_=c(_,arguments[2],2)),t=0,n=h(s.length),o=Te(this,n);n>t;t++)o[t]=l?_(s[t],t):s[t];return o},ke=function(){for(var e=0,t=arguments.length,n=Te(this,t);t>e;)n[e]=arguments[e++];return n},Re=!!F&&i(function(){de.call(new F(1))}),Se=function(){return de.apply(Re?le.call(De(this)):De(this),arguments)},Le={copyWithin:function(e,t){return j.call(De(this),e,t,arguments.length>2?arguments[2]:void 0)},every:function(e){return Z(De(this),e,arguments.length>1?arguments[1]:void 0)},fill:function(e){return U.apply(De(this),arguments)},filter:function(e){return Ce(this,Y(De(this),e,arguments.length>1?arguments[1]:void 0))},find:function(e){return $(De(this),e,arguments.length>1?arguments[1]:void 0)},findIndex:function(e){return ee(De(this),e,arguments.length>1?arguments[1]:void 0)},forEach:function(e){X(De(this),e,arguments.length>1?arguments[1]:void 0)},indexOf:function(e){return ne(De(this),e,arguments.length>1?arguments[1]:void 0)},includes:function(e){return te(De(this),e,arguments.length>1?arguments[1]:void 0)},join:function(e){return ce.apply(De(this),arguments)},lastIndexOf:function(e){return ae.apply(De(this),arguments)},map:function(e){return ve(De(this),e,arguments.length>1?arguments[1]:void 0)},reduce:function(e){return se.apply(De(this),arguments)},reduceRight:function(e){return ue.apply(De(this),arguments)},reverse:function(){for(var e,t=De(this).length,n=Math.floor(t/2),r=0;r1?arguments[1]:void 0)},sort:function(e){return _e.call(De(this),e)},subarray:function(e,t){var n=De(this),r=n.length,o=y(e,r);return new(R(n,n[ye]))(n.buffer,n.byteOffset+o*n.BYTES_PER_ELEMENT,h((void 0===t?r:y(t,r))-o))}},xe=function(e,t){return Ce(this,le.call(De(this),e,t))},Be=function(e){De(this);var t=Pe(arguments[1],1),n=this.length,r=O(e),o=h(r.length),i=0;if(o+t>n)throw N("Wrong length!");for(;i255?255:255&r),o.v[d](n*t+o.o,r,Oe)}(this,n,e)},enumerable:!0})};E?(f=n(function(e,n,r,o){_(e,f,c,"_d");var i,a,s,u,l=0,d=0;if(v(n)){if(!(n instanceof G||"ArrayBuffer"==(u=b(n))||"SharedArrayBuffer"==u))return Ee in n?we(f,n):Ae.call(f,n);i=n,d=Pe(r,t);var y=n.byteLength;if(void 0===o){if(y%t)throw N("Wrong length!");if((a=y-d)<0)throw N("Wrong length!")}else if((a=h(o)*t)+d>y)throw N("Wrong length!");s=a/t}else s=m(n),i=new G(a=s*t);for(p(e,"_d",{b:i,o:d,l:a,e:s,v:new V(i)});l",lt:"<",quot:'"'}},"7KeA":function(e,t,n){"use strict";t.__esModule=!0,t.default={scheme:"atelier forest",author:"bram de haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/forest)",base00:"#1b1918",base01:"#2c2421",base02:"#68615e",base03:"#766e6b",base04:"#9c9491",base05:"#a8a19f",base06:"#e6e2e0",base07:"#f1efee",base08:"#f22c40",base09:"#df5320",base0A:"#d5911a",base0B:"#5ab738",base0C:"#00ad9c",base0D:"#407ee7",base0E:"#6666ea",base0F:"#c33ff3"},e.exports=t.default},"7MZ4":function(e,t,n){var r=n("FNMs");"string"==typeof r&&(r=[[e.i,r,""]]);var o={hmr:!0,transform:void 0,insertInto:void 0};n("aET+")(r,o);r.locals&&(e.exports=r.locals)},"7PbM":function(e,t,n){"use strict";(function(e){n.d(t,"a",function(){return u});var r,o=n("s4pf");function i(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}(r=n("0cfB").enterModule)&&r(e);var a,s,u="SWITCH_LANGUAGE";function c(e){return function(e){for(var t=1;t0){var _=o(e,c.children,n,i);if(a.push.apply(a,_),(i-=_.length)<=0)break}}return a}t.filter=function(e,t,n,r){return void 0===n&&(n=!0),void 0===r&&(r=1/0),Array.isArray(t)||(t=[t]),o(e,t,n,r)},t.find=o,t.findOneChild=function(e,t){return t.find(e)},t.findOne=function e(t,n,o){void 0===o&&(o=!0);for(var i=null,a=0;a0&&(i=e(t,s.children)))}return i},t.existsOne=function e(t,n){return n.some(function(n){return(0,r.isTag)(n)&&(t(n)||n.children.length>0&&e(t,n.children))})},t.findAll=function(e,t){for(var n,o,i=[],a=t.filter(r.isTag);o=a.shift();){var s=null===(n=o.children)||void 0===n?void 0:n.filter(r.isTag);s&&s.length>0&&a.unshift.apply(a,s),e(o)&&i.push(o)}return i}},"7Qtz":function(e,t,n){"use strict";var r=n("dyZX"),o=n("nh4g"),i=n("LQAc"),a=n("D4iV"),s=n("Mukb"),u=n("3Lyj"),c=n("eeVq"),_=n("9gX7"),l=n("RYi7"),p=n("ne8i"),d=n("Cfrj"),f=n("kJMx").f,h=n("hswa").f,m=n("Nr18"),y=n("fyDq"),g="prototype",E="Wrong index!",b=r.ArrayBuffer,v=r.DataView,O=r.Math,M=r.RangeError,P=r.Infinity,D=b,T=O.abs,C=O.pow,w=O.floor,I=O.log,A=O.LN2,k=o?"_b":"buffer",R=o?"_l":"byteLength",S=o?"_o":"byteOffset";function L(e,t,n){var r,o,i,a=new Array(n),s=8*n-t-1,u=(1<>1,_=23===t?C(2,-24)-C(2,-77):0,l=0,p=e<0||0===e&&1/e<0?1:0;for((e=T(e))!=e||e===P?(o=e!=e?1:0,r=u):(r=w(I(e)/A),e*(i=C(2,-r))<1&&(r--,i*=2),(e+=r+c>=1?_/i:_*C(2,1-c))*i>=2&&(r++,i/=2),r+c>=u?(o=0,r=u):r+c>=1?(o=(e*i-1)*C(2,t),r+=c):(o=e*C(2,c-1)*C(2,t),r=0));t>=8;a[l++]=255&o,o/=256,t-=8);for(r=r<0;a[l++]=255&r,r/=256,s-=8);return a[--l]|=128*p,a}function x(e,t,n){var r,o=8*n-t-1,i=(1<>1,s=o-7,u=n-1,c=e[u--],_=127&c;for(c>>=7;s>0;_=256*_+e[u],u--,s-=8);for(r=_&(1<<-s)-1,_>>=-s,s+=t;s>0;r=256*r+e[u],u--,s-=8);if(0===_)_=1-a;else{if(_===i)return r?NaN:c?-P:P;r+=C(2,t),_-=a}return(c?-1:1)*r*C(2,_-t)}function B(e){return e[3]<<24|e[2]<<16|e[1]<<8|e[0]}function U(e){return[255&e]}function j(e){return[255&e,e>>8&255]}function q(e){return[255&e,e>>8&255,e>>16&255,e>>24&255]}function z(e){return L(e,52,8)}function K(e){return L(e,23,4)}function W(e,t,n){h(e[g],t,{get:function(){return this[n]}})}function N(e,t,n,r){var o=d(+n);if(o+t>e[R])throw M(E);var i=e[k]._b,a=o+e[S],s=i.slice(a,a+t);return r?s:s.reverse()}function H(e,t,n,r,o,i){var a=d(+n);if(a+t>e[R])throw M(E);for(var s=e[k]._b,u=a+e[S],c=r(+o),_=0;_V;)(F=G[V++])in b||s(b,F,D[F]);i||(Q.constructor=b)}var X=new v(new b(2)),Y=v[g].setInt8;X.setInt8(0,2147483648),X.setInt8(1,2147483649),!X.getInt8(0)&&X.getInt8(1)||u(v[g],{setInt8:function(e,t){Y.call(this,e,t<<24>>24)},setUint8:function(e,t){Y.call(this,e,t<<24>>24)}},!0)}else b=function(e){_(this,b,"ArrayBuffer");var t=d(e);this._b=m.call(new Array(t),0),this[R]=t},v=function(e,t,n){_(this,v,"DataView"),_(e,b,"DataView");var r=e[R],o=l(t);if(o<0||o>r)throw M("Wrong offset!");if(o+(n=void 0===n?r-o:p(n))>r)throw M("Wrong length!");this[k]=e,this[S]=o,this[R]=n},o&&(W(b,"byteLength","_l"),W(v,"buffer","_b"),W(v,"byteLength","_l"),W(v,"byteOffset","_o")),u(v[g],{getInt8:function(e){return N(this,1,e)[0]<<24>>24},getUint8:function(e){return N(this,1,e)[0]},getInt16:function(e){var t=N(this,2,e,arguments[1]);return(t[1]<<8|t[0])<<16>>16},getUint16:function(e){var t=N(this,2,e,arguments[1]);return t[1]<<8|t[0]},getInt32:function(e){return B(N(this,4,e,arguments[1]))},getUint32:function(e){return B(N(this,4,e,arguments[1]))>>>0},getFloat32:function(e){return x(N(this,4,e,arguments[1]),23,4)},getFloat64:function(e){return x(N(this,8,e,arguments[1]),52,8)},setInt8:function(e,t){H(this,1,e,U,t)},setUint8:function(e,t){H(this,1,e,U,t)},setInt16:function(e,t){H(this,2,e,j,t,arguments[2])},setUint16:function(e,t){H(this,2,e,j,t,arguments[2])},setInt32:function(e,t){H(this,4,e,q,t,arguments[2])},setUint32:function(e,t){H(this,4,e,q,t,arguments[2])},setFloat32:function(e,t){H(this,4,e,K,t,arguments[2])},setFloat64:function(e,t){H(this,8,e,z,t,arguments[2])}});y(b,"ArrayBuffer"),y(v,"DataView"),s(v[g],a.VIEW,!0),t.ArrayBuffer=b,t.DataView=v},"7VC1":function(e,t,n){"use strict";var r=n("XKFU"),o=n("Lgjv"),i=n("ol8x");r(r.P+r.F*/Version\/10\.\d+(\.\d+)? Safari\//.test(i),"String",{padEnd:function(e){return o(this,e,arguments.length>1?arguments[1]:void 0,!1)}})},"7Vtj":function(e,t,n){"use strict";t.__esModule=!0;var r=c(n("QbLZ")),o=c(n("jo6Y")),i=c(n("OyzN")),a=c(n("q1tI")),s=c(n("17x9")),u=c(n("X834"));function c(e){return e&&e.__esModule?e:{default:e}}function _(e){var t=(0,i.default)(e).length;return t+" "+(1!==t?"keys":"key")}var l=function(e){var t=e.data,n=(0,o.default)(e,["data"]);return a.default.createElement(u.default,(0,r.default)({},n,{data:t,nodeType:"Object",nodeTypeIndicator:"Error"===n.nodeType?"Error()":"{}",createItemString:_,expandable:(0,i.default)(t).length>0}))};l.propTypes={data:s.default.object,nodeType:s.default.string},t.default=l},"7X58":function(e,t,n){var r=n("XKFU");r(r.S,"Math",{signbit:function(e){return(e=+e)!=e?e:0==e?1/e==1/0:e>0}})},"7XNB":function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r,o=n("3Gov"),i=(r=o)&&r.__esModule?r:{default:r};t.default=i.default},"7ZZO":function(e,t,n){var r=n("Wnyi"),o=n("rJtk"),i=function(){function e(e,t){this.xf=t,this.f=e}return e.prototype["@@transducer/init"]=o.init,e.prototype["@@transducer/result"]=o.result,e.prototype["@@transducer/step"]=function(e,t){return this.f(t)?this.xf["@@transducer/step"](e,t):e},e}(),a=r(function(e,t){return new i(e,t)});e.exports=a},"7aLP":function(e,t,n){"use strict";(function(e){n.d(t,"a",function(){return O});var r,o=n("3OWR"),i=n.n(o),a=n("UfWW"),s=n.n(a),u=n("eAlY"),c=n("0cBk"),_=n("lXYr"),l=n("f0+5"),p=n("UiGa"),d=n("I/T1"),f=n("Sbj8"),h=n("m7E7"),m=n("Oh7T"),y=n("s7zy");(r=n("XsMp").enterModule)&&r(e);var g,E,b=[{status:["init"],nextAction:h.b.IS_DRAGGING,getNextProps:function(e,t){var n=t.subItems,r=t.getComponentCoorStore().getSrcItem();return-1!==s()(n,function(e){return e.id===r.id})?(t.getAnswerStore().answer(r.id,{index:e.index}),{status:"isDragging",srcItem:r,shouldUpdate:!1}):{status:"isDragging",srcItem:r,shouldUpdate:!0}}},{status:["isDragging"],nextAction:h.b.DROP_OUT,getNextProps:function(e,t){var n=t.subItems,r=t.getComponentCoorStore().getSrcItem(),o=s()(n,function(e){return e.id===r.id});return-1===o?{status:"init",shouldUpdate:!0}:(n.splice(o,1),{shouldUpdate:!0,subItems:n,status:"init"})}},{status:["canDrop"],nextAction:h.b.DROP_IN,getNextProps:function(e,t){var n=t.subItems,r=t.getComponentCoorStore().getSrcItem();return-1===s()(n,function(e){return e.id===r.id})?(n=t.subItems.concat([i()({},r,{replicate:!0})]),t.getAnswerStore().answer(r.id,{index:e.index}),{shouldUpdate:!0,subItems:n,status:"init"}):{shouldUpdate:!0,subItems:n,status:"init"}}}],v={dropMachine:Object(d.a)("dropTarget",b,f.a)},O=function(e,t){return Object(l.a)(e,Object(y.a)("item",u.b,u.a)(Object(m.a)("item",c.b,c.a)(Object(p.a)(Object(_.a)()(t,v)))))};g=n("XsMp").default,E=n("XsMp").leaveModule,g&&(g.register(b,"dropStates","/mnt/d/pm2/lgh-quizz-pc/lib/react_event_connector/src/event_source/cnc/DndListSource/index.js"),g.register(v,"stateMachine","/mnt/d/pm2/lgh-quizz-pc/lib/react_event_connector/src/event_source/cnc/DndListSource/index.js"),g.register(O,"loadListSource","/mnt/d/pm2/lgh-quizz-pc/lib/react_event_connector/src/event_source/cnc/DndListSource/index.js"),E(e))}).call(this,n("3UD+")(e))},"7cXV":function(e,t,n){var r=n("LqpT"),o=n("XGnz"),i=n("LGYb");e.exports=function(e,t,n){var a=e.length;if(a<2)return a?i(e[0]):[];for(var s=-1,u=Array(a);++s=0;)o(t=s[n],e)&&!c(r,t)&&(r[r.length]=t),n-=1;return r}):r(function(e){return Object(e)!==e?[]:Object.keys(e)});e.exports=_},"7gbP":function(e,t,n){"use strict";t.__esModule=!0;var r=function(){function e(e,t){for(var n=0;n=0;--i){var a=this.tryEntries[i],s=a.completion;if("root"===a.tryLoc)return r("end");if(a.tryLoc<=this.prev){var u=o.call(a,"catchLoc"),c=o.call(a,"finallyLoc");if(u&&c){if(this.prev=0;--n){var r=this.tryEntries[n];if(r.tryLoc<=this.prev&&o.call(r,"finallyLoc")&&this.prev=0;--t){var n=this.tryEntries[t];if(n.finallyLoc===e)return this.complete(n.completion,n.afterLoc),I(n),h}},catch:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var n=this.tryEntries[t];if(n.tryLoc===e){var r=n.completion;if("throw"===r.type){var o=r.arg;I(n)}return o}}throw new Error("illegal catch attempt")},delegateYield:function(e,t,r){return this.delegate={iterator:k(e),resultName:t,nextLoc:r},"next"===this.method&&(this.arg=n),h}}}function b(e,t,n,r){var o=t&&t.prototype instanceof O?t:O,i=Object.create(o.prototype),a=new A(r||[]);return i._invoke=function(e,t,n){var r=l;return function(o,i){if(r===d)throw new Error("Generator is already running");if(r===f){if("throw"===o)throw i;return R()}for(n.method=o,n.arg=i;;){var a=n.delegate;if(a){var s=C(a,n);if(s){if(s===h)continue;return s}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if(r===l)throw r=f,n.arg;n.dispatchException(n.arg)}else"return"===n.method&&n.abrupt("return",n.arg);r=d;var u=v(e,t,n);if("normal"===u.type){if(r=n.done?f:p,u.arg===h)continue;return{value:u.arg,done:n.done}}"throw"===u.type&&(r=f,n.method="throw",n.arg=u.arg)}}}(e,n,a),i}function v(e,t,n){try{return{type:"normal",arg:e.call(t,n)}}catch(e){return{type:"throw",arg:e}}}function O(){}function M(){}function P(){}function D(e){["next","throw","return"].forEach(function(t){e[t]=function(e){return this._invoke(t,e)}})}function T(e){function n(t,r,i,a){var s=v(e[t],e,r);if("throw"!==s.type){var u=s.arg,c=u.value;return c&&"object"==typeof c&&o.call(c,"__await")?Promise.resolve(c.__await).then(function(e){n("next",e,i,a)},function(e){n("throw",e,i,a)}):Promise.resolve(c).then(function(e){u.value=e,i(u)},a)}a(s.arg)}var r;"object"==typeof t.process&&t.process.domain&&(n=t.process.domain.bind(n)),this._invoke=function(e,t){function o(){return new Promise(function(r,o){n(e,t,r,o)})}return r=r?r.then(o,o):o()}}function C(e,t){var r=e.iterator[t.method];if(r===n){if(t.delegate=null,"throw"===t.method){if(e.iterator.return&&(t.method="return",t.arg=n,C(e,t),"throw"===t.method))return h;t.method="throw",t.arg=new TypeError("The iterator does not provide a 'throw' method")}return h}var o=v(r,e.iterator,t.arg);if("throw"===o.type)return t.method="throw",t.arg=o.arg,t.delegate=null,h;var i=o.arg;return i?i.done?(t[e.resultName]=i.value,t.next=e.nextLoc,"return"!==t.method&&(t.method="next",t.arg=n),t.delegate=null,h):i:(t.method="throw",t.arg=new TypeError("iterator result is not an object"),t.delegate=null,h)}function w(e){var t={tryLoc:e[0]};1 in e&&(t.catchLoc=e[1]),2 in e&&(t.finallyLoc=e[2],t.afterLoc=e[3]),this.tryEntries.push(t)}function I(e){var t=e.completion||{};t.type="normal",delete t.arg,e.completion=t}function A(e){this.tryEntries=[{tryLoc:"root"}],e.forEach(w,this),this.reset(!0)}function k(e){if(e){var t=e[a];if(t)return t.call(e);if("function"==typeof e.next)return e;if(!isNaN(e.length)){var r=-1,i=function t(){for(;++r=0||(o[n]=e[n]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(r=0;r=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}return o}function u(e){for(var t=1;t0&&void 0!==arguments[0]?arguments[0]:d,t=arguments.length>1?arguments[1]:void 0;switch(t.type){case a.a:t.type;return u({},e,s(t,["type"]));default:return e}},h=f;t.a=h,_=n("0cfB").default,l=n("0cfB").leaveModule,_&&(_.register(p,"initLocale","/mnt/d/pm2/lgh-quizz-pc/client/modules/Intl/IntlReducer.js"),_.register(d,"initialState","/mnt/d/pm2/lgh-quizz-pc/client/modules/Intl/IntlReducer.js"),_.register(f,"IntlReducer","/mnt/d/pm2/lgh-quizz-pc/client/modules/Intl/IntlReducer.js"),_.register(h,"default","/mnt/d/pm2/lgh-quizz-pc/client/modules/Intl/IntlReducer.js"),l(e))}).call(this,n("3UD+")(e),n("yLpj"))},"8Jk7":function(e,t,n){},"8MEG":function(e,t,n){"use strict";var r=n("2OiF"),o=n("0/R4"),i=n("MfQN"),a=[].slice,s={};e.exports=Function.bind||function(e){var t=r(this),n=a.call(arguments,1),u=function(){var r=n.concat(a.call(arguments));return this instanceof u?function(e,t,n){if(!(t in s)){for(var r=[],o=0;o, or turn it into a drag source or a drop target itself.")}}(i);var a=n?function(t){return e(t,n)}:e;return o.default(i,a)}e(t,n)}}t.default=function(e){var t={};return Object.keys(e).forEach(function(n){var r=i(e[n]);t[n]=function(){return r}}),t}},"8j/7":function(e,t,n){"use strict";var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n),Object.defineProperty(e,r,{enumerable:!0,get:function(){return t[n]}})}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),t.DomHandler=void 0;var i=n("AdCt");o(n("AdCt"),t);var a=/\s+/g,s={normalizeWhitespace:!1,withStartIndices:!1,withEndIndices:!1},u=function(){function e(e,t,n){this.dom=[],this._done=!1,this._tagStack=[],this._lastNode=null,this._parser=null,"function"==typeof t&&(n=t,t=s),"object"==typeof e&&(t=e,e=void 0),this._callback=null!==e&&void 0!==e?e:null,this._options=null!==t&&void 0!==t?t:s,this._elementCB=null!==n&&void 0!==n?n:null}return e.prototype.onparserinit=function(e){this._parser=e},e.prototype.onreset=function(){var e;this.dom=[],this._done=!1,this._tagStack=[],this._lastNode=null,this._parser=null!==(e=this._parser)&&void 0!==e?e:null},e.prototype.onend=function(){this._done||(this._done=!0,this._parser=null,this.handleCallback(null))},e.prototype.onerror=function(e){this.handleCallback(e)},e.prototype.onclosetag=function(){this._lastNode=null;var e=this._tagStack.pop();e&&this._parser&&(this._options.withEndIndices&&(e.endIndex=this._parser.endIndex),this._elementCB&&this._elementCB(e))},e.prototype.onopentag=function(e,t){var n=new i.Element(e,t);this.addNode(n),this._tagStack.push(n)},e.prototype.ontext=function(e){var t=this._options.normalizeWhitespace,n=this._lastNode;if(n&&"text"===n.type)t?n.data=(n.data+e).replace(a," "):n.data+=e;else{t&&(e=e.replace(a," "));var r=new i.Text(e);this.addNode(r),this._lastNode=r}},e.prototype.oncomment=function(e){if(this._lastNode&&"comment"===this._lastNode.type)this._lastNode.data+=e;else{var t=new i.Comment(e);this.addNode(t),this._lastNode=t}},e.prototype.oncommentend=function(){this._lastNode=null},e.prototype.oncdatastart=function(){var e=new i.Text(""),t=new i.NodeWithChildren("cdata",[e]);this.addNode(t),e.parent=t,this._lastNode=e},e.prototype.oncdataend=function(){this._lastNode=null},e.prototype.onprocessinginstruction=function(e,t){var n=new i.ProcessingInstruction(e,t);this.addNode(n)},e.prototype.handleCallback=function(e){if("function"==typeof this._callback)this._callback(e,this.dom);else if(e)throw e},e.prototype.addNode=function(e){var t=this._tagStack[this._tagStack.length-1],n=t?t.children:this.dom,r=n[n.length-1];this._parser&&(this._options.withStartIndices&&(e.startIndex=this._parser.startIndex),this._options.withEndIndices&&(e.endIndex=this._parser.endIndex)),n.push(e),r&&(e.prev=r,r.next=e),t&&(e.parent=t),this._lastNode=null},e.prototype.addDataNode=function(e){this.addNode(e),this._lastNode=e},e}();t.DomHandler=u,t.default=u},"8oxB":function(e,t){var n,r,o=e.exports={};function i(){throw new Error("setTimeout has not been defined")}function a(){throw new Error("clearTimeout has not been defined")}function s(e){if(n===setTimeout)return setTimeout(e,0);if((n===i||!n)&&setTimeout)return n=setTimeout,setTimeout(e,0);try{return n(e,0)}catch(t){try{return n.call(null,e,0)}catch(t){return n.call(this,e,0)}}}!function(){try{n="function"==typeof setTimeout?setTimeout:i}catch(e){n=i}try{r="function"==typeof clearTimeout?clearTimeout:a}catch(e){r=a}}();var u,c=[],_=!1,l=-1;function p(){_&&u&&(_=!1,u.length?c=u.concat(c):l=-1,c.length&&d())}function d(){if(!_){var e=s(p);_=!0;for(var t=c.length;t;){for(u=c,c=[];++l1)for(var n=1;n|\?|\/|,|\.|\:|\;|\'|\"|\&|\#|\[|\]|~|\$|_|`|-|{|}|\||\\/g," ")).replace(/ + /g," ")).trim().split(" ").join("-")}n.d(t,"a",function(){return a}),(r=n("0cfB").enterModule)&&r(e),o=n("0cfB").default,i=n("0cfB").leaveModule,o&&(o.register(a,"change_alias","/mnt/d/pm2/lgh-quizz-pc/client/util/change_alias.js"),i(e))}).call(this,n("3UD+")(e))},"8xfI":function(e){e.exports={Aacute:"Á",aacute:"á",Acirc:"Â",acirc:"â",acute:"´",AElig:"Æ",aelig:"æ",Agrave:"À",agrave:"à",amp:"&",AMP:"&",Aring:"Å",aring:"å",Atilde:"Ã",atilde:"ã",Auml:"Ä",auml:"ä",brvbar:"¦",Ccedil:"Ç",ccedil:"ç",cedil:"¸",cent:"¢",copy:"©",COPY:"©",curren:"¤",deg:"°",divide:"÷",Eacute:"É",eacute:"é",Ecirc:"Ê",ecirc:"ê",Egrave:"È",egrave:"è",ETH:"Ð",eth:"ð",Euml:"Ë",euml:"ë",frac12:"½",frac14:"¼",frac34:"¾",gt:">",GT:">",Iacute:"Í",iacute:"í",Icirc:"Î",icirc:"î",iexcl:"¡",Igrave:"Ì",igrave:"ì",iquest:"¿",Iuml:"Ï",iuml:"ï",laquo:"«",lt:"<",LT:"<",macr:"¯",micro:"µ",middot:"·",nbsp:" ",not:"¬",Ntilde:"Ñ",ntilde:"ñ",Oacute:"Ó",oacute:"ó",Ocirc:"Ô",ocirc:"ô",Ograve:"Ò",ograve:"ò",ordf:"ª",ordm:"º",Oslash:"Ø",oslash:"ø",Otilde:"Õ",otilde:"õ",Ouml:"Ö",ouml:"ö",para:"¶",plusmn:"±",pound:"£",quot:'"',QUOT:'"',raquo:"»",reg:"®",REG:"®",sect:"§",shy:"­",sup1:"¹",sup2:"²",sup3:"³",szlig:"ß",THORN:"Þ",thorn:"þ",times:"×",Uacute:"Ú",uacute:"ú",Ucirc:"Û",ucirc:"û",Ugrave:"Ù",ugrave:"ù",uml:"¨",Uuml:"Ü",uuml:"ü",Yacute:"Ý",yacute:"ý",yen:"¥",yuml:"ÿ"}},"9/5/":function(e,t,n){(function(t){var n="Expected a function",r=NaN,o="[object Symbol]",i=/^\s+|\s+$/g,a=/^[-+]0x[0-9a-f]+$/i,s=/^0b[01]+$/i,u=/^0o[0-7]+$/i,c=parseInt,_="object"==typeof t&&t&&t.Object===Object&&t,l="object"==typeof self&&self&&self.Object===Object&&self,p=_||l||Function("return this")(),d=Object.prototype.toString,f=Math.max,h=Math.min,m=function(){return p.Date.now()};function y(e){var t=typeof e;return!!e&&("object"==t||"function"==t)}function g(e){if("number"==typeof e)return e;if(function(e){return"symbol"==typeof e||function(e){return!!e&&"object"==typeof e}(e)&&d.call(e)==o}(e))return r;if(y(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=y(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=e.replace(i,"");var n=s.test(e);return n||u.test(e)?c(e.slice(2),n?2:8):a.test(e)?r:+e}e.exports=function(e,t,r){var o,i,a,s,u,c,_=0,l=!1,p=!1,d=!0;if("function"!=typeof e)throw new TypeError(n);function E(t){var n=o,r=i;return o=i=void 0,_=t,s=e.apply(r,n)}function b(e){var n=e-c;return void 0===c||n>=t||n<0||p&&e-_>=a}function v(){var e=m();if(b(e))return O(e);u=setTimeout(v,function(e){var n=t-(e-c);return p?h(n,a-(e-_)):n}(e))}function O(e){return u=void 0,d&&o?E(e):(o=i=void 0,s)}function M(){var e=m(),n=b(e);if(o=arguments,i=this,c=e,n){if(void 0===u)return function(e){return _=e,u=setTimeout(v,t),l?E(e):s}(c);if(p)return u=setTimeout(v,t),E(c)}return void 0===u&&(u=setTimeout(v,t)),s}return t=g(t)||0,y(r)&&(l=!!r.leading,a=(p="maxWait"in r)?f(g(r.maxWait)||0,t):a,d="trailing"in r?!!r.trailing:d),M.cancel=function(){void 0!==u&&clearTimeout(u),_=0,o=c=i=u=void 0},M.flush=function(){return void 0===u?s:O(m())},M}}).call(this,n("yLpj"))},"9/5h":function(e,t,n){"use strict";(function(e){var r,o=n("vVMA"),i=n.n(o);(r=n("0cfB").enterModule)&&r(e);var a,s,u=[{sourceId:"clickGuidelineUrl",_handle:function(e){i.a.event({category:"Teacher",action:"clickGuidelineUrl",label:e.url,value:1})}}],c=u;t.a=c,a=n("0cfB").default,s=n("0cfB").leaveModule,a&&(a.register("Teacher","CATEGORY","/mnt/d/pm2/lgh-quizz-pc/client/modules/GAEvent/TeacherEvents.js"),a.register(u,"eventTables","/mnt/d/pm2/lgh-quizz-pc/client/modules/GAEvent/TeacherEvents.js"),a.register(c,"default","/mnt/d/pm2/lgh-quizz-pc/client/modules/GAEvent/TeacherEvents.js"),s(e))}).call(this,n("3UD+")(e))},"91GP":function(e,t,n){var r=n("XKFU");r(r.S+r.F,"Object",{assign:n("czNK")})},"92CB":function(e,t,n){"use strict";(function(e){n.d(t,"a",function(){return u});var r,o=n("xZVr");(r=n("XsMp").enterModule)&&r(e);var i,a,s=function(e){return"undefined"!==e&&null!==e};function u(e,t){switch(e){case o.b.IS_DRAGGING:return{hasPass:function(){return t.canDrop}};case o.b.IN_OVER:return{hasPass:function(){return t.isOver}};case o.b.OUT_OVER:return{hasPass:function(){return!t.isOver&&!t.didDrop}};case o.b.DROP_OUT:return{hasPass:function(){return!t.canDrop}};case o.b.DROP_IN:return{hasPass:function(){return!t.isOver&&t.dropResult&&t.didDrop&&!t.dropResult.coordinateContainer}};case o.b.RESET:return{hasPass:function(){return!t.isOver&&t.dropResult&&!t.didDrop}};default:return{hasPass:function(){return!1}}}return{hasPass:function(){return!1}}}i=n("XsMp").default,a=n("XsMp").leaveModule,i&&(i.register(s,"isExistObj","/mnt/d/pm2/lgh-quizz-pc/lib/react_event_connector/src/event_source/dnd/state-machine/dropAction.js"),i.register(u,"getDropAction","/mnt/d/pm2/lgh-quizz-pc/lib/react_event_connector/src/event_source/dnd/state-machine/dropAction.js"),a(e))}).call(this,n("3UD+")(e))},"93I4":function(e,t){e.exports=function(e){return"object"==typeof e?null!==e:"function"==typeof e}},"94dy":function(e,t,n){"use strict";var r,o=this&&this.__extends||(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__assign||Object.assign||function(e){for(var t,n=1,r=arguments.length;n0?arguments[0]:void 0)}},{get:function(e){var t=r.getEntry(o(this,"Map"),e);return t&&t.v},set:function(e,t){return r.def(o(this,"Map"),0===e?0:e,t)}},r,!0)},"9I8b":function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=s;var r,o=n("6DQo"),i=(r=o)&&r.__esModule?r:{default:r};var a={};function s(e,t){return function(n,r,o,s,u){var c=o||"<>",_=u||r;if(null!=n[r]){var l=o+"."+r;(0,i.default)(a[l],"The "+s+" `"+_+"` of `"+c+"` is deprecated. "+t+"."),a[l]=!0}for(var p=arguments.length,d=Array(p>5?p-5:0),f=5;f>>16)*i+o*(65535&r>>>16)<<16>>>0)}})},"9S/8":function(e,t,n){"use strict";(function(e){n.d(t,"a",function(){return h});var r,o,i,a=n("sEfC"),s=n.n(a),u=n("q1tI"),c=n.n(u),_=(n("zfPR"),n("7kjN")),l=n.n(_),p=n("g8p1"),d=n.n(p);function f(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=[],r=!0,o=!1,i=void 0;try{for(var a,s=e[Symbol.iterator]();!(r=(a=s.next()).done)&&(n.push(a.value),!t||n.length!==t);r=!0);}catch(e){o=!0,i=e}finally{try{r||null==s.return||s.return()}finally{if(o)throw i}}return n}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance")}()}function h(e){var t=f(c.a.useState(""),2),n=t[0],r=t[1],o=c.a.useCallback(s()(function(t){return e.handleSearch(t)},1e3),[]);return c.a.createElement("div",{className:"searchBox",style:e.style},c.a.createElement("img",{src:l.a,alt:"icon-search"}),c.a.createElement("input",{type:"text",placeholder:e.placeholder,onChange:function(e){var t=e.target.value;r(t),o(t)},value:n}))}(r=n("0cfB").enterModule)&&r(e),h.propTypes={handleSearch:d.a.func.isRequired},o=n("0cfB").default,i=n("0cfB").leaveModule,o&&(o.register(h,"BoxSearch","/mnt/d/pm2/lgh-quizz-pc/lib/quiz_component/modules/Teacher/Components/BoxSearch/BoxSearch.js"),i(e))}).call(this,n("3UD+")(e))},"9SKx":function(e,t,n){"use strict";var r=n("TqRt");t.__esModule=!0,t.default=function(e){return(0,o.default)(e.replace(i,"ms-"))};var o=r(n("DZ0b")),i=/^-ms-/;e.exports=t.default},"9VCz":function(e,t,n){var r=n("Wgw8");"string"==typeof r&&(r=[[e.i,r,""]]);var o={hmr:!0,transform:void 0,insertInto:void 0};n("aET+")(r,o);r.locals&&(e.exports=r.locals)},"9VmF":function(e,t,n){"use strict";var r=n("XKFU"),o=n("ne8i"),i=n("0sh+"),a="".startsWith;r(r.P+r.F*n("UUeW")("startsWith"),"String",{startsWith:function(e){var t=i(this,e,"startsWith"),n=o(Math.min(arguments.length>1?arguments[1]:void 0,t.length)),r=String(e);return a?a.call(t,r,n):t.slice(n,n+r.length)===r}})},"9XZr":function(e,t,n){"use strict";var r=n("XKFU"),o=n("Lgjv"),i=n("ol8x");r(r.P+r.F*/Version\/10\.\d+(\.\d+)? Safari\//.test(i),"String",{padStart:function(e){return o(this,e,arguments.length>1?arguments[1]:void 0,!0)}})},"9cB5":function(module,__webpack_exports__,__webpack_require__){"use strict";(function(module){var enterModule;function _classCallCheck(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function _defineProperties(e,t){for(var n=0;n=0;)n+=c[t],c[t]=u(n/e),n=n%e*1e7},d=function(){for(var e=6,t="";--e>=0;)if(""!==t||0===e||0!==c[e]){var n=String(c[e]);t=""===t?n:t+a.call("0",7-n.length)+n}return t},f=function(e,t,n){return 0===t?n:t%2==1?f(e,t-1,n*e):f(e*e,t/2,n)};r(r.P+r.F*(!!s&&("0.000"!==8e-5.toFixed(3)||"1"!==.9.toFixed(0)||"1.25"!==1.255.toFixed(2)||"1000000000000000128"!==(0xde0b6b3a7640080).toFixed(0))||!n("eeVq")(function(){s.call({})})),"Number",{toFixed:function(e){var t,n,r,s,u=i(this,_),c=o(e),h="",m="0";if(c<0||c>20)throw RangeError(_);if(u!=u)return"NaN";if(u<=-1e21||u>=1e21)return String(u);if(u<0&&(h="-",u=-u),u>1e-21)if(n=(t=function(e){for(var t=0,n=e;n>=4096;)t+=12,n/=4096;for(;n>=2;)t+=1,n/=2;return t}(u*f(2,69,1))-69)<0?u*f(2,-t,1):u/f(2,t,1),n*=4503599627370496,(t=52-t)>0){for(l(0,n),r=c;r>=7;)l(1e7,0),r-=7;for(l(f(10,r,1),0),r=t-1;r>=23;)p(1<<23),r-=23;p(1<0?h+((s=m.length)<=c?"0."+a.call("0",c-s)+m:m.slice(0,s-c)+"."+m.slice(s-c)):h+m}})},A5AN:function(e,t,n){"use strict";var r=n("AvRE")(!0);e.exports=function(e,t,n){return t+(n?r(e,t).length:1)}},A5Xg:function(e,t,n){var r=n("NsO/"),o=n("ar/p").f,i={}.toString,a="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[];e.exports.f=function(e){return a&&"[object Window]"==i.call(e)?function(e){try{return o(e)}catch(e){return a.slice()}}(e):o(r(e))}},A7do:function(e,t,n){"use strict";(function(e){n.d(t,"a",function(){return s}),n.d(t,"b",function(){return u});var r,o=n("ph6d");(r=n("0cfB").enterModule)&&r(e);var i,a,s="FETCH_CONTENT_PAGE",u="FETCH_LIST_PAGE";function c(e){return{type:s,content:e}}function _(e){return{type:u,items:e}}function l(){return function(e){Object(o.a)("pages/news/list").then(function(e){return e}).then(function(t){e(_(t))}).catch(function(e){return console.error("co loi xay ra load subject: ",e)})}}function p(e){var t="pages/".concat(e);return function(e){Object(o.a)(t).then(function(e){return e}).then(function(t){e(c(t))}).catch(function(e){return console.error("co loi xay ra load subject: ",e)})}}i=n("0cfB").default,a=n("0cfB").leaveModule,i&&(i.register(s,"FETCH_CONTENT_PAGE","/mnt/d/pm2/lgh-quizz-pc/client/pages/PagesAction.js"),i.register(u,"FETCH_LIST_PAGE","/mnt/d/pm2/lgh-quizz-pc/client/pages/PagesAction.js"),i.register(c,"fetchPagesAction","/mnt/d/pm2/lgh-quizz-pc/client/pages/PagesAction.js"),i.register(_,"fetchListAcPages","/mnt/d/pm2/lgh-quizz-pc/client/pages/PagesAction.js"),i.register(l,"fetchListNews","/mnt/d/pm2/lgh-quizz-pc/client/pages/PagesAction.js"),i.register(p,"fetchStaticPages","/mnt/d/pm2/lgh-quizz-pc/client/pages/PagesAction.js"),a(e))}).call(this,n("3UD+")(e))},A90E:function(e,t,n){var r=n("kekF")(Object.keys,Object);e.exports=r},ABxe:function(e,t){e.exports=function(e){return null!=e&&"object"==typeof e&&!0===e["@@functional/placeholder"]}},AGI7:function(e,t,n){"use strict";var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.escapeUTF8=t.escape=t.encodeNonAsciiHTML=t.encodeHTML=t.encodeXML=void 0;var o=_(r(n("7JoB")).default),i=l(o);t.encodeXML=m(o);var a,s,u=_(r(n("QNem")).default),c=l(u);function _(e){return Object.keys(e).sort().reduce(function(t,n){return t[e[n]]="&"+n+";",t},{})}function l(e){for(var t=[],n=[],r=0,o=Object.keys(e);r1?d(e):e.charCodeAt(0)).toString(16).toUpperCase()+";"}var h=new RegExp(i.source+"|"+p.source,"g");function m(e){return function(t){return t.replace(h,function(t){return e[t]||f(t)})}}t.escape=function(e){return e.replace(h,f)},t.escapeUTF8=function(e){return e.replace(i,f)}},AHIn:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.prevElementSibling=t.nextElementSibling=t.getName=t.hasAttrib=t.getAttributeValue=t.getSiblings=t.getParent=t.getChildren=void 0;var r=n("tk//"),o=[];function i(e){var t;return null!==(t=e.children)&&void 0!==t?t:o}function a(e){return e.parent||null}t.getChildren=i,t.getParent=a,t.getSiblings=function(e){var t=a(e);if(null!=t)return i(t);for(var n=[e],r=e.prev,o=e.next;null!=r;)n.unshift(r),r=r.prev;for(;null!=o;)n.push(o),o=o.next;return n},t.getAttributeValue=function(e,t){var n;return null===(n=e.attribs)||void 0===n?void 0:n[t]},t.hasAttrib=function(e,t){return null!=e.attribs&&Object.prototype.hasOwnProperty.call(e.attribs,t)&&null!=e.attribs[t]},t.getName=function(e){return e.name},t.nextElementSibling=function(e){for(var t=e.next;null!==t&&!(0,r.isTag)(t);)t=t.next;return t},t.prevElementSibling=function(e){for(var t=e.prev;null!==t&&!(0,r.isTag)(t);)t=t.prev;return t}},ALMR:function(e,t){e.exports=function(e,t){switch(e){case 0:return function(){return t.apply(this,arguments)};case 1:return function(e){return t.apply(this,arguments)};case 2:return function(e,n){return t.apply(this,arguments)};case 3:return function(e,n,r){return t.apply(this,arguments)};case 4:return function(e,n,r,o){return t.apply(this,arguments)};case 5:return function(e,n,r,o,i){return t.apply(this,arguments)};case 6:return function(e,n,r,o,i,a){return t.apply(this,arguments)};case 7:return function(e,n,r,o,i,a,s){return t.apply(this,arguments)};case 8:return function(e,n,r,o,i,a,s,u){return t.apply(this,arguments)};case 9:return function(e,n,r,o,i,a,s,u,c){return t.apply(this,arguments)};case 10:return function(e,n,r,o,i,a,s,u,c,_){return t.apply(this,arguments)};default:throw new Error("First argument to _arity must be a non-negative integer no greater than ten")}}},AQaU:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),function(e){e.SOURCE="SOURCE",e.TARGET="TARGET"}(t.HandlerRole||(t.HandlerRole={}))},ARFZ:function(e){e.exports={0:65533,128:8364,130:8218,131:402,132:8222,133:8230,134:8224,135:8225,136:710,137:8240,138:352,139:8249,140:338,142:381,145:8216,146:8217,147:8220,148:8221,149:8226,150:8211,151:8212,152:732,153:8482,154:353,155:8250,156:339,158:382,159:376}},"AT/M":function(e,t,n){"use strict";function r(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}n.d(t,"a",function(){return r})},AUvm:function(e,t,n){"use strict";var r=n("5T2Y"),o=n("B+OT"),i=n("jmDH"),a=n("Y7ZC"),s=n("kTiW"),u=n("6/1s").KEY,c=n("KUxP"),_=n("29s/"),l=n("RfKB"),p=n("YqAc"),d=n("UWiX"),f=n("zLkG"),h=n("Zxgi"),m=n("R+7+"),y=n("kAMH"),g=n("5K7Z"),E=n("93I4"),b=n("NsO/"),v=n("G8Mo"),O=n("rr1i"),M=n("oVml"),P=n("A5Xg"),D=n("vwuL"),T=n("2faE"),C=n("w6GO"),w=D.f,I=T.f,A=P.f,k=r.Symbol,R=r.JSON,S=R&&R.stringify,L=d("_hidden"),x=d("toPrimitive"),B={}.propertyIsEnumerable,U=_("symbol-registry"),j=_("symbols"),q=_("op-symbols"),z=Object.prototype,K="function"==typeof k,W=r.QObject,N=!W||!W.prototype||!W.prototype.findChild,H=i&&c(function(){return 7!=M(I({},"a",{get:function(){return I(this,"a",{value:7}).a}})).a})?function(e,t,n){var r=w(z,t);r&&delete z[t],I(e,t,n),r&&e!==z&&I(z,t,r)}:I,F=function(e){var t=j[e]=M(k.prototype);return t._k=e,t},Q=K&&"symbol"==typeof k.iterator?function(e){return"symbol"==typeof e}:function(e){return e instanceof k},G=function(e,t,n){return e===z&&G(q,t,n),g(e),t=v(t,!0),g(n),o(j,t)?(n.enumerable?(o(e,L)&&e[L][t]&&(e[L][t]=!1),n=M(n,{enumerable:O(0,!1)})):(o(e,L)||I(e,L,O(1,{})),e[L][t]=!0),H(e,t,n)):I(e,t,n)},V=function(e,t){g(e);for(var n,r=m(t=b(t)),o=0,i=r.length;i>o;)G(e,n=r[o++],t[n]);return e},X=function(e){var t=B.call(this,e=v(e,!0));return!(this===z&&o(j,e)&&!o(q,e))&&(!(t||!o(this,e)||!o(j,e)||o(this,L)&&this[L][e])||t)},Y=function(e,t){if(e=b(e),t=v(t,!0),e!==z||!o(j,t)||o(q,t)){var n=w(e,t);return!n||!o(j,t)||o(e,L)&&e[L][t]||(n.enumerable=!0),n}},J=function(e){for(var t,n=A(b(e)),r=[],i=0;n.length>i;)o(j,t=n[i++])||t==L||t==u||r.push(t);return r},Z=function(e){for(var t,n=e===z,r=A(n?q:b(e)),i=[],a=0;r.length>a;)!o(j,t=r[a++])||n&&!o(z,t)||i.push(j[t]);return i};K||(s((k=function(){if(this instanceof k)throw TypeError("Symbol is not a constructor!");var e=p(arguments.length>0?arguments[0]:void 0),t=function(n){this===z&&t.call(q,n),o(this,L)&&o(this[L],e)&&(this[L][e]=!1),H(this,e,O(1,n))};return i&&N&&H(z,e,{configurable:!0,set:t}),F(e)}).prototype,"toString",function(){return this._k}),D.f=Y,T.f=G,n("ar/p").f=P.f=J,n("NV0k").f=X,n("mqlF").f=Z,i&&!n("uOPS")&&s(z,"propertyIsEnumerable",X,!0),f.f=function(e){return F(d(e))}),a(a.G+a.W+a.F*!K,{Symbol:k});for(var $="hasInstance,isConcatSpreadable,iterator,match,replace,search,species,split,toPrimitive,toStringTag,unscopables".split(","),ee=0;$.length>ee;)d($[ee++]);for(var te=C(d.store),ne=0;te.length>ne;)h(te[ne++]);a(a.S+a.F*!K,"Symbol",{for:function(e){return o(U,e+="")?U[e]:U[e]=k(e)},keyFor:function(e){if(!Q(e))throw TypeError(e+" is not a symbol!");for(var t in U)if(U[t]===e)return t},useSetter:function(){N=!0},useSimple:function(){N=!1}}),a(a.S+a.F*!K,"Object",{create:function(e,t){return void 0===t?M(e):V(M(e),t)},defineProperty:G,defineProperties:V,getOwnPropertyDescriptor:Y,getOwnPropertyNames:J,getOwnPropertySymbols:Z}),R&&a(a.S+a.F*(!K||c(function(){var e=k();return"[null]"!=S([e])||"{}"!=S({a:e})||"{}"!=S(Object(e))})),"JSON",{stringify:function(e){for(var t,n,r=[e],o=1;arguments.length>o;)r.push(arguments[o++]);if(n=t=r[1],(E(t)||void 0!==e)&&!Q(e))return y(t)||(t=function(e,t){if("function"==typeof n&&(t=n.call(this,e,t)),!Q(t))return t}),r[1]=t,S.apply(R,r)}}),k.prototype[x]||n("NegM")(k.prototype,x,k.prototype.valueOf),l(k,"Symbol"),l(Math,"Math",!0),l(r.JSON,"JSON",!0)},AcLa:function(module,__webpack_exports__,__webpack_require__){"use strict";(function(module){var react__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("q1tI"),react__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__),_util_builHtmlFromArray__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("I+pd"),_TargetSide__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("Yqkl"),_SourceSide__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__("I9Ff"),_react_event_connector_src_component_event_factory__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__("+7VV"),prop_types__WEBPACK_IMPORTED_MODULE_5__=__webpack_require__("g8p1"),prop_types__WEBPACK_IMPORTED_MODULE_5___default=__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_5__),_util_mathjaxUtil__WEBPACK_IMPORTED_MODULE_6__=__webpack_require__("h6cg"),enterModule;function _typeof(e){return(_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function _extends(){return(_extends=Object.assign||function(e){for(var t=1;t0?this.children[this.children.length-1]:null},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"childNodes",{get:function(){return this.children},set:function(e){this.children=e},enumerable:!1,configurable:!0}),t}(s);t.NodeWithChildren=p;var d=function(e){function t(t,n,r){void 0===r&&(r=[]);var o=e.call(this,"script"===t?"script":"style"===t?"style":"tag",r)||this;return o.name=t,o.attribs=n,o.attribs=n,o}return o(t,e),Object.defineProperty(t.prototype,"tagName",{get:function(){return this.name},set:function(e){this.name=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"attributes",{get:function(){var e=this;return Object.keys(this.attribs).map(function(t){return{name:t,value:e.attribs[t]}})},enumerable:!1,configurable:!0}),t}(p);function f(e,t){switch(void 0===t&&(t=!1),e.type){case"text":return new c(e.data);case"directive":var n=e;return new l(n.name,n.data);case"comment":return new _(e.data);case"tag":case"script":case"style":var r=e,o=t?h(r.children):[],a=new d(r.name,i({},r.attribs),o);return o.forEach(function(e){return e.parent=a}),a;case"cdata":o=t?h(e.children):[];var s=new p("cdata",o);return o.forEach(function(e){return e.parent=s}),s;case"doctype":throw new Error("Not implemented yet: ElementType.Doctype case")}}function h(e){for(var t=e.map(function(e){return f(e,!0)}),n=1;n=c?e?"":void 0:(i=s.charCodeAt(u))<55296||i>56319||u+1===c||(a=s.charCodeAt(u+1))<56320||a>57343?e?s.charAt(u):i:e?s.slice(u,u+2):a-56320+(i-55296<<10)+65536}}},AyUB:function(e,t,n){e.exports={default:n("3GJH"),__esModule:!0}},"B+OT":function(e,t){var n={}.hasOwnProperty;e.exports=function(e,t){return n.call(e,t)}},"B/nt":function(e,t,n){"use strict";(function(e){var r,o,i;function a(e,t){if(e===t)return!0;var n=Object.keys(e),r=Object.keys(t);if(n.length!==r.length)return!1;for(var o=Object.prototype.hasOwnProperty,i=0;i * @license MIT */ e.exports=function(e){return null!=e&&(n(e)||function(e){return"function"==typeof e.readFloatLE&&"function"==typeof e.slice&&n(e.slice(0,0))}(e)||!!e._isBuffer)}},BGzO:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=a(n("q1tI")),o=n("TOwV"),i=a(n("pvIh"));function a(e){return e&&e.__esModule?e:{default:e}}t.default=(0,i.default)(function(e,t,n,i,a){var s=e[t];return r.default.isValidElement(s)?new Error("Invalid "+i+" `"+a+"` of type ReactElement supplied to `"+n+"`,expected an element type (a string , component class, or function component)."):(0,o.isValidElementType)(s)?null:new Error("Invalid "+i+" `"+a+"` of value `"+s+"` supplied to `"+n+"`, expected an element type (a string , component class, or function component).")}),e.exports=t.default},"BJ/l":function(e,t,n){var r=n("XKFU");r(r.S,"Math",{log1p:n("1sa7")})},BP8U:function(e,t,n){var r=n("XKFU"),o=n("PKUr");r(r.S+r.F*(Number.parseInt!=o),"Number",{parseInt:o})},BTyQ:function(e,t,n){"use strict";var r=this&&this.__assign||Object.assign||function(e){for(var t,n=1,r=arguments.length;n=10)return!1}}};t.a=_,a=n("0cfB").default,s=n("0cfB").leaveModule,a&&(a.register("user","USER_FIELD","/mnt/d/pm2/lgh-quizz-pc/client/util/localStoreService.js"),a.register("guestLink","LINK_GUEST_FIELD","/mnt/d/pm2/lgh-quizz-pc/client/util/localStoreService.js"),a.register("userLink","LINK_USER_FIELD","/mnt/d/pm2/lgh-quizz-pc/client/util/localStoreService.js"),a.register("chapterQuestionLink","LINK_CHAPTER_QUESTION_FIELD","/mnt/d/pm2/lgh-quizz-pc/client/util/localStoreService.js"),a.register("chapterTheoryLink","LINK_CHAPTER_THEORY_FIELD","/mnt/d/pm2/lgh-quizz-pc/client/util/localStoreService.js"),a.register("examLink","LINK_EXAM_FIELD","/mnt/d/pm2/lgh-quizz-pc/client/util/localStoreService.js"),a.register(u,"memoryLocalStorage","/mnt/d/pm2/lgh-quizz-pc/client/util/localStoreService.js"),a.register(c,"wrapperLocalStorage","/mnt/d/pm2/lgh-quizz-pc/client/util/localStoreService.js"),a.register(_,"default","/mnt/d/pm2/lgh-quizz-pc/client/util/localStoreService.js"),s(e))}).call(this,n("3UD+")(e))},CeCd:function(e,t,n){var r=n("XKFU");r(r.S,"Math",{clamp:function(e,t,n){return Math.min(n,Math.max(t,e))}})},Cfrj:function(e,t,n){var r=n("RYi7"),o=n("ne8i");e.exports=function(e){if(void 0===e)return 0;var t=r(e),n=o(t);if(t!==n)throw RangeError("Wrong length!");return n}},CgaS:function(e,t,n){"use strict";var r=n("JEQr"),o=n("xTJ+"),i=n("9rSQ"),a=n("UnBK");function s(e){this.defaults=e,this.interceptors={request:new i,response:new i}}s.prototype.request=function(e){"string"==typeof e&&(e=o.merge({url:arguments[0]},arguments[1])),(e=o.merge(r,{method:"get"},this.defaults,e)).method=e.method.toLowerCase();var t=[a,void 0],n=Promise.resolve(e);for(this.interceptors.request.forEach(function(e){t.unshift(e.fulfilled,e.rejected)}),this.interceptors.response.forEach(function(e){t.push(e.fulfilled,e.rejected)});t.length;)n=n.then(t.shift(),t.shift());return n},o.forEach(["delete","get","head","options"],function(e){s.prototype[e]=function(t,n){return this.request(o.merge(n||{},{method:e,url:t}))}}),o.forEach(["post","put","patch"],function(e){s.prototype[e]=function(t,n,r){return this.request(o.merge(r||{},{method:e,url:t,data:n}))}}),e.exports=s},CjjH:function(e,t,n){"use strict";t.__esModule=!0,t.default={scheme:"bright",author:"chris kempson (http://chriskempson.com)",base00:"#000000",base01:"#303030",base02:"#505050",base03:"#b0b0b0",base04:"#d0d0d0",base05:"#e0e0e0",base06:"#f5f5f5",base07:"#ffffff",base08:"#fb0120",base09:"#fc6d24",base0A:"#fda331",base0B:"#a1c659",base0C:"#76c7b7",base0D:"#6fb3d2",base0E:"#d381c3",base0F:"#be643c"},e.exports=t.default},CkkT:function(e,t,n){var r=n("m0Pp"),o=n("Ymqv"),i=n("S/j/"),a=n("ne8i"),s=n("zRwo");e.exports=function(e,t){var n=1==e,u=2==e,c=3==e,_=4==e,l=6==e,p=5==e||l,d=t||s;return function(t,s,f){for(var h,m,y=i(t),g=o(y),E=r(s,f,3),b=a(g.length),v=0,O=n?d(t,b):u?d(t,0):void 0;b>v;v++)if((p||v in g)&&(m=E(h=g[v],v,y),e))if(n)O[v]=m;else if(m)switch(e){case 3:return!0;case 5:return h;case 6:return v;case 2:O.push(h)}else if(_)return!1;return l?-1:c||_?_:O}}},CnBM:function(e,t,n){"use strict";var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e};function o(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function i(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function a(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}var s=n("q1tI"),u=n("17x9"),c=[],_=[];function l(e){var t=e(),n={loading:!0,loaded:null,error:null};return n.promise=t.then(function(e){return n.loading=!1,n.loaded=e,e}).catch(function(e){throw n.loading=!1,n.error=e,e}),n}function p(e){var t={loading:!1,loaded:{},error:null},n=[];try{Object.keys(e).forEach(function(r){var o=l(e[r]);o.loading?t.loading=!0:(t.loaded[r]=o.loaded,t.error=o.error),n.push(o.promise),o.promise.then(function(e){t.loaded[r]=e}).catch(function(e){t.error=e})})}catch(e){t.error=e}return t.promise=Promise.all(n).then(function(e){return t.loading=!1,e}).catch(function(e){throw t.loading=!1,e}),t}function d(e,t){return s.createElement((n=e)&&n.__esModule?n.default:n,t);var n}function f(e,t){var l,p;if(!t.loading)throw new Error("react-loadable requires a `loading` component");var f=Object.assign({loader:null,loading:null,delay:200,timeout:null,render:d,webpack:null,modules:null},t),h=null;function m(){return h||(h=e(f.loader)),h.promise}return c.push(m),"function"==typeof f.webpack&&_.push(function(){if(e=f.webpack,"object"===r(n.m)&&e().every(function(e){return void 0!==e&&void 0!==n.m[e]}))return m();var e}),p=l=function(t){function n(r){o(this,n);var a=i(this,t.call(this,r));return a.retry=function(){a.setState({error:null,loading:!0,timedOut:!1}),h=e(f.loader),a._loadModule()},m(),a.state={error:h.error,pastDelay:!1,timedOut:!1,loading:h.loading,loaded:h.loaded},a}return a(n,t),n.preload=function(){return m()},n.prototype.componentWillMount=function(){this._mounted=!0,this._loadModule()},n.prototype._loadModule=function(){var e=this;if(this.context.loadable&&Array.isArray(f.modules)&&f.modules.forEach(function(t){e.context.loadable.report(t)}),h.loading){"number"==typeof f.delay&&(0===f.delay?this.setState({pastDelay:!0}):this._delay=setTimeout(function(){e.setState({pastDelay:!0})},f.delay)),"number"==typeof f.timeout&&(this._timeout=setTimeout(function(){e.setState({timedOut:!0})},f.timeout));var t=function(){e._mounted&&(e.setState({error:h.error,loaded:h.loaded,loading:h.loading}),e._clearTimeouts())};h.promise.then(function(){t()}).catch(function(e){t()})}},n.prototype.componentWillUnmount=function(){this._mounted=!1,this._clearTimeouts()},n.prototype._clearTimeouts=function(){clearTimeout(this._delay),clearTimeout(this._timeout)},n.prototype.render=function(){return this.state.loading||this.state.error?s.createElement(f.loading,{isLoading:this.state.loading,pastDelay:this.state.pastDelay,timedOut:this.state.timedOut,error:this.state.error,retry:this.retry}):this.state.loaded?f.render(this.state.loaded,this.props):null},n}(s.Component),l.contextTypes={loadable:u.shape({report:u.func.isRequired})},p}function h(e){return f(l,e)}h.Map=function(e){if("function"!=typeof e.render)throw new Error("LoadableMap requires a `render(loaded, props)` function");return f(p,e)};var m=function(e){function t(){return o(this,t),i(this,e.apply(this,arguments))}return a(t,e),t.prototype.getChildContext=function(){return{loadable:{report:this.props.report}}},t.prototype.render=function(){return s.Children.only(this.props.children)},t}(s.Component);function y(e){for(var t=[];e.length;){var n=e.pop();t.push(n())}return Promise.all(t).then(function(){if(e.length)return y(e)})}m.propTypes={report:u.func.isRequired},m.childContextTypes={loadable:u.shape({report:u.func.isRequired}).isRequired},h.Capture=m,h.preloadAll=function(){return new Promise(function(e,t){y(c).then(e,t)})},h.preloadReady=function(){return new Promise(function(e,t){y(_).then(e,e)})},e.exports=h},Cw3O:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.r(__webpack_exports__),function(module){__webpack_require__.d(__webpack_exports__,"NotificationTable",function(){return NotificationTable});var lodash_isEmpty__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("E+oP"),lodash_isEmpty__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(lodash_isEmpty__WEBPACK_IMPORTED_MODULE_0__),react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("q1tI"),react__WEBPACK_IMPORTED_MODULE_1___default=__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_1__),moment__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("wd/R"),moment__WEBPACK_IMPORTED_MODULE_2___default=__webpack_require__.n(moment__WEBPACK_IMPORTED_MODULE_2__),_components_EllipsisText_EllipsisText__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__("xPhz"),react_router__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__("dtw8"),_client_util_builHtmlFromArray__WEBPACK_IMPORTED_MODULE_5__=__webpack_require__("N58Y"),enterModule;function _typeof(e){return(_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function _classCallCheck(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function _defineProperties(e,t){for(var n=0;nDate.now()&&(r=Date.now()),react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement("div",{key:t},!lodash_isEmpty__WEBPACK_IMPORTED_MODULE_0___default()(e.resource.read_notification)&&e.resource.quiz&&react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement("div",null,function(e,t){return react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement(react_router__WEBPACK_IMPORTED_MODULE_4__.a,{to:"/binh-luan-chi-tiet?quizId=".concat(e.resource.quiz.id,"#comment_parent_id_").concat(e.resource.parent_comment.id),className:"td-notifical-child"},react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement("div",{className:"notifical-child"},react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement("div",{className:"avt-notifical fl"},react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement("img",{src:e.resource.read_notification[0].icon?e.resource.read_notification[0].icon:"/images/default-avatar.png"})),react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement("div",{className:"info-notifical fl"},react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement("span",{className:"link-notifical"},e.resource.read_notification.map(function(e,t){return react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement("b",{key:t},e.full_name,", ")})),'đã trả lời một bình luận của bạn "',react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement(_components_EllipsisText_EllipsisText__WEBPACK_IMPORTED_MODULE_3__.a,{text:e.resource.parent_comment.content,length:20}),'"',react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement("p",{className:"time-notifical"},react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement("i",{className:"fa fa-clock-o","aria-hidden":"true"}),moment__WEBPACK_IMPORTED_MODULE_2___default()(t).fromNow()))))}(e,r)),!lodash_isEmpty__WEBPACK_IMPORTED_MODULE_0___default()(e.resource.read_notification)&&e.resource.feedback&&react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement("div",null,function(e,t){return react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement(react_router__WEBPACK_IMPORTED_MODULE_4__.a,{to:"/phan-hoi-bao-loi?feedbackId=".concat(e.resource.feedback.id),className:"td-notifical-child"},react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement("div",{className:"notifical-child"},react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement("div",{className:"avt-notifical fl"},react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement("img",{src:e.resource.read_notification[0].icon?e.resource.read_notification[0].icon:"/images/default-avatar.png"})),react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement("div",{className:"info-notifical fl"},react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement("span",{className:"link-notifical"},e.resource.read_notification.map(function(e,t){return react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement("b",{key:t},e.full_name,", ")})),"đã phản hồi một báo lỗi của bạn",react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement("p",{className:"time-notifical"},react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement("i",{className:"fa fa-clock-o","aria-hidden":"true"}),moment__WEBPACK_IMPORTED_MODULE_2___default()(t).fromNow()))))}(e,r)),!lodash_isEmpty__WEBPACK_IMPORTED_MODULE_0___default()(e.resource.read_notification)&&3==e.type&&react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement("div",null,function(e,t){var n=e.resource.read_notification[0];return react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement(react_router__WEBPACK_IMPORTED_MODULE_4__.a,{to:"/thong-bao",className:"td-notifical-child"},react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement("div",{className:"notifical-child"},react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement("div",{className:"avt-notifical fl"},react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement("img",{src:n.icon?n.icon:"/images/default-avatar.png"})),react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement("div",{className:"info-notifical fl"},"Vungoi.vn tặng bạn mã ",react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement("b",null,n.cod_code)," tặng ",react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement("b",null,{grade:"Gói học theo lớp",subject:"Gói học theo môn",all:"Gói học toàn website"}[n.type_cod_code])," bất kì. Mã áp dụng từ nay đến hết ngày 30/9. Hãy nhập ngay để chọn thêm gói học ưa thích hoặc tặng cho bạn bè.",react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement("p",{className:"time-notifical"},react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement("i",{className:"fa fa-clock-o","aria-hidden":"true"}),moment__WEBPACK_IMPORTED_MODULE_2___default()(t).fromNow()))))}(e,r)),!lodash_isEmpty__WEBPACK_IMPORTED_MODULE_0___default()(e.resource.read_notification)&&4==e.type&&react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement("div",null,function(e,t){var n=e.resource.read_notification[0];return react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement(react_router__WEBPACK_IMPORTED_MODULE_4__.a,{to:n.link,className:"td-notifical-child"},react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement("div",{className:"notifical-child"},react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement("div",{className:"avt-notifical fl"},react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement("img",{src:n.icon?n.icon:"/images/default-avatar.png"})),react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement("div",{className:"info-notifical fl"},e.resource.read_notification.map(function(e,t){return react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement("div",{dangerouslySetInnerHTML:{__html:Object(_client_util_builHtmlFromArray__WEBPACK_IMPORTED_MODULE_5__.a)(e.content)}})}),react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement("p",{className:"time-notifical"},react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement("i",{className:"fa fa-clock-o","aria-hidden":"true"}),moment__WEBPACK_IMPORTED_MODULE_2___default()(t).fromNow()))))}(e,r)))}))),react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement("div",{className:"td-notifical-more"},react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement(react_router__WEBPACK_IMPORTED_MODULE_4__.a,{to:"thong-bao"},"Xem tất cả!")))}},{key:"__reactstandin__regenerateByEval",value:function __reactstandin__regenerateByEval(key,code){this[key]=eval(code)}}]),NotificationTable}(react__WEBPACK_IMPORTED_MODULE_1__.Component),_default=NotificationTable,reactHotLoader,leaveModule;__webpack_exports__.default=_default,reactHotLoader=__webpack_require__("0cfB").default,leaveModule=__webpack_require__("0cfB").leaveModule,reactHotLoader&&(reactHotLoader.register(NotificationTable,"NotificationTable","/mnt/d/pm2/lgh-quizz-pc/client/modules/App/components/Header/NotificationTable.js"),reactHotLoader.register(_default,"default","/mnt/d/pm2/lgh-quizz-pc/client/modules/App/components/Header/NotificationTable.js"),leaveModule(module))}.call(this,__webpack_require__("3UD+")(module))},CwAQ:function(e,t,n){"use strict";(function(e){n.d(t,"a",function(){return p});var r,o=n("3OWR"),i=n.n(o),a=n("6P/s");function s(e){for(var t=1;t0&&void 0!==arguments[0]?arguments[0]:l,t=arguments.length>1?arguments[1]:void 0;switch(t.type){case a.CHOICE_SOURCE:var n=e.counter+1;return i()({},e,{sourceId:t.sourceId,counter:n,itemType:t.itemType,item:t.item});case a.HOVER_TARGET:return s({},e,{targetIds:t.targetIds});case a.CHOICE_TARGET:return s({},e,{targetResult:t.targetResult,didChoiceTarget:!0,targetIds:[]});case a.END_CHOICE:return s({},e,{itemType:null,item:null,sourceId:null,targetResult:null,didChoiceTarget:!1,isSourcePublic:null,targetIds:[]});default:return e}}c=n("Xug/").default,_=n("Xug/").leaveModule,c&&(c.register(l,"initialState","/mnt/d/pm2/lgh-quizz-pc/lib/cnc_core/src/reducers/choiceOperation.js"),c.register(p,"choiceOperation","/mnt/d/pm2/lgh-quizz-pc/lib/cnc_core/src/reducers/choiceOperation.js"),_(e))}).call(this,n("3UD+")(e))},Cwc5:function(e,t){e.exports=function(e,t){return null==e?void 0:e[t]}},Cx9q:function(module,__webpack_exports__,__webpack_require__){"use strict";(function(module){var lodash_uniqBy__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("qPyV"),lodash_uniqBy__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(lodash_uniqBy__WEBPACK_IMPORTED_MODULE_0__),lodash_isEmpty__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("E+oP"),lodash_isEmpty__WEBPACK_IMPORTED_MODULE_1___default=__webpack_require__.n(lodash_isEmpty__WEBPACK_IMPORTED_MODULE_1__),lodash_sortBy__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("xweI"),lodash_sortBy__WEBPACK_IMPORTED_MODULE_2___default=__webpack_require__.n(lodash_sortBy__WEBPACK_IMPORTED_MODULE_2__),lodash_filter__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__("k4Da"),lodash_filter__WEBPACK_IMPORTED_MODULE_3___default=__webpack_require__.n(lodash_filter__WEBPACK_IMPORTED_MODULE_3__),react__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__("q1tI"),react__WEBPACK_IMPORTED_MODULE_4___default=__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_4__),react_router__WEBPACK_IMPORTED_MODULE_5__=__webpack_require__("dtw8"),prop_types__WEBPACK_IMPORTED_MODULE_6__=__webpack_require__("17x9"),prop_types__WEBPACK_IMPORTED_MODULE_6___default=__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_6__),_Header_css__WEBPACK_IMPORTED_MODULE_7__=__webpack_require__("1FNc"),_Header_css__WEBPACK_IMPORTED_MODULE_7___default=__webpack_require__.n(_Header_css__WEBPACK_IMPORTED_MODULE_7__),_util_change_alias__WEBPACK_IMPORTED_MODULE_8__=__webpack_require__("8vAd"),_Notification_NotificationAction__WEBPACK_IMPORTED_MODULE_9__=__webpack_require__("U6M7"),_lib_quiz_component_components_OutsideClick__WEBPACK_IMPORTED_MODULE_10__=__webpack_require__("uBIC"),react_loadable__WEBPACK_IMPORTED_MODULE_11__=__webpack_require__("CnBM"),react_loadable__WEBPACK_IMPORTED_MODULE_11___default=__webpack_require__.n(react_loadable__WEBPACK_IMPORTED_MODULE_11__),enterModule;function _typeof(e){return(_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function _classCallCheck(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function _defineProperties(e,t){for(var n=0;n0){var n=lodash_sortBy__WEBPACK_IMPORTED_MODULE_2___default()(t,["type"]);return{name:n[0].name,_id:n[0]._id}}return{name:e[0].name,_id:e[0]._id}}var HeaderLogin=function(_Component){function HeaderLogin(e,t){var n;return _classCallCheck(this,HeaderLogin),_defineProperty(_assertThisInitialized(_assertThisInitialized(n=_possibleConstructorReturn(this,_getPrototypeOf(HeaderLogin).call(this,e,t)))),"handleNotification",function(e){e>0&&n.update_notification(),n.setState(function(e){return{popupVisible:!e.popupVisible}})}),_defineProperty(_assertThisInitialized(_assertThisInitialized(n)),"handleOutsideClick",function(e){n.node.contains(e.target)||n.handleNotification(0)}),_defineProperty(_assertThisInitialized(_assertThisInitialized(n)),"fetchNotification",function(){Object(_Notification_NotificationAction__WEBPACK_IMPORTED_MODULE_9__.a)(1).then(function(e){n.setState({notification:e.result.docs})})}),_defineProperty(_assertThisInitialized(_assertThisInitialized(n)),"update_notification",function(e){Object(_Notification_NotificationAction__WEBPACK_IMPORTED_MODULE_9__.b)().then(function(e){!0===e.success&&n.fetchNotification()})}),n.state={notification:[],popupVisible:!1},n}return _inherits(HeaderLogin,_Component),_createClass(HeaderLogin,[{key:"componentDidMount",value:function(){this.fetchNotification()}},{key:"render",value:function(){var e=this,t=this.props,n=t.userInfo,r=t.subjectGroup,o=this.state.notification,i=0;if(lodash_isEmpty__WEBPACK_IMPORTED_MODULE_1___default()(n))return null;if(!lodash_isEmpty__WEBPACK_IMPORTED_MODULE_1___default()(o))for(var a=0;a0?react__WEBPACK_IMPORTED_MODULE_4___default.a.createElement("span",{onClick:function(){return e.handleNotification(i)}},i):null,react__WEBPACK_IMPORTED_MODULE_4___default.a.createElement("i",{className:"font-size-16 fa fa-globe","aria-hidden":"true",onClick:function(){return e.handleNotification(i)}}),!lodash_isEmpty__WEBPACK_IMPORTED_MODULE_1___default()(o)&&this.state.popupVisible&&react__WEBPACK_IMPORTED_MODULE_4___default.a.createElement(NotificationTable,{notification:o})),react__WEBPACK_IMPORTED_MODULE_4___default.a.createElement("div",{className:"show-info cursor-pointer"},react__WEBPACK_IMPORTED_MODULE_4___default.a.createElement("img",{src:void 0!==n.icon?n.icon:"/images/default-avatar.png"})," ",react__WEBPACK_IMPORTED_MODULE_4___default.a.createElement("span",{title:n.full_name,className:""},n.full_name),react__WEBPACK_IMPORTED_MODULE_4___default.a.createElement("div",{className:"menu-info-user border-r-6"},react__WEBPACK_IMPORTED_MODULE_4___default.a.createElement("div",{className:"border-block bg-white"},react__WEBPACK_IMPORTED_MODULE_4___default.a.createElement("div",null,react__WEBPACK_IMPORTED_MODULE_4___default.a.createElement("ul",{className:"list-style-none font-size-14"},react__WEBPACK_IMPORTED_MODULE_4___default.a.createElement("li",{className:"mg-bottom-10"},react__WEBPACK_IMPORTED_MODULE_4___default.a.createElement(react_router__WEBPACK_IMPORTED_MODULE_5__.a,{to:"/thong-tin-ca-nhan"},react__WEBPACK_IMPORTED_MODULE_4___default.a.createElement("i",{style:{marginTop:"-2px"},className:"fa fa-user","aria-hidden":"true"}),"Thông tin cá nhân"),react__WEBPACK_IMPORTED_MODULE_4___default.a.createElement(react_router__WEBPACK_IMPORTED_MODULE_5__.a,{to:"/ma-kich-hoat"},react__WEBPACK_IMPORTED_MODULE_4___default.a.createElement("i",{style:{marginTop:"-2px"},className:"fa fa-hashtag","aria-hidden":"true"}),"Mã kích hoạt")),react__WEBPACK_IMPORTED_MODULE_4___default.a.createElement("li",{className:"mg-bottom-10"},react__WEBPACK_IMPORTED_MODULE_4___default.a.createElement(react_router__WEBPACK_IMPORTED_MODULE_5__.a,{to:"/doi-mat-khau"},react__WEBPACK_IMPORTED_MODULE_4___default.a.createElement("i",{style:{marginTop:"-2px"},className:"fa fa-key","aria-hidden":"true"}),"Đổi mật khẩu")),react__WEBPACK_IMPORTED_MODULE_4___default.a.createElement("li",{className:"mg-bottom-10"},r&&react__WEBPACK_IMPORTED_MODULE_4___default.a.createElement(react_router__WEBPACK_IMPORTED_MODULE_5__.a,{to:"thong-ke/ket_qua/".concat(Object(_util_change_alias__WEBPACK_IMPORTED_MODULE_8__.a)(findDefaultSubject(r).name),"/").concat(findDefaultSubject(r)._id)},react__WEBPACK_IMPORTED_MODULE_4___default.a.createElement("i",{className:"fa fa-bar-chart","aria-hidden":"true"}),"Kết quả học tập")),react__WEBPACK_IMPORTED_MODULE_4___default.a.createElement("li",{className:"mg-bottom-10"},react__WEBPACK_IMPORTED_MODULE_4___default.a.createElement(react_router__WEBPACK_IMPORTED_MODULE_5__.a,{to:"lich-su-giao-dich"},react__WEBPACK_IMPORTED_MODULE_4___default.a.createElement("i",{className:"fa fa-list","aria-hidden":"true"}),"Lịch sử giao dịch")),react__WEBPACK_IMPORTED_MODULE_4___default.a.createElement("li",{className:"mg-bottom-10"},react__WEBPACK_IMPORTED_MODULE_4___default.a.createElement("a",{className:"cursor-pointer",onClick:this.props.logout},react__WEBPACK_IMPORTED_MODULE_4___default.a.createElement("i",{className:"fa fa-sign-out","aria-hidden":"true"}),"Đăng xuất"))))))))}},{key:"__reactstandin__regenerateByEval",value:function __reactstandin__regenerateByEval(key,code){this[key]=eval(code)}}]),HeaderLogin}(react__WEBPACK_IMPORTED_MODULE_4__.Component);HeaderLogin.contextTypes={router:prop_types__WEBPACK_IMPORTED_MODULE_6___default.a.object};var _default=HeaderLogin,reactHotLoader,leaveModule;__webpack_exports__.a=_default,reactHotLoader=__webpack_require__("0cfB").default,leaveModule=__webpack_require__("0cfB").leaveModule,reactHotLoader&&(reactHotLoader.register(NotificationTable,"NotificationTable","/mnt/d/pm2/lgh-quizz-pc/client/modules/App/components/Header/HeaderLogin.js"),reactHotLoader.register(findDefaultSubject,"findDefaultSubject","/mnt/d/pm2/lgh-quizz-pc/client/modules/App/components/Header/HeaderLogin.js"),reactHotLoader.register(HeaderLogin,"HeaderLogin","/mnt/d/pm2/lgh-quizz-pc/client/modules/App/components/Header/HeaderLogin.js"),reactHotLoader.register(_default,"default","/mnt/d/pm2/lgh-quizz-pc/client/modules/App/components/Header/HeaderLogin.js"),leaveModule(module))}).call(this,__webpack_require__("3UD+")(module))},CxSE:function(e,t,n){"use strict";(function(e){n.d(t,"a",function(){return u});var r,o,i,a=n("CwAQ"),s=n("DWOl");function u(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;return{choiceOperation:Object(a.a)(e.choiceOperation,t),stateId:Object(s.a)(e.stateId)}}(r=n("Xug/").enterModule)&&r(e),o=n("Xug/").default,i=n("Xug/").leaveModule,o&&(o.register(u,"reduce","/mnt/d/pm2/lgh-quizz-pc/lib/cnc_core/src/reducers/index.js"),i(e))}).call(this,n("3UD+")(e))},CyHz:function(e,t,n){var r=n("XKFU");r(r.S,"Math",{sign:n("lvtm")})},D0HL:function(module,__webpack_exports__,__webpack_require__){"use strict";(function(module){var lodash_isUndefined__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("TP7S"),lodash_isUndefined__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(lodash_isUndefined__WEBPACK_IMPORTED_MODULE_0__),lodash_get__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("mwIZ"),lodash_get__WEBPACK_IMPORTED_MODULE_1___default=__webpack_require__.n(lodash_get__WEBPACK_IMPORTED_MODULE_1__),lodash_isEmpty__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("E+oP"),lodash_isEmpty__WEBPACK_IMPORTED_MODULE_2___default=__webpack_require__.n(lodash_isEmpty__WEBPACK_IMPORTED_MODULE_2__),react__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__("q1tI"),react__WEBPACK_IMPORTED_MODULE_3___default=__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_3__),react_router__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__("dtw8"),_util_builHtmlFromArray__WEBPACK_IMPORTED_MODULE_5__=__webpack_require__("u2mz"),react_animate_height__WEBPACK_IMPORTED_MODULE_6__=__webpack_require__("cuY2"),react_animate_height__WEBPACK_IMPORTED_MODULE_6___default=__webpack_require__.n(react_animate_height__WEBPACK_IMPORTED_MODULE_6__),_util_generator_url__WEBPACK_IMPORTED_MODULE_7__=__webpack_require__("VpSC"),_util_change_alias__WEBPACK_IMPORTED_MODULE_8__=__webpack_require__("GKHL"),_util_dangerousHtml__WEBPACK_IMPORTED_MODULE_9__=__webpack_require__("D9/2"),enterModule;function _typeof(e){return(_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function _classCallCheck(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function _defineProperties(e,t){for(var n=0;n0&&void 0!==arguments[0]?arguments[0]:0)+1}n.d(t,"a",function(){return a}),(r=n("Xug/").enterModule)&&r(e),o=n("Xug/").default,i=n("Xug/").leaveModule,o&&(o.register(a,"stateId","/mnt/d/pm2/lgh-quizz-pc/lib/cnc_core/src/reducers/stateId.js"),i(e))}).call(this,n("3UD+")(e))},DZ0b:function(e,t,n){"use strict";t.__esModule=!0,t.default=function(e){return e.replace(r,function(e,t){return t.toUpperCase()})};var r=/-(.)/g;e.exports=t.default},DaNf:function(e,t,n){"use strict";(function(e){var r,o=n("3OWR"),i=n.n(o),a=n("JrDh");function s(e){for(var t=1;t0&&void 0!==arguments[0]?arguments[0]:l,t=arguments.length>1?arguments[1]:void 0;switch(t.type){case a.b:return s({},e);case a.a:return i()({},e,t.payload);case a.c:return s({},e);default:return e}},d=p;t.a=d,c=n("0cfB").default,_=n("0cfB").leaveModule,c&&(c.register(l,"initialState","/mnt/d/pm2/lgh-quizz-pc/client/modules/Chapters/ChapterReducer.js"),c.register(p,"ChapterReducer","/mnt/d/pm2/lgh-quizz-pc/client/modules/Chapters/ChapterReducer.js"),c.register(d,"default","/mnt/d/pm2/lgh-quizz-pc/client/modules/Chapters/ChapterReducer.js"),_(e))}).call(this,n("3UD+")(e))},Df3P:function(e,t,n){"use strict";t.__esModule=!0;var r=Object.assign||function(e){for(var t=1;t=16;e.exports={PRESERVE_CUSTOM_ATTRIBUTES:a,invertObject:function(e,t){if(!e||"object"!=typeof e)throw new TypeError("First argument must be an object");var n,r,o="function"==typeof t,i={},a={};for(n in e)r=e[n],o&&(i=t(n,r))&&2===i.length?a[i[0]]=i[1]:"string"==typeof r&&(a[r]=n);return a},isCustomComponent:function(e,t){if(-1===e.indexOf("-"))return t&&"string"==typeof t.is;switch(e){case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":return!1;default:return!0}},setStyleProp:function(e,t){if(null!==e&&void 0!==e)try{t.style=o(e,i)}catch(e){t.style={}}}}},E546:function(e,t,n){var r=n("H+PL");"string"==typeof r&&(r=[[e.i,r,""]]);var o={hmr:!0,transform:void 0,insertInto:void 0};n("aET+")(r,o);r.locals&&(e.exports=r.locals)},E8gZ:function(e,t,n){var r=n("w6GO"),o=n("NsO/"),i=n("NV0k").f;e.exports=function(e){return function(t){for(var n,a=o(t),s=r(a),u=s.length,c=0,_=[];u>c;)i.call(a,n=s[c++])&&_.push(e?[n,a[n]]:a[n]);return _}}},EA7m:function(e,t,n){var r=n("zZ0H"),o=n("Ioao"),i=n("wclG");e.exports=function(e,t){return i(o(e,t,r),e+"")}},EEGq:function(e,t,n){var r=n("juv8"),o=n("oCl/");e.exports=function(e,t){return r(e,o(e),t)}},EGMU:function(e,t,n){"use strict";(function(e){n.d(t,"a",function(){return _});var r,o,i,a=n("q1tI"),s=n("YD9S");function u(e){if("string"!=typeof e.type){var t=e.type.displayName||e.type.name||"the component";throw new Error("Only native element nodes can now be passed to React DnD connectors."+"You can either wrap ".concat(t," into a
, or turn it into a ")+"drag source or a drop target itself.")}}function c(e){return function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;if(Object(a.isValidElement)(t)){var r=t;u(r);var o=n?function(t){return e(t,n)}:e;return Object(s.a)(r,o)}e(t,n)}}function _(e){var t={};return Object.keys(e).forEach(function(n){var r=c(e[n]);t[n]=function(){return r}}),t}(r=n("Xug/").enterModule)&&r(e),o=n("Xug/").default,i=n("Xug/").leaveModule,o&&(o.register(u,"throwIfCompositeComponentElement","/mnt/d/pm2/lgh-quizz-pc/lib/cnc_core/src/wrapConnectorHooks.js"),o.register(c,"wrapHookToRecognizeElement","/mnt/d/pm2/lgh-quizz-pc/lib/cnc_core/src/wrapConnectorHooks.js"),o.register(_,"wrapConnectorHooks","/mnt/d/pm2/lgh-quizz-pc/lib/cnc_core/src/wrapConnectorHooks.js"),i(e))}).call(this,n("3UD+")(e))},EJiy:function(e,t,n){"use strict";t.__esModule=!0;var r=a(n("F+2o")),o=a(n("+JPL")),i="function"==typeof o.default&&"symbol"==typeof r.default?function(e){return typeof e}:function(e){return e&&"function"==typeof o.default&&e.constructor===o.default&&e!==o.default.prototype?"symbol":typeof e};function a(e){return e&&e.__esModule?e:{default:e}}t.default="function"==typeof o.default&&"symbol"===i(r.default)?function(e){return void 0===e?"undefined":i(e)}:function(e){return e&&"function"==typeof o.default&&e.constructor===o.default&&e!==o.default.prototype?"symbol":void 0===e?"undefined":i(e)}},EK0E:function(e,t,n){"use strict";var r,o=n("CkkT")(0),i=n("KroJ"),a=n("Z6vF"),s=n("czNK"),u=n("ZD67"),c=n("0/R4"),_=n("eeVq"),l=n("s5qY"),p=a.getWeak,d=Object.isExtensible,f=u.ufstore,h={},m=function(e){return function(){return e(this,arguments.length>0?arguments[0]:void 0)}},y={get:function(e){if(c(e)){var t=p(e);return!0===t?f(l(this,"WeakMap")).get(e):t?t[this._i]:void 0}},set:function(e,t){return u.def(l(this,"WeakMap"),e,t)}},g=e.exports=n("4LiD")("WeakMap",m,y,u,!0,!0);_(function(){return 7!=(new g).set((Object.freeze||Object)(h),7).get(h)})&&(s((r=u.getConstructor(m,"WeakMap")).prototype,y),a.NEED=!0,o(["delete","has","get","set"],function(e){var t=g.prototype,n=t[e];i(t,e,function(t,o){if(c(t)&&!d(t)){this._f||(this._f=new r);var i=this._f[e](t,o);return"set"==e?this:i}return n.call(this,t,o)})}))},ELgl:function(e,t,n){"use strict";(function(e){var r,o=n("vVMA"),i=n.n(o);(r=n("0cfB").enterModule)&&r(e);var a,s,u=[{sourceId:"theoryPage",_handle:function(e){i.a.event({category:"Theory",action:"theoryPage",label:e.url,value:1})}},{sourceId:"theoryFromHome",_handle:function(e){i.a.event({category:"Theory",action:"theoryFromHome",label:e.url,value:1})}},{sourceId:"theoryFromSubject",_handle:function(e){i.a.event({category:"Theory",action:"theoryFromSubject",label:e.url,value:1})}},{sourceId:"theoryFromQuiz",_handle:function(e){i.a.event({category:"Theory",action:"theoryFromQuiz",label:e.url,value:1})}},{sourceId:"theoryFromDetailMenu",_handle:function(e){i.a.event({category:"Theory",action:"theoryFromDetailMenu",label:e.url,value:1})}},{sourceId:"theoryFromWrong",_handle:function(e){i.a.event({category:"Theory",action:"theoryFromWrong",label:e.url,value:1})}},{sourceId:"theoryFromResult",_handle:function(e){i.a.event({category:"Theory",action:"theoryFromResult",label:e.url,value:1})}},{sourceId:"nextChapterFromConcecpt",_handle:function(e){i.a.event({category:"Theory",action:"nextChapterFromConcecpt",label:e.url,value:1})}}],c=u;t.a=c,a=n("0cfB").default,s=n("0cfB").leaveModule,a&&(a.register("Theory","CATEGORY","/mnt/d/pm2/lgh-quizz-pc/client/modules/GAEvent/TheoryEvents.js"),a.register(u,"eventTables","/mnt/d/pm2/lgh-quizz-pc/client/modules/GAEvent/TheoryEvents.js"),a.register(c,"default","/mnt/d/pm2/lgh-quizz-pc/client/modules/GAEvent/TheoryEvents.js"),s(e))}).call(this,n("3UD+")(e))},ELlm:function(e,t,n){"use strict";(t=e.exports=n("Aibv").default).default=t},EOk0:function(e,t,n){"use strict";(function(e){var r,o=n("3OWR"),i=n.n(o),a=n("bsHo");(r=n("0cfB").enterModule)&&r(e);var s,u,c={items:{quizsResult:[]},quizDetail:{},index:{}},_=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:c,t=arguments.length>1?arguments[1]:void 0;switch(t.type){case a.a:return i()({},e,{items:t.items,quizDetail:{}});case a.b:return i()({},e,{quizDetail:t.quizDetail,index:t.index});default:return e}},l=_;t.a=l,s=n("0cfB").default,u=n("0cfB").leaveModule,s&&(s.register(c,"initialState","/mnt/d/pm2/lgh-quizz-pc/client/modules/Quiz/QuizResultReducer.js"),s.register(_,"ResultAfterToDoReducer","/mnt/d/pm2/lgh-quizz-pc/client/modules/Quiz/QuizResultReducer.js"),s.register(l,"default","/mnt/d/pm2/lgh-quizz-pc/client/modules/Quiz/QuizResultReducer.js"),u(e))}).call(this,n("3UD+")(e))},EWmC:function(e,t,n){var r=n("LZWt");e.exports=Array.isArray||function(e){return"Array"==r(e)}},EaeU:function(e,t,n){"use strict";n.r(t),function(e,r){var o,i=n("JtMm");o="undefined"!=typeof self?self:"undefined"!=typeof window?window:void 0!==e?e:r;var a=Object(i.a)(o);t.default=a}.call(this,n("yLpj"),n("3UD+")(e))},Ed7I:function(e,t,n){"use strict";var r=n("TqRt");t.__esModule=!0,t.default=function(e){void 0===e&&(e=(0,o.default)());try{return e.activeElement}catch(e){}};var o=r(n("o43f"));e.exports=t.default},EemH:function(e,t,n){var r=n("UqcF"),o=n("RjD/"),i=n("aCFj"),a=n("apmT"),s=n("aagx"),u=n("xpql"),c=Object.getOwnPropertyDescriptor;t.f=n("nh4g")?c:function(e,t){if(e=i(e),t=a(t,!0),u)try{return c(e,t)}catch(e){}if(s(e,t))return o(!r.f.call(e,t),e[t])}},EfZK:function(e,t,n){"use strict";t.__esModule=!0;var r=i(n("17x9")),o=i(n("q1tI"));function i(e){return e&&e.__esModule?e:{default:e}}var a={children:r.default.node},s=function(e){function t(){return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,t),function(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}(this,e.apply(this,arguments))}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(t,e),t.prototype.render=function(){return this.props.children},t}(o.default.Component);s.propTypes=a,t.default=s,e.exports=t.default},EnHN:function(e,t,n){n("zn7N")("getOwnPropertyNames",function(){return n("A5Xg").f})},Evgs:function(e){e.exports={}},"Ew+T":function(e,t,n){var r=n("XKFU"),o=n("GZEu");r(r.G+r.B,{setImmediate:o.set,clearImmediate:o.clear})},EwQA:function(e,t){e.exports=function(e){return e}},ExA7:function(e,t){e.exports=function(e){return null!=e&&"object"==typeof e}},EyQl:function(e,t,n){var r=n("Wnyi"),o=n("9gHp"),i=n("U/tq"),a=n("wQFJ"),s=n("pY7V"),u=n("ZOtD"),c=n("7e6P"),_=r(o(["fantasy-land/map","map"],s,function(e,t){switch(Object.prototype.toString.call(t)){case"[object Function]":return u(t.length,function(){return e.call(this,t.apply(this,arguments))});case"[object Object]":return a(function(n,r){return n[r]=e(t[r]),n},{},c(t));default:return i(e,t)}}));e.exports=_},EzHK:function(module,__webpack_exports__,__webpack_require__){"use strict";(function(module){var react__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("q1tI"),react__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__),prop_types__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("g8p1"),prop_types__WEBPACK_IMPORTED_MODULE_1___default=__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_1__),enterModule;function _typeof(e){return(_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function _extends(){return(_extends=Object.assign||function(e){for(var t=1;tu;)r.f(e,n=a[u++],t[n]);return e}},FLlr:function(e,t,n){var r=n("XKFU");r(r.P,"String",{repeat:n("l0Rn")})},FMM9:function(e,t,n){"use strict";t.__esModule=!0,t.default={scheme:"threezerotwofour",author:"jan t. sott (http://github.com/idleberg)",base00:"#090300",base01:"#3a3432",base02:"#4a4543",base03:"#5c5855",base04:"#807d7c",base05:"#a5a2a2",base06:"#d6d5d4",base07:"#f7f7f7",base08:"#db2d20",base09:"#e8bbd0",base0A:"#fded02",base0B:"#01a252",base0C:"#b5e4f4",base0D:"#01a0e4",base0E:"#a16a94",base0F:"#cdab53"},e.exports=t.default},FNMs:function(e,t,n){},FYw3:function(e,t,n){"use strict";t.__esModule=!0;var r,o=n("EJiy"),i=(r=o)&&r.__esModule?r:{default:r};t.default=function(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!==(void 0===t?"undefined":(0,i.default)(t))&&"function"!=typeof t?e:t}},Faw5:function(e,t,n){n("7DDg")("Int16",2,function(e){return function(t,n,r){return e(this,t,n,r)}})},FdJ0:function(e,t,n){(function(t){var n="Expected a function",r="__lodash_placeholder__",o=1,i=2,a=4,s=8,u=16,c=32,_=64,l=128,p=512,d=1/0,f=9007199254740991,h=1.7976931348623157e308,m=NaN,y=[["ary",l],["bind",o],["bindKey",i],["curry",s],["curryRight",u],["flip",p],["partial",c],["partialRight",_],["rearg",256]],g="[object Function]",E="[object GeneratorFunction]",b="[object Symbol]",v=/^\s+|\s+$/g,O=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,M=/\{\n\/\* \[wrapped with (.+)\] \*/,P=/,? & /,D=/^[-+]0x[0-9a-f]+$/i,T=/^0b[01]+$/i,C=/^\[object .+?Constructor\]$/,w=/^0o[0-7]+$/i,I=/^(?:0|[1-9]\d*)$/,A=parseInt,k="object"==typeof t&&t&&t.Object===Object&&t,R="object"==typeof self&&self&&self.Object===Object&&self,S=k||R||Function("return this")();function L(e,t,n){switch(n.length){case 0:return e.call(t);case 1:return e.call(t,n[0]);case 2:return e.call(t,n[0],n[1]);case 3:return e.call(t,n[0],n[1],n[2])}return e.apply(t,n)}function x(e,t){return!!(e?e.length:0)&&function(e,t,n){if(t!=t)return function(e,t,n,r){var o=e.length,i=n+(r?1:-1);for(;r?i--:++i-1}function B(e){return e!=e}function U(e,t){for(var n=-1,o=e.length,i=0,a=[];++n2?q:void 0);function $(e){return!(!ce(e)||H&&H in e)&&(function(e){var t=ce(e)?G.call(e):"";return t==g||t==E}(e)||function(e){var t=!1;if(null!=e&&"function"!=typeof e.toString)try{t=!!(e+"")}catch(e){}return t}(e)?V:C).test(function(e){if(null!=e){try{return F.call(e)}catch(e){}try{return e+""}catch(e){}}return""}(e))}function ee(e){return function(){var t=arguments;switch(t.length){case 0:return new e;case 1:return new e(t[0]);case 2:return new e(t[0],t[1]);case 3:return new e(t[0],t[1],t[2]);case 4:return new e(t[0],t[1],t[2],t[3]);case 5:return new e(t[0],t[1],t[2],t[3],t[4]);case 6:return new e(t[0],t[1],t[2],t[3],t[4],t[5]);case 7:return new e(t[0],t[1],t[2],t[3],t[4],t[5],t[6])}var n,r=ce(n=e.prototype)?X(n):{},o=e.apply(r,t);return ce(o)?o:r}}function te(e,t,n,r,a,c,_,d,f,h){var m=t&l,y=t&o,g=t&i,E=t&(s|u),b=t&p,v=g?void 0:ee(e);return function o(){for(var i=arguments.length,s=Array(i),u=i;u--;)s[u]=arguments[u];if(E)var l=oe(o),p=function(e,t){for(var n=e.length,r=0;n--;)e[n]===t&&r++;return r}(s,l);if(r&&(s=function(e,t,n,r){for(var o=-1,i=e.length,a=n.length,s=-1,u=t.length,c=Y(i-a,0),_=Array(u+c),l=!r;++s1&&s.reverse(),m&&f-1&&e%1==0&&e1?"& ":"")+t[r],t=t.join(n>2?", ":" "),e.replace(O,"{\n/* [wrapped with "+t+"] */\n")}(o,function(e,t){return function(e,t){for(var n=-1,r=e?e.length:0;++n=t.length?{value:void 0,done:!0}:(e=r(t,n),this._i+=e.length,{value:e,done:!1})})},FlsD:function(e,t,n){var r=n("0/R4");n("Xtr8")("isExtensible",function(e){return function(t){return!!r(t)&&(!e||e(t))}})},FnBN:function(e,t,n){"use strict";var r=n("ktI1");n.d(t,"a",function(){return r.a})},Fo9A:function(e,t,n){"use strict";t.__esModule=!0;var r=n("Vq/A");Object.defineProperty(t,"instrument",{enumerable:!0,get:function(){return a(r).default}}),Object.defineProperty(t,"ActionCreators",{enumerable:!0,get:function(){return r.ActionCreators}}),Object.defineProperty(t,"ActionTypes",{enumerable:!0,get:function(){return r.ActionTypes}});var o=n("6Rw4");Object.defineProperty(t,"persistState",{enumerable:!0,get:function(){return a(o).default}});var i=n("YF5L");function a(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"createDevTools",{enumerable:!0,get:function(){return a(i).default}})},FoZm:function(e,t,n){(function(t){t.IntlPolyfill=n("fL0r"),n(4),t.Intl||(t.Intl=t.IntlPolyfill,t.IntlPolyfill.__applyLocaleSensitivePrototypes()),e.exports=t.IntlPolyfill}).call(this,n("yLpj"))},FpHa:function(e,t){e.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},FwJo:function(e,t){e.exports={nomod:{escape:"",space:" "},ctrl:{" ":"\0",a:"",b:"",c:"",d:"",e:"",f:"",g:"",h:"\b",i:"\t",j:"\n",k:"\v",m:"\f",n:"\r",l:"",o:"",p:"",q:"",r:"",s:"",t:"",u:"",v:"",w:"",x:"",y:"",z:"","[":"","\\":"","]":"","^":"",_:"",space:"\0"}}},FyfS:function(e,t,n){e.exports={default:n("Rp86"),__esModule:!0}},Fzdc:function(e,t,n){"use strict";t.__esModule=!0,t.default={scheme:"bespin",author:"jan t. sott",base00:"#28211c",base01:"#36312e",base02:"#5e5d5c",base03:"#666666",base04:"#797977",base05:"#8a8986",base06:"#9d9b97",base07:"#baae9e",base08:"#cf6a4c",base09:"#cf7d34",base0A:"#f9ee98",base0B:"#54be0d",base0C:"#afc4db",base0D:"#5ea6ea",base0E:"#9b859d",base0F:"#937121"},e.exports=t.default},"G+wc":function(e,t){e.exports={CASE_SENSITIVE_TAG_NAMES:["animateMotion","animateTransform","clipPath","feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDropShadow","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussainBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence","foreignObject","linearGradient","radialGradient","textPath"]}},G6z8:function(e,t){e.exports=function(e){var t=[];if(null!=e)for(var n in Object(e))t.push(n);return t}},G7cy:function(e,t,n){var r=n("I0N7");function o(e){var t=Math.round(r(e,0,255)).toString(16);return 1==t.length?"0"+t:t}e.exports=function(e){var t=4===e.length?o(255*e[3]):"";return"#"+o(e[0])+o(e[1])+o(e[2])+t}},G8Mo:function(e,t,n){var r=n("93I4");e.exports=function(e,t){if(!r(e))return e;var n,o;if(t&&"function"==typeof(n=e.toString)&&!r(o=n.call(e)))return o;if("function"==typeof(n=e.valueOf)&&!r(o=n.call(e)))return o;if(!t&&"function"==typeof(n=e.toString)&&!r(o=n.call(e)))return o;throw TypeError("Can't convert object to primitive value")}},GDhZ:function(e,t,n){var r=n("wF/u"),o=n("mwIZ"),i=n("hgQt"),a=n("9ggG"),s=n("CMye"),u=n("IOzZ"),c=n("9Nap"),_=1,l=2;e.exports=function(e,t){return a(e)&&s(t)?u(c(e),t):function(n){var a=o(n,e);return void 0===a&&a===t?i(n,e):r(t,a,_|l)}}},GJxA:function(e,t,n){},GKHL:function(e,t,n){"use strict";(function(e){var r,o,i;function a(e){if(void 0===e||""===e)return"";var t=e;return t=(t=(t=(t=(t=(t=(t=(t=(t=(t=(t=t.toLowerCase()).replace(/à|á|ạ|ả|ã|â|ầ|ấ|ậ|ẩ|ẫ|ă|ằ|ắ|ặ|ẳ|ẵ/g,"a")).replace(/è|é|ẹ|ẻ|ẽ|ê|ề|ế|ệ|ể|ễ/g,"e")).replace(/ì|í|ị|ỉ|ĩ/g,"i")).replace(/ò|ó|ọ|ỏ|õ|ô|ồ|ố|ộ|ổ|ỗ|ơ|ờ|ớ|ợ|ở|ỡ/g,"o")).replace(/ù|ú|ụ|ủ|ũ|ư|ừ|ứ|ự|ử|ữ/g,"u")).replace(/ỳ|ý|ỵ|ỷ|ỹ/g,"y")).replace(/đ/g,"d")).replace(/!|@|%|\^|\*|\(|\)|\+|\=|\<|\>|\?|\/|,|\.|\:|\;|\'|\"|\&|\#|\[|\]|~|\$|_|`|-|{|}|\||\\/g," ")).replace(/ + /g," ")).trim().split(" ").join("-")}n.d(t,"a",function(){return a}),(r=n("0cfB").enterModule)&&r(e),o=n("0cfB").default,i=n("0cfB").leaveModule,o&&(o.register(a,"change_alias","/mnt/d/pm2/lgh-quizz-pc/lib/quiz_component/util/change_alias.js"),i(e))}).call(this,n("3UD+")(e))},GNAe:function(e,t,n){var r=n("XKFU"),o=n("PKUr");r(r.G+r.F*(parseInt!=o),{parseInt:o})},GNiM:function(e,t,n){var r=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,o=/\\(\\)?/g,i=n("I01J")(function(e){var t=[];return 46===e.charCodeAt(0)&&t.push(""),e.replace(r,function(e,n,r,i){t.push(r?i.replace(o,"$1"):n||e)}),t});e.exports=i},GQeE:function(e,t,n){e.exports={default:n("iq4v"),__esModule:!0}},GTUs:function(e,t,n){var r=n("KP7h"),o=n("Uu+H").formatDOM,i=/<(![a-zA-Z\s]+)>/;e.exports=function(e){if("string"!=typeof e)throw new TypeError("First argument must be a string");if(""===e)return[];var t,n=e.match(i);return n&&n[1]&&(t=n[1]),o(r(e),null,t)}},GUI7:function(e,t,n){"use strict";n.r(t),function(e){var t,r=n("q1tI"),o=n.n(r),i=n("i8i4"),a=n("0cfB"),s=n("yH+4"),u=n("g2s3");n("/kPn"),n("t9jR"),n("x/ws");(t=n("0cfB").enterModule)&&t(e);var c,_,l=Object(u.a)(window.__INITIAL_STATE__),p=document.getElementById("root"),d=window.__INITIAL_DATA__;n("2A/w")({}),n("201c"),Object(i.render)(o.a.createElement(a.AppContainer,null,o.a.createElement(s.a,{store:l,initalizeData:d})),p),c=n("0cfB").default,_=n("0cfB").leaveModule,c&&(c.register(l,"store","/mnt/d/pm2/lgh-quizz-pc/client/index.js"),c.register(p,"mountApp","/mnt/d/pm2/lgh-quizz-pc/client/index.js"),c.register(d,"initalizeData","/mnt/d/pm2/lgh-quizz-pc/client/index.js"),_(e))}.call(this,n("3UD+")(e))},"GWU/":function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n("jJdk"),o=n("QkWe"),i=n("zrS1"),a=n("sS+w"),s=n("hzfR"),u=n("PKoZ"),c=n("PMtL"),_=n("dQBR"),l=n("YO3V");t.default=function(e,t,n,p){void 0===p&&(p={}),r.default("DragSource","type, spec, collect[, options]",e,t,n,p);var d=e;"function"!=typeof e&&(_(c.default(e),'Expected "type" provided as the first argument to DragSource to be a string, or a function that returns a string given the current props. Instead, received %s. Read more: http://react-dnd.github.io/react-dnd/docs-drag-source.html',e),d=function(){return e}),_(l(t),'Expected "spec" provided as the second argument to DragSource to be a plain object. Instead, received %s. Read more: http://react-dnd.github.io/react-dnd/docs-drag-source.html',t);var f=a.default(t);return _("function"==typeof n,'Expected "collect" provided as the third argument to DragSource to be a function that returns a plain object of props to inject. Instead, received %s. Read more: http://react-dnd.github.io/react-dnd/docs-drag-source.html',n),_(l(p),'Expected "options" provided as the fourth argument to DragSource to be a plain object when specified. Instead, received %s. Read more: http://react-dnd.github.io/react-dnd/docs-drag-source.html',n),function(e){return o.default({containerDisplayName:"DragSource",createHandler:f,registerHandler:i.default,createMonitor:s.default,createConnector:u.default,DecoratedComponent:e,getType:d,collect:n,options:p})}}},GZ7S:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n("jJdk"),o=n("QkWe"),i=n("VvdZ"),a=n("ShuA"),s=n("tqwc"),u=n("5lu0"),c=n("PMtL"),_=n("dQBR"),l=n("YO3V");t.default=function(e,t,n,p){void 0===p&&(p={}),r.default("DropTarget","type, spec, collect[, options]",e,t,n,p);var d=e;"function"!=typeof e&&(_(c.default(e,!0),'Expected "type" provided as the first argument to DropTarget to be a string, an array of strings, or a function that returns either given the current props. Instead, received %s. Read more: http://react-dnd.github.io/react-dnd/docs-drop-target.html',e),d=function(){return e}),_(l(t),'Expected "spec" provided as the second argument to DropTarget to be a plain object. Instead, received %s. Read more: http://react-dnd.github.io/react-dnd/docs-drop-target.html',t);var f=a.default(t);return _("function"==typeof n,'Expected "collect" provided as the third argument to DropTarget to be a function that returns a plain object of props to inject. Instead, received %s. Read more: http://react-dnd.github.io/react-dnd/docs-drop-target.html',n),_(l(p),'Expected "options" provided as the fourth argument to DropTarget to be a plain object when specified. Instead, received %s. Read more: http://react-dnd.github.io/react-dnd/docs-drop-target.html',n),function(e){return o.default({containerDisplayName:"DropTarget",createHandler:f,registerHandler:i.default,createMonitor:s.default,createConnector:u.default,DecoratedComponent:e,getType:d,collect:n,options:p})}}},GZEu:function(e,t,n){var r,o,i,a=n("m0Pp"),s=n("MfQN"),u=n("+rLv"),c=n("Iw71"),_=n("dyZX"),l=_.process,p=_.setImmediate,d=_.clearImmediate,f=_.MessageChannel,h=_.Dispatch,m=0,y={},g=function(){var e=+this;if(y.hasOwnProperty(e)){var t=y[e];delete y[e],t()}},E=function(e){g.call(e.data)};p&&d||(p=function(e){for(var t=[],n=1;arguments.length>n;)t.push(arguments[n++]);return y[++m]=function(){s("function"==typeof e?e:Function(e),t)},r(m),m},d=function(e){delete y[e]},"process"==n("LZWt")(l)?r=function(e){l.nextTick(a(g,e,1))}:h&&h.now?r=function(e){h.now(a(g,e,1))}:f?(i=(o=new f).port2,o.port1.onmessage=E,r=a(i.postMessage,i,1)):_.addEventListener&&"function"==typeof postMessage&&!_.importScripts?(r=function(e){_.postMessage(e+"","*")},_.addEventListener("message",E,!1)):r="onreadystatechange"in c("script")?function(e){u.appendChild(c("script")).onreadystatechange=function(){u.removeChild(this),g.call(e)}}:function(e){setTimeout(a(g,e,1),0)}),e.exports={set:p,clear:d}},Giku:function(e,t,n){},GoyQ:function(e,t){e.exports=function(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}},GvuJ:function(e,t,n){"use strict";t.__esModule=!0,t.default=void 0;var r,o=n("HpVr"),i=(r=o)&&r.__esModule?r:{default:r};t.default=i.default},Gytx:function(e,t){e.exports=function(e,t,n,r){var o=n?n.call(r,e,t):void 0;if(void 0!==o)return!!o;if(e===t)return!0;if("object"!=typeof e||!e||"object"!=typeof t||!t)return!1;var i=Object.keys(e),a=Object.keys(t);if(i.length!==a.length)return!1;for(var s=Object.prototype.hasOwnProperty.bind(t),u=0;u0&&void 0!==arguments[0]?arguments[0]:_,t=arguments.length>1?arguments[1]:void 0;switch(t.type){case a.CHOOSE_SOURCE:var n=e.counter+1;return i()({},e,{sourceId:t.sourceId,item:t.item,itemType:t.itemType,counter:n});case a.END_CHOICE:return function(e){for(var t=1;t1?arguments[1]:void 0,m=void 0!==h,y=0,g=_(p);if(m&&(h=r(h,f>2?arguments[2]:void 0,2)),void 0==g||d==Array&&s(g))for(n=new d(t=u(p.length));t>y;y++)c(n,y,m?h(p[y],y):p[y]);else for(l=g.call(p),n=new d;!(o=l.next()).done;y++)c(n,y,m?a(l,h,[o.value,y],!0):o.value);return n.length=y,n}})},HIhg:function(e,t,n){"use strict";(function(e){var r,o=n("vVMA"),i=n.n(o);(r=n("0cfB").enterModule)&&r(e);var a,s,u=[{sourceId:"summaryQuizPage",_handle:function(e){i.a.event({category:"Quiz",action:"summaryQuizPage",label:e.url,value:1})}},{sourceId:"chooseLevelQuiz",_handle:function(e){var t="";0==e.typeEx?t="tat-ca":1==e.typeEx?t="de":2==e.typeEx&&(t="kho"),i.a.event({category:"Quiz",action:"chooseLevelQuiz",label:t,value:1})}},{sourceId:"startNewQuiz",_handle:function(e){i.a.event({category:"Quiz",action:"startNewQuiz",label:e.url,value:1})}},{sourceId:"startAgainQuiz",_handle:function(e){i.a.event({category:"Quiz",action:"startAgainQuiz",label:e.url,value:1})}},{sourceId:"resumeQuiz",_handle:function(e){i.a.event({category:"Quiz",action:"resumeQuiz",label:e.url,value:1})}},{sourceId:"breakQuiz",_handle:function(e){i.a.event({category:"Quiz",action:"breakQuiz",label:e.url,value:e.learningTime})}},{sourceId:"challengeQuiz",_handle:function(e){i.a.event({category:"Quiz",action:"challengeQuiz",label:e.url,value:e.learningTime})}},{sourceId:"doneGuestQuiz",_handle:function(e){i.a.event({category:"Quiz",action:"doneGuestQuiz",label:e.url,value:e.learningTime})}},{sourceId:"loginGuestQuiz",_handle:function(e){i.a.event({category:"Quiz",action:"loginGuestQuiz",label:e.url,value:e.learningTime})}},{sourceId:"doneQuiz",_handle:function(e){i.a.event({category:"Quiz",action:"doneQuiz",label:e.url,value:e.learningTime})}},{sourceId:"registerQuizVip",_handle:function(e){i.a.event({category:"Quiz",action:"registerQuizVip",label:e.url,value:e.learningTime})}},{sourceId:"ignoreQuiz",_handle:function(e){i.a.event({category:"Quiz",action:"ignoreQuiz",label:e.url,value:e.learningTime})}},{sourceId:"verifyQuiz",_handle:function(e){i.a.event({category:"Quiz",action:"verifyQuiz",label:e.url,value:e.learningTime})}},{sourceId:"payment",_handle:function(e){i.a.event({category:"Quiz",action:"payment",label:e.url,value:e.learningTime})}}],c=u;t.a=c,a=n("0cfB").default,s=n("0cfB").leaveModule,a&&(a.register("Quiz","CATEGORY","/mnt/d/pm2/lgh-quizz-pc/client/modules/GAEvent/QuizEvents.js"),a.register(u,"eventTables","/mnt/d/pm2/lgh-quizz-pc/client/modules/GAEvent/QuizEvents.js"),a.register(c,"default","/mnt/d/pm2/lgh-quizz-pc/client/modules/GAEvent/QuizEvents.js"),s(e))}).call(this,n("3UD+")(e))},HKjm:function(e,t,n){"use strict";var r=n("2UD4"),o=n("jBYB"),i=n("obDU");t.default=u;var a=["second","second-short","minute","minute-short","hour","hour-short","day","day-short","month","month-short","year","year-short"],s=["best fit","numeric"];function u(e,t){t=t||{},i.isArray(e)&&(e=e.concat()),i.defineProperty(this,"_locale",{value:this._resolveLocale(e)}),i.defineProperty(this,"_options",{value:{style:this._resolveStyle(t.style),units:this._isValidUnits(t.units)&&t.units}}),i.defineProperty(this,"_locales",{value:e}),i.defineProperty(this,"_fields",{value:this._findFields(this._locale)}),i.defineProperty(this,"_messages",{value:i.objCreate(null)});var n=this;this.format=function(e,t){return n._format(e,t)}}i.defineProperty(u,"__localeData__",{value:i.objCreate(null)}),i.defineProperty(u,"__addLocaleData",{value:function(e){if(!e||!e.locale)throw new Error("Locale data provided to IntlRelativeFormat is missing a `locale` property value");u.__localeData__[e.locale.toLowerCase()]=e,r.default.__addLocaleData(e)}}),i.defineProperty(u,"defaultLocale",{enumerable:!0,writable:!0,value:void 0}),i.defineProperty(u,"thresholds",{enumerable:!0,value:{second:45,"second-short":45,minute:45,"minute-short":45,hour:22,"hour-short":22,day:26,"day-short":26,month:11,"month-short":11}}),u.prototype.resolvedOptions=function(){return{locale:this._locale,style:this._options.style,units:this._options.units}},u.prototype._compileMessage=function(e){var t,n=this._locales,o=(this._locale,this._fields[e].relativeTime),i="",a="";for(t in o.future)o.future.hasOwnProperty(t)&&(i+=" "+t+" {"+o.future[t].replace("{0}","#")+"}");for(t in o.past)o.past.hasOwnProperty(t)&&(a+=" "+t+" {"+o.past[t].replace("{0}","#")+"}");var s="{when, select, future {{0, plural, "+i+"}}past {{0, plural, "+a+"}}}";return new r.default(s,n)},u.prototype._getMessage=function(e){var t=this._messages;return t[e]||(t[e]=this._compileMessage(e)),t[e]},u.prototype._getRelativeUnits=function(e,t){var n=this._fields[t];if(n.relative)return n.relative[e]},u.prototype._findFields=function(e){for(var t=u.__localeData__,n=t[e.toLowerCase()];n;){if(n.fields)return n.fields;n=n.parentLocale&&t[n.parentLocale.toLowerCase()]}throw new Error("Locale data added to IntlRelativeFormat is missing `fields` for :"+e)},u.prototype._format=function(e,t){var n=t&&void 0!==t.now?t.now:i.dateNow();if(void 0===e&&(e=n),!isFinite(n))throw new RangeError("The `now` option provided to IntlRelativeFormat#format() is not in valid range.");if(!isFinite(e))throw new RangeError("The date value provided to IntlRelativeFormat#format() is not in valid range.");var r=o.default(n,e),a=this._options.units||this._selectUnits(r),s=r[a];if("numeric"!==this._options.style){var u=this._getRelativeUnits(s,a);if(u)return u}return this._getMessage(a).format({0:Math.abs(s),when:s<0?"past":"future"})},u.prototype._isValidUnits=function(e){if(!e||i.arrIndexOf.call(a,e)>=0)return!0;if("string"==typeof e){var t=/s$/.test(e)&&e.substr(0,e.length-1);if(t&&i.arrIndexOf.call(a,t)>=0)throw new Error('"'+e+'" is not a valid IntlRelativeFormat `units` value, did you mean: '+t)}throw new Error('"'+e+'" is not a valid IntlRelativeFormat `units` value, it must be one of: "'+a.join('", "')+'"')},u.prototype._resolveLocale=function(e){"string"==typeof e&&(e=[e]),e=(e||[]).concat(u.defaultLocale);var t,n,r,o,i=u.__localeData__;for(t=0,n=e.length;t=0)return e;throw new Error('"'+e+'" is not a valid IntlRelativeFormat `style` value, it must be one of: "'+s.join('", "')+'"')},u.prototype._selectUnits=function(e){var t,n,r,o=a.filter(function(e){return e.indexOf("-short")<1});for(t=0,n=o.length;t100&&(e>t?jquery__WEBPACK_IMPORTED_MODULE_12___default()(".section-header").css("top","0"):jquery__WEBPACK_IMPORTED_MODULE_12___default()(".section-header").css("top","-120px")),e=t}}),_defineProperty(_assertThisInitialized(_assertThisInitialized(t)),"handleLogout",function(){t.props.logoutRequest()}),_defineProperty(_assertThisInitialized(_assertThisInitialized(t)),"handlePhoneInput",function(e){t.setState({phone_number:e.target.value})}),_defineProperty(_assertThisInitialized(_assertThisInitialized(t)),"handleEmailInput",function(e){t.setState({email:e.target.value})}),_defineProperty(_assertThisInitialized(_assertThisInitialized(t)),"onChangeFB",function(e){t.setState({feedback_msg:e.target.value})}),_defineProperty(_assertThisInitialized(_assertThisInitialized(t)),"saveFBVungoi",function(){}),t.state={AsyncComponent:function(){return react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("div",null)}},t}return _inherits(App,_Component),_createClass(App,[{key:"componentDidMount",value:function(){Object(_util_versionControl_startUpApp__WEBPACK_IMPORTED_MODULE_13__.a)(_config__WEBPACK_IMPORTED_MODULE_4__.f);var e=_util_localStoreService__WEBPACK_IMPORTED_MODULE_2__.a.getUser(),t=_util_localStoreService__WEBPACK_IMPORTED_MODULE_2__.a.getGrade(),n=_util_localStoreService__WEBPACK_IMPORTED_MODULE_2__.a.getChapterQuestionLink();if(e&&e.token){if(!e.server_render){this.props.storeSession(e);var r=1;t&&t.type?r=t.type:n&&n.gradeType&&(r=n.gradeType),this.props.setGrade(r)}}else{var o=1;t&&t.type?o=t.type:n&&n.gradeType&&(o=n.gradeType),this.props.setGrade(o),this.props.guestRequest()}this.state.isMounted&&window.devToolsExtension}},{key:"componentWillReceiveProps",value:function(e){e.subjects.gradeType!==this.props.subjects.gradeType&&(this.props.setGrade(e.subjects.gradeType),_util_localStoreService__WEBPACK_IMPORTED_MODULE_2__.a.addGrade({type:e.subjects.gradeType}))}},{key:"getSubstringUntilNth",value:function(e,t,n){return e.split(t,n).join(t)}},{key:"render",value:function(){var e=this;if(null===_util_localStoreService__WEBPACK_IMPORTED_MODULE_2__.a.getUser())return null;var t=this.state.AsyncComponent;return react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(react__WEBPACK_IMPORTED_MODULE_0___default.a.Fragment,null,react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(react_redux_loading_bar__WEBPACK_IMPORTED_MODULE_3___default.a,{className:"loadingBar"}),react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(react_redux_toastr__WEBPACK_IMPORTED_MODULE_7___default.a,{timeOut:5e3,newestOnTop:!1,preventDuplicates:!0,position:"top-right",transitionIn:"fadeIn",transitionOut:"fadeOut"}),react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(react__WEBPACK_IMPORTED_MODULE_0___default.a.Fragment,null,this.props.session&&void 0!==this.props.session.token||_util_localStoreService__WEBPACK_IMPORTED_MODULE_2__.a.getUser().server_render?react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("div",null,react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(t,null),react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(react_addons_css_transition_group__WEBPACK_IMPORTED_MODULE_6___default.a,{component:"div",className:transitionClassName,transitionName:pageTransitionName,transitionEnterTimeout:transitionEnterTimeout,transitionLeaveTimeout:transitionDuration},react__WEBPACK_IMPORTED_MODULE_0___default.a.cloneElement(react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("div",{className:"section-content"},e.props.children),{key:this.getSubstringUntilNth(this.props.location.pathname,"/",2)}))):null))}},{key:"__reactstandin__regenerateByEval",value:function __reactstandin__regenerateByEval(key,code){this[key]=eval(code)}}]),App}(react__WEBPACK_IMPORTED_MODULE_0__.Component);function mapStateToProps(e){return{intl:e.intl,user:e.user,note:e.note,session:e.user.session,subjects:e.subjects,hiddenFooter:e.app.hiddenFooter}}App.propTypes={};var mapDispatchToProps=function(e){return{guestRequest:function(){return e(Object(_modules_User_UserActions__WEBPACK_IMPORTED_MODULE_8__.A)())},storeSession:function(t,n){return e(Object(_modules_User_UserActions__WEBPACK_IMPORTED_MODULE_8__.C)(t,n))},addFeedBackGeneralRequest:function(e){function t(t){return e.apply(this,arguments)}return t.toString=function(){return e.toString()},t}(function(t){return e(addFeedBackGeneralRequest(t))}),logoutRequest:function(){return e(Object(_modules_User_UserActions__WEBPACK_IMPORTED_MODULE_8__.B)())},setGrade:function(t){return e(Object(_client_modules_Subjects_SubjectAction__WEBPACK_IMPORTED_MODULE_14__.h)(t))}}},_default=Object(react_redux__WEBPACK_IMPORTED_MODULE_1__.connect)(mapStateToProps,mapDispatchToProps)(App),reactHotLoader,leaveModule;__webpack_exports__.a=_default,reactHotLoader=__webpack_require__("0cfB").default,leaveModule=__webpack_require__("0cfB").leaveModule,reactHotLoader&&(reactHotLoader.register(pageTransitionName,"pageTransitionName","/mnt/d/pm2/lgh-quizz-pc/client/modules/App/App.js"),reactHotLoader.register(repoTransitionName,"repoTransitionName","/mnt/d/pm2/lgh-quizz-pc/client/modules/App/App.js"),reactHotLoader.register(transitionClassName,"transitionClassName","/mnt/d/pm2/lgh-quizz-pc/client/modules/App/App.js"),reactHotLoader.register(transitionDuration,"transitionDuration","/mnt/d/pm2/lgh-quizz-pc/client/modules/App/App.js"),reactHotLoader.register(transitionEnterTimeout,"transitionEnterTimeout","/mnt/d/pm2/lgh-quizz-pc/client/modules/App/App.js"),reactHotLoader.register(App,"App","/mnt/d/pm2/lgh-quizz-pc/client/modules/App/App.js"),reactHotLoader.register(mapStateToProps,"mapStateToProps","/mnt/d/pm2/lgh-quizz-pc/client/modules/App/App.js"),reactHotLoader.register(mapDispatchToProps,"mapDispatchToProps","/mnt/d/pm2/lgh-quizz-pc/client/modules/App/App.js"),reactHotLoader.register(_default,"default","/mnt/d/pm2/lgh-quizz-pc/client/modules/App/App.js"),leaveModule(module))}).call(this,__webpack_require__("3UD+")(module))},Hfiw:function(e,t,n){var r=n("Y7ZC");r(r.S,"Object",{setPrototypeOf:n("6tYh").set})},Hgtk:function(e,t,n){"use strict";(function(e){var r,o=n("3OWR"),i=n.n(o),a=n("NVra"),s=n("gInd"),u=n.n(s);function c(e){for(var t=1;t0&&void 0!==arguments[0]?arguments[0]:d,t=arguments.length>1?arguments[1]:void 0;switch(t.type){case a.h:return i()({},e,{items:{grade:t.items}});case a.i:return i()({},e,{items:{subjectDetail:t.payload},is_loading:!1});case a.j:return c({},e,{is_loading:!0});case a.k:return c({},e,{is_loading:!1});case a.g:return i()({},e,{items:{chapterDetail:t.items}});case a.a:return u.a.set(e,"items.chapterDetail.chapters.".concat(t.index,".quizzes"),t.quizDetail);case a.d:return i()({},e,{items:t.items,loaderPage:"result_subject"});case a.e:return i()({},e,{items:t.items,loaderPage:"save_page"});case a.f:return i()({},e,{items:t.items,loaderPage:"wrong_page"});case a.c:return i()({},e,{items:t.items,loaderPage:"note_page"});case a.b:return i()({},e,{items:t.items,loaderPage:"info_user"});default:return e}},h=f;t.a=h,l=n("0cfB").default,p=n("0cfB").leaveModule,l&&(l.register(d,"initialState","/mnt/d/pm2/lgh-quizz-pc/client/modules/Thongke/components/KQHocTap/ResultSummuryReducer.js"),l.register(f,"ResultSummuryReducer","/mnt/d/pm2/lgh-quizz-pc/client/modules/Thongke/components/KQHocTap/ResultSummuryReducer.js"),l.register(h,"default","/mnt/d/pm2/lgh-quizz-pc/client/modules/Thongke/components/KQHocTap/ResultSummuryReducer.js"),p(e))}).call(this,n("3UD+")(e))},Hi79:function(module,__webpack_exports__,__webpack_require__){"use strict";(function(module){__webpack_require__.d(__webpack_exports__,"a",function(){return HandlerRegistry});var invariant__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("jiGI"),invariant__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(invariant__WEBPACK_IMPORTED_MODULE_0__),lodash_isArray__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("Z0cm"),lodash_isArray__WEBPACK_IMPORTED_MODULE_1___default=__webpack_require__.n(lodash_isArray__WEBPACK_IMPORTED_MODULE_1__),asap__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("A1CB"),asap__WEBPACK_IMPORTED_MODULE_2___default=__webpack_require__.n(asap__WEBPACK_IMPORTED_MODULE_2__),_actions_registry__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__("3qdV"),_utils_getNextUniqueId__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__("f948"),enterModule;function _classCallCheck(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function _defineProperties(e,t){for(var n=0;n requires at least one monitor inside. Why don’t you try ? You can get it at https://github.com/gaearon/redux-devtools-log-monitor."):i>1&&!n.changeMonitorKey&&console.error('You specified multiple monitors inside but did not provide `changeMonitorKey` prop to change them. Try specifying and then press Ctrl-M.'),r}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(t,e),t.prototype.componentDidMount=function(){window.addEventListener("keydown",this.handleKeyDown)},t.prototype.componentWillUnmount=function(){window.removeEventListener("keydown",this.handleKeyDown)},t.prototype.matchesKey=function(e,t){if(!e)return!1;var n=t.keyCode||t.which,r=String.fromCharCode(n);return e.name.toUpperCase()===r.toUpperCase()&&e.alt===t.altKey&&e.ctrl===t.ctrlKey&&e.meta===t.metaKey&&e.shift===t.shiftKey},t.prototype.handleKeyDown=function(e){if(e.ctrlKey||e.metaKey||e.altKey||"INPUT"!==e.target.tagName&&"SELECT"!==e.target.tagName&&"TEXTAREA"!==e.target.tagName&&!e.target.isContentEditable){var t=(0,l.default)(this.props.toggleVisibilityKey),n=(0,l.default)(this.props.changePositionKey),r=void 0;this.props.changeMonitorKey&&(r=(0,l.default)(this.props.changeMonitorKey)),this.matchesKey(t,e)?(e.preventDefault(),this.props.dispatch((0,c.toggleVisibility)())):this.matchesKey(n,e)?(e.preventDefault(),this.props.dispatch((0,c.changePosition)())):this.matchesKey(r,e)&&(e.preventDefault(),this.props.dispatch((0,c.changeMonitor)()))}},t.prototype.handleSizeChange=function(e){this.props.dispatch((0,c.changeSize)(e))},t.prototype.renderChild=function(e,t,n){var i=this.props.monitorState,a=i.childMonitorIndex,s=i.childMonitorStates;return t!==a?null:(0,o.cloneElement)(e,r({monitorState:s[t]},n))},t.prototype.render=function(){var e=this,t=this.props,n=t.monitorState,r=t.children,a=t.fluid,u=function(e,t){var n={};for(var r in e)t.indexOf(r)>=0||Object.prototype.hasOwnProperty.call(e,r)&&(n[r]=e[r]);return n}(t,["monitorState","children","fluid"]),c=n.position,_=n.isVisible,l=n.size;return i.default.createElement(s.default,{position:c,isVisible:_,size:l,fluid:a,onSizeChange:this.handleSizeChange,dimMode:"none"},o.Children.map(r,function(t,n){return e.renderChild(t,n,u)}))},t}(o.Component);d.update=_.default,d.propTypes={defaultPosition:a.default.oneOf(u.POSITIONS),defaultIsVisible:a.default.bool.isRequired,defaultSize:a.default.number.isRequired,toggleVisibilityKey:a.default.string.isRequired,changePositionKey:a.default.string.isRequired,changeMonitorKey:a.default.string,fluid:a.default.bool,dispatch:a.default.func,monitorState:a.default.shape({position:a.default.oneOf(u.POSITIONS).isRequired,size:a.default.number.isRequired,isVisible:a.default.bool.isRequired,childMonitorState:a.default.any})},d.defaultProps={defaultIsVisible:!0,defaultPosition:"right",defaultSize:.3,fluid:!0},t.default=d},HqwZ:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.toastr=t.reducer=t.actions=t.default=void 0;var r=s(n("YVlF")),o=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){var r=Object.defineProperty&&Object.getOwnPropertyDescriptor?Object.getOwnPropertyDescriptor(e,n):{};r.get||r.set?Object.defineProperty(t,n,r):t[n]=e[n]}return t.default=e,t}(n("kENB")),i=s(n("uYEE")),a=n("wOfu");function s(e){return e&&e.__esModule?e:{default:e}}var u=r.default;t.default=u;var c=o;t.actions=c;var _=i.default;t.reducer=_;var l=a.toastrEmitter;t.toastr=l},Hsns:function(e,t,n){var r=n("93I4"),o=n("5T2Y").document,i=r(o)&&r(o.createElement);e.exports=function(e){return i?o.createElement(e):{}}},Hxic:function(e,t,n){var r=n("XKFU");r(r.S,"Math",{RAD_PER_DEG:180/Math.PI})},HzlJ:function(e,t,n){"use strict";t.default={locale:"en",pluralRuleFunction:function(e,t){var n=String(e).split("."),r=!n[1],o=Number(n[0])==e,i=o&&n[0].slice(-1),a=o&&n[0].slice(-2);return t?1==i&&11!=a?"one":2==i&&12!=a?"two":3==i&&13!=a?"few":"other":1==e&&r?"one":"other"},fields:{year:{displayName:"year",relative:{0:"this year",1:"next year","-1":"last year"},relativeTime:{future:{one:"in {0} year",other:"in {0} years"},past:{one:"{0} year ago",other:"{0} years ago"}}},"year-short":{displayName:"yr.",relative:{0:"this yr.",1:"next yr.","-1":"last yr."},relativeTime:{future:{one:"in {0} yr.",other:"in {0} yr."},past:{one:"{0} yr. ago",other:"{0} yr. ago"}}},month:{displayName:"month",relative:{0:"this month",1:"next month","-1":"last month"},relativeTime:{future:{one:"in {0} month",other:"in {0} months"},past:{one:"{0} month ago",other:"{0} months ago"}}},"month-short":{displayName:"mo.",relative:{0:"this mo.",1:"next mo.","-1":"last mo."},relativeTime:{future:{one:"in {0} mo.",other:"in {0} mo."},past:{one:"{0} mo. ago",other:"{0} mo. ago"}}},day:{displayName:"day",relative:{0:"today",1:"tomorrow","-1":"yesterday"},relativeTime:{future:{one:"in {0} day",other:"in {0} days"},past:{one:"{0} day ago",other:"{0} days ago"}}},"day-short":{displayName:"day",relative:{0:"today",1:"tomorrow","-1":"yesterday"},relativeTime:{future:{one:"in {0} day",other:"in {0} days"},past:{one:"{0} day ago",other:"{0} days ago"}}},hour:{displayName:"hour",relative:{0:"this hour"},relativeTime:{future:{one:"in {0} hour",other:"in {0} hours"},past:{one:"{0} hour ago",other:"{0} hours ago"}}},"hour-short":{displayName:"hr.",relative:{0:"this hour"},relativeTime:{future:{one:"in {0} hr.",other:"in {0} hr."},past:{one:"{0} hr. ago",other:"{0} hr. ago"}}},minute:{displayName:"minute",relative:{0:"this minute"},relativeTime:{future:{one:"in {0} minute",other:"in {0} minutes"},past:{one:"{0} minute ago",other:"{0} minutes ago"}}},"minute-short":{displayName:"min.",relative:{0:"this minute"},relativeTime:{future:{one:"in {0} min.",other:"in {0} min."},past:{one:"{0} min. ago",other:"{0} min. ago"}}},second:{displayName:"second",relative:{0:"now"},relativeTime:{future:{one:"in {0} second",other:"in {0} seconds"},past:{one:"{0} second ago",other:"{0} seconds ago"}}},"second-short":{displayName:"sec.",relative:{0:"now"},relativeTime:{future:{one:"in {0} sec.",other:"in {0} sec."},past:{one:"{0} sec. ago",other:"{0} sec. ago"}}}}}},"I+pd":function(e,t,n){"use strict";(function(e){n.d(t,"a",function(){return u});var r,o=n("q1tI"),i=n.n(o);(r=n("0cfB").enterModule)&&r(e);var a,s,u=function(e){if(void 0===e)return null;if(!Array.isArray(e))return i.a.createElement("div",{dangerouslySetInnerHTML:{__html:e}});var t="";return e.forEach(function(e){var n="";if("html"===e.type)"\\n

"===(n+=e.content).substr(n.length-6)&&(n+="
"),t+=n;else if("image"===e.type){var r="",o=e.width?e.width:"",i=e.height?e.height:"";if(+e.quantity>0){for(var a=0;a'.concat(r,"
"),t+=n}else n+='
\n ').concat(e.caption,'\n
'),t+=n}else if("notice"===e.type){var s="";s=1==e.notice_type?"https://cdn.vungoi.vn/vungoi/2021/0507/1620375113123_icon_chuy.png":2==e.notice_type?"https://cdn.vungoi.vn/vungoi/2021/0507/1620375210964_icon_chuy2.png":"https://cdn.vungoi.vn/vungoi/2021/0507/1620375233555_icon_chuy3.png",n+='
'),n+='
'),n+='
'.concat(e.content,"
"),t+=n+="
"}else if("simple_notice"===e.type)n+='
'),n+='
'.concat(e.content,"
"),t+=n+="
";else if("icon_notice"===e.type){var u="";u=1==e.notice_type?"https://cdn.vungoi.vn/vungoi/2021/0507/1620375113123_icon_chuy.png":2==e.notice_type?"https://cdn.vungoi.vn/vungoi/2021/0507/1620375210964_icon_chuy2.png":"https://cdn.vungoi.vn/vungoi/2021/0507/1620375233555_icon_chuy3.png",n+='
'),n+='
'),n+='
'.concat(e.content,"
"),t+=n+="
"}}),t};a=n("0cfB").default,s=n("0cfB").leaveModule,a&&(a.register(u,"builHtmlFromArray","/mnt/d/pm2/lgh-quizz-pc/lib/quiz_component/src/vungoi-component/PrimaryQuestion/util/builHtmlFromArray.js"),s(e))}).call(this,n("3UD+")(e))},"I/DW":function(e,t,n){"use strict";t.__esModule=!0;var r=_(n("17x9")),o=_(n("neHb")),i=_(n("q1tI")),a=_(n("i8i4")),s=_(n("eF//")),u=_(n("z9HI")),c=_(n("Po8x"));function _(e){return e&&e.__esModule?e:{default:e}}function l(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}var p=function(e){function t(){var n,r;!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,t);for(var o=arguments.length,i=Array(o),a=0;a0&&void 0!==arguments[0]?arguments[0]:r.props;r._portalContainerNode=(0,s.default)(e.container,(0,u.default)(r).body)},r.getMountNode=function(){return r._portalContainerNode},l(r,n)}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(t,e),t.prototype.componentDidMount=function(){this.setContainer(),this.forceUpdate(this.props.onRendered)},t.prototype.componentWillReceiveProps=function(e){e.container!==this.props.container&&this.setContainer(e)},t.prototype.componentWillUnmount=function(){this._portalContainerNode=null},t.prototype.render=function(){return this.props.children&&this._portalContainerNode?a.default.createPortal(this.props.children,this._portalContainerNode):null},t}(i.default.Component);p.displayName="Portal",p.propTypes={container:r.default.oneOfType([o.default,r.default.func]),onRendered:r.default.func},t.default=a.default.createPortal?p:c.default,e.exports=t.default},"I/T1":function(e,t,n){"use strict";(function(e){n.d(t,"a",function(){return y});var r,o=n("UfWW"),i=n.n(o),a=n("VD47"),s=n.n(a),u=n("3OWR"),c=n.n(u),_=n("Puqe"),l=n.n(_),p=n("bNQv"),d=n.n(p);n("XH0y");function f(e,t){var n=[];d()(e,function(e){var t=l()(e,"status");d()(e.status,function(e){n.push(c()({},t,{status:e}))})});var r=[];return d()(t,function(e){var t=l()(e,"status");d()(e.status,function(e){r.push(c()({},t,{status:e}))})}),s()(r,n,function(e,t){return e.status===t.status&&e.nextAction===t.nextAction&&e.condition===t.condition})}(r=n("XsMp").enterModule)&&r(e);var h,m,y=function(e,t,n){var r=n[e],o=f(r.originStateArr,t);return function(e,t,n){var a={},s=i()(o,function(n){return n.status===t.status&&(a=r.actionHandler(n.nextAction,e),n.status===t.status&&a.hasPass()&&(!n.condition||n.condition&&n.checkCondition(e,t)))});if(-1!==s){e.id&&e.id;return o[s].getNextProps(e,t,n)}return{shouldUpdate:!1}}};h=n("XsMp").default,m=n("XsMp").leaveModule,h&&(h.register(f,"mergeStateArrInSingles","/mnt/d/pm2/lgh-quizz-pc/lib/react_event_connector/src/component/cnc/state-transformer.js"),h.register(y,"generateStateMachine","/mnt/d/pm2/lgh-quizz-pc/lib/react_event_connector/src/component/cnc/state-transformer.js"),m(e))}).call(this,n("3UD+")(e))},I01J:function(e,t){e.exports=function(e){return e}},I0N7:function(e,t){e.exports=function(e,t,n){return Math.min(Math.max(e,t),n)}},I1BE:function(e,t){e.exports=function(e){var t=[];return t.toString=function(){return this.map(function(t){var n=function(e,t){var n=e[1]||"",r=e[3];if(!r)return n;if(t&&"function"==typeof btoa){var o=(a=r,"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(a))))+" */"),i=r.sources.map(function(e){return"/*# sourceURL="+r.sourceRoot+e+" */"});return[n].concat(i).concat([o]).join("\n")}var a;return[n].join("\n")}(t,e);return t[2]?"@media "+t[2]+"{"+n+"}":n}).join("")},t.i=function(e,n){"string"==typeof e&&(e=[[null,e,""]]);for(var r={},o=0;oa){for(var t=0,n=o.length-i;t1?arguments[1]:void 0)}}),n("nGyu")(i)},IOzZ:function(e,t){e.exports=function(e,t){return function(n){return null!=n&&n[e]===t&&(void 0!==t||e in Object(n))}}},ISNX:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.vendorPrefix=t.events=void 0,t.arrayMove=function(e,t,n){var r=e.slice(0);if(n>=r.length)for(var o=n-r.length;1+o--;)r.push(void 0);return r.splice(n,0,r.splice(t,1)[0]),r},t.omit=function(e){for(var t=arguments.length,n=Array(t>1?t-1:0),r=1;rt)return t;return n},t.getElementMargin=function(e){var t=window.getComputedStyle(e);return{top:a(t.marginTop),right:a(t.marginRight),bottom:a(t.marginBottom),left:a(t.marginLeft)}},t.provideDisplayName=function(e,t){var n=t.displayName||t.name;return n?e+"("+n+")":e},t.getPosition=function(e){return e.touches&&e.touches.length?{x:e.touches[0].pageX,y:e.touches[0].pageY}:e.changedTouches&&e.changedTouches.length?{x:e.changedTouches[0].pageX,y:e.changedTouches[0].pageY}:{x:e.pageX,y:e.pageY}},t.isTouchEvent=function(e){return e.touches&&e.touches.length||e.changedTouches&&e.changedTouches.length},t.getEdgeOffset=function e(t,n){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{top:0,left:0};if(t){var o={top:r.top+t.offsetTop,left:r.left+t.offsetLeft};return t.parentNode!==n?e(t.parentNode,n,o):o}},t.getLockPixelOffset=function(e){var t=e.lockOffset,n=e.width,r=e.height,o=t,a=t,s="px";if("string"==typeof t){var u=/^[+-]?\d*(?:\.\d*)?(px|%)$/.exec(t);(0,i.default)(null!==u,'lockOffset value should be a number or a string of a number followed by "px" or "%". Given %s',t),o=a=parseFloat(t),s=u[1]}(0,i.default)(isFinite(o)&&isFinite(a),"lockOffset value should be a finite. Given %s",t),"%"===s&&(o=o*n/100,a=a*r/100);return{x:o,y:a}};var r,o=n("dQBR"),i=(r=o)&&r.__esModule?r:{default:r};t.events={start:["touchstart","mousedown"],move:["touchmove","mousemove"],end:["touchend","touchcancel","mouseup"]},t.vendorPrefix=function(){if("undefined"==typeof window||"undefined"==typeof document)return"";var e=window.getComputedStyle(document.documentElement,"")||["-moz-hidden-iframe"],t=(Array.prototype.slice.call(e).join("").match(/-(moz|webkit|ms)-/)||""===e.OLink&&["","o"])[1];switch(t){case"ms":return"ms";default:return t&&t.length?t[0].toUpperCase()+t.substr(1):""}}();function a(e){return"px"===e.substr(-2)?parseFloat(e):0}},"IU+Z":function(e,t,n){"use strict";n("sMXx");var r=n("KroJ"),o=n("Mukb"),i=n("eeVq"),a=n("vhPU"),s=n("K0xU"),u=n("Ugos"),c=s("species"),_=!i(function(){var e=/./;return e.exec=function(){var e=[];return e.groups={a:"7"},e},"7"!=="".replace(e,"$")}),l=function(){var e=/(?:)/,t=e.exec;e.exec=function(){return t.apply(this,arguments)};var n="ab".split(e);return 2===n.length&&"a"===n[0]&&"b"===n[1]}();e.exports=function(e,t,n){var p=s(e),d=!i(function(){var t={};return t[p]=function(){return 7},7!=""[e](t)}),f=d?!i(function(){var t=!1,n=/a/;return n.exec=function(){return t=!0,null},"split"===e&&(n.constructor={},n.constructor[c]=function(){return n}),n[p](""),!t}):void 0;if(!d||!f||"replace"===e&&!_||"split"===e&&!l){var h=/./[p],m=n(a,p,""[e],function(e,t,n,r,o){return t.exec===u?d&&!o?{done:!0,value:h.call(t,n,r)}:{done:!0,value:e.call(n,t,r)}:{done:!1}}),y=m[0],g=m[1];r(String.prototype,e,y),o(RegExp.prototype,p,2==t?function(e,t){return g.call(e,this,t)}:function(e){return g.call(e,this)})}}},IWTy:function(e,t,n){var r=n("yue5");e.exports=function(e,t,n){for(var o=-1,i=e.criteria,a=t.criteria,s=i.length,u=n.length;++o=u?c:c*("desc"==n[o]?-1:1)}return e.index-t.index}},IXt9:function(e,t,n){"use strict";var r=n("0/R4"),o=n("OP3Y"),i=n("K0xU")("hasInstance"),a=Function.prototype;i in a||n("hswa").f(a,i,{value:function(e){if("function"!=typeof this||!r(e))return!1;if(!r(this.prototype))return e instanceof this;for(;e=o(e);)if(this.prototype===e)return!0;return!1}})},IbwZ:function(module,__webpack_exports__,__webpack_require__){"use strict";(function(module){var lodash_assign__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("3OWR"),lodash_assign__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(lodash_assign__WEBPACK_IMPORTED_MODULE_0__),lodash_get__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("mwIZ"),lodash_get__WEBPACK_IMPORTED_MODULE_1___default=__webpack_require__.n(lodash_get__WEBPACK_IMPORTED_MODULE_1__),react__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("q1tI"),react__WEBPACK_IMPORTED_MODULE_2___default=__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_2__),prop_types__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__("g8p1"),prop_types__WEBPACK_IMPORTED_MODULE_3___default=__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_3__),_util_builHtmlFromArray__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__("I+pd"),_util_transformNestedObj__WEBPACK_IMPORTED_MODULE_5__=__webpack_require__("x5HP"),_util_dangerousHtml__WEBPACK_IMPORTED_MODULE_6__=__webpack_require__("R2C9"),enterModule;function _typeof(e){return(_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function _extends(){return(_extends=Object.assign||function(e){for(var t=1;t0&&void 0!==arguments[0]?arguments[0]:{},t=e.promiseTypeSuffixes||s,n=e.promiseTypeDelimiter||"_";return function(e){var r=e.dispatch;return function(e){return function(s){var u=void 0,c=void 0;if(!s.payload)return e(s);var _=s.payload;if(o(_))u=_;else if(o(_.promise))u=_.promise,c=_.data;else{if("function"!=typeof _&&"function"!=typeof _.promise)return e(s);if(u=_.promise?_.promise():_(),c=_.promise?_.data:void 0,!o(u))return e(a({},s,{payload:u}))}var l=s.type,p=s.meta,d=i(t,3),f=d[0],h=d[1],m=d[2],y=function(e,t){return a({type:[l,t?m:h].join(n)},null===e||void 0===e?{}:{payload:e},void 0!==p?{meta:p}:{},t?{error:!0}:{})};return e(a({type:[l,f].join(n)},void 0!==c?{payload:c}:{},void 0!==p?{meta:p}:{})),u.then(function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null,t=y(e,!1);return r(t),{value:e,action:t}},function(e){var t=y(e,!0);throw r(t),e})}}}}},Ihzh:function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e.default:e}t.__esModule=!0;var o=n("FMM9");t.threezerotwofour=r(o);var i=n("D5hx");t.apathy=r(i);var a=n("zFpJ");t.ashes=r(a);var s=n("+/up");t.atelierDune=r(s);var u=n("7KeA");t.atelierForest=r(u);var c=n("5FFA");t.atelierHeath=r(c);var _=n("99I3");t.atelierLakeside=r(_);var l=n("ZMQG");t.atelierSeaside=r(l);var p=n("Fzdc");t.bespin=r(p);var d=n("opHZ");t.brewer=r(d);var f=n("CjjH");t.bright=r(f);var h=n("ju9h");t.chalk=r(h);var m=n("KFpz");t.codeschool=r(m);var y=n("pq2K");t.colors=r(y);var g=n("Pxmx");t.default=r(g);var E=n("Vgfr");t.eighties=r(E);var b=n("yyUu");t.embers=r(b);var v=n("Vp1n");t.flat=r(v);var O=n("Udc6");t.google=r(O);var M=n("sBam");t.grayscale=r(M);var P=n("yZE0");t.greenscreen=r(P);var D=n("lw7W");t.harmonic=r(D);var T=n("JOSh");t.hopscotch=r(T);var C=n("V/5U");t.isotope=r(C);var w=n("chXj");t.marrakesh=r(w);var I=n("DfxN");t.mocha=r(I);var A=n("aic/");t.monokai=r(A);var k=n("0TAD");t.ocean=r(k);var R=n("C26z");t.paraiso=r(R);var S=n("6xfF");t.pop=r(S);var L=n("LRzW");t.railscasts=r(L);var x=n("Ezr3");t.shapeshifter=r(x);var B=n("lDDf");t.solarized=r(B);var U=n("R/zK");t.summerfruit=r(U);var j=n("YAoJ");t.tomorrow=r(j);var q=n("Wl7T");t.tube=r(q);var z=n("XW4k");t.twilight=r(z)},IlFx:function(e,t,n){var r=n("XKFU"),o=n("y3w9"),i=Object.isExtensible;r(r.S,"Reflect",{isExtensible:function(e){return o(e),!i||i(e)}})},Ioao:function(e,t,n){var r=n("heNW"),o=Math.max;e.exports=function(e,t,n){return t=o(void 0===t?e.length-1:t,0),function(){for(var i=arguments,a=-1,s=o(i.length-t,0),u=Array(s);++a=200&&e<300}};u.headers={common:{Accept:"application/json, text/plain, */*"}},r.forEach(["delete","get","head"],function(e){u.headers[e]={}}),r.forEach(["post","put","patch"],function(e){u.headers[e]=r.merge(i)}),e.exports=u}).call(this,n("8oxB"))},JKXY:function(module,__webpack_exports__,__webpack_require__){"use strict";(function(module){var react__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("q1tI"),react__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__),prop_types__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("g8p1"),prop_types__WEBPACK_IMPORTED_MODULE_1___default=__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_1__),_BoxChoice__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("/nE3"),_sample_spec_options_json__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__("Qmb7"),_sample_spec_options_json__WEBPACK_IMPORTED_MODULE_3___namespace=__webpack_require__.t("Qmb7",1),_store_quiz_result_store__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__("25vq"),_index_css__WEBPACK_IMPORTED_MODULE_5__=__webpack_require__("d57y"),_index_css__WEBPACK_IMPORTED_MODULE_5___default=__webpack_require__.n(_index_css__WEBPACK_IMPORTED_MODULE_5__),_Header_Quiz_Header_Quiz__WEBPACK_IMPORTED_MODULE_6__=__webpack_require__("0Peb"),_util_builHtmlFromArray__WEBPACK_IMPORTED_MODULE_7__=__webpack_require__("I+pd"),_SortedList_SortedList__WEBPACK_IMPORTED_MODULE_8__=__webpack_require__("2Ke3"),_util_dangerousHtml__WEBPACK_IMPORTED_MODULE_9__=__webpack_require__("R2C9"),enterModule;function _typeof(e){return(_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function _extends(){return(_extends=Object.assign||function(e){for(var t=1;t0&&void 0!==arguments[0]?arguments[0]:[];(Array.isArray(e)?e:[e]).forEach(function(e){e&&e.locale&&(a.a.__addLocaleData(e),u.a.__addLocaleData(e))})}function E(e){var t=e&&e.toLowerCase();return!(!a.a.__localeData__[t]||!u.a.__localeData__[t])}var b="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},v=(function(){function e(e){this.value=e}function t(t){var n,r;function o(n,r){try{var a=t[n](r),s=a.value;s instanceof e?Promise.resolve(s.value).then(function(e){o("next",e)},function(e){o("throw",e)}):i(a.done?"return":"normal",a.value)}catch(e){i("throw",e)}}function i(e,t){switch(e){case"return":n.resolve({value:t,done:!0});break;case"throw":n.reject(t);break;default:n.resolve({value:t,done:!1})}(n=n.next)?o(n.key,n.arg):r=null}this._invoke=function(e,t){return new Promise(function(i,a){var s={key:e,arg:t,resolve:i,reject:a,next:null};r?r=r.next=s:(n=r=s,o(e,t))})},"function"!=typeof t.return&&(this.return=void 0)}"function"==typeof Symbol&&Symbol.asyncIterator&&(t.prototype[Symbol.asyncIterator]=function(){return this}),t.prototype.next=function(e){return this._invoke("next",e)},t.prototype.throw=function(e){return this._invoke("throw",e)},t.prototype.return=function(e){return this._invoke("return",e)}}(),function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}),O=function(){function e(e,t){for(var n=0;n":">","<":"<",'"':""","'":"'"},X=/[&><"']/g;function Y(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return t.reduce(function(t,r){return e.hasOwnProperty(r)?t[r]=e[r]:n.hasOwnProperty(r)&&(t[r]=n[r]),t},{})}function J(){var e=(arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}).intl;f()(e,"[React Intl] Could not find required `intl` object. needs to exist in the component ancestry.")}function Z(e,t){if(e===t)return!0;if("object"!==(void 0===e?"undefined":b(e))||null===e||"object"!==(void 0===t?"undefined":b(t))||null===t)return!1;var n=Object.keys(e),r=Object.keys(t);if(n.length!==r.length)return!1;for(var o=Object.prototype.hasOwnProperty.bind(t),i=0;i3&&void 0!==arguments[3]?arguments[3]:{},u=a.intl,c=void 0===u?{}:u,_=s.intl,l=void 0===_?{}:_;return!Z(t,r)||!Z(n,o)||!(l===c||Z(Y(l,G),Y(c,G)))}function ee(e,t){return"[React Intl] "+e+(t?"\n"+t:"")}function te(e){0}var ne=function e(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};v(this,e);var r,o="ordinal"===n.style,i=(r=function(e){return a.a.prototype._resolveLocale(e)}(t),a.a.prototype._findPluralRuleFunction(r));this.format=function(e){return i(e,o)}},re=Object.keys(N),oe=Object.keys(H),ie=Object.keys(F),ae=Object.keys(Q),se={second:60,minute:60,hour:24,day:30,month:12};function ue(e){var t=u.a.thresholds;t.second=e.second,t.minute=e.minute,t.hour=e.hour,t.day=e.day,t.month=e.month,t["second-short"]=e["second-short"],t["minute-short"]=e["minute-short"],t["hour-short"]=e["hour-short"],t["day-short"]=e["day-short"],t["month-short"]=e["month-short"]}function ce(e,t,n,r){var o=e&&e[t]&&e[t][n];if(o)return o;r(ee("No "+t+" format named: "+n))}function _e(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},o=e.locale,i=e.formats,a=e.messages,s=e.defaultLocale,u=e.defaultFormats,c=n.id,_=n.defaultMessage;f()(c,"[React Intl] An `id` must be provided to format a message.");var l=a&&a[c];if(!(Object.keys(r).length>0))return l||_||c;var p=void 0,d=e.onError||te;if(l)try{p=t.getMessageFormat(l,o,i).format(r)}catch(e){d(ee('Error formatting message: "'+c+'" for locale: "'+o+'"'+(_?", using default message as fallback.":""),e))}else(!_||o&&o.toLowerCase()!==s.toLowerCase())&&d(ee('Missing message: "'+c+'" for locale: "'+o+'"'+(_?", using default message as fallback.":"")));if(!p&&_)try{p=t.getMessageFormat(_,s,u).format(r)}catch(e){d(ee('Error formatting the default message for: "'+c+'"',e))}return p||d(ee('Cannot format message: "'+c+'", using message '+(l||_?"source":"id")+" as fallback.")),p||l||_||c}var le=Object.freeze({formatDate:function(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},o=e.locale,i=e.formats,a=e.timeZone,s=r.format,u=e.onError||te,c=new Date(n),_=M({},a&&{timeZone:a},s&&ce(i,"date",s,u)),l=Y(r,re,_);try{return t.getDateTimeFormat(o,l).format(c)}catch(e){u(ee("Error formatting date.",e))}return String(c)},formatTime:function(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},o=e.locale,i=e.formats,a=e.timeZone,s=r.format,u=e.onError||te,c=new Date(n),_=M({},a&&{timeZone:a},s&&ce(i,"time",s,u)),l=Y(r,re,_);l.hour||l.minute||l.second||(l=M({},l,{hour:"numeric",minute:"numeric"}));try{return t.getDateTimeFormat(o,l).format(c)}catch(e){u(ee("Error formatting time.",e))}return String(c)},formatRelative:function(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},o=e.locale,i=e.formats,a=r.format,s=e.onError||te,c=new Date(n),_=new Date(r.now),l=a&&ce(i,"relative",a,s),p=Y(r,ie,l),d=M({},u.a.thresholds);ue(se);try{return t.getRelativeFormat(o,p).format(c,{now:isFinite(_)?_:t.now()})}catch(e){s(ee("Error formatting relative time.",e))}finally{ue(d)}return String(c)},formatNumber:function(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},o=e.locale,i=e.formats,a=r.format,s=e.onError||te,u=a&&ce(i,"number",a,s),c=Y(r,oe,u);try{return t.getNumberFormat(o,c).format(n)}catch(e){s(ee("Error formatting number.",e))}return String(n)},formatPlural:function(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},o=e.locale,i=Y(r,ae),a=e.onError||te;try{return t.getPluralFormat(o,i).format(n)}catch(e){a(ee("Error formatting plural.",e))}return"other"},formatMessage:_e,formatHTMLMessage:function(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};return _e(e,t,n,Object.keys(r).reduce(function(e,t){var n=r[t];return e[t]="string"==typeof n?(""+n).replace(X,function(e){return V[e]}):n,e},{}))}}),pe=Object.keys(z),de=Object.keys(K),fe={formats:{},messages:{},timeZone:null,textComponent:"span",defaultLocale:"en",defaultFormats:{},onError:te},he=function(e){function t(e){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};v(this,t);var r=D(this,(t.__proto__||Object.getPrototypeOf(t)).call(this,e,n));f()("undefined"!=typeof Intl,"[React Intl] The `Intl` APIs must be available in the runtime, and do not appear to be built-in. An `Intl` polyfill should be loaded.\nSee: http://formatjs.io/guides/runtime-environments/");var o=n.intl,i=void 0;i=isFinite(e.initialNow)?Number(e.initialNow):o?o.now():Date.now();var s=(o||{}).formatters,c=void 0===s?{getDateTimeFormat:m()(Intl.DateTimeFormat),getNumberFormat:m()(Intl.NumberFormat),getMessageFormat:m()(a.a),getRelativeFormat:m()(u.a),getPluralFormat:m()(ne)}:s;return r.state=M({},c,{now:function(){return r._didDisplay?Date.now():i}}),r}return P(t,e),O(t,[{key:"getConfig",value:function(){var e=this.context.intl,t=Y(this.props,pe,e);for(var n in fe)void 0===t[n]&&(t[n]=fe[n]);if(!function(e){for(var t=(e||"").split("-");t.length>0;){if(E(t.join("-")))return!0;t.pop()}return!1}(t.locale)){var r=t,o=r.locale,i=r.defaultLocale,a=r.defaultFormats;(0,r.onError)(ee('Missing locale data for locale: "'+o+'". Using default locale: "'+i+'" as fallback.')),t=M({},t,{locale:i,formats:a,messages:fe.messages})}return t}},{key:"getBoundFormatFns",value:function(e,t){return de.reduce(function(n,r){return n[r]=le[r].bind(null,e,t),n},{})}},{key:"getChildContext",value:function(){var e=this.getConfig(),t=this.getBoundFormatFns(e,this.state),n=this.state,r=n.now,o=function(e,t){var n={};for(var r in e)t.indexOf(r)>=0||Object.prototype.hasOwnProperty.call(e,r)&&(n[r]=e[r]);return n}(n,["now"]);return{intl:M({},e,t,{formatters:o,now:r})}}},{key:"shouldComponentUpdate",value:function(){for(var e=arguments.length,t=Array(e),n=0;n1?r-1:0),i=1;i0){var g=Math.floor(1099511627776*Math.random()).toString(16),E=(e=0,function(){return"ELEMENT-"+g+"-"+(e+=1)});h="@__"+g+"__@",m={},y={},Object.keys(_).forEach(function(e){var t=_[e];if(Object(l.isValidElement)(t)){var n=E();m[e]=h+n+h,y[n]=t}else m[e]=t})}var b=r({id:s,description:u,defaultMessage:c},m||_),v=void 0;return v=y&&Object.keys(y).length>0?b.split(h).filter(function(e){return!!e}).map(function(e){return y[e]||e}):[b],"function"==typeof f?f.apply(void 0,T(v)):l.createElement.apply(void 0,[d,null].concat(T(v)))}}]),t}(l.Component);Ce.displayName="FormattedMessage",Ce.contextTypes={intl:W},Ce.defaultProps={values:{}};var we=function(e){function t(e,n){v(this,t);var r=D(this,(t.__proto__||Object.getPrototypeOf(t)).call(this,e,n));return J(n),r}return P(t,e),O(t,[{key:"shouldComponentUpdate",value:function(e){var t=this.props.values;if(!Z(e.values,t))return!0;for(var n=M({},e,{values:t}),r=arguments.length,o=Array(r>1?r-1:0),i=1;i1&&void 0!==arguments[1]?arguments[1]:{withRef:!1};return n=t=function(t){function n(e){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,n);var t=function(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}(this,(n.__proto__||Object.getPrototypeOf(n)).call(this,e));return t.handleStart=function(e){var n=t.props,r=n.distance,o=n.shouldCancelStart;if(2===e.button||o(e))return!1;t._touched=!0,t._pos=(0,p.getPosition)(e);var i=(0,p.closest)(e.target,function(e){return null!=e.sortableInfo});if(i&&i.sortableInfo&&t.nodeIsChild(i)&&!t.state.sorting){var a=t.props.useDragHandle,s=i.sortableInfo,u=s.index,c=s.collection;if(a&&!(0,p.closest)(e.target,function(e){return null!=e.sortableHandle}))return;t.manager.active={index:u,collection:c},(0,p.isTouchEvent)(e)||"a"!==e.target.tagName.toLowerCase()||e.preventDefault(),r||(0===t.props.pressDelay?t.handlePress(e):t.pressTimer=setTimeout(function(){return t.handlePress(e)},t.props.pressDelay))}},t.nodeIsChild=function(e){return e.sortableInfo.manager===t.manager},t.handleMove=function(e){var n=t.props,r=n.distance,o=n.pressThreshold;if(!t.state.sorting&&t._touched){var i=(0,p.getPosition)(e),a=t._delta={x:t._pos.x-i.x,y:t._pos.y-i.y},s=Math.abs(a.x)+Math.abs(a.y);r||o&&!(o&&s>=o)?r&&s>=r&&t.manager.isActive()&&t.handlePress(e):(clearTimeout(t.cancelTimer),t.cancelTimer=setTimeout(t.cancel,0))}},t.handleEnd=function(){t._touched=!1,t.cancel()},t.cancel=function(){var e=t.props.distance,n=t.state.sorting;n||(e||clearTimeout(t.pressTimer),t.manager.active=null)},t.handlePress=function(e){var n=t.manager.getActive();if(n){var r=t.props,o=r.axis,i=r.getHelperDimensions,a=r.helperClass,s=r.hideSortableGhost,u=r.onSortStart,c=r.useWindowAsScrollContainer,_=n.node,l=n.collection,d=_.sortableInfo.index,h=(0,p.getElementMargin)(_),m=t.container.getBoundingClientRect(),y=i({index:d,node:_,collection:l});t.node=_,t.margin=h,t.width=y.width,t.height=y.height,t.marginOffset={x:t.margin.left+t.margin.right,y:Math.max(t.margin.top,t.margin.bottom)},t.boundingClientRect=_.getBoundingClientRect(),t.containerBoundingRect=m,t.index=d,t.newIndex=d,t.axis={x:o.indexOf("x")>=0,y:o.indexOf("y")>=0},t.offsetEdge=(0,p.getEdgeOffset)(_,t.container),t.initialOffset=(0,p.getPosition)(e),t.initialScroll={top:t.container.scrollTop,left:t.container.scrollLeft},t.initialWindowScroll={top:window.pageYOffset,left:window.pageXOffset};var g,E=_.querySelectorAll("input, textarea, select"),b=_.cloneNode(!0),v=[].concat(f(b.querySelectorAll("input, textarea, select")));if(v.forEach(function(e,t){"file"!==e.type&&E[t]&&(e.value=E[t].value)}),t.helper=t.document.body.appendChild(b),t.helper.style.position="fixed",t.helper.style.top=t.boundingClientRect.top-h.top+"px",t.helper.style.left=t.boundingClientRect.left-h.left+"px",t.helper.style.width=t.width+"px",t.helper.style.height=t.height+"px",t.helper.style.boxSizing="border-box",t.helper.style.pointerEvents="none",s&&(t.sortableGhost=_,_.style.visibility="hidden",_.style.opacity=0),t.minTranslate={},t.maxTranslate={},t.axis.x&&(t.minTranslate.x=(c?0:m.left)-t.boundingClientRect.left-t.width/2,t.maxTranslate.x=(c?t.contentWindow.innerWidth:m.left+m.width)-t.boundingClientRect.left-t.width/2),t.axis.y&&(t.minTranslate.y=(c?0:m.top)-t.boundingClientRect.top-t.height/2,t.maxTranslate.y=(c?t.contentWindow.innerHeight:m.top+m.height)-t.boundingClientRect.top-t.height/2),a)(g=t.helper.classList).add.apply(g,f(a.split(" ")));t.listenerNode=e.touches?_:t.contentWindow,p.events.move.forEach(function(e){return t.listenerNode.addEventListener(e,t.handleSortMove,!1)}),p.events.end.forEach(function(e){return t.listenerNode.addEventListener(e,t.handleSortEnd,!1)}),t.setState({sorting:!0,sortingIndex:d}),u&&u({node:_,index:d,collection:l},e)}},t.handleSortMove=function(e){var n=t.props.onSortMove;e.preventDefault(),t.updatePosition(e),t.animateNodes(),t.autoscroll(),n&&n(e)},t.handleSortEnd=function(e){var n=t.props,r=n.hideSortableGhost,o=n.onSortEnd,i=t.manager.active.collection;t.listenerNode&&(p.events.move.forEach(function(e){return t.listenerNode.removeEventListener(e,t.handleSortMove)}),p.events.end.forEach(function(e){return t.listenerNode.removeEventListener(e,t.handleSortEnd)})),t.helper.parentNode.removeChild(t.helper),r&&t.sortableGhost&&(t.sortableGhost.style.visibility="",t.sortableGhost.style.opacity="");for(var a=t.manager.refs[i],s=0,u=a.length;s=t.maxTranslate.y-t.height/2?(n.y=1,r.y=o.y*Math.abs((t.maxTranslate.y-t.height/2-e.y)/t.height)):e.x>=t.maxTranslate.x-t.width/2?(n.x=1,r.x=o.x*Math.abs((t.maxTranslate.x-t.width/2-e.x)/t.width)):e.y<=t.minTranslate.y+t.height/2?(n.y=-1,r.y=o.y*Math.abs((e.y-t.height/2-t.minTranslate.y)/t.height)):e.x<=t.minTranslate.x+t.width/2&&(n.x=-1,r.x=o.x*Math.abs((e.x-t.width/2-t.minTranslate.x)/t.width)),t.autoscrollInterval&&(clearInterval(t.autoscrollInterval),t.autoscrollInterval=null,t.isAutoScrolling=!1),0===n.x&&0===n.y||(t.autoscrollInterval=setInterval(function(){t.isAutoScrolling=!0;var e={left:1*r.x*n.x,top:1*r.y*n.y};t.scrollContainer.scrollTop+=e.top,t.scrollContainer.scrollLeft+=e.left,t.translate.x+=e.left,t.translate.y+=e.top,t.animateNodes()},5))},t.manager=new l.default,t.events={start:t.handleStart,move:t.handleMove,end:t.handleEnd},(0,_.default)(!(e.distance&&e.pressDelay),"Attempted to set both `pressDelay` and `distance` on SortableContainer, you may only use one or the other, not both at the same time."),t.state={},t}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(n,t),i(n,[{key:"getChildContext",value:function(){return{manager:this.manager}}},{key:"componentDidMount",value:function(){var e=this,t=this.props.useWindowAsScrollContainer,n=this.getContainer();Promise.resolve(n).then(function(n){e.container=n,e.document=e.container.ownerDocument||document;var r=e.props.contentWindow||e.document.defaultView||window;e.contentWindow="function"==typeof r?r():r,e.scrollContainer=t?e.document.scrollingElement||e.document.documentElement:e.container;var o=function(t){e.events.hasOwnProperty(t)&&p.events[t].forEach(function(n){return e.container.addEventListener(n,e.events[t],!1)})};for(var i in e.events)o(i)})}},{key:"componentWillUnmount",value:function(){var e=this;if(this.container){var t=function(t){e.events.hasOwnProperty(t)&&p.events[t].forEach(function(n){return e.container.removeEventListener(n,e.events[t])})};for(var n in this.events)t(n)}}},{key:"getLockPixelOffsets",value:function(){var e=this.width,t=this.height,n=this.props.lockOffset,r=Array.isArray(n)?n:[n,n];(0,_.default)(2===r.length,"lockOffset prop of SortableContainer should be a single value or an array of exactly two values. Given %s",n);var i=o(r,2),a=i[0],s=i[1];return[(0,p.getLockPixelOffset)({lockOffset:a,width:e,height:t}),(0,p.getLockPixelOffset)({lockOffset:s,width:e,height:t})]}},{key:"updatePosition",value:function(e){var t=this.props,n=t.lockAxis,r=t.lockToContainerEdges,i=(0,p.getPosition)(e),a={x:i.x-this.initialOffset.x,y:i.y-this.initialOffset.y};if(a.y-=window.pageYOffset-this.initialWindowScroll.top,a.x-=window.pageXOffset-this.initialWindowScroll.left,this.translate=a,r){var s=this.getLockPixelOffsets(),u=o(s,2),c=u[0],_=u[1],l={x:this.width/2-c.x,y:this.height/2-c.y},d={x:this.width/2-_.x,y:this.height/2-_.y};a.x=(0,p.limit)(this.minTranslate.x+l.x,this.maxTranslate.x-d.x,a.x),a.y=(0,p.limit)(this.minTranslate.y+l.y,this.maxTranslate.y-d.y,a.y)}"x"===n?a.y=0:"y"===n&&(a.x=0),this.helper.style[p.vendorPrefix+"Transform"]="translate3d("+a.x+"px,"+a.y+"px, 0)"}},{key:"animateNodes",value:function(){var e=this.props,t=e.transitionDuration,n=e.hideSortableGhost,r=e.onSortOver,o=this.manager.getOrderedRefs(),i={left:this.container.scrollLeft-this.initialScroll.left,top:this.container.scrollTop-this.initialScroll.top},a={left:this.offsetEdge.left+this.translate.x+i.left,top:this.offsetEdge.top+this.translate.y+i.top},s={top:window.pageYOffset-this.initialWindowScroll.top,left:window.pageXOffset-this.initialWindowScroll.left},u=this.newIndex;this.newIndex=null;for(var c=0,_=o.length;c<_;c++){var l=o[c].node,d=l.sortableInfo.index,f=l.offsetWidth,h=l.offsetHeight,m={width:this.width>f?f/2:this.width/2,height:this.height>h?h/2:this.height/2},y={x:0,y:0},g=o[c].edgeOffset;g||(o[c].edgeOffset=g=(0,p.getEdgeOffset)(l,this.container));var E=c0&&o[c-1];E&&!E.edgeOffset&&(E.edgeOffset=(0,p.getEdgeOffset)(E.node,this.container)),d!==this.index?(t&&(l.style[p.vendorPrefix+"TransitionDuration"]=t+"ms"),this.axis.x?this.axis.y?dthis.containerBoundingRect.width-m.width&&(y.x=E.edgeOffset.left-g.left,y.y=E.edgeOffset.top-g.top),null===this.newIndex&&(this.newIndex=d)):d>this.index&&(a.left+s.left+m.width>=g.left&&a.top+s.top+m.height>=g.top||a.top+s.top+m.height>=g.top+h)&&(y.x=-(this.width+this.marginOffset.x),g.left+y.xthis.index&&a.left+s.left+m.width>=g.left?(y.x=-(this.width+this.marginOffset.x),this.newIndex=d):dthis.index&&a.top+s.top+m.height>=g.top?(y.y=-(this.height+this.marginOffset.y),this.newIndex=d):d1&&void 0!==arguments[1]?arguments[1]:{};_classCallCheck(this,ChooseManager);var n=redux_lib_createStore__WEBPACK_IMPORTED_MODULE_0___default()(_reducers__WEBPACK_IMPORTED_MODULE_1__.a);this.context=t,this.store=n,this.monitor=new _ChooseMonitor__WEBPACK_IMPORTED_MODULE_3__.a(n),this.registry=this.monitor.registry,this.backend=new _HTML5Backend__WEBPACK_IMPORTED_MODULE_4__.a(this)}return _createClass(ChooseManager,[{key:"getContext",value:function(){return this.context}},{key:"getMonitor",value:function(){return this.monitor}},{key:"getBackend",value:function(){return this.backend}},{key:"getRegistry",value:function(){return this.registry}},{key:"getActions",value:function(){var e=this,t=this.store.dispatch;return Object.keys(_actions_choose__WEBPACK_IMPORTED_MODULE_2__).filter(function(e){return"function"==typeof _actions_choose__WEBPACK_IMPORTED_MODULE_2__[e]}).reduce(function(n,r){var o,i=_actions_choose__WEBPACK_IMPORTED_MODULE_2__[r];return n[r]=(o=i,function(){for(var n=arguments.length,r=new Array(n),i=0;i1||"".split(/.?/).length?function(e,t){var o=String(this);if(void 0===e&&0===t)return[];if(!r(e))return n.call(o,e,t);for(var i,a,s,u=[],_=(e.ignoreCase?"i":"")+(e.multiline?"m":"")+(e.unicode?"u":"")+(e.sticky?"y":""),p=0,d=void 0===t?4294967295:t>>>0,f=new RegExp(e.source,_+"g");(i=c.call(f,o))&&!((a=f.lastIndex)>p&&(u.push(o.slice(p,i.index)),i.length>1&&i.index=d));)f.lastIndex===i.index&&f.lastIndex++;return p===o.length?!s&&f.test("")||u.push(""):u.push(o.slice(p)),u.length>d?u.slice(0,d):u}:"0".split(void 0,0).length?function(e,t){return void 0===e&&0===t?[]:n.call(this,e,t)}:n,[function(n,r){var o=e(this),i=void 0==n?void 0:n[t];return void 0!==i?i.call(n,o,r):f.call(String(o),n,r)},function(e,t){var r=d(f,e,this,t,f!==n);if(r.done)return r.value;var c=o(e),l=String(this),h=i(c,RegExp),m=c.unicode,y=(c.ignoreCase?"i":"")+(c.multiline?"m":"")+(c.unicode?"u":"")+(p?"y":"g"),g=new h(p?c:"^(?:"+c.source+")",y),E=void 0===t?4294967295:t>>>0;if(0===E)return[];if(0===l.length)return null===u(g,l)?[l]:[];for(var b=0,v=0,O=[];v/i,u=//i,c=function(){throw new Error("This browser does not support `document.implementation.createHTMLDocument`")},_=function(){throw new Error("This browser does not support `DOMParser.prototype.parseFromString`")};if("function"==typeof window.DOMParser){var l=new window.DOMParser;c=_=function(e,t){return t&&(e="<"+t+">"+e+""),l.parseFromString(e,"text/html")}}if(document.implementation){var p=n("Uu+H").isIE,d=document.implementation.createHTMLDocument(p()?"html-dom-parser":void 0);c=function(e,t){return t?(d.documentElement.getElementsByTagName(t)[0].innerHTML=e,d):(d.documentElement.innerHTML=e,d)}}var f,h=document.createElement("template");h.content&&(f=function(e){return h.innerHTML=e,h.content.childNodes}),e.exports=function(e){var t,n,l,p,d=e.match(a);switch(d&&d[1]&&(t=d[1].toLowerCase()),t){case r:return n=_(e),s.test(e)||(l=n.getElementsByTagName(o)[0])&&l.parentNode.removeChild(l),u.test(e)||(l=n.getElementsByTagName(i)[0])&&l.parentNode.removeChild(l),n.getElementsByTagName(r);case o:case i:return p=c(e).getElementsByTagName(t),u.test(e)&&s.test(e)?p[0].parentNode.childNodes:p;default:return f?f(e):c(e,i).getElementsByTagName(i)[0].childNodes}}},KQ75:function(module,__webpack_exports__,__webpack_require__){"use strict";(function(module){__webpack_require__.d(__webpack_exports__,"a",function(){return Image});var react__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("q1tI"),react__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__),viewerjs_react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("YXha"),viewerjs_react_dist_index_css__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("Yvnw"),viewerjs_react_dist_index_css__WEBPACK_IMPORTED_MODULE_2___default=__webpack_require__.n(viewerjs_react_dist_index_css__WEBPACK_IMPORTED_MODULE_2__),enterModule;function _typeof(e){return(_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function _extends(){return(_extends=Object.assign||function(e){for(var t=1;tdocument.F=Object<\/script>"),e.close(),u=e.F;r--;)delete u.prototype[i[r]];return u()};e.exports=Object.create||function(e,t){var n;return null!==e?(s.prototype=r(e),n=new s,s.prototype=null,n[a]=e):n=u(),void 0===t?n:o(n,t)}},KwMD:function(e,t){e.exports=function(e,t,n,r){for(var o=e.length,i=n+(r?1:-1);r?i--:++io?0:o+t),(n=n>o?o:n)<0&&(n+=o),o=t>n?0:n-t>>>0,t>>>=0;for(var i=Array(o);++r0}))};_.propTypes={data:a.default.array},t.default=_},L0XQ:function(e,t,n){"use strict";(function(e){var r,o=n("ieLm"),i=n("gZRO"),a=n("5ovH"),s=n("92CB");(r=n("XsMp").enterModule)&&r(e);var u,c,_={dragSource:{originStateArr:o.a,actionHandler:a.a},dropTarget:{originStateArr:i.a,actionHandler:s.a}},l=_;t.a=l,u=n("XsMp").default,c=n("XsMp").leaveModule,u&&(u.register(_,"dndStateHandlerSelector","/mnt/d/pm2/lgh-quizz-pc/lib/react_event_connector/src/event_source/dnd/state-machine/index.js"),u.register(l,"default","/mnt/d/pm2/lgh-quizz-pc/lib/react_event_connector/src/event_source/dnd/state-machine/index.js"),c(e))}).call(this,n("3UD+")(e))},L3jF:function(e,t,n){var r=n("XKFU");r(r.S,"Math",{isubh:function(e,t,n,r){var o=e>>>0,i=n>>>0;return(t>>>0)-(r>>>0)-((~o&i|~(o^i)&o-i>>>0)>>>31)|0}})},L6uP:function(module,__webpack_exports__,__webpack_require__){"use strict";(function(module){var react__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("q1tI"),react__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__),prop_types__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("17x9"),prop_types__WEBPACK_IMPORTED_MODULE_1___default=__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_1__),_util_builHtmlFromArray__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("N58Y"),_lib_quiz_component_src_vungoi_component_Quiz_QuizType_Single_SingleQuiz__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__("V/K6"),_util_mathjaxUtil__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__("p/U9"),_lib_quiz_component_util_dangerousHtml__WEBPACK_IMPORTED_MODULE_5__=__webpack_require__("D9/2"),enterModule;function _typeof(e){return(_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function _classCallCheck(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function _defineProperties(e,t){for(var n=0;n1?arguments[1]:void 0)}})},LEAW:function(module,__webpack_exports__,__webpack_require__){"use strict";(function(module){var react__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("q1tI"),react__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__),prop_types__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("17x9"),prop_types__WEBPACK_IMPORTED_MODULE_1___default=__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_1__),enterModule;function _typeof(e){return(_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function _classCallCheck(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function _defineProperties(e,t){for(var n=0;n=c){var m=t?null:s(e);if(m)return u(m);d=!1,l=a,h=new r}else h=t?[]:f;e:for(;++_22025.465794806718||n(10)<22025.465794806718||-2e-17!=n(-2e-17)?function(e){return 0==(e=+e)?e:e>-1e-6&&e<1e-6?e+e*e/2:Math.exp(e)-1}:n},LXxW:function(e,t){e.exports=function(e,t){for(var n=-1,r=null==e?0:e.length,o=0,i=[];++nl&&(p=p.slice(0,l)),a?p+s:s+p}},LjZQ:function(module,__webpack_exports__,__webpack_require__){"use strict";(function(module){var react__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("q1tI"),react__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__),enterModule;function _typeof(e){return(_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function _classCallCheck(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function _defineProperties(e,t){for(var n=0;n=c&&(p=u,d=!1,t=new r(t));e:for(;++l1?n[i-1]:void 0,s=i>2?n[2]:void 0;for(a=e.length>3&&"function"==typeof a?(i--,a):void 0,s&&o(n[0],n[1],s)&&(a=i<3?void 0:a,i=1),t=Object(t);++r0?"bg-hightlight selected":""})}),_defineProperty(_assertThisInitialized(_assertThisInitialized(t)),"renderSolution",function(){var e=t.props,n=e.correct,r=e.answer;e.id;return react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("div",{className:"select-area"},react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("div",{className:"input-value"},n),react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("span",{className:n.length>0?"wrap-input-line":"",dangerouslySetInnerHTML:{__html:Object(_util_builHtmlFromArray__WEBPACK_IMPORTED_MODULE_1__.a)(r)}}))}),_defineProperty(_assertThisInitialized(_assertThisInitialized(t)),"renderQuiz",function(){var e,n=t.props,r=n.correct,o=n.answer,i=n.id,a=t.state,s=a.className,u=a.value,c=a.showInputText;return e=react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("span",{className:"wrap-input "+s,dangerouslySetInnerHTML:{__html:Object(_util_builHtmlFromArray__WEBPACK_IMPORTED_MODULE_1__.a)(o)}}),react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("div",{className:"select-area",id:i,onClick:t.handleClick,ref:t.setWrapperRef},react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("div",{className:"input-value"},t.state.valueTmp),react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("span",{className:c?"input-text":"visibility input-text"},react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("a",{className:"close-box",onClick:t.handleRemoveInput}),react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("span",{className:"input-box"},react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("input",{id:i,onChange:t.hanleChange,onKeyPress:t._handleKeyPress,defaultValue:r,value:u}))),e)}),t.state={className:"",showInputText:!1,value:"",valueTmp:""},t.handleClick=t.handleClick.bind(_assertThisInitialized(_assertThisInitialized(t))),t.setWrapperRef=t.setWrapperRef.bind(_assertThisInitialized(_assertThisInitialized(t))),t.handleOutsideClick=t.handleOutsideClick.bind(_assertThisInitialized(_assertThisInitialized(t))),t.hanleChange=t.hanleChange.bind(_assertThisInitialized(_assertThisInitialized(t))),t}return _inherits(ChoiceInputText,_Component),_createClass(ChoiceInputText,[{key:"componentDidMount",value:function(){document.addEventListener("mousedown",this.handleOutsideClick)}},{key:"componentWillUnmount",value:function(){document.removeEventListener("mousedown",this.handleOutsideClick)}},{key:"handleOutsideClick",value:function(e){this.node&&this.node.contains(e.target)||this.setState({showInputText:!1,valueTmp:this.state.value,className:this.state.value.length>0?"bg-hightlight selected":""})}},{key:"handleClick",value:function(){this.setState({className:"bg-hightlight selected",showInputText:!0})}},{key:"setWrapperRef",value:function(e){this.node=e}},{key:"hanleChange",value:function(e){this.setState({value:e.target.value},this.props.storeAnswer(this.props.id,e.target.value))}},{key:"render",value:function(){return"quiz"===this.props.mode?this.renderQuiz():this.renderSolution()}},{key:"__reactstandin__regenerateByEval",value:function __reactstandin__regenerateByEval(key,code){this[key]=eval(code)}}]),ChoiceInputText}(react__WEBPACK_IMPORTED_MODULE_0__.Component);ChoiceInputText.contextTypes={answerStore:prop_types__WEBPACK_IMPORTED_MODULE_3__.PropTypes.object.isRequired};var _default=ChoiceInputText,reactHotLoader,leaveModule;__webpack_exports__.a=_default,reactHotLoader=__webpack_require__("0cfB").default,leaveModule=__webpack_require__("0cfB").leaveModule,reactHotLoader&&(reactHotLoader.register(ChoiceInputText,"ChoiceInputText","/mnt/d/pm2/lgh-quizz-pc/lib/quiz_component/src/vungoi-component/PrimaryQuestion/Quiz/single_component/ChoiceInputText.js"),reactHotLoader.register(_default,"default","/mnt/d/pm2/lgh-quizz-pc/lib/quiz_component/src/vungoi-component/PrimaryQuestion/Quiz/single_component/ChoiceInputText.js"),leaveModule(module))}).call(this,__webpack_require__("3UD+")(module))},MTU0:function(e,t,n){"use strict";var r=n("gLnf"),o={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},i={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},a={};a[r.ForwardRef]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0};var s=Object.defineProperty,u=Object.getOwnPropertyNames,c=Object.getOwnPropertySymbols,_=Object.getOwnPropertyDescriptor,l=Object.getPrototypeOf,p=Object.prototype;e.exports=function e(t,n,r){if("string"!=typeof n){if(p){var d=l(n);d&&d!==p&&e(t,d,r)}var f=u(n);c&&(f=f.concat(c(n)));for(var h=a[t.$$typeof]||o,m=a[n.$$typeof]||o,y=0;y>>=0)?31-Math.floor(Math.log(e+.5)*Math.LOG2E):32}})},Mukb:function(e,t,n){var r=n("hswa"),o=n("RjD/");e.exports=n("nh4g")?function(e,t,n){return r.f(e,t,o(1,n))}:function(e,t,n){return e[t]=n,e}},Muxt:function(e,t,n){"use strict";var r=n("TqRt");t.__esModule=!0,t.default=void 0;var o=r(n("ycFn"));t.addClass=o.default;var i=r(n("VOcB"));t.removeClass=i.default;var a=r(n("yD6e"));t.hasClass=a.default;var s={addClass:o.default,removeClass:i.default,hasClass:a.default};t.default=s},MvSz:function(e,t){e.exports=function(){return[]}},MvwC:function(e,t,n){var r=n("5T2Y").document;e.exports=r&&r.documentElement},MwZK:function(e,t,n){"use strict";(function(e){var r,o=n("vVMA"),i=n.n(o);(r=n("0cfB").enterModule)&&r(e);var a,s,u=[{sourceId:"registerAccount",_handle:function(e){i.a.event({category:"account",action:"registerAccount",label:e.url,value:1})}},{sourceId:"loginAccount",_handle:function(e){i.a.event({category:"account",action:"loginAccount",label:e.url,value:1})}},{sourceId:"loginFacebook",_handle:function(e){i.a.event({category:"account",action:"loginFacebook",label:e.url,value:1})}},{sourceId:"registerFacebook",_handle:function(e){i.a.event({category:"account",action:"registerFacebook",label:e.url,value:1})}},{sourceId:"loginGuest",_handle:function(e){i.a.event({category:"account",action:"loginGuest",label:e.url,value:1})}}],c=u;t.a=c,a=n("0cfB").default,s=n("0cfB").leaveModule,a&&(a.register("account","CATEGORY","/mnt/d/pm2/lgh-quizz-pc/client/modules/GAEvent/AccountEvents.js"),a.register(u,"eventTables","/mnt/d/pm2/lgh-quizz-pc/client/modules/GAEvent/AccountEvents.js"),a.register(c,"default","/mnt/d/pm2/lgh-quizz-pc/client/modules/GAEvent/AccountEvents.js"),s(e))}).call(this,n("3UD+")(e))},N35l:function(e,t,n){"use strict";var r={childContextTypes:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},o={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},i=Object.defineProperty,a=Object.getOwnPropertyNames,s=Object.getOwnPropertySymbols,u=Object.getOwnPropertyDescriptor,c=Object.getPrototypeOf,_=c&&c(Object);e.exports=function e(t,n,l){if("string"!=typeof n){if(_){var p=c(n);p&&p!==_&&e(t,p,l)}var d=a(n);s&&(d=d.concat(s(n)));for(var f=0;f').concat(e.caption,''),t+=n;else if("notice"===e.type){var r="";r=1==e.notice_type?"https://cdn.vungoi.vn/vungoi/2021/0507/1620375113123_icon_chuy.png":2==e.notice_type?"https://cdn.vungoi.vn/vungoi/2021/0507/1620375210964_icon_chuy2.png":"https://cdn.vungoi.vn/vungoi/2021/0507/1620375233555_icon_chuy3.png",n+='
'),n+='
'),n+='
'.concat(e.content,"
"),t+=n+="
"}else if("simple_notice"===e.type)n+='
'),n+='
'.concat(e.content,"
"),t+=n+="
";else if("icon_notice"===e.type){var o="";o=1==e.notice_type?"https://cdn.vungoi.vn/vungoi/2021/0507/1620375113123_icon_chuy.png":2==e.notice_type?"https://cdn.vungoi.vn/vungoi/2021/0507/1620375210964_icon_chuy2.png":"https://cdn.vungoi.vn/vungoi/2021/0507/1620375233555_icon_chuy3.png",n+='
'),n+='
'),n+='
'.concat(e.content,"
"),t+=n+="
"}}),t};o=n("0cfB").default,i=n("0cfB").leaveModule,o&&(o.register(a,"builHtmlFromArray","/mnt/d/pm2/lgh-quizz-pc/client/util/builHtmlFromArray.js"),i(e))}).call(this,n("3UD+")(e))},N6cJ:function(e,t,n){var r=n("9AAn"),o=n("XKFU"),i=n("VTer")("metadata"),a=i.store||(i.store=new(n("EK0E"))),s=function(e,t,n){var o=a.get(e);if(!o){if(!n)return;a.set(e,o=new r)}var i=o.get(t);if(!i){if(!n)return;o.set(t,i=new r)}return i};e.exports={store:a,map:s,has:function(e,t,n){var r=s(t,n,!1);return void 0!==r&&r.has(e)},get:function(e,t,n){var r=s(t,n,!1);return void 0===r?void 0:r.get(e)},set:function(e,t,n,r){s(n,r,!0).set(e,t)},keys:function(e,t){var n=s(e,t,!1),r=[];return n&&n.forEach(function(e,t){r.push(t)}),r},key:function(e){return void 0===e||"symbol"==typeof e?e:String(e)},exp:function(e){o(o.S,"Reflect",e)}}},N7VW:function(e,t,n){"use strict";var r=n("XKFU"),o=n("dyZX"),i=n("g3g5"),a=n("gHnn")(),s=n("K0xU")("observable"),u=n("2OiF"),c=n("y3w9"),_=n("9gX7"),l=n("3Lyj"),p=n("Mukb"),d=n("SlkY"),f=d.RETURN,h=function(e){return null==e?void 0:u(e)},m=function(e){var t=e._c;t&&(e._c=void 0,t())},y=function(e){return void 0===e._o},g=function(e){y(e)||(e._o=void 0,m(e))},E=function(e,t){c(e),this._c=void 0,this._o=e,e=new b(this);try{var n=t(e),r=n;null!=n&&("function"==typeof n.unsubscribe?n=function(){r.unsubscribe()}:u(n),this._c=n)}catch(t){return void e.error(t)}y(this)&&m(this)};E.prototype=l({},{unsubscribe:function(){g(this)}});var b=function(e){this._s=e};b.prototype=l({},{next:function(e){var t=this._s;if(!y(t)){var n=t._o;try{var r=h(n.next);if(r)return r.call(n,e)}catch(e){try{g(t)}finally{throw e}}}},error:function(e){var t=this._s;if(y(t))throw e;var n=t._o;t._o=void 0;try{var r=h(n.error);if(!r)throw e;e=r.call(n,e)}catch(e){try{m(t)}finally{throw e}}return m(t),e},complete:function(e){var t=this._s;if(!y(t)){var n=t._o;t._o=void 0;try{var r=h(n.complete);e=r?r.call(n,e):void 0}catch(e){try{m(t)}finally{throw e}}return m(t),e}}});var v=function(e){_(this,v,"Observable","_f")._f=u(e)};l(v.prototype,{subscribe:function(e){return new E(e,this._f)},forEach:function(e){var t=this;return new(i.Promise||o.Promise)(function(n,r){u(e);var o=t.subscribe({next:function(t){try{return e(t)}catch(e){r(e),o.unsubscribe()}},error:r,complete:n})})}}),l(v,{from:function(e){var t="function"==typeof this?this:v,n=h(c(e)[s]);if(n){var r=c(n.call(e));return r.constructor===t?r:new t(function(e){return r.subscribe(e)})}return new t(function(t){var n=!1;return a(function(){if(!n){try{if(d(e,!1,function(e){if(t.next(e),n)return f})===f)return}catch(e){if(n)throw e;return void t.error(e)}t.complete()}}),function(){n=!0}})},of:function(){for(var e=0,t=arguments.length,n=new Array(t);e0&&void 0!==arguments[0]?arguments[0]:u;return{type:i,payload:{scope:e}}},t.hideLoading=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:u;return{type:a,payload:{scope:e}}},t.resetLoading=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:u;return{type:s,payload:{scope:e}}},t.loadingBarReducer=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=(t.payload||{}).scope,c=void 0===n?u:n;switch(t.type){case i:return r({},e,o({},c,(e[c]||0)+1));case a:return r({},e,o({},c,Math.max(0,(e[c]||1)-1)));case s:return r({},e,o({},c,0));default:return e}};var i=t.SHOW="loading-bar/SHOW",a=t.HIDE="loading-bar/HIDE",s=t.RESET="loading-bar/RESET",u=t.DEFAULT_SCOPE="default"},"Np+M":function(e,t,n){"use strict";(function(e){var r,o=n("q1tI"),i=n.n(o),a=n("JRPe"),s=n("Vg22"),u=n("17x9"),c=n.n(u);function _(e){return i.a.createElement(a.a,e.intl,e.children)}function l(e){return{intl:e.intl}}(r=n("0cfB").enterModule)&&r(e),_.propTypes={children:c.a.element.isRequired,intl:c.a.object.isRequired};var p,d,f=Object(s.connect)(l)(_);t.a=f,p=n("0cfB").default,d=n("0cfB").leaveModule,p&&(p.register(_,"IntlWrapper","/mnt/d/pm2/lgh-quizz-pc/client/modules/Intl/IntlWrapper.js"),p.register(l,"mapStateToProps","/mnt/d/pm2/lgh-quizz-pc/client/modules/Intl/IntlWrapper.js"),p.register(f,"default","/mnt/d/pm2/lgh-quizz-pc/client/modules/Intl/IntlWrapper.js"),d(e))}).call(this,n("3UD+")(e))},Nr18:function(e,t,n){"use strict";var r=n("S/j/"),o=n("d/Gc"),i=n("ne8i");e.exports=function(e){for(var t=r(this),n=i(t.length),a=arguments.length,s=o(a>1?arguments[1]:void 0,n),u=a>2?arguments[2]:void 0,c=void 0===u?n:o(u,n);c>s;)t[s++]=e;return t}},"NsO/":function(e,t,n){var r=n("M1xp"),o=n("Jes0");e.exports=function(e){return r(o(e))}},NtxW:function(e,t,n){"use strict";(function(e){n.d(t,"b",function(){return c}),n.d(t,"a",function(){return _});var r,o=n("3OWR"),i=n.n(o),a=n("X7jl");(r=n("XsMp").enterModule)&&r(e);var s,u,c={beginDrag:function(e,t,n){return e._beginDragHandler&&e._beginDragHandler(e),e},endDrag:function(e,t,n){e._endDragHandler&&e._endDragHandler(i()({},{dropResult:t.getDropResult(),evtCounter:a.a.inc()}))}};function _(e,t){return{connectDrapSource:e.dragSource(),isDragging:t.isDragging()}}s=n("XsMp").default,u=n("XsMp").leaveModule,s&&(s.register(c,"itemSource","/mnt/d/pm2/lgh-quizz-pc/lib/react_event_connector/src/event_source/dnd/source-collector.js"),s.register(_,"collectDrag","/mnt/d/pm2/lgh-quizz-pc/lib/react_event_connector/src/event_source/dnd/source-collector.js"),u(e))}).call(this,n("3UD+")(e))},NykK:function(e,t){var n=Object.prototype.toString;e.exports=function(e){return n.call(e)}},Nz9U:function(e,t,n){"use strict";var r=n("XKFU"),o=n("aCFj"),i=[].join;r(r.P+r.F*(n("Ymqv")!=Object||!n("LyE8")(i)),"Array",{join:function(e){return i.call(o(this),void 0===e?",":e)}})},"O+t8":function(e,t,n){"use strict";(function(e){var r,o=n("3OWR"),i=n.n(o),a=n("cF7J");function s(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function u(e){return function(e){if(Array.isArray(e)){for(var t=0,n=new Array(e.length);t0&&void 0!==arguments[0]?arguments[0]:l,t=arguments.length>1?arguments[1]:void 0;switch(t.type){case a.f:return i()({},e,{listRooms:i()({},e.listRooms,{data:t.data})});case a.d:return i()({},e,{listRooms:i()({},e.listRooms,{data:[t.data].concat(u(e.listRooms.data))})});case a.e:return i()({},e,{turnOffBackground:!e.turnOffBackground,infoCreatRoom:i()({},e.infoCreatRoom,{isHidden:!e.infoCreatRoom.isHidden})});case a.a:var n=t.data,r=n.type,o=n.value,c=function(e){for(var t=1;t"+o+""};e.exports=function(e,t){var n={};n[e]=t(s),r(r.P+r.F*o(function(){var t=""[e]('"');return t!==t.toLowerCase()||t.split('"').length>3}),"String",n)}},OH9c:function(e,t,n){"use strict";e.exports=function(e,t,n,r,o){return e.config=t,n&&(e.code=n),e.request=r,e.response=o,e}},OO9F:function(module,__webpack_exports__,__webpack_require__){"use strict";(function(module){__webpack_require__.d(__webpack_exports__,"a",function(){return createComponentFactory});var react__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("q1tI"),react__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__),prop_types__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("wP27"),prop_types__WEBPACK_IMPORTED_MODULE_1___default=__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_1__),disposables__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("dfIm"),disposables__WEBPACK_IMPORTED_MODULE_2___default=__webpack_require__.n(disposables__WEBPACK_IMPORTED_MODULE_2__),hoist_non_react_statics__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__("MTU0"),hoist_non_react_statics__WEBPACK_IMPORTED_MODULE_3___default=__webpack_require__.n(hoist_non_react_statics__WEBPACK_IMPORTED_MODULE_3__),_component_event_factory__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__("+7VV"),enterModule;function _typeof(e){return(_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function _extends(){return(_extends=Object.assign||function(e){for(var t=1;t0&&void 0!==arguments[0]?arguments[0]:c,t=arguments.length>1?arguments[1]:void 0;switch(t.type){case a.a:return i()({},e,{content_page:t.content});case a.b:return i()({},e,{items_page:t.items});default:return e}},l=_;t.a=l,s=n("0cfB").default,u=n("0cfB").leaveModule,s&&(s.register(c,"initialState","/mnt/d/pm2/lgh-quizz-pc/client/pages/PagesReducer.js"),s.register(_,"PagesReducer","/mnt/d/pm2/lgh-quizz-pc/client/pages/PagesReducer.js"),s.register(l,"default","/mnt/d/pm2/lgh-quizz-pc/client/pages/PagesReducer.js"),u(e))}).call(this,n("3UD+")(e))},Oh7T:function(e,t,n){"use strict";(function(e){n.d(t,"a",function(){return l});var r,o,i,a=n("hJi4"),s=n("kOlz"),u=n("0X3k"),c=n("9cB5"),_=n("jVBP");function l(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},o=e;"function"!=typeof e&&(o=function(){return e});var i=Object(u.a)(t);return function(e){return Object(a.a)({connectBackend:function(e,t){return e.connectChooseSource(t)},containerDisplayName:"ChoiceSource",createHandler:i,registerHandler:s.a,createMonitor:c.a,createConnector:_.a,DecoratedComponent:e,getType:o,collect:n,options:r})}}(r=n("Xug/").enterModule)&&r(e),o=n("Xug/").default,i=n("Xug/").leaveModule,o&&(o.register(l,"ChoiceSource","/mnt/d/pm2/lgh-quizz-pc/lib/cnc_core/src/source/ChoiceSource.js"),i(e))}).call(this,n("3UD+")(e))},Oiuu:function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}t.__esModule=!0;var o=r(n("TPYg"));t.isDisposable=o.default;var i=r(n("7gbP"));t.Disposable=i.default;var a=r(n("ho4L"));t.CompositeDisposable=a.default;var s=r(n("wIY6"));t.SerialDisposable=s.default},Ojgd:function(e,t){var n=Math.ceil,r=Math.floor;e.exports=function(e){return isNaN(e=+e)?0:(e>0?r:n)(e)}},OnI7:function(e,t,n){var r=n("dyZX"),o=n("g3g5"),i=n("LQAc"),a=n("N8g3"),s=n("hswa").f;e.exports=function(e){var t=o.Symbol||(o.Symbol=i?{}:r.Symbol||{});"_"==e.charAt(0)||e in t||s(t,e,{value:a.f(e)})}},OoBT:function(e,t,n){"use strict";(function(e){var r;(r=n("0cfB").enterModule)&&r(e);var o,i,a={setUser:function(e){"undefined"!=typeof localStorage&&localStorage.setItem("user",JSON.stringify(e))},getUser:function(){if("undefined"!=typeof localStorage){var e=localStorage.getItem("user");return e?JSON.parse(e):null}return{token:"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6Imd1ZXN0XzM5NmRuanVkZXFqaGhnb3E3OSIsImlkIjoiNWIwM2RmMTI1YzZmYWQ0M2UyYjg4ZGQ0IiwiaXNHdWVzdCI6dHJ1ZSwiaWF0IjoxNTI2OTgwMzcwLCJleHAiOjE1NDI1MzIzNzB9.hdSW8kzApILPL0MnCXm2HC9sj1pWq5lZB-i5oaBEjXU",isGuest:!0,server_render:!0}},removeUser:function(){"undefined"!=typeof localStorage&&localStorage.removeItem("user")},addGrade:function(e){"undefined"!=typeof localStorage&&localStorage.setItem("grade",JSON.stringify(e))},getGrade:function(){if("undefined"!=typeof localStorage){var e=localStorage.getItem("grade");if(e)return JSON.parse(e)}return null},addGuestLink:function(e){"undefined"!=typeof localStorage&&localStorage.setItem("guestLink",JSON.stringify(e))},getGuestLink:function(){if("undefined"!=typeof localStorage){var e=localStorage.getItem("guestLink");if(e)return JSON.parse(e)}return null},removeGuestLink:function(){"undefined"!=typeof localStorage&&localStorage.removeItem("guestLink")},setGuestLink:function(e){"undefined"!=typeof localStorage&&localStorage.setItem("guestLink",JSON.stringify(e))},addUserLink:function(e){"undefined"!=typeof localStorage&&localStorage.setItem("userLink",JSON.stringify(e))},getUserLink:function(){if("undefined"!=typeof localStorage){var e=localStorage.getItem("userLink");if(e)return JSON.parse(e)}return null},setUserLink:function(e){"undefined"!=typeof localStorage&&localStorage.setItem("userLink",JSON.stringify(e))},getChapterQuestionLink:function(){if("undefined"!=typeof localStorage){var e=localStorage.getItem("chapterQuestionLink");if(e)try{return JSON.parse(e)}catch(e){return null}}return null},setChapterQuestionLink:function(e){"undefined"!=typeof localStorage&&localStorage.setItem("chapterQuestionLink",JSON.stringify(e))},removeChapterQuestionLink:function(){"undefined"!=typeof localStorage&&localStorage.removeItem("chapterQuestionLink")},getChapterTheoryLink:function(){if("undefined"!=typeof localStorage){var e=localStorage.getItem("chapterTheoryLink");if(e)try{return JSON.parse(e)}catch(e){return null}}return null},setChapterTheoryLink:function(e){"undefined"!=typeof localStorage&&localStorage.setItem("chapterTheoryLink",JSON.stringify(e))},removeChapterTheoryLink:function(){"undefined"!=typeof localStorage&&localStorage.removeItem("chapterTheoryLink")},addSubject:function(e){"undefined"!=typeof localStorage&&localStorage.setItem("subjectId",e)},getSubject:function(){if("undefined"!=typeof localStorage)return localStorage.getItem("subjectId")},addLesson:function(e){"undefined"!=typeof localStorage&&localStorage.setItem("lessonId",e)},getLesson:function(){return"undefined"!=typeof localStorage?localStorage.getItem("lessonId"):null},setLocalVersion:function(e){"undefined"!=typeof localStorage&&localStorage.setItem("localStoreVersion",e)},getLocalVersion:function(){return"undefined"!=typeof localStorage?localStorage.getItem("localStoreVersion"):null},clearAll:function(){"undefined"!=typeof localStorage&&localStorage.clear()}};t.a=a,o=n("0cfB").default,i=n("0cfB").leaveModule,o&&(o.register("user","USER_FIELD","/mnt/d/pm2/lgh-quizz-pc/lib/quiz_component/util/localStoreService.js"),o.register("guestLink","LINK_GUEST_FIELD","/mnt/d/pm2/lgh-quizz-pc/lib/quiz_component/util/localStoreService.js"),o.register("userLink","LINK_USER_FIELD","/mnt/d/pm2/lgh-quizz-pc/lib/quiz_component/util/localStoreService.js"),o.register("chapterQuestionLink","LINK_CHAPTER_QUESTION_FIELD","/mnt/d/pm2/lgh-quizz-pc/lib/quiz_component/util/localStoreService.js"),o.register("chapterTheoryLink","LINK_CHAPTER_THEORY_FIELD","/mnt/d/pm2/lgh-quizz-pc/lib/quiz_component/util/localStoreService.js"),o.register(a,"default","/mnt/d/pm2/lgh-quizz-pc/lib/quiz_component/util/localStoreService.js"),i(e))}).call(this,n("3UD+")(e))},Opxb:function(e,t,n){var r=n("N6cJ"),o=n("y3w9"),i=n("2OiF"),a=r.key,s=r.set;r.exp({metadata:function(e,t){return function(n,r){s(e,t,(void 0!==r?o:i)(n),a(r))}}})},Oqc2:function(module,__webpack_exports__,__webpack_require__){"use strict";(function(module){var enterModule,reactHotLoader,leaveModule;function _classCallCheck(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function _defineProperties(e,t){for(var n=0;ny;)h(m[y++]);l.constructor=c,c.prototype=l,n("KroJ")(r,"RegExp",c)}n("elZq")("RegExp")},OyzN:function(e,t,n){e.exports={default:n("5biZ"),__esModule:!0}},"P/G1":function(e,t,n){var r=n("JmpY"),o=n("7GkX");e.exports=function(e){return null==e?[]:r(e,o(e))}},P2sY:function(e,t,n){e.exports={default:n("UbbE"),__esModule:!0}},P6uC:function(e,t,n){"use strict";(function(e){n.d(t,"b",function(){return u}),n.d(t,"c",function(){return c}),n.d(t,"a",function(){return _}),n.d(t,"d",function(){return l});var r,o=n("ph6d");(r=n("0cfB").enterModule)&&r(e);var i,a,s="FETCH_WRONGQUIZ",u="FETCH_WRONGQUIZ_FULFILLED",c="FETCH_WRONGQUIZ_PENDING",_="FETCH_SUBJECT",l="FETCH_WRONGQUIZ_REJECTED";function p(e){return{type:s,wrongQuizGrade:e}}function d(e){var t="learning-summary/wrong/grade/".concat(e.type);return new Promise(function(e,n){Object(o.a)(t,"get").then(function(t){return e(t)}).catch(function(e){return n(e)})})}function f(e){return function(t){return t({type:s,payload:d(e)}).then(function(e){}).catch(function(e){})}}function h(e){var t="learning-summary/wrong/subject/".concat(e);return new Promise(function(e,n){Object(o.a)(t,"get").then(function(t){return e(t)}).catch(function(e){return n(e)})})}function m(e){return function(t){return t({type:s,payload:h(e)}).then(function(e){}).catch(function(e){})}}function y(e){var t="learning-summary/wrong/chapter/".concat(e);return new Promise(function(e,n){Object(o.a)(t,"get").then(function(t){return e(t)}).catch(function(e){return n(e)})})}function g(e){return function(t){return t({type:s,payload:y(e)}).then(function(e){}).catch(function(e){})}}function E(e){var t="learning-summary/wrong/lesson/".concat(e);return new Promise(function(e,n){Object(o.a)(t,"get").then(function(t){return e(t)}).catch(function(e){return n(e)})})}function b(e){return function(t){return t({type:s,payload:E(e)}).then(function(e){}).catch(function(e){})}}i=n("0cfB").default,a=n("0cfB").leaveModule,i&&(i.register(s,"FETCH_WRONGQUIZ","/mnt/d/pm2/lgh-quizz-pc/client/modules/Thongke/components/WrongQuiz/WrongQuizAction.js"),i.register(u,"FETCH_WRONGQUIZ_FULFILLED","/mnt/d/pm2/lgh-quizz-pc/client/modules/Thongke/components/WrongQuiz/WrongQuizAction.js"),i.register("FETCH_WRONGQUIZ_REJECT","FETCH_WRONGQUIZ_REJECT","/mnt/d/pm2/lgh-quizz-pc/client/modules/Thongke/components/WrongQuiz/WrongQuizAction.js"),i.register(c,"FETCH_WRONGQUIZ_PENDING","/mnt/d/pm2/lgh-quizz-pc/client/modules/Thongke/components/WrongQuiz/WrongQuizAction.js"),i.register(_,"FETCH_SUBJECT","/mnt/d/pm2/lgh-quizz-pc/client/modules/Thongke/components/WrongQuiz/WrongQuizAction.js"),i.register(l,"FETCH_WRONGQUIZ_REJECTED","/mnt/d/pm2/lgh-quizz-pc/client/modules/Thongke/components/WrongQuiz/WrongQuizAction.js"),i.register(p,"fetchWrongQuizAction","/mnt/d/pm2/lgh-quizz-pc/client/modules/Thongke/components/WrongQuiz/WrongQuizAction.js"),i.register(d,"requestfetchWrongQuizGrade","/mnt/d/pm2/lgh-quizz-pc/client/modules/Thongke/components/WrongQuiz/WrongQuizAction.js"),i.register(f,"fetchWrongQuizGrade","/mnt/d/pm2/lgh-quizz-pc/client/modules/Thongke/components/WrongQuiz/WrongQuizAction.js"),i.register(h,"requestfetchWrongQuizSubject","/mnt/d/pm2/lgh-quizz-pc/client/modules/Thongke/components/WrongQuiz/WrongQuizAction.js"),i.register(m,"fetchWrongQuizSubject","/mnt/d/pm2/lgh-quizz-pc/client/modules/Thongke/components/WrongQuiz/WrongQuizAction.js"),i.register(y,"requestfetchWrongQuizChapter","/mnt/d/pm2/lgh-quizz-pc/client/modules/Thongke/components/WrongQuiz/WrongQuizAction.js"),i.register(g,"fetchWrongQuizChapter","/mnt/d/pm2/lgh-quizz-pc/client/modules/Thongke/components/WrongQuiz/WrongQuizAction.js"),i.register(E,"requestfetchWrongQuizLesson","/mnt/d/pm2/lgh-quizz-pc/client/modules/Thongke/components/WrongQuiz/WrongQuizAction.js"),i.register(b,"fetchWrongQuizLesson","/mnt/d/pm2/lgh-quizz-pc/client/modules/Thongke/components/WrongQuiz/WrongQuizAction.js"),a(e))}).call(this,n("3UD+")(e))},P9nH:function(e,t,n){var r=n("cOqj")(function(e){return null===e?"Null":void 0===e?"Undefined":Object.prototype.toString.call(e).slice(8,-1)});e.exports=r},PBlb:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=function(){function e(e,t){for(var n=0;n0&&void 0!==arguments[0]?arguments[0]:this.active.collection;return this.refs[e].sort(i)}}]),e}();function i(e,t){return e.node.sortableInfo.index-t.node.sortableInfo.index}t.default=o},PHgV:function(e,t){e.exports="function"==typeof Object.is?Object.is:function(e,t){return e===t?0!==e||1/e==1/t:e!=e&&t!=t}},PKUr:function(e,t,n){var r=n("dyZX").parseInt,o=n("qncB").trim,i=n("/e88"),a=/^[-+]?0[xX]/;e.exports=8!==r(i+"08")||22!==r(i+"0x16")?function(e,t){var n=o(String(e),3);return r(n,t>>>0||(a.test(n)?16:10))}:r},PKoZ:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n("8ei8"),o=n("net/");t.default=function(e){var t,n,i,a,s,u,c;function _(){a&&(a(),a=void 0),t&&n&&(a=e.connectDragSource(t,n,i))}function l(){c&&(c(),c=void 0),t&&s&&(c=e.connectDragPreview(t,s,u))}return{receiveHandlerId:function(e){e!==t&&(t=e,_(),l())},hooks:r.default({dragSource:function(e,t){e===n&&o(t,i)||(n=e,i=t,_())},dragPreview:function(e,t){e===s&&o(t,u)||(s=e,u=t,l())}})}}},PKrD:function(e,t,n){"use strict";(function(e){n.d(t,"a",function(){return l});var r,o=n("QXtf"),i=n("JoAh"),a=n("k/6s");(r=n("XsMp").enterModule)&&r(e);var s,u,c={chooseSource:function(e){return e}},_=function(e,t){return{connectSource:function(t,n){return e.connectSource()(n)},isChoosing:t.isChoosing(),item:t.getItem(),counter:t.getCounter()}};function l(e,t){return 1===e.obj_evt.chooseType?Object(o.a)("item",c,_)(Object(i.a)()(t)):Object(o.a)("item",c,_)(Object(a.a)()(t))}s=n("XsMp").default,u=n("XsMp").leaveModule,s&&(s.register(c,"itemSource","/mnt/d/pm2/lgh-quizz-pc/lib/react_event_connector/src/event_source/choice/choice-factory.js"),s.register(_,"collect","/mnt/d/pm2/lgh-quizz-pc/lib/react_event_connector/src/event_source/choice/choice-factory.js"),s.register(l,"generateChoiceSource","/mnt/d/pm2/lgh-quizz-pc/lib/react_event_connector/src/event_source/choice/choice-factory.js"),u(e))}).call(this,n("3UD+")(e))},PMtL:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function e(t,n){return"string"==typeof t||"symbol"==typeof t||!!n&&Array.isArray(t)&&t.every(function(t){return e(t,!1)})}},PRPA:function(e,t,n){"use strict";t.__esModule=!0;var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},o=Object.assign||function(e){for(var t=1;t1?{}:p.root)}}}):s=c.props.theme,{v:a.default.createElement(u.default,{theme:s,data:i,invertTheme:!1,keyPath:["state"],shouldExpandNode:c.shouldExpandNode})});if("object"===(void 0===l?"undefined":r(l)))return l.v}catch(e){_="Error selecting state."}return a.default.createElement("div",{style:{color:this.props.theme.base08,paddingTop:20,paddingLeft:30,paddingRight:30,paddingBottom:35}},_)},t.prototype.handleActionClick=function(e){var t=this.props,n=t.actionId,r=t.onActionClick,o=t.onActionShiftClick;n>0&&(e.shiftKey?o(n):r(n))},t.prototype.shouldExpandNode=function(e,t,n){return this.props.expandStateRoot&&0===n},t.prototype.render=function(){var e=this.props,t=e.actionId,n=e.error,r=e.action,i=e.state,s=e.collapsed,u=e.selected,_=e.inFuture,l={opacity:s?.5:1,cursor:t>0?"pointer":"default"};return a.default.createElement("div",{style:{opacity:u?.4:_?.6:1,textDecoration:s?"line-through":"none",color:this.props.theme.base06}},a.default.createElement(c.default,{theme:this.props.theme,collapsed:s,action:r,expandActionRoot:this.props.expandActionRoot,onClick:this.handleActionClick,style:o({},p.entry,l)}),!s&&a.default.createElement("div",{style:{paddingLeft:16}},this.printState(i,n)))},t}(i.Component);f.propTypes={state:s.default.object.isRequired,action:s.default.object.isRequired,actionId:s.default.number.isRequired,select:s.default.func.isRequired,inFuture:s.default.bool,error:s.default.string,onActionClick:s.default.func.isRequired,onActionShiftClick:s.default.func.isRequired,collapsed:s.default.bool,selected:s.default.bool,expandActionRoot:s.default.bool,expandStateRoot:s.default.bool},t.default=f},PTt1:function(e,t,n){e.exports=function(){"use strict";return[{locale:"en",pluralRuleFunction:function(e,t){var n=String(e).split("."),r=!n[1],o=Number(n[0])==e,i=o&&n[0].slice(-1),a=o&&n[0].slice(-2);return t?1==i&&11!=a?"one":2==i&&12!=a?"two":3==i&&13!=a?"few":"other":1==e&&r?"one":"other"},fields:{year:{displayName:"year",relative:{0:"this year",1:"next year","-1":"last year"},relativeTime:{future:{one:"in {0} year",other:"in {0} years"},past:{one:"{0} year ago",other:"{0} years ago"}}},"year-short":{displayName:"yr.",relative:{0:"this yr.",1:"next yr.","-1":"last yr."},relativeTime:{future:{one:"in {0} yr.",other:"in {0} yr."},past:{one:"{0} yr. ago",other:"{0} yr. ago"}}},month:{displayName:"month",relative:{0:"this month",1:"next month","-1":"last month"},relativeTime:{future:{one:"in {0} month",other:"in {0} months"},past:{one:"{0} month ago",other:"{0} months ago"}}},"month-short":{displayName:"mo.",relative:{0:"this mo.",1:"next mo.","-1":"last mo."},relativeTime:{future:{one:"in {0} mo.",other:"in {0} mo."},past:{one:"{0} mo. ago",other:"{0} mo. ago"}}},day:{displayName:"day",relative:{0:"today",1:"tomorrow","-1":"yesterday"},relativeTime:{future:{one:"in {0} day",other:"in {0} days"},past:{one:"{0} day ago",other:"{0} days ago"}}},"day-short":{displayName:"day",relative:{0:"today",1:"tomorrow","-1":"yesterday"},relativeTime:{future:{one:"in {0} day",other:"in {0} days"},past:{one:"{0} day ago",other:"{0} days ago"}}},hour:{displayName:"hour",relative:{0:"this hour"},relativeTime:{future:{one:"in {0} hour",other:"in {0} hours"},past:{one:"{0} hour ago",other:"{0} hours ago"}}},"hour-short":{displayName:"hr.",relative:{0:"this hour"},relativeTime:{future:{one:"in {0} hr.",other:"in {0} hr."},past:{one:"{0} hr. ago",other:"{0} hr. ago"}}},minute:{displayName:"minute",relative:{0:"this minute"},relativeTime:{future:{one:"in {0} minute",other:"in {0} minutes"},past:{one:"{0} minute ago",other:"{0} minutes ago"}}},"minute-short":{displayName:"min.",relative:{0:"this minute"},relativeTime:{future:{one:"in {0} min.",other:"in {0} min."},past:{one:"{0} min. ago",other:"{0} min. ago"}}},second:{displayName:"second",relative:{0:"now"},relativeTime:{future:{one:"in {0} second",other:"in {0} seconds"},past:{one:"{0} second ago",other:"{0} seconds ago"}}},"second-short":{displayName:"sec.",relative:{0:"now"},relativeTime:{future:{one:"in {0} sec.",other:"in {0} sec."},past:{one:"{0} sec. ago",other:"{0} sec. ago"}}}}},{locale:"en-001",parentLocale:"en",fields:{year:{displayName:"year",relative:{0:"this year",1:"next year","-1":"last year"},relativeTime:{future:{one:"in {0} year",other:"in {0} years"},past:{one:"{0} year ago",other:"{0} years ago"}}},"year-short":{displayName:"yr",relative:{0:"this yr.",1:"next yr.","-1":"last yr."},relativeTime:{future:{one:"in {0} yr",other:"in {0} yr"},past:{one:"{0} yr ago",other:"{0} yr ago"}}},month:{displayName:"month",relative:{0:"this month",1:"next month","-1":"last month"},relativeTime:{future:{one:"in {0} month",other:"in {0} months"},past:{one:"{0} month ago",other:"{0} months ago"}}},"month-short":{displayName:"mo",relative:{0:"this mo.",1:"next mo.","-1":"last mo."},relativeTime:{future:{one:"in {0} mo",other:"in {0} mo"},past:{one:"{0} mo ago",other:"{0} mo ago"}}},day:{displayName:"day",relative:{0:"today",1:"tomorrow","-1":"yesterday"},relativeTime:{future:{one:"in {0} day",other:"in {0} days"},past:{one:"{0} day ago",other:"{0} days ago"}}},"day-short":{displayName:"day",relative:{0:"today",1:"tomorrow","-1":"yesterday"},relativeTime:{future:{one:"in {0} day",other:"in {0} days"},past:{one:"{0} day ago",other:"{0} days ago"}}},hour:{displayName:"hour",relative:{0:"this hour"},relativeTime:{future:{one:"in {0} hour",other:"in {0} hours"},past:{one:"{0} hour ago",other:"{0} hours ago"}}},"hour-short":{displayName:"hr",relative:{0:"this hour"},relativeTime:{future:{one:"in {0} hr",other:"in {0} hr"},past:{one:"{0} hr ago",other:"{0} hr ago"}}},minute:{displayName:"minute",relative:{0:"this minute"},relativeTime:{future:{one:"in {0} minute",other:"in {0} minutes"},past:{one:"{0} minute ago",other:"{0} minutes ago"}}},"minute-short":{displayName:"min",relative:{0:"this minute"},relativeTime:{future:{one:"in {0} min",other:"in {0} min"},past:{one:"{0} min ago",other:"{0} min ago"}}},second:{displayName:"second",relative:{0:"now"},relativeTime:{future:{one:"in {0} second",other:"in {0} seconds"},past:{one:"{0} second ago",other:"{0} seconds ago"}}},"second-short":{displayName:"sec",relative:{0:"now"},relativeTime:{future:{one:"in {0} sec",other:"in {0} sec"},past:{one:"{0} sec ago",other:"{0} sec ago"}}}}},{locale:"en-150",parentLocale:"en-001"},{locale:"en-AG",parentLocale:"en-001"},{locale:"en-AI",parentLocale:"en-001"},{locale:"en-AS",parentLocale:"en"},{locale:"en-AT",parentLocale:"en-150"},{locale:"en-AU",parentLocale:"en-001",fields:{year:{displayName:"year",relative:{0:"this year",1:"next year","-1":"last year"},relativeTime:{future:{one:"in {0} year",other:"in {0} years"},past:{one:"{0} year ago",other:"{0} years ago"}}},"year-short":{displayName:"yr",relative:{0:"this yr.",1:"next yr.","-1":"last yr."},relativeTime:{future:{one:"in {0} yr",other:"in {0} yrs"},past:{one:"{0} yr ago",other:"{0} yrs ago"}}},month:{displayName:"month",relative:{0:"this month",1:"next month","-1":"last month"},relativeTime:{future:{one:"in {0} month",other:"in {0} months"},past:{one:"{0} month ago",other:"{0} months ago"}}},"month-short":{displayName:"mo.",relative:{0:"this mo.",1:"next mo.","-1":"last mo."},relativeTime:{future:{one:"in {0} mo.",other:"in {0} mo."},past:{one:"{0} mo. ago",other:"{0} mo. ago"}}},day:{displayName:"day",relative:{0:"today",1:"tomorrow","-1":"yesterday"},relativeTime:{future:{one:"in {0} day",other:"in {0} days"},past:{one:"{0} day ago",other:"{0} days ago"}}},"day-short":{displayName:"day",relative:{0:"today",1:"tomorrow","-1":"yesterday"},relativeTime:{future:{one:"in {0} day",other:"in {0} days"},past:{one:"{0} day ago",other:"{0} days ago"}}},hour:{displayName:"hour",relative:{0:"this hour"},relativeTime:{future:{one:"in {0} hour",other:"in {0} hours"},past:{one:"{0} hour ago",other:"{0} hours ago"}}},"hour-short":{displayName:"h",relative:{0:"this hour"},relativeTime:{future:{one:"in {0} hr",other:"in {0} hrs"},past:{one:"{0} hr ago",other:"{0} hrs ago"}}},minute:{displayName:"minute",relative:{0:"this minute"},relativeTime:{future:{one:"in {0} minute",other:"in {0} minutes"},past:{one:"{0} minute ago",other:"{0} minutes ago"}}},"minute-short":{displayName:"min.",relative:{0:"this minute"},relativeTime:{future:{one:"in {0} min.",other:"in {0} mins"},past:{one:"{0} min. ago",other:"{0} mins ago"}}},second:{displayName:"second",relative:{0:"now"},relativeTime:{future:{one:"in {0} second",other:"in {0} seconds"},past:{one:"{0} second ago",other:"{0} seconds ago"}}},"second-short":{displayName:"sec.",relative:{0:"now"},relativeTime:{future:{one:"in {0} sec.",other:"in {0} secs"},past:{one:"{0} sec. ago",other:"{0} secs ago"}}}}},{locale:"en-BB",parentLocale:"en-001"},{locale:"en-BE",parentLocale:"en-001"},{locale:"en-BI",parentLocale:"en"},{locale:"en-BM",parentLocale:"en-001"},{locale:"en-BS",parentLocale:"en-001"},{locale:"en-BW",parentLocale:"en-001"},{locale:"en-BZ",parentLocale:"en-001"},{locale:"en-CA",parentLocale:"en-001",fields:{year:{displayName:"year",relative:{0:"this year",1:"next year","-1":"last year"},relativeTime:{future:{one:"in {0} year",other:"in {0} years"},past:{one:"{0} year ago",other:"{0} years ago"}}},"year-short":{displayName:"yr.",relative:{0:"this yr.",1:"next yr.","-1":"last yr."},relativeTime:{future:{one:"in {0} yr.",other:"in {0} yrs."},past:{one:"{0} yr. ago",other:"{0} yrs. ago"}}},month:{displayName:"month",relative:{0:"this month",1:"next month","-1":"last month"},relativeTime:{future:{one:"in {0} month",other:"in {0} months"},past:{one:"{0} month ago",other:"{0} months ago"}}},"month-short":{displayName:"mo.",relative:{0:"this mo.",1:"next mo.","-1":"last mo."},relativeTime:{future:{one:"in {0} mo.",other:"in {0} mos."},past:{one:"{0} mo. ago",other:"{0} mos. ago"}}},day:{displayName:"day",relative:{0:"today",1:"tomorrow","-1":"yesterday"},relativeTime:{future:{one:"in {0} day",other:"in {0} days"},past:{one:"{0} day ago",other:"{0} days ago"}}},"day-short":{displayName:"day",relative:{0:"today",1:"tomorrow","-1":"yesterday"},relativeTime:{future:{one:"in {0} day",other:"in {0} days"},past:{one:"{0} day ago",other:"{0} days ago"}}},hour:{displayName:"hour",relative:{0:"this hour"},relativeTime:{future:{one:"in {0} hour",other:"in {0} hours"},past:{one:"{0} hour ago",other:"{0} hours ago"}}},"hour-short":{displayName:"hr.",relative:{0:"this hour"},relativeTime:{future:{one:"in {0} hr.",other:"in {0} hrs."},past:{one:"{0} hr. ago",other:"{0} hrs. ago"}}},minute:{displayName:"minute",relative:{0:"this minute"},relativeTime:{future:{one:"in {0} minute",other:"in {0} minutes"},past:{one:"{0} minute ago",other:"{0} minutes ago"}}},"minute-short":{displayName:"min.",relative:{0:"this minute"},relativeTime:{future:{one:"in {0} min.",other:"in {0} mins."},past:{one:"{0} min. ago",other:"{0} mins. ago"}}},second:{displayName:"second",relative:{0:"now"},relativeTime:{future:{one:"in {0} second",other:"in {0} seconds"},past:{one:"{0} second ago",other:"{0} seconds ago"}}},"second-short":{displayName:"sec.",relative:{0:"now"},relativeTime:{future:{one:"in {0} sec.",other:"in {0} secs."},past:{one:"{0} sec. ago",other:"{0} secs. ago"}}}}},{locale:"en-CC",parentLocale:"en-001"},{locale:"en-CH",parentLocale:"en-150"},{locale:"en-CK",parentLocale:"en-001"},{locale:"en-CM",parentLocale:"en-001"},{locale:"en-CX",parentLocale:"en-001"},{locale:"en-CY",parentLocale:"en-001"},{locale:"en-DE",parentLocale:"en-150"},{locale:"en-DG",parentLocale:"en-001"},{locale:"en-DK",parentLocale:"en-150"},{locale:"en-DM",parentLocale:"en-001"},{locale:"en-Dsrt",pluralRuleFunction:function(e,t){return"other"},fields:{year:{displayName:"Year",relative:{0:"this year",1:"next year","-1":"last year"},relativeTime:{future:{other:"+{0} y"},past:{other:"-{0} y"}}},"year-short":{displayName:"Year",relative:{0:"this year",1:"next year","-1":"last year"},relativeTime:{future:{other:"+{0} y"},past:{other:"-{0} y"}}},month:{displayName:"Month",relative:{0:"this month",1:"next month","-1":"last month"},relativeTime:{future:{other:"+{0} m"},past:{other:"-{0} m"}}},"month-short":{displayName:"Month",relative:{0:"this month",1:"next month","-1":"last month"},relativeTime:{future:{other:"+{0} m"},past:{other:"-{0} m"}}},day:{displayName:"Day",relative:{0:"today",1:"tomorrow","-1":"yesterday"},relativeTime:{future:{other:"+{0} d"},past:{other:"-{0} d"}}},"day-short":{displayName:"Day",relative:{0:"today",1:"tomorrow","-1":"yesterday"},relativeTime:{future:{other:"+{0} d"},past:{other:"-{0} d"}}},hour:{displayName:"Hour",relative:{0:"this hour"},relativeTime:{future:{other:"+{0} h"},past:{other:"-{0} h"}}},"hour-short":{displayName:"Hour",relative:{0:"this hour"},relativeTime:{future:{other:"+{0} h"},past:{other:"-{0} h"}}},minute:{displayName:"Minute",relative:{0:"this minute"},relativeTime:{future:{other:"+{0} min"},past:{other:"-{0} min"}}},"minute-short":{displayName:"Minute",relative:{0:"this minute"},relativeTime:{future:{other:"+{0} min"},past:{other:"-{0} min"}}},second:{displayName:"Second",relative:{0:"now"},relativeTime:{future:{other:"+{0} s"},past:{other:"-{0} s"}}},"second-short":{displayName:"Second",relative:{0:"now"},relativeTime:{future:{other:"+{0} s"},past:{other:"-{0} s"}}}}},{locale:"en-ER",parentLocale:"en-001"},{locale:"en-FI",parentLocale:"en-150"},{locale:"en-FJ",parentLocale:"en-001"},{locale:"en-FK",parentLocale:"en-001"},{locale:"en-FM",parentLocale:"en-001"},{locale:"en-GB",parentLocale:"en-001"},{locale:"en-GD",parentLocale:"en-001"},{locale:"en-GG",parentLocale:"en-001"},{locale:"en-GH",parentLocale:"en-001"},{locale:"en-GI",parentLocale:"en-001"},{locale:"en-GM",parentLocale:"en-001"},{locale:"en-GU",parentLocale:"en"},{locale:"en-GY",parentLocale:"en-001"},{locale:"en-HK",parentLocale:"en-001"},{locale:"en-IE",parentLocale:"en-001"},{locale:"en-IL",parentLocale:"en-001"},{locale:"en-IM",parentLocale:"en-001"},{locale:"en-IN",parentLocale:"en-001"},{locale:"en-IO",parentLocale:"en-001"},{locale:"en-JE",parentLocale:"en-001"},{locale:"en-JM",parentLocale:"en-001"},{locale:"en-KE",parentLocale:"en-001"},{locale:"en-KI",parentLocale:"en-001"},{locale:"en-KN",parentLocale:"en-001"},{locale:"en-KY",parentLocale:"en-001"},{locale:"en-LC",parentLocale:"en-001"},{locale:"en-LR",parentLocale:"en-001"},{locale:"en-LS",parentLocale:"en-001"},{locale:"en-MG",parentLocale:"en-001"},{locale:"en-MH",parentLocale:"en"},{locale:"en-MO",parentLocale:"en-001"},{locale:"en-MP",parentLocale:"en"},{locale:"en-MS",parentLocale:"en-001"},{locale:"en-MT",parentLocale:"en-001"},{locale:"en-MU",parentLocale:"en-001"},{locale:"en-MW",parentLocale:"en-001"},{locale:"en-MY",parentLocale:"en-001"},{locale:"en-NA",parentLocale:"en-001"},{locale:"en-NF",parentLocale:"en-001"},{locale:"en-NG",parentLocale:"en-001"},{locale:"en-NL",parentLocale:"en-150"},{locale:"en-NR",parentLocale:"en-001"},{locale:"en-NU",parentLocale:"en-001"},{locale:"en-NZ",parentLocale:"en-001"},{locale:"en-PG",parentLocale:"en-001"},{locale:"en-PH",parentLocale:"en-001"},{locale:"en-PK",parentLocale:"en-001"},{locale:"en-PN",parentLocale:"en-001"},{locale:"en-PR",parentLocale:"en"},{locale:"en-PW",parentLocale:"en-001"},{locale:"en-RW",parentLocale:"en-001"},{locale:"en-SB",parentLocale:"en-001"},{locale:"en-SC",parentLocale:"en-001"},{locale:"en-SD",parentLocale:"en-001"},{locale:"en-SE",parentLocale:"en-150"},{locale:"en-SG",parentLocale:"en-001",fields:{year:{displayName:"year",relative:{0:"this year",1:"next year","-1":"last year"},relativeTime:{future:{one:"in {0} year",other:"in {0} years"},past:{one:"{0} year ago",other:"{0} years ago"}}},"year-short":{displayName:"yr",relative:{0:"this yr",1:"next yr","-1":"last yr"},relativeTime:{future:{one:"in {0} yr",other:"in {0} yr"},past:{one:"{0} yr ago",other:"{0} yr ago"}}},month:{displayName:"month",relative:{0:"this month",1:"next month","-1":"last month"},relativeTime:{future:{one:"in {0} month",other:"in {0} months"},past:{one:"{0} month ago",other:"{0} months ago"}}},"month-short":{displayName:"mth",relative:{0:"this mth",1:"next mth","-1":"last mth"},relativeTime:{future:{one:"in {0} mth",other:"in {0} mth"},past:{one:"{0} mth ago",other:"{0} mth ago"}}},day:{displayName:"day",relative:{0:"today",1:"tomorrow","-1":"yesterday"},relativeTime:{future:{one:"in {0} day",other:"in {0} days"},past:{one:"{0} day ago",other:"{0} days ago"}}},"day-short":{displayName:"day",relative:{0:"today",1:"tomorrow","-1":"yesterday"},relativeTime:{future:{one:"in {0} day",other:"in {0} days"},past:{one:"{0} day ago",other:"{0} days ago"}}},hour:{displayName:"hour",relative:{0:"this hour"},relativeTime:{future:{one:"in {0} hour",other:"in {0} hours"},past:{one:"{0} hour ago",other:"{0} hours ago"}}},"hour-short":{displayName:"hr",relative:{0:"this hour"},relativeTime:{future:{one:"in {0} hr",other:"in {0} hr"},past:{one:"{0} hr ago",other:"{0} hr ago"}}},minute:{displayName:"minute",relative:{0:"this minute"},relativeTime:{future:{one:"in {0} minute",other:"in {0} minutes"},past:{one:"{0} minute ago",other:"{0} minutes ago"}}},"minute-short":{displayName:"min",relative:{0:"this minute"},relativeTime:{future:{one:"in {0} min",other:"in {0} min"},past:{one:"{0} min ago",other:"{0} min ago"}}},second:{displayName:"second",relative:{0:"now"},relativeTime:{future:{one:"in {0} second",other:"in {0} seconds"},past:{one:"{0} second ago",other:"{0} seconds ago"}}},"second-short":{displayName:"sec",relative:{0:"now"},relativeTime:{future:{one:"in {0} sec",other:"in {0} sec"},past:{one:"{0} sec ago",other:"{0} sec ago"}}}}},{locale:"en-SH",parentLocale:"en-001"},{locale:"en-SI",parentLocale:"en-150"},{locale:"en-SL",parentLocale:"en-001"},{locale:"en-SS",parentLocale:"en-001"},{locale:"en-SX",parentLocale:"en-001"},{locale:"en-SZ",parentLocale:"en-001"},{locale:"en-Shaw",pluralRuleFunction:function(e,t){return"other"},fields:{year:{displayName:"Year",relative:{0:"this year",1:"next year","-1":"last year"},relativeTime:{future:{other:"+{0} y"},past:{other:"-{0} y"}}},"year-short":{displayName:"Year",relative:{0:"this year",1:"next year","-1":"last year"},relativeTime:{future:{other:"+{0} y"},past:{other:"-{0} y"}}},month:{displayName:"Month",relative:{0:"this month",1:"next month","-1":"last month"},relativeTime:{future:{other:"+{0} m"},past:{other:"-{0} m"}}},"month-short":{displayName:"Month",relative:{0:"this month",1:"next month","-1":"last month"},relativeTime:{future:{other:"+{0} m"},past:{other:"-{0} m"}}},day:{displayName:"Day",relative:{0:"today",1:"tomorrow","-1":"yesterday"},relativeTime:{future:{other:"+{0} d"},past:{other:"-{0} d"}}},"day-short":{displayName:"Day",relative:{0:"today",1:"tomorrow","-1":"yesterday"},relativeTime:{future:{other:"+{0} d"},past:{other:"-{0} d"}}},hour:{displayName:"Hour",relative:{0:"this hour"},relativeTime:{future:{other:"+{0} h"},past:{other:"-{0} h"}}},"hour-short":{displayName:"Hour",relative:{0:"this hour"},relativeTime:{future:{other:"+{0} h"},past:{other:"-{0} h"}}},minute:{displayName:"Minute",relative:{0:"this minute"},relativeTime:{future:{other:"+{0} min"},past:{other:"-{0} min"}}},"minute-short":{displayName:"Minute",relative:{0:"this minute"},relativeTime:{future:{other:"+{0} min"},past:{other:"-{0} min"}}},second:{displayName:"Second",relative:{0:"now"},relativeTime:{future:{other:"+{0} s"},past:{other:"-{0} s"}}},"second-short":{displayName:"Second",relative:{0:"now"},relativeTime:{future:{other:"+{0} s"},past:{other:"-{0} s"}}}}},{locale:"en-TC",parentLocale:"en-001"},{locale:"en-TK",parentLocale:"en-001"},{locale:"en-TO",parentLocale:"en-001"},{locale:"en-TT",parentLocale:"en-001"},{locale:"en-TV",parentLocale:"en-001"},{locale:"en-TZ",parentLocale:"en-001"},{locale:"en-UG",parentLocale:"en-001"},{locale:"en-UM",parentLocale:"en"},{locale:"en-US",parentLocale:"en"},{locale:"en-VC",parentLocale:"en-001"},{locale:"en-VG",parentLocale:"en-001"},{locale:"en-VI",parentLocale:"en"},{locale:"en-VU",parentLocale:"en-001"},{locale:"en-WS",parentLocale:"en-001"},{locale:"en-ZA",parentLocale:"en-001"},{locale:"en-ZM",parentLocale:"en-001"},{locale:"en-ZW",parentLocale:"en-001"}]}()},PVcy:function(module,__webpack_exports__,__webpack_require__){"use strict";(function(module){var react__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("q1tI"),react__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__),enterModule;function _typeof(e){return(_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function _classCallCheck(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function _defineProperties(e,t){for(var n=0;n1),t}),s(e,_(e),n),c&&(n=o(n,7,u));for(var l=t.length;l--;)i(n,t[l]);return n});e.exports=l},Pxmx:function(e,t,n){"use strict";t.__esModule=!0,t.default={scheme:"default",author:"chris kempson (http://chriskempson.com)",base00:"#181818",base01:"#282828",base02:"#383838",base03:"#585858",base04:"#b8b8b8",base05:"#d8d8d8",base06:"#e8e8e8",base07:"#f8f8f8",base08:"#ab4642",base09:"#dc9656",base0A:"#f7ca88",base0B:"#a1b56c",base0C:"#86c1b9",base0D:"#7cafc2",base0E:"#ba8baf",base0F:"#a16946"},e.exports=t.default},Q1l4:function(e,t){e.exports=function(e,t){var n=-1,r=e.length;for(t||(t=Array(r));++n0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;return{chooseOperation:Object(a.a)(e.chooseOperation,t),stateId:Object(s.a)(e.stateId)}}(r=n("+MRw").enterModule)&&r(e),o=n("+MRw").default,i=n("+MRw").leaveModule,o&&(o.register(u,"reduce","/mnt/d/pm2/lgh-quizz-pc/lib/choice_core/src/reducers/index.js"),i(e))}).call(this,n("3UD+")(e))},QCnb:function(e,t,n){"use strict";e.exports=n("+wdc")},QG3E:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.strictEquality=function(e,t){return e===t},t.areCoordsEqual=function(e,t){return!e&&!t||!(!e||!t)&&e.x===t.x&&e.y===t.y},t.areArraysEqual=function(e,n,r){if(void 0===r&&(r=t.strictEquality),e.length!==n.length)return!1;for(var o=0;o",GT:">",Gt:"≫",gtdot:"⋗",gtlPar:"⦕",gtquest:"⩼",gtrapprox:"⪆",gtrarr:"⥸",gtrdot:"⋗",gtreqless:"⋛",gtreqqless:"⪌",gtrless:"≷",gtrsim:"≳",gvertneqq:"≩︀",gvnE:"≩︀",Hacek:"ˇ",hairsp:" ",half:"½",hamilt:"ℋ",HARDcy:"Ъ",hardcy:"ъ",harrcir:"⥈",harr:"↔",hArr:"⇔",harrw:"↭",Hat:"^",hbar:"ℏ",Hcirc:"Ĥ",hcirc:"ĥ",hearts:"♥",heartsuit:"♥",hellip:"…",hercon:"⊹",hfr:"𝔥",Hfr:"ℌ",HilbertSpace:"ℋ",hksearow:"⤥",hkswarow:"⤦",hoarr:"⇿",homtht:"∻",hookleftarrow:"↩",hookrightarrow:"↪",hopf:"𝕙",Hopf:"ℍ",horbar:"―",HorizontalLine:"─",hscr:"𝒽",Hscr:"ℋ",hslash:"ℏ",Hstrok:"Ħ",hstrok:"ħ",HumpDownHump:"≎",HumpEqual:"≏",hybull:"⁃",hyphen:"‐",Iacute:"Í",iacute:"í",ic:"⁣",Icirc:"Î",icirc:"î",Icy:"И",icy:"и",Idot:"İ",IEcy:"Е",iecy:"е",iexcl:"¡",iff:"⇔",ifr:"𝔦",Ifr:"ℑ",Igrave:"Ì",igrave:"ì",ii:"ⅈ",iiiint:"⨌",iiint:"∭",iinfin:"⧜",iiota:"℩",IJlig:"IJ",ijlig:"ij",Imacr:"Ī",imacr:"ī",image:"ℑ",ImaginaryI:"ⅈ",imagline:"ℐ",imagpart:"ℑ",imath:"ı",Im:"ℑ",imof:"⊷",imped:"Ƶ",Implies:"⇒",incare:"℅",in:"∈",infin:"∞",infintie:"⧝",inodot:"ı",intcal:"⊺",int:"∫",Int:"∬",integers:"ℤ",Integral:"∫",intercal:"⊺",Intersection:"⋂",intlarhk:"⨗",intprod:"⨼",InvisibleComma:"⁣",InvisibleTimes:"⁢",IOcy:"Ё",iocy:"ё",Iogon:"Į",iogon:"į",Iopf:"𝕀",iopf:"𝕚",Iota:"Ι",iota:"ι",iprod:"⨼",iquest:"¿",iscr:"𝒾",Iscr:"ℐ",isin:"∈",isindot:"⋵",isinE:"⋹",isins:"⋴",isinsv:"⋳",isinv:"∈",it:"⁢",Itilde:"Ĩ",itilde:"ĩ",Iukcy:"І",iukcy:"і",Iuml:"Ï",iuml:"ï",Jcirc:"Ĵ",jcirc:"ĵ",Jcy:"Й",jcy:"й",Jfr:"𝔍",jfr:"𝔧",jmath:"ȷ",Jopf:"𝕁",jopf:"𝕛",Jscr:"𝒥",jscr:"𝒿",Jsercy:"Ј",jsercy:"ј",Jukcy:"Є",jukcy:"є",Kappa:"Κ",kappa:"κ",kappav:"ϰ",Kcedil:"Ķ",kcedil:"ķ",Kcy:"К",kcy:"к",Kfr:"𝔎",kfr:"𝔨",kgreen:"ĸ",KHcy:"Х",khcy:"х",KJcy:"Ќ",kjcy:"ќ",Kopf:"𝕂",kopf:"𝕜",Kscr:"𝒦",kscr:"𝓀",lAarr:"⇚",Lacute:"Ĺ",lacute:"ĺ",laemptyv:"⦴",lagran:"ℒ",Lambda:"Λ",lambda:"λ",lang:"⟨",Lang:"⟪",langd:"⦑",langle:"⟨",lap:"⪅",Laplacetrf:"ℒ",laquo:"«",larrb:"⇤",larrbfs:"⤟",larr:"←",Larr:"↞",lArr:"⇐",larrfs:"⤝",larrhk:"↩",larrlp:"↫",larrpl:"⤹",larrsim:"⥳",larrtl:"↢",latail:"⤙",lAtail:"⤛",lat:"⪫",late:"⪭",lates:"⪭︀",lbarr:"⤌",lBarr:"⤎",lbbrk:"❲",lbrace:"{",lbrack:"[",lbrke:"⦋",lbrksld:"⦏",lbrkslu:"⦍",Lcaron:"Ľ",lcaron:"ľ",Lcedil:"Ļ",lcedil:"ļ",lceil:"⌈",lcub:"{",Lcy:"Л",lcy:"л",ldca:"⤶",ldquo:"“",ldquor:"„",ldrdhar:"⥧",ldrushar:"⥋",ldsh:"↲",le:"≤",lE:"≦",LeftAngleBracket:"⟨",LeftArrowBar:"⇤",leftarrow:"←",LeftArrow:"←",Leftarrow:"⇐",LeftArrowRightArrow:"⇆",leftarrowtail:"↢",LeftCeiling:"⌈",LeftDoubleBracket:"⟦",LeftDownTeeVector:"⥡",LeftDownVectorBar:"⥙",LeftDownVector:"⇃",LeftFloor:"⌊",leftharpoondown:"↽",leftharpoonup:"↼",leftleftarrows:"⇇",leftrightarrow:"↔",LeftRightArrow:"↔",Leftrightarrow:"⇔",leftrightarrows:"⇆",leftrightharpoons:"⇋",leftrightsquigarrow:"↭",LeftRightVector:"⥎",LeftTeeArrow:"↤",LeftTee:"⊣",LeftTeeVector:"⥚",leftthreetimes:"⋋",LeftTriangleBar:"⧏",LeftTriangle:"⊲",LeftTriangleEqual:"⊴",LeftUpDownVector:"⥑",LeftUpTeeVector:"⥠",LeftUpVectorBar:"⥘",LeftUpVector:"↿",LeftVectorBar:"⥒",LeftVector:"↼",lEg:"⪋",leg:"⋚",leq:"≤",leqq:"≦",leqslant:"⩽",lescc:"⪨",les:"⩽",lesdot:"⩿",lesdoto:"⪁",lesdotor:"⪃",lesg:"⋚︀",lesges:"⪓",lessapprox:"⪅",lessdot:"⋖",lesseqgtr:"⋚",lesseqqgtr:"⪋",LessEqualGreater:"⋚",LessFullEqual:"≦",LessGreater:"≶",lessgtr:"≶",LessLess:"⪡",lesssim:"≲",LessSlantEqual:"⩽",LessTilde:"≲",lfisht:"⥼",lfloor:"⌊",Lfr:"𝔏",lfr:"𝔩",lg:"≶",lgE:"⪑",lHar:"⥢",lhard:"↽",lharu:"↼",lharul:"⥪",lhblk:"▄",LJcy:"Љ",ljcy:"љ",llarr:"⇇",ll:"≪",Ll:"⋘",llcorner:"⌞",Lleftarrow:"⇚",llhard:"⥫",lltri:"◺",Lmidot:"Ŀ",lmidot:"ŀ",lmoustache:"⎰",lmoust:"⎰",lnap:"⪉",lnapprox:"⪉",lne:"⪇",lnE:"≨",lneq:"⪇",lneqq:"≨",lnsim:"⋦",loang:"⟬",loarr:"⇽",lobrk:"⟦",longleftarrow:"⟵",LongLeftArrow:"⟵",Longleftarrow:"⟸",longleftrightarrow:"⟷",LongLeftRightArrow:"⟷",Longleftrightarrow:"⟺",longmapsto:"⟼",longrightarrow:"⟶",LongRightArrow:"⟶",Longrightarrow:"⟹",looparrowleft:"↫",looparrowright:"↬",lopar:"⦅",Lopf:"𝕃",lopf:"𝕝",loplus:"⨭",lotimes:"⨴",lowast:"∗",lowbar:"_",LowerLeftArrow:"↙",LowerRightArrow:"↘",loz:"◊",lozenge:"◊",lozf:"⧫",lpar:"(",lparlt:"⦓",lrarr:"⇆",lrcorner:"⌟",lrhar:"⇋",lrhard:"⥭",lrm:"‎",lrtri:"⊿",lsaquo:"‹",lscr:"𝓁",Lscr:"ℒ",lsh:"↰",Lsh:"↰",lsim:"≲",lsime:"⪍",lsimg:"⪏",lsqb:"[",lsquo:"‘",lsquor:"‚",Lstrok:"Ł",lstrok:"ł",ltcc:"⪦",ltcir:"⩹",lt:"<",LT:"<",Lt:"≪",ltdot:"⋖",lthree:"⋋",ltimes:"⋉",ltlarr:"⥶",ltquest:"⩻",ltri:"◃",ltrie:"⊴",ltrif:"◂",ltrPar:"⦖",lurdshar:"⥊",luruhar:"⥦",lvertneqq:"≨︀",lvnE:"≨︀",macr:"¯",male:"♂",malt:"✠",maltese:"✠",Map:"⤅",map:"↦",mapsto:"↦",mapstodown:"↧",mapstoleft:"↤",mapstoup:"↥",marker:"▮",mcomma:"⨩",Mcy:"М",mcy:"м",mdash:"—",mDDot:"∺",measuredangle:"∡",MediumSpace:" ",Mellintrf:"ℳ",Mfr:"𝔐",mfr:"𝔪",mho:"℧",micro:"µ",midast:"*",midcir:"⫰",mid:"∣",middot:"·",minusb:"⊟",minus:"−",minusd:"∸",minusdu:"⨪",MinusPlus:"∓",mlcp:"⫛",mldr:"…",mnplus:"∓",models:"⊧",Mopf:"𝕄",mopf:"𝕞",mp:"∓",mscr:"𝓂",Mscr:"ℳ",mstpos:"∾",Mu:"Μ",mu:"μ",multimap:"⊸",mumap:"⊸",nabla:"∇",Nacute:"Ń",nacute:"ń",nang:"∠⃒",nap:"≉",napE:"⩰̸",napid:"≋̸",napos:"ʼn",napprox:"≉",natural:"♮",naturals:"ℕ",natur:"♮",nbsp:" ",nbump:"≎̸",nbumpe:"≏̸",ncap:"⩃",Ncaron:"Ň",ncaron:"ň",Ncedil:"Ņ",ncedil:"ņ",ncong:"≇",ncongdot:"⩭̸",ncup:"⩂",Ncy:"Н",ncy:"н",ndash:"–",nearhk:"⤤",nearr:"↗",neArr:"⇗",nearrow:"↗",ne:"≠",nedot:"≐̸",NegativeMediumSpace:"​",NegativeThickSpace:"​",NegativeThinSpace:"​",NegativeVeryThinSpace:"​",nequiv:"≢",nesear:"⤨",nesim:"≂̸",NestedGreaterGreater:"≫",NestedLessLess:"≪",NewLine:"\n",nexist:"∄",nexists:"∄",Nfr:"𝔑",nfr:"𝔫",ngE:"≧̸",nge:"≱",ngeq:"≱",ngeqq:"≧̸",ngeqslant:"⩾̸",nges:"⩾̸",nGg:"⋙̸",ngsim:"≵",nGt:"≫⃒",ngt:"≯",ngtr:"≯",nGtv:"≫̸",nharr:"↮",nhArr:"⇎",nhpar:"⫲",ni:"∋",nis:"⋼",nisd:"⋺",niv:"∋",NJcy:"Њ",njcy:"њ",nlarr:"↚",nlArr:"⇍",nldr:"‥",nlE:"≦̸",nle:"≰",nleftarrow:"↚",nLeftarrow:"⇍",nleftrightarrow:"↮",nLeftrightarrow:"⇎",nleq:"≰",nleqq:"≦̸",nleqslant:"⩽̸",nles:"⩽̸",nless:"≮",nLl:"⋘̸",nlsim:"≴",nLt:"≪⃒",nlt:"≮",nltri:"⋪",nltrie:"⋬",nLtv:"≪̸",nmid:"∤",NoBreak:"⁠",NonBreakingSpace:" ",nopf:"𝕟",Nopf:"ℕ",Not:"⫬",not:"¬",NotCongruent:"≢",NotCupCap:"≭",NotDoubleVerticalBar:"∦",NotElement:"∉",NotEqual:"≠",NotEqualTilde:"≂̸",NotExists:"∄",NotGreater:"≯",NotGreaterEqual:"≱",NotGreaterFullEqual:"≧̸",NotGreaterGreater:"≫̸",NotGreaterLess:"≹",NotGreaterSlantEqual:"⩾̸",NotGreaterTilde:"≵",NotHumpDownHump:"≎̸",NotHumpEqual:"≏̸",notin:"∉",notindot:"⋵̸",notinE:"⋹̸",notinva:"∉",notinvb:"⋷",notinvc:"⋶",NotLeftTriangleBar:"⧏̸",NotLeftTriangle:"⋪",NotLeftTriangleEqual:"⋬",NotLess:"≮",NotLessEqual:"≰",NotLessGreater:"≸",NotLessLess:"≪̸",NotLessSlantEqual:"⩽̸",NotLessTilde:"≴",NotNestedGreaterGreater:"⪢̸",NotNestedLessLess:"⪡̸",notni:"∌",notniva:"∌",notnivb:"⋾",notnivc:"⋽",NotPrecedes:"⊀",NotPrecedesEqual:"⪯̸",NotPrecedesSlantEqual:"⋠",NotReverseElement:"∌",NotRightTriangleBar:"⧐̸",NotRightTriangle:"⋫",NotRightTriangleEqual:"⋭",NotSquareSubset:"⊏̸",NotSquareSubsetEqual:"⋢",NotSquareSuperset:"⊐̸",NotSquareSupersetEqual:"⋣",NotSubset:"⊂⃒",NotSubsetEqual:"⊈",NotSucceeds:"⊁",NotSucceedsEqual:"⪰̸",NotSucceedsSlantEqual:"⋡",NotSucceedsTilde:"≿̸",NotSuperset:"⊃⃒",NotSupersetEqual:"⊉",NotTilde:"≁",NotTildeEqual:"≄",NotTildeFullEqual:"≇",NotTildeTilde:"≉",NotVerticalBar:"∤",nparallel:"∦",npar:"∦",nparsl:"⫽⃥",npart:"∂̸",npolint:"⨔",npr:"⊀",nprcue:"⋠",nprec:"⊀",npreceq:"⪯̸",npre:"⪯̸",nrarrc:"⤳̸",nrarr:"↛",nrArr:"⇏",nrarrw:"↝̸",nrightarrow:"↛",nRightarrow:"⇏",nrtri:"⋫",nrtrie:"⋭",nsc:"⊁",nsccue:"⋡",nsce:"⪰̸",Nscr:"𝒩",nscr:"𝓃",nshortmid:"∤",nshortparallel:"∦",nsim:"≁",nsime:"≄",nsimeq:"≄",nsmid:"∤",nspar:"∦",nsqsube:"⋢",nsqsupe:"⋣",nsub:"⊄",nsubE:"⫅̸",nsube:"⊈",nsubset:"⊂⃒",nsubseteq:"⊈",nsubseteqq:"⫅̸",nsucc:"⊁",nsucceq:"⪰̸",nsup:"⊅",nsupE:"⫆̸",nsupe:"⊉",nsupset:"⊃⃒",nsupseteq:"⊉",nsupseteqq:"⫆̸",ntgl:"≹",Ntilde:"Ñ",ntilde:"ñ",ntlg:"≸",ntriangleleft:"⋪",ntrianglelefteq:"⋬",ntriangleright:"⋫",ntrianglerighteq:"⋭",Nu:"Ν",nu:"ν",num:"#",numero:"№",numsp:" ",nvap:"≍⃒",nvdash:"⊬",nvDash:"⊭",nVdash:"⊮",nVDash:"⊯",nvge:"≥⃒",nvgt:">⃒",nvHarr:"⤄",nvinfin:"⧞",nvlArr:"⤂",nvle:"≤⃒",nvlt:"<⃒",nvltrie:"⊴⃒",nvrArr:"⤃",nvrtrie:"⊵⃒",nvsim:"∼⃒",nwarhk:"⤣",nwarr:"↖",nwArr:"⇖",nwarrow:"↖",nwnear:"⤧",Oacute:"Ó",oacute:"ó",oast:"⊛",Ocirc:"Ô",ocirc:"ô",ocir:"⊚",Ocy:"О",ocy:"о",odash:"⊝",Odblac:"Ő",odblac:"ő",odiv:"⨸",odot:"⊙",odsold:"⦼",OElig:"Œ",oelig:"œ",ofcir:"⦿",Ofr:"𝔒",ofr:"𝔬",ogon:"˛",Ograve:"Ò",ograve:"ò",ogt:"⧁",ohbar:"⦵",ohm:"Ω",oint:"∮",olarr:"↺",olcir:"⦾",olcross:"⦻",oline:"‾",olt:"⧀",Omacr:"Ō",omacr:"ō",Omega:"Ω",omega:"ω",Omicron:"Ο",omicron:"ο",omid:"⦶",ominus:"⊖",Oopf:"𝕆",oopf:"𝕠",opar:"⦷",OpenCurlyDoubleQuote:"“",OpenCurlyQuote:"‘",operp:"⦹",oplus:"⊕",orarr:"↻",Or:"⩔",or:"∨",ord:"⩝",order:"ℴ",orderof:"ℴ",ordf:"ª",ordm:"º",origof:"⊶",oror:"⩖",orslope:"⩗",orv:"⩛",oS:"Ⓢ",Oscr:"𝒪",oscr:"ℴ",Oslash:"Ø",oslash:"ø",osol:"⊘",Otilde:"Õ",otilde:"õ",otimesas:"⨶",Otimes:"⨷",otimes:"⊗",Ouml:"Ö",ouml:"ö",ovbar:"⌽",OverBar:"‾",OverBrace:"⏞",OverBracket:"⎴",OverParenthesis:"⏜",para:"¶",parallel:"∥",par:"∥",parsim:"⫳",parsl:"⫽",part:"∂",PartialD:"∂",Pcy:"П",pcy:"п",percnt:"%",period:".",permil:"‰",perp:"⊥",pertenk:"‱",Pfr:"𝔓",pfr:"𝔭",Phi:"Φ",phi:"φ",phiv:"ϕ",phmmat:"ℳ",phone:"☎",Pi:"Π",pi:"π",pitchfork:"⋔",piv:"ϖ",planck:"ℏ",planckh:"ℎ",plankv:"ℏ",plusacir:"⨣",plusb:"⊞",pluscir:"⨢",plus:"+",plusdo:"∔",plusdu:"⨥",pluse:"⩲",PlusMinus:"±",plusmn:"±",plussim:"⨦",plustwo:"⨧",pm:"±",Poincareplane:"ℌ",pointint:"⨕",popf:"𝕡",Popf:"ℙ",pound:"£",prap:"⪷",Pr:"⪻",pr:"≺",prcue:"≼",precapprox:"⪷",prec:"≺",preccurlyeq:"≼",Precedes:"≺",PrecedesEqual:"⪯",PrecedesSlantEqual:"≼",PrecedesTilde:"≾",preceq:"⪯",precnapprox:"⪹",precneqq:"⪵",precnsim:"⋨",pre:"⪯",prE:"⪳",precsim:"≾",prime:"′",Prime:"″",primes:"ℙ",prnap:"⪹",prnE:"⪵",prnsim:"⋨",prod:"∏",Product:"∏",profalar:"⌮",profline:"⌒",profsurf:"⌓",prop:"∝",Proportional:"∝",Proportion:"∷",propto:"∝",prsim:"≾",prurel:"⊰",Pscr:"𝒫",pscr:"𝓅",Psi:"Ψ",psi:"ψ",puncsp:" ",Qfr:"𝔔",qfr:"𝔮",qint:"⨌",qopf:"𝕢",Qopf:"ℚ",qprime:"⁗",Qscr:"𝒬",qscr:"𝓆",quaternions:"ℍ",quatint:"⨖",quest:"?",questeq:"≟",quot:'"',QUOT:'"',rAarr:"⇛",race:"∽̱",Racute:"Ŕ",racute:"ŕ",radic:"√",raemptyv:"⦳",rang:"⟩",Rang:"⟫",rangd:"⦒",range:"⦥",rangle:"⟩",raquo:"»",rarrap:"⥵",rarrb:"⇥",rarrbfs:"⤠",rarrc:"⤳",rarr:"→",Rarr:"↠",rArr:"⇒",rarrfs:"⤞",rarrhk:"↪",rarrlp:"↬",rarrpl:"⥅",rarrsim:"⥴",Rarrtl:"⤖",rarrtl:"↣",rarrw:"↝",ratail:"⤚",rAtail:"⤜",ratio:"∶",rationals:"ℚ",rbarr:"⤍",rBarr:"⤏",RBarr:"⤐",rbbrk:"❳",rbrace:"}",rbrack:"]",rbrke:"⦌",rbrksld:"⦎",rbrkslu:"⦐",Rcaron:"Ř",rcaron:"ř",Rcedil:"Ŗ",rcedil:"ŗ",rceil:"⌉",rcub:"}",Rcy:"Р",rcy:"р",rdca:"⤷",rdldhar:"⥩",rdquo:"”",rdquor:"”",rdsh:"↳",real:"ℜ",realine:"ℛ",realpart:"ℜ",reals:"ℝ",Re:"ℜ",rect:"▭",reg:"®",REG:"®",ReverseElement:"∋",ReverseEquilibrium:"⇋",ReverseUpEquilibrium:"⥯",rfisht:"⥽",rfloor:"⌋",rfr:"𝔯",Rfr:"ℜ",rHar:"⥤",rhard:"⇁",rharu:"⇀",rharul:"⥬",Rho:"Ρ",rho:"ρ",rhov:"ϱ",RightAngleBracket:"⟩",RightArrowBar:"⇥",rightarrow:"→",RightArrow:"→",Rightarrow:"⇒",RightArrowLeftArrow:"⇄",rightarrowtail:"↣",RightCeiling:"⌉",RightDoubleBracket:"⟧",RightDownTeeVector:"⥝",RightDownVectorBar:"⥕",RightDownVector:"⇂",RightFloor:"⌋",rightharpoondown:"⇁",rightharpoonup:"⇀",rightleftarrows:"⇄",rightleftharpoons:"⇌",rightrightarrows:"⇉",rightsquigarrow:"↝",RightTeeArrow:"↦",RightTee:"⊢",RightTeeVector:"⥛",rightthreetimes:"⋌",RightTriangleBar:"⧐",RightTriangle:"⊳",RightTriangleEqual:"⊵",RightUpDownVector:"⥏",RightUpTeeVector:"⥜",RightUpVectorBar:"⥔",RightUpVector:"↾",RightVectorBar:"⥓",RightVector:"⇀",ring:"˚",risingdotseq:"≓",rlarr:"⇄",rlhar:"⇌",rlm:"‏",rmoustache:"⎱",rmoust:"⎱",rnmid:"⫮",roang:"⟭",roarr:"⇾",robrk:"⟧",ropar:"⦆",ropf:"𝕣",Ropf:"ℝ",roplus:"⨮",rotimes:"⨵",RoundImplies:"⥰",rpar:")",rpargt:"⦔",rppolint:"⨒",rrarr:"⇉",Rrightarrow:"⇛",rsaquo:"›",rscr:"𝓇",Rscr:"ℛ",rsh:"↱",Rsh:"↱",rsqb:"]",rsquo:"’",rsquor:"’",rthree:"⋌",rtimes:"⋊",rtri:"▹",rtrie:"⊵",rtrif:"▸",rtriltri:"⧎",RuleDelayed:"⧴",ruluhar:"⥨",rx:"℞",Sacute:"Ś",sacute:"ś",sbquo:"‚",scap:"⪸",Scaron:"Š",scaron:"š",Sc:"⪼",sc:"≻",sccue:"≽",sce:"⪰",scE:"⪴",Scedil:"Ş",scedil:"ş",Scirc:"Ŝ",scirc:"ŝ",scnap:"⪺",scnE:"⪶",scnsim:"⋩",scpolint:"⨓",scsim:"≿",Scy:"С",scy:"с",sdotb:"⊡",sdot:"⋅",sdote:"⩦",searhk:"⤥",searr:"↘",seArr:"⇘",searrow:"↘",sect:"§",semi:";",seswar:"⤩",setminus:"∖",setmn:"∖",sext:"✶",Sfr:"𝔖",sfr:"𝔰",sfrown:"⌢",sharp:"♯",SHCHcy:"Щ",shchcy:"щ",SHcy:"Ш",shcy:"ш",ShortDownArrow:"↓",ShortLeftArrow:"←",shortmid:"∣",shortparallel:"∥",ShortRightArrow:"→",ShortUpArrow:"↑",shy:"­",Sigma:"Σ",sigma:"σ",sigmaf:"ς",sigmav:"ς",sim:"∼",simdot:"⩪",sime:"≃",simeq:"≃",simg:"⪞",simgE:"⪠",siml:"⪝",simlE:"⪟",simne:"≆",simplus:"⨤",simrarr:"⥲",slarr:"←",SmallCircle:"∘",smallsetminus:"∖",smashp:"⨳",smeparsl:"⧤",smid:"∣",smile:"⌣",smt:"⪪",smte:"⪬",smtes:"⪬︀",SOFTcy:"Ь",softcy:"ь",solbar:"⌿",solb:"⧄",sol:"/",Sopf:"𝕊",sopf:"𝕤",spades:"♠",spadesuit:"♠",spar:"∥",sqcap:"⊓",sqcaps:"⊓︀",sqcup:"⊔",sqcups:"⊔︀",Sqrt:"√",sqsub:"⊏",sqsube:"⊑",sqsubset:"⊏",sqsubseteq:"⊑",sqsup:"⊐",sqsupe:"⊒",sqsupset:"⊐",sqsupseteq:"⊒",square:"□",Square:"□",SquareIntersection:"⊓",SquareSubset:"⊏",SquareSubsetEqual:"⊑",SquareSuperset:"⊐",SquareSupersetEqual:"⊒",SquareUnion:"⊔",squarf:"▪",squ:"□",squf:"▪",srarr:"→",Sscr:"𝒮",sscr:"𝓈",ssetmn:"∖",ssmile:"⌣",sstarf:"⋆",Star:"⋆",star:"☆",starf:"★",straightepsilon:"ϵ",straightphi:"ϕ",strns:"¯",sub:"⊂",Sub:"⋐",subdot:"⪽",subE:"⫅",sube:"⊆",subedot:"⫃",submult:"⫁",subnE:"⫋",subne:"⊊",subplus:"⪿",subrarr:"⥹",subset:"⊂",Subset:"⋐",subseteq:"⊆",subseteqq:"⫅",SubsetEqual:"⊆",subsetneq:"⊊",subsetneqq:"⫋",subsim:"⫇",subsub:"⫕",subsup:"⫓",succapprox:"⪸",succ:"≻",succcurlyeq:"≽",Succeeds:"≻",SucceedsEqual:"⪰",SucceedsSlantEqual:"≽",SucceedsTilde:"≿",succeq:"⪰",succnapprox:"⪺",succneqq:"⪶",succnsim:"⋩",succsim:"≿",SuchThat:"∋",sum:"∑",Sum:"∑",sung:"♪",sup1:"¹",sup2:"²",sup3:"³",sup:"⊃",Sup:"⋑",supdot:"⪾",supdsub:"⫘",supE:"⫆",supe:"⊇",supedot:"⫄",Superset:"⊃",SupersetEqual:"⊇",suphsol:"⟉",suphsub:"⫗",suplarr:"⥻",supmult:"⫂",supnE:"⫌",supne:"⊋",supplus:"⫀",supset:"⊃",Supset:"⋑",supseteq:"⊇",supseteqq:"⫆",supsetneq:"⊋",supsetneqq:"⫌",supsim:"⫈",supsub:"⫔",supsup:"⫖",swarhk:"⤦",swarr:"↙",swArr:"⇙",swarrow:"↙",swnwar:"⤪",szlig:"ß",Tab:"\t",target:"⌖",Tau:"Τ",tau:"τ",tbrk:"⎴",Tcaron:"Ť",tcaron:"ť",Tcedil:"Ţ",tcedil:"ţ",Tcy:"Т",tcy:"т",tdot:"⃛",telrec:"⌕",Tfr:"𝔗",tfr:"𝔱",there4:"∴",therefore:"∴",Therefore:"∴",Theta:"Θ",theta:"θ",thetasym:"ϑ",thetav:"ϑ",thickapprox:"≈",thicksim:"∼",ThickSpace:"  ",ThinSpace:" ",thinsp:" ",thkap:"≈",thksim:"∼",THORN:"Þ",thorn:"þ",tilde:"˜",Tilde:"∼",TildeEqual:"≃",TildeFullEqual:"≅",TildeTilde:"≈",timesbar:"⨱",timesb:"⊠",times:"×",timesd:"⨰",tint:"∭",toea:"⤨",topbot:"⌶",topcir:"⫱",top:"⊤",Topf:"𝕋",topf:"𝕥",topfork:"⫚",tosa:"⤩",tprime:"‴",trade:"™",TRADE:"™",triangle:"▵",triangledown:"▿",triangleleft:"◃",trianglelefteq:"⊴",triangleq:"≜",triangleright:"▹",trianglerighteq:"⊵",tridot:"◬",trie:"≜",triminus:"⨺",TripleDot:"⃛",triplus:"⨹",trisb:"⧍",tritime:"⨻",trpezium:"⏢",Tscr:"𝒯",tscr:"𝓉",TScy:"Ц",tscy:"ц",TSHcy:"Ћ",tshcy:"ћ",Tstrok:"Ŧ",tstrok:"ŧ",twixt:"≬",twoheadleftarrow:"↞",twoheadrightarrow:"↠",Uacute:"Ú",uacute:"ú",uarr:"↑",Uarr:"↟",uArr:"⇑",Uarrocir:"⥉",Ubrcy:"Ў",ubrcy:"ў",Ubreve:"Ŭ",ubreve:"ŭ",Ucirc:"Û",ucirc:"û",Ucy:"У",ucy:"у",udarr:"⇅",Udblac:"Ű",udblac:"ű",udhar:"⥮",ufisht:"⥾",Ufr:"𝔘",ufr:"𝔲",Ugrave:"Ù",ugrave:"ù",uHar:"⥣",uharl:"↿",uharr:"↾",uhblk:"▀",ulcorn:"⌜",ulcorner:"⌜",ulcrop:"⌏",ultri:"◸",Umacr:"Ū",umacr:"ū",uml:"¨",UnderBar:"_",UnderBrace:"⏟",UnderBracket:"⎵",UnderParenthesis:"⏝",Union:"⋃",UnionPlus:"⊎",Uogon:"Ų",uogon:"ų",Uopf:"𝕌",uopf:"𝕦",UpArrowBar:"⤒",uparrow:"↑",UpArrow:"↑",Uparrow:"⇑",UpArrowDownArrow:"⇅",updownarrow:"↕",UpDownArrow:"↕",Updownarrow:"⇕",UpEquilibrium:"⥮",upharpoonleft:"↿",upharpoonright:"↾",uplus:"⊎",UpperLeftArrow:"↖",UpperRightArrow:"↗",upsi:"υ",Upsi:"ϒ",upsih:"ϒ",Upsilon:"Υ",upsilon:"υ",UpTeeArrow:"↥",UpTee:"⊥",upuparrows:"⇈",urcorn:"⌝",urcorner:"⌝",urcrop:"⌎",Uring:"Ů",uring:"ů",urtri:"◹",Uscr:"𝒰",uscr:"𝓊",utdot:"⋰",Utilde:"Ũ",utilde:"ũ",utri:"▵",utrif:"▴",uuarr:"⇈",Uuml:"Ü",uuml:"ü",uwangle:"⦧",vangrt:"⦜",varepsilon:"ϵ",varkappa:"ϰ",varnothing:"∅",varphi:"ϕ",varpi:"ϖ",varpropto:"∝",varr:"↕",vArr:"⇕",varrho:"ϱ",varsigma:"ς",varsubsetneq:"⊊︀",varsubsetneqq:"⫋︀",varsupsetneq:"⊋︀",varsupsetneqq:"⫌︀",vartheta:"ϑ",vartriangleleft:"⊲",vartriangleright:"⊳",vBar:"⫨",Vbar:"⫫",vBarv:"⫩",Vcy:"В",vcy:"в",vdash:"⊢",vDash:"⊨",Vdash:"⊩",VDash:"⊫",Vdashl:"⫦",veebar:"⊻",vee:"∨",Vee:"⋁",veeeq:"≚",vellip:"⋮",verbar:"|",Verbar:"‖",vert:"|",Vert:"‖",VerticalBar:"∣",VerticalLine:"|",VerticalSeparator:"❘",VerticalTilde:"≀",VeryThinSpace:" ",Vfr:"𝔙",vfr:"𝔳",vltri:"⊲",vnsub:"⊂⃒",vnsup:"⊃⃒",Vopf:"𝕍",vopf:"𝕧",vprop:"∝",vrtri:"⊳",Vscr:"𝒱",vscr:"𝓋",vsubnE:"⫋︀",vsubne:"⊊︀",vsupnE:"⫌︀",vsupne:"⊋︀",Vvdash:"⊪",vzigzag:"⦚",Wcirc:"Ŵ",wcirc:"ŵ",wedbar:"⩟",wedge:"∧",Wedge:"⋀",wedgeq:"≙",weierp:"℘",Wfr:"𝔚",wfr:"𝔴",Wopf:"𝕎",wopf:"𝕨",wp:"℘",wr:"≀",wreath:"≀",Wscr:"𝒲",wscr:"𝓌",xcap:"⋂",xcirc:"◯",xcup:"⋃",xdtri:"▽",Xfr:"𝔛",xfr:"𝔵",xharr:"⟷",xhArr:"⟺",Xi:"Ξ",xi:"ξ",xlarr:"⟵",xlArr:"⟸",xmap:"⟼",xnis:"⋻",xodot:"⨀",Xopf:"𝕏",xopf:"𝕩",xoplus:"⨁",xotime:"⨂",xrarr:"⟶",xrArr:"⟹",Xscr:"𝒳",xscr:"𝓍",xsqcup:"⨆",xuplus:"⨄",xutri:"△",xvee:"⋁",xwedge:"⋀",Yacute:"Ý",yacute:"ý",YAcy:"Я",yacy:"я",Ycirc:"Ŷ",ycirc:"ŷ",Ycy:"Ы",ycy:"ы",yen:"¥",Yfr:"𝔜",yfr:"𝔶",YIcy:"Ї",yicy:"ї",Yopf:"𝕐",yopf:"𝕪",Yscr:"𝒴",yscr:"𝓎",YUcy:"Ю",yucy:"ю",yuml:"ÿ",Yuml:"Ÿ",Zacute:"Ź",zacute:"ź",Zcaron:"Ž",zcaron:"ž",Zcy:"З",zcy:"з",Zdot:"Ż",zdot:"ż",zeetrf:"ℨ",ZeroWidthSpace:"​",Zeta:"Ζ",zeta:"ζ",zfr:"𝔷",Zfr:"ℨ",ZHcy:"Ж",zhcy:"ж",zigrarr:"⇝",zopf:"𝕫",Zopf:"ℤ",Zscr:"𝒵",zscr:"𝓏",zwj:"‍",zwnj:"‌"}},QWy2:function(e,t,n){n("KOQb")("Map")},QXtf:function(e,t,n){"use strict";(function(e){n.d(t,"a",function(){return l});var r,o,i,a=n("0tTT"),s=n("u4yO"),u=n("BCaJ"),c=n("OTQO"),_=n("XWsF");function l(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},o=e;"function"!=typeof e&&(o=function(){return e});var i=Object(u.a)(t);return function(e){return Object(a.a)({connectBackend:function(e,t){return e.connectDragSource(t)},containerDisplayName:"ChooseSource",createHandler:i,registerHandler:s.a,createMonitor:c.a,createConnector:_.a,DecoratedComponent:e,getType:o,collect:n,options:r})}}(r=n("+MRw").enterModule)&&r(e),o=n("+MRw").default,i=n("+MRw").leaveModule,o&&(o.register(l,"ChooseSource","/mnt/d/pm2/lgh-quizz-pc/lib/choice_core/src/ChooseSource.js"),i(e))}).call(this,n("3UD+")(e))},QaDb:function(e,t,n){"use strict";var r=n("Kuth"),o=n("RjD/"),i=n("fyDq"),a={};n("Mukb")(a,n("K0xU")("iterator"),function(){return this}),e.exports=function(e,t,n){e.prototype=r(a,{next:o(1,n)}),i(e,t+" Iterator")}},QbLZ:function(e,t,n){"use strict";t.__esModule=!0;var r,o=n("P2sY"),i=(r=o)&&r.__esModule?r:{default:r};t.default=i.default||function(e){for(var t=1;t0&&document.getElementsByClassName("toastr-control")[0].focus()},50)}},{key:"handleOnKeyDown",value:function(e){13==(0,i.keyCode)(e)&&e.preventDefault(),this.isKeyDown=!0}},{key:"handleButtonClick",value:function(e){var t=this;if(!this.hasClicked){this.hasClicked=!0;this.setTransition(),(0,i.onCSSTransitionEnd)(this.confirmElement,function(){t.removeConfirm(),e&&e()})}}},{key:"handleConfirmClick",value:function(){var e=this.props.confirm.options?this.props.confirm.options.onOk:null;this.handleButtonClick(e)}},{key:"handleCancelClick",value:function(){var e=this.props.confirm.options?this.props.confirm.options.onCancel:null;this.handleButtonClick(e)}},{key:"setTransition",value:function(e){if(e&&(this.isHiding=!1,this.confirmElement.classList.add(this.transitionIn),(0,i.isBrowser)()))return document.querySelector("body").classList.add("toastr-confirm-active");this.isHiding=!0,this.confirmElement.classList.remove(this.transitionIn),this.confirmElement.classList.add(this.transitionOut)}},{key:"removeConfirm",value:function(){if(this.isHiding=!1,this.props.hideConfirm(),(0,i.isBrowser)())return document.querySelector("body").classList.remove("toastr-confirm-active")}},{key:"handleOnKeyUp",value:function(e){var t=(0,i.keyCode)(e);27!=t||this.disableCancel?27==t&&this.disableCancel?this.handleConfirmClick():13==t&&this.isKeyDown&&(this.isKeyDown=!1,this.handleConfirmClick()):this.handleCancelClick()}},{key:"containsOkButton",value:function(e){return e&&e.filter(function(e){return!0===e.ok}).length>0}},{key:"containsCancelButton",value:function(e){return e&&e.filter(function(e){return!0===e.cancel}).length>0}},{key:"getCustomButtonHandler",value:function(e){var t=this;return!0===e.ok?this.handleConfirmClick.bind(this):!0===e.cancel?this.handleCancelClick.bind(this):function(){return t.handleButtonClick(e.handler)}}},{key:"getCustomButtonText",value:function(e){return!0===e.ok?this.okText:!0===e.cancel?this.cancelText:e.text}},{key:"getCustomButtonClassName",value:function(e){return!0===e.ok?"rrt-ok-btn":!0===e.cancel?"rrt-cancel-btn":e.className}},{key:"render",value:function(){var e=this,t=this.props.confirm,n=t.options,o=t.message;return r.default.createElement("div",{className:"rrt-confirm-holder",tabIndex:"-1",ref:function(t){return e.confirmHolderElement=t},onKeyDown:this.handleOnKeyDown,onKeyUp:this.handleOnKeyUp,role:"alert"},r.default.createElement("div",{className:"rrt-confirm animated",ref:function(t){return e.confirmElement=t},role:"alertdialog","aria-describedby":"dialogDesc-".concat(this.id)},o&&r.default.createElement("div",{className:"rrt-message",id:"dialogDesc-".concat(this.id)},o),n.component&&r.default.createElement(n.component,null),r.default.createElement("div",{className:"rrt-buttons-holder"},!this.containsOkButton(n.buttons)&&r.default.createElement(a.default,{tabIndex:"0",ref:function(t){return e.closeButton=t},className:"rrt-ok-btn toastr-control",onClick:function(){return e.handleConfirmClick()}},this.okText),!this.disableCancel&&!this.containsCancelButton(n.buttons)&&r.default.createElement(a.default,{tabIndex:"0",ref:function(t){return e.closeButton=t},className:"rrt-cancel-btn toastr-control",onClick:this.handleCancelClick.bind(this)},this.cancelText),n.buttons&&n.buttons.map(function(t,n){if(!0===t.cancel&&e.disableCancel)return null;var o=e.getCustomButtonHandler(t),i=e.getCustomButtonText(t),s=e.getCustomButtonClassName(t);return r.default.createElement(a.default,{tabIndex:"0",className:s,onClick:o,key:n},i)}))),r.default.createElement("div",{className:"shadow"}))}}])&&c(n.prototype,o),s&&c(n,s),t}();t.default=f,d(f,"displayName","ToastrConfirm"),d(f,"propTypes",{confirm:o.default.shape({options:o.default.shape({transitionIn:o.default.string,transitionOut:o.default.string})})})},QqLw:function(e,t){var n=Object.prototype.toString;e.exports=function(e){return n.call(e)}},Qrca:function(e,t){e.exports=function(){for(var e=arguments.length,t=[],n=0;nc;)u.call(e,a=s[c++])&&t.push(a);return t}},"R/W3":function(e,t){e.exports=function(e,t,n){for(var r=n-1,o=e.length;++r-1&&e%1==0&&e<=r}(e.length)&&!function(e){var t=function(e){var t=typeof e;return!!e&&("object"==t||"function"==t)}(e)?d.call(e):"";return t==i||t==a}(e)}(e)}(e)&&p.call(e,"callee")&&(!h.call(e,"callee")||d.call(e)==o)}(e)||!!(m&&e&&e[m])}var E=Array.isArray;var b,v,O,M=(v=function(e){var t=(e=function e(t,n,r,o,i){var a=-1,s=t.length;for(r||(r=g),i||(i=[]);++a0&&r(u)?n>1?e(u,n-1,r,o,i):_(i,u):o||(i[i.length]=u)}return i}(e,1)).length,r=t;for(b&&e.reverse();r--;)if("function"!=typeof e[r])throw new TypeError(n);return function(){for(var n=0,r=t?e[n].apply(this,arguments):arguments[0];++n2,o=!!r&&a.call(arguments,2);return e(r?function(){("function"==typeof t?t:Function(t)).apply(this,o)}:t,n)}};o(o.G+o.B+o.F*s,{setTimeout:u(r.setTimeout),setInterval:u(r.setInterval)})},R5jr:function(e,t,n){"use strict";t.default={locale:"en",pluralRuleFunction:function(e,t){var n=String(e).split("."),r=!n[1],o=Number(n[0])==e,i=o&&n[0].slice(-1),a=o&&n[0].slice(-2);return t?1==i&&11!=a?"one":2==i&&12!=a?"two":3==i&&13!=a?"few":"other":1==e&&r?"one":"other"}}},"R7+6":function(module,__webpack_exports__,__webpack_require__){"use strict";(function(module){var react__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("q1tI"),react__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__),_util_builHtmlFromArray__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("u2mz"),_util_mathjaxUtil__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("h6cg"),enterModule;function _typeof(e){return(_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function _classCallCheck(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function _defineProperties(e,t){for(var n=0;n0?r:n)(e)}},RfKB:function(e,t,n){var r=n("2faE").f,o=n("B+OT"),i=n("UWiX")("toStringTag");e.exports=function(e,t,n){e&&!o(e=n?e:e.prototype,i)&&r(e,i,{configurable:!0,value:t})}},"RjD/":function(e,t){e.exports=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}}},"Rn+g":function(e,t,n){"use strict";var r=n("LYNF");e.exports=function(e,t,n){var o=n.config.validateStatus;n.status&&o&&!o(n.status)?t(r("Request failed with status code "+n.status,n.config,null,n.request,n)):e(n)}},"Rof/":function(e,t,n){"use strict";t.__esModule=!0;var r,o=n("Iox1"),i=(r=o)&&r.__esModule?r:{default:r},a=function(){function e(){for(var t=arguments.length,n=Array(t),r=0;r, or turn it into a ")+"drag source or a drop target itself.")}}function c(e){return function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;if(Object(a.isValidElement)(t)){var r=t;u(r);var o=n?function(t){return e(t,n)}:e;return Object(s.a)(r,o)}e(t,n)}}function _(e){var t={};return Object.keys(e).forEach(function(n){var r=c(e[n]);t[n]=function(){return r}}),t}(r=n("+MRw").enterModule)&&r(e),o=n("+MRw").default,i=n("+MRw").leaveModule,o&&(o.register(u,"throwIfCompositeComponentElement","/mnt/d/pm2/lgh-quizz-pc/lib/choice_core/src/wrapConnectorHooks.js"),o.register(c,"wrapHookToRecognizeElement","/mnt/d/pm2/lgh-quizz-pc/lib/choice_core/src/wrapConnectorHooks.js"),o.register(_,"wrapConnectorHooks","/mnt/d/pm2/lgh-quizz-pc/lib/choice_core/src/wrapConnectorHooks.js"),i(e))}).call(this,n("3UD+")(e))},RwTk:function(e,t,n){var r=n("XKFU");r(r.P+r.R,"Map",{toJSON:n("RLh9")("Map")})},Ryb3:function(module,__webpack_exports__,__webpack_require__){"use strict";(function(module){__webpack_require__.d(__webpack_exports__,"a",function(){return chooseSideOnTwoFaces});var react__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("q1tI"),react__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__),prop_types__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("wP27"),prop_types__WEBPACK_IMPORTED_MODULE_1___default=__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_1__),disposables__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("dfIm"),disposables__WEBPACK_IMPORTED_MODULE_2___default=__webpack_require__.n(disposables__WEBPACK_IMPORTED_MODULE_2__),hoist_non_react_statics__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__("MTU0"),hoist_non_react_statics__WEBPACK_IMPORTED_MODULE_3___default=__webpack_require__.n(hoist_non_react_statics__WEBPACK_IMPORTED_MODULE_3__),_TwoSide_FrontSideChooser__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__("aKoF"),_TwoSide_BackSideChooser__WEBPACK_IMPORTED_MODULE_5__=__webpack_require__("SBgY"),enterModule;function _typeof(e){return(_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function _classCallCheck(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function _possibleConstructorReturn(e,t){return!t||"object"!==_typeof(t)&&"function"!=typeof t?_assertThisInitialized(e):t}function _assertThisInitialized(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function _getPrototypeOf(e){return(_getPrototypeOf=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _defineProperties(e,t){for(var n=0;n=0||(o[n]=e[n]);return o}(t,["children"]);if(delete r.in,delete r.mountOnEnter,delete r.unmountOnExit,delete r.appear,delete r.enter,delete r.exit,delete r.timeout,delete r.addEndListener,delete r.onEnter,delete r.onEntering,delete r.onEntered,delete r.onExit,delete r.onExiting,delete r.onExited,"function"==typeof n)return n(e,r);var i=o.default.Children.only(n);return o.default.cloneElement(i,r)},r}(o.default.Component);function d(){}p.contextTypes={transitionGroup:r.object},p.childContextTypes={transitionGroup:function(){}},p.propTypes={},p.defaultProps={in:!1,mountOnEnter:!1,unmountOnExit:!1,appear:!1,enter:!0,exit:!0,onEnter:d,onEntering:d,onEntered:d,onExit:d,onExiting:d,onExited:d},p.UNMOUNTED=0,p.EXITED=1,p.ENTERING=2,p.ENTERED=3,p.EXITING=4;var f=(0,a.polyfill)(p);t.default=f},S7Xf:function(e,t,n){var r=n("4uTw"),o=n("RBan"),i=n("gpbi"),a=n("9Nap");e.exports=function(e,t){return t=r(t,e),null==(e=i(e,t))||delete e[a(o(t))]}},SBgY:function(module,__webpack_exports__,__webpack_require__){"use strict";(function(module){__webpack_require__.d(__webpack_exports__,"a",function(){return decorateBackSide});var lodash_assign__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("3OWR"),lodash_assign__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(lodash_assign__WEBPACK_IMPORTED_MODULE_0__),react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("q1tI"),react__WEBPACK_IMPORTED_MODULE_1___default=__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_1__),prop_types__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("wP27"),prop_types__WEBPACK_IMPORTED_MODULE_2___default=__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_2__),hoist_non_react_statics__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__("MTU0"),hoist_non_react_statics__WEBPACK_IMPORTED_MODULE_3___default=__webpack_require__.n(hoist_non_react_statics__WEBPACK_IMPORTED_MODULE_3__),enterModule;function _typeof(e){return(_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function _extends(){return(_extends=Object.assign||function(e){for(var t=1;t
'};function o(e,t,n){return en?n:e}function i(e){return 100*(-1+e)}n.configure=function(e){var t,n;for(t in e)void 0!==(n=e[t])&&e.hasOwnProperty(t)&&(r[t]=n);return this},n.status=null,n.set=function(e){var t=n.isStarted();e=o(e,r.minimum,1),n.status=1===e?null:e;var u=n.render(!t),c=u.querySelector(r.barSelector),_=r.speed,l=r.easing;return u.offsetWidth,a(function(t){""===r.positionUsing&&(r.positionUsing=n.getPositioningCSS()),s(c,function(e,t,n){var o;return(o="translate3d"===r.positionUsing?{transform:"translate3d("+i(e)+"%,0,0)"}:"translate"===r.positionUsing?{transform:"translate("+i(e)+"%,0)"}:{"margin-left":i(e)+"%"}).transition="all "+t+"ms "+n,o}(e,_,l)),1===e?(s(u,{transition:"none",opacity:1}),u.offsetWidth,setTimeout(function(){s(u,{transition:"all "+_+"ms linear",opacity:0}),setTimeout(function(){n.remove(),t()},_)},_)):setTimeout(t,_)}),this},n.isStarted=function(){return"number"==typeof n.status},n.start=function(){n.status||n.set(0);var e=function(){setTimeout(function(){n.status&&(n.trickle(),e())},r.trickleSpeed)};return r.trickle&&e(),this},n.done=function(e){return e||n.status?n.inc(.3+.5*Math.random()).set(1):this},n.inc=function(e){var t=n.status;return t?("number"!=typeof e&&(e=(1-t)*o(Math.random()*t,.1,.95)),t=o(t+e,0,.994),n.set(t)):n.start()},n.trickle=function(){return n.inc(Math.random()*r.trickleRate)},e=0,t=0,n.promise=function(r){return r&&"resolved"!==r.state()?(0===t&&n.start(),e++,t++,r.always(function(){0==--t?(e=0,n.done()):n.set((e-t)/e)}),this):this},n.render=function(e){if(n.isRendered())return document.getElementById("nprogress");c(document.documentElement,"nprogress-busy");var t=document.createElement("div");t.id="nprogress",t.innerHTML=r.template;var o,a=t.querySelector(r.barSelector),u=e?"-100":i(n.status||0),_=document.querySelector(r.parent);return s(a,{transition:"all 0 linear",transform:"translate3d("+u+"%,0,0)"}),r.showSpinner||(o=t.querySelector(r.spinnerSelector))&&p(o),_!=document.body&&c(_,"nprogress-custom-parent"),_.appendChild(t),t},n.remove=function(){_(document.documentElement,"nprogress-busy"),_(document.querySelector(r.parent),"nprogress-custom-parent");var e=document.getElementById("nprogress");e&&p(e)},n.isRendered=function(){return!!document.getElementById("nprogress")},n.getPositioningCSS=function(){var e=document.body.style,t="WebkitTransform"in e?"Webkit":"MozTransform"in e?"Moz":"msTransform"in e?"ms":"OTransform"in e?"O":"";return t+"Perspective"in e?"translate3d":t+"Transform"in e?"translate":"margin"};var a=function(){var e=[];function t(){var n=e.shift();n&&n(t)}return function(n){e.push(n),1==e.length&&t()}}(),s=function(){var e=["Webkit","O","Moz","ms"],t={};function n(n){return n=n.replace(/^-ms-/,"ms-").replace(/-([\da-z])/gi,function(e,t){return t.toUpperCase()}),t[n]||(t[n]=function(t){var n=document.body.style;if(t in n)return t;for(var r,o=e.length,i=t.charAt(0).toUpperCase()+t.slice(1);o--;)if((r=e[o]+i)in n)return r;return t}(n))}function r(e,t,r){t=n(t),e.style[t]=r}return function(e,t){var n,o,i=arguments;if(2==i.length)for(n in t)void 0!==(o=t[n])&&t.hasOwnProperty(n)&&r(e,n,o);else r(e,i[1],i[2])}}();function u(e,t){var n="string"==typeof e?e:l(e);return n.indexOf(" "+t+" ")>=0}function c(e,t){var n=l(e),r=n+t;u(n,t)||(e.className=r.substring(1))}function _(e,t){var n,r=l(e);u(e,t)&&(n=r.replace(" "+t+" "," "),e.className=n.substring(1,n.length-1))}function l(e){return(" "+(e.className||"")+" ").replace(/\s+/gi," ")}function p(e){e&&e.parentNode&&e.parentNode.removeChild(e)}return n})?r.call(t,n,t,e):r)||(e.exports=o)},SLdQ:function(e,t,n){"use strict";var r=n("+dcq"),o=n("Ymwu"),i=n("0KeI"),a=n("s2PV"),s=n("EyQl"),u=n("madx").Parser,c=n("8j/7").DomHandler,_=n("ZGSl"),l=n("2Jfo"),p=n("dE4g");e.exports=function(e){function t(t,n,_,l){var d=function(t){(e=e||{}).decodeEntities=!0;var n=new c;return new u(n,e).parseComplete(t),n.dom.filter(function(e){return"directive"!==e.type})}(t).map(function(e,t){return function e(t,n,u,c,_){if(n(t)){r(function(e){e.shouldPreprocessNode(t)&&e.preprocessNode(t,_)},c||[]);var l=o(function(e){return e.shouldProcessNode(t)},u||[]);if(null!=l){var d=i(function(e){return null==e||!1===e},a(s)(function(t,r){return e(t,n,u,c,r)},t.children||[]));return l.replaceChildren?p.createElement(t,_,t.data,[l.processNode(t,d,_)]):l.processNode(t,d,_)}return!1}return!1}(e,n,_,l,t)});return d.length<=1?d[0]:d}return{parse:function(e){var n=new _;return t(e,l.alwaysValid,n.defaultProcessingInstructions)},parseWithInstructions:t}}},SMB2:function(e,t,n){"use strict";n("OGtf")("bold",function(e){return function(){return e(this,"b","","")}})},SMOt:function(e,t,n){},SPin:function(e,t,n){"use strict";var r=n("XKFU"),o=n("eyMr");r(r.P+r.F*!n("LyE8")([].reduceRight,!0),"Array",{reduceRight:function(e){return o(this,e,arguments.length,arguments[1],!0)}})},SRfc:function(e,t,n){"use strict";var r=n("y3w9"),o=n("ne8i"),i=n("A5AN"),a=n("Xxuz");n("IU+Z")("match",1,function(e,t,n,s){return[function(n){var r=e(this),o=void 0==n?void 0:n[t];return void 0!==o?o.call(n,r):new RegExp(n)[t](String(r))},function(e){var t=s(n,e,this);if(t.done)return t.value;var u=r(e),c=String(this);if(!u.global)return a(u,c);var _=u.unicode;u.lastIndex=0;for(var l,p=[],d=0;null!==(l=a(u,c));){var f=String(l[0]);p[d]=f,""===f&&(u.lastIndex=i(c,o(u.lastIndex),_)),d++}return 0===d?null:p}]})},SWRL:function(e,t,n){"use strict";t.__esModule=!0;var r=Object.assign||function(e){for(var t=1;t-1,'Expected the drop target specification to only have some of the following keys: %s. Instead received a specification with an unexpected "%s" key. Read more: http://react-dnd.github.io/react-dnd/docs-drop-target.html',i.join(", "),t),o("function"==typeof e[t],"Expected %s in the drop target specification to be a function. Instead received a specification with %s: %s. Read more: http://react-dnd.github.io/react-dnd/docs-drop-target.html",t,t,e[t])});var t=function(){function t(e){this.monitor=e,this.props=null,this.ref=r.createRef()}return t.prototype.receiveProps=function(e){this.props=e},t.prototype.receiveMonitor=function(e){this.monitor=e},t.prototype.canDrop=function(){return!e.canDrop||e.canDrop(this.props,this.monitor)},t.prototype.hover=function(){e.hover&&e.hover(this.props,this.monitor,this.ref.current)},t.prototype.drop=function(){if(e.drop)return e.drop(this.props,this.monitor,this.ref.current)},t}();return function(e){return new t(e)}}},SikT:function(e,t,n){"use strict"; /** @license React v16.7.0 * react-is.production.min.js * * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */Object.defineProperty(t,"__esModule",{value:!0});var r="function"==typeof Symbol&&Symbol.for,o=r?Symbol.for("react.element"):60103,i=r?Symbol.for("react.portal"):60106,a=r?Symbol.for("react.fragment"):60107,s=r?Symbol.for("react.strict_mode"):60108,u=r?Symbol.for("react.profiler"):60114,c=r?Symbol.for("react.provider"):60109,_=r?Symbol.for("react.context"):60110,l=r?Symbol.for("react.async_mode"):60111,p=r?Symbol.for("react.concurrent_mode"):60111,d=r?Symbol.for("react.forward_ref"):60112,f=r?Symbol.for("react.suspense"):60113,h=r?Symbol.for("react.memo"):60115,m=r?Symbol.for("react.lazy"):60116;function y(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case o:switch(e=e.type){case l:case p:case a:case u:case s:case f:return e;default:switch(e=e&&e.$$typeof){case _:case d:case c:return e;default:return t}}case m:case h:case i:return t}}}function g(e){return y(e)===p}t.typeOf=y,t.AsyncMode=l,t.ConcurrentMode=p,t.ContextConsumer=_,t.ContextProvider=c,t.Element=o,t.ForwardRef=d,t.Fragment=a,t.Lazy=m,t.Memo=h,t.Portal=i,t.Profiler=u,t.StrictMode=s,t.Suspense=f,t.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===a||e===p||e===u||e===s||e===f||"object"==typeof e&&null!==e&&(e.$$typeof===m||e.$$typeof===h||e.$$typeof===c||e.$$typeof===_||e.$$typeof===d)},t.isAsyncMode=function(e){return g(e)||y(e)===l},t.isConcurrentMode=g,t.isContextConsumer=function(e){return y(e)===_},t.isContextProvider=function(e){return y(e)===c},t.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===o},t.isForwardRef=function(e){return y(e)===d},t.isFragment=function(e){return y(e)===a},t.isLazy=function(e){return y(e)===m},t.isMemo=function(e){return y(e)===h},t.isPortal=function(e){return y(e)===i},t.isProfiler=function(e){return y(e)===u},t.isStrictMode=function(e){return y(e)===s},t.isSuspense=function(e){return y(e)===f}},SlkY:function(e,t,n){var r=n("m0Pp"),o=n("H6hf"),i=n("M6Qj"),a=n("y3w9"),s=n("ne8i"),u=n("J+6e"),c={},_={};(t=e.exports=function(e,t,n,l,p){var d,f,h,m,y=p?function(){return e}:u(e),g=r(n,l,t?2:1),E=0;if("function"!=typeof y)throw TypeError(e+" is not iterable!");if(i(y)){for(d=s(e.length);d>E;E++)if((m=t?g(a(f=e[E])[0],f[1]):g(e[E]))===c||m===_)return m}else for(h=y.call(e);!(f=h.next()).done;)if((m=o(h,g,f.value,t))===c||m===_)return m}).BREAK=c,t.RETURN=_},SqZg:function(e,t,n){e.exports=n("3GJH")},Suow:function(e,t,n){"use strict";(function(e){n.d(t,"a",function(){return _}),n.d(t,"b",function(){return l}),n.d(t,"d",function(){return d}),n.d(t,"c",function(){return f}),n.d(t,"e",function(){return h}),n.d(t,"g",function(){return m}),n.d(t,"f",function(){return y}),n.d(t,"h",function(){return g});var r,o=n("ph6d"),i=n("dbib"),a=n("IBTu"),s=n("Pao+");(r=n("0cfB").enterModule)&&r(e);var u,c,_="CHANGE_EXAM_STATE",l="CHOOSE_FETCH_TYPE",p="FETCH_LIST_EXAM",d="FETCH_LIST_EXAM_PENDING",f="FETCH_LIST_EXAM_FULFILLED",h="FETCH_LIST_EXAM_REJECTED",m="FETCH_TOP_TAG_PENDING",y="FETCH_TOP_TAG_FULFILLED",g="FETCH_TOP_TAG_REJECTED",E="FETCH_TOP_TAG";function b(e){return{type:l,fetchType:e}}function v(e){var t="exam/list/".concat(e);return new Promise(function(e,n){Object(o.a)(t,"get").then(function(t){return e(t)}).catch(function(e){return n(e)})})}function O(e){var t="exam/list/".concat(e);return new Promise(function(e,n){Object(o.a)(t).then(function(e){return e}).then(function(t){e(t)}).catch(function(e){return n(e)})})}function M(e){return function(t,n){return t({type:p,payload:O(e)}).then(function(n){t(C(e))}).catch(function(e){t(Object(i.a)(e))})}}function P(e){var t="exam/tag/".concat(e);return new Promise(function(e,n){Object(o.a)(t).then(function(e){return e}).then(function(t){e(t)}).catch(function(e){return n(e)})})}function D(e){return{type:f,payload:e}}function T(e){return function(t,n){return t({type:p,payload:P(e)}).then(function(e){e.value&&e.value.topTagLst&&e.value.topTagLst[0]&&t(C(e.value.topTagLst[0].subject.id))}).catch(function(e){t(Object(i.a)(e))})}}function C(e){return function(t,n){return t({type:E,payload:w(e)}).catch(function(e){t(Object(i.a)(e))})}}function w(e){var t="tag/topTags/".concat(e);return new Promise(function(e,n){Object(o.a)(t).then(function(e){return e}).then(function(t){e(t)}).catch(function(e){return n(e)})})}function I(e){var t="tag/topTags/".concat(e);return new Promise(function(e,n){Object(o.a)(t,"get").then(function(t){return e(t)}).catch(function(e){return n(e)})})}function A(e){var t="exam/tag/".concat(e);return new Promise(function(e,n){Object(o.a)(t,"get").then(function(t){return e(t)}).catch(function(e){return n(e)})})}function k(e,t){var n="exam/summary/".concat(e,"?typeExam=").concat(t);return new Promise(function(e,t){Object(o.a)(n,"get").then(function(t){return e(t)}).catch(function(e){return t(e)})})}function R(e,t,n){return Object(o.a)("exam/stopAnswer/".concat(t),"post",{list_quiz:e,learning_time:n}).then(function(e){return e}).catch(function(e){return e})}function S(e,t,n){return Object(o.a)("exam/doneAnswer/".concat(t),"post",{list_quiz:e,learning_time:n}).then(function(e){return e}).catch(function(e){return e})}function L(e){var t="exam/startNew/".concat(e);return function(e){Object(o.a)(t).then(function(e){return e}).then(function(t){e(Object(s.d)(60*t.time)),e(j(a.a[t.state],{items:t,fetchState:"new"}))}).catch(function(t){e(Object(i.a)(t))})}}function x(e){var t="exam/sameExam/".concat(e);return function(e){Object(o.a)(t).then(function(e){return e}).then(function(t){e(Object(s.d)(60*t.time)),e(j(a.a[t.state],{items:t,fetchState:"new"}))}).catch(function(t){e(Object(i.a)(t))})}}function B(e){var t="exam/getLastest/sameExam/".concat(e);return function(e){Object(o.a)(t).then(function(e){return e}).then(function(t){e(Object(s.d)(0===t.learning_time?60*t.time:t.learning_time)),e(j(a.a[t.state],{items:t,fetchState:"last"}))}).catch(function(t){e(Object(i.a)(t))})}}function U(e){var t="exam/getLastest/".concat(e);return function(e){Object(o.a)(t).then(function(e){return e}).then(function(t){e(Object(s.d)(0===t.learning_time?60*t.time:t.learning_time)),e(j(a.a[t.state],{items:t,fetchState:"last"}))}).catch(function(t){e(Object(i.a)(t))})}}function j(e,t){return{type:_,exam_state:e,params:t}}function q(e,t){var n="exam/getResult/".concat(e,"?typeExam=").concat(t);return new Promise(function(e,t){Object(o.a)(n).then(function(t){e(t)}).catch(function(e){return t(e)})})}function z(e,t){var n="exam/".concat(e.id,"/result?examId=").concat(e.examId,"&typeExam=").concat(t);return 2===e.type&&(n="exam/".concat(e.id,"/result?examId=").concat(e.examId,"&sub_quiz_index=").concat(e.sub_quiz_index,"&typeExam=").concat(t)),new Promise(function(e,t){Object(o.a)(n).then(function(t){e(t)}).catch(function(e){return t(e)})})}function K(e){return Object(o.a)("exam/grade/"+e)}u=n("0cfB").default,c=n("0cfB").leaveModule,u&&(u.register(_,"CHANGE_EXAM_STATE","/mnt/d/pm2/lgh-quizz-pc/client/modules/ExamOnline/ExamAction.js"),u.register(l,"CHOOSE_FETCH_TYPE","/mnt/d/pm2/lgh-quizz-pc/client/modules/ExamOnline/ExamAction.js"),u.register(p,"FETCH_LIST_EXAM","/mnt/d/pm2/lgh-quizz-pc/client/modules/ExamOnline/ExamAction.js"),u.register(d,"FETCH_LIST_EXAM_PENDING","/mnt/d/pm2/lgh-quizz-pc/client/modules/ExamOnline/ExamAction.js"),u.register(f,"FETCH_LIST_EXAM_FULFILLED","/mnt/d/pm2/lgh-quizz-pc/client/modules/ExamOnline/ExamAction.js"),u.register(h,"FETCH_LIST_EXAM_REJECTED","/mnt/d/pm2/lgh-quizz-pc/client/modules/ExamOnline/ExamAction.js"),u.register(m,"FETCH_TOP_TAG_PENDING","/mnt/d/pm2/lgh-quizz-pc/client/modules/ExamOnline/ExamAction.js"),u.register(y,"FETCH_TOP_TAG_FULFILLED","/mnt/d/pm2/lgh-quizz-pc/client/modules/ExamOnline/ExamAction.js"),u.register(g,"FETCH_TOP_TAG_REJECTED","/mnt/d/pm2/lgh-quizz-pc/client/modules/ExamOnline/ExamAction.js"),u.register(E,"FETCH_TOP_TAG","/mnt/d/pm2/lgh-quizz-pc/client/modules/ExamOnline/ExamAction.js"),u.register(b,"fechExam","/mnt/d/pm2/lgh-quizz-pc/client/modules/ExamOnline/ExamAction.js"),u.register(v,"getListExam","/mnt/d/pm2/lgh-quizz-pc/client/modules/ExamOnline/ExamAction.js"),u.register(O,"requestFetchListExam","/mnt/d/pm2/lgh-quizz-pc/client/modules/ExamOnline/ExamAction.js"),u.register(M,"fetchListExam","/mnt/d/pm2/lgh-quizz-pc/client/modules/ExamOnline/ExamAction.js"),u.register(P,"requestfetchListTagExam","/mnt/d/pm2/lgh-quizz-pc/client/modules/ExamOnline/ExamAction.js"),u.register(D,"setListExam","/mnt/d/pm2/lgh-quizz-pc/client/modules/ExamOnline/ExamAction.js"),u.register(T,"fetchListTagExam","/mnt/d/pm2/lgh-quizz-pc/client/modules/ExamOnline/ExamAction.js"),u.register(C,"fetchTopTag","/mnt/d/pm2/lgh-quizz-pc/client/modules/ExamOnline/ExamAction.js"),u.register(w,"requestfetchTopTag","/mnt/d/pm2/lgh-quizz-pc/client/modules/ExamOnline/ExamAction.js"),u.register(I,"getTopTag","/mnt/d/pm2/lgh-quizz-pc/client/modules/ExamOnline/ExamAction.js"),u.register(A,"getExamTag","/mnt/d/pm2/lgh-quizz-pc/client/modules/ExamOnline/ExamAction.js"),u.register(k,"getSummaryExam","/mnt/d/pm2/lgh-quizz-pc/client/modules/ExamOnline/ExamAction.js"),u.register(R,"stopAnswer","/mnt/d/pm2/lgh-quizz-pc/client/modules/ExamOnline/ExamAction.js"),u.register(S,"doneAnswer","/mnt/d/pm2/lgh-quizz-pc/client/modules/ExamOnline/ExamAction.js"),u.register(L,"startNewExamSession","/mnt/d/pm2/lgh-quizz-pc/client/modules/ExamOnline/ExamAction.js"),u.register(x,"startSameExamSession","/mnt/d/pm2/lgh-quizz-pc/client/modules/ExamOnline/ExamAction.js"),u.register(B,"getLatestSameExamSession","/mnt/d/pm2/lgh-quizz-pc/client/modules/ExamOnline/ExamAction.js"),u.register(U,"getLatestExamSession","/mnt/d/pm2/lgh-quizz-pc/client/modules/ExamOnline/ExamAction.js"),u.register(j,"changeExamState","/mnt/d/pm2/lgh-quizz-pc/client/modules/ExamOnline/ExamAction.js"),u.register(q,"fetchExamResult","/mnt/d/pm2/lgh-quizz-pc/client/modules/ExamOnline/ExamAction.js"),u.register(z,"getDetailQuiz","/mnt/d/pm2/lgh-quizz-pc/client/modules/ExamOnline/ExamAction.js"),u.register(K,"getExamWithGrade","/mnt/d/pm2/lgh-quizz-pc/client/modules/ExamOnline/ExamAction.js"),c(e))}).call(this,n("3UD+")(e))},Sxd8:function(e,t){e.exports=function(e){return e}},SyXz:function(e,t,n){"use strict";var r=n("kOwS"),o=n("hi2O"),i=n("c7wz"),a=n("TSYQ"),s=n.n(a),u=n("q1tI"),c=n.n(u),_=n("17x9"),l=n.n(_),p=(n("6DQo"),n("uwnE")),d={htmlFor:l.a.string,srOnly:l.a.bool},f={$bs_formGroup:l.a.object},h=function(e){function t(){return e.apply(this,arguments)||this}return Object(i.a)(t,e),t.prototype.render=function(){var e=this.context.$bs_formGroup,t=e&&e.controlId,n=this.props,i=n.htmlFor,a=void 0===i?t:i,u=n.srOnly,_=n.className,l=Object(o.a)(n,["htmlFor","srOnly","className"]),d=Object(p.f)(l),f=d[0],h=d[1],m=Object(r.a)({},Object(p.d)(f),{"sr-only":u});return c.a.createElement("label",Object(r.a)({},h,{htmlFor:a,className:s()(_,m)}))},t}(c.a.Component);h.propTypes=d,h.defaultProps={srOnly:!1},h.contextTypes=f,t.a=Object(p.a)("control-label",h)},Szx7:function(e,t,n){var r=n("2XDV");"string"==typeof r&&(r=[[e.i,r,""]]);var o={hmr:!0,transform:void 0,insertInto:void 0};n("aET+")(r,o);r.locals&&(e.exports=r.locals)},T1cO:function(e,t,n){"use strict";t.__esModule=!0;var r=u(n("Muxt")),o=u(n("sKrG")),i=u(n("xUaa")),a=u(n("xhNM")),s=n("wSsR");function u(e){return e&&e.__esModule?e:{default:e}}t.default=function e(){var t=this,n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},u=n.hideSiblingNodes,c=void 0===u||u,_=n.handleContainerOverflow,l=void 0===_||_;!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.add=function(e,n,u){var c=t.modals.indexOf(e),_=t.containers.indexOf(n);if(-1!==c)return c;if(c=t.modals.length,t.modals.push(e),t.hideSiblingNodes&&(0,s.hideSiblings)(n,e.mountNode),-1!==_)return t.data[_].modals.push(e),c;var l={modals:[e],classes:u?u.split(/\s+/):[],overflowing:(0,a.default)(n)};return t.handleContainerOverflow&&function(e,t){var n={overflow:"hidden"};e.style={overflow:t.style.overflow,paddingRight:t.style.paddingRight},e.overflowing&&(n.paddingRight=parseInt((0,o.default)(t,"paddingRight")||0,10)+(0,i.default)()+"px"),(0,o.default)(t,n)}(l,n),l.classes.forEach(r.default.addClass.bind(null,n)),t.containers.push(n),t.data.push(l),c},this.remove=function(e){var n=t.modals.indexOf(e);if(-1!==n){var o=function(e,t){return n=function(e){return-1!==e.modals.indexOf(t)},r=-1,e.some(function(e,t){if(n(e,t))return r=t,!0}),r;var n,r}(t.data,e),i=t.data[o],a=t.containers[o];i.modals.splice(i.modals.indexOf(e),1),t.modals.splice(n,1),0===i.modals.length?(i.classes.forEach(r.default.removeClass.bind(null,a)),t.handleContainerOverflow&&function(e,t){var n=e.style;Object.keys(n).forEach(function(e){return t.style[e]=n[e]})}(i,a),t.hideSiblingNodes&&(0,s.showSiblings)(a,e.mountNode),t.containers.splice(o,1),t.data.splice(o,1)):t.hideSiblingNodes&&(0,s.ariaHidden)(!1,i.modals[i.modals.length-1].mountNode)}},this.isTopModal=function(e){return!!t.modals.length&&t.modals[t.modals.length-1]===e},this.hideSiblingNodes=c,this.handleContainerOverflow=l,this.modals=[],this.containers=[],this.data=[]},e.exports=t.default},T39b:function(e,t,n){"use strict";var r=n("wmvG"),o=n("s5qY");e.exports=n("4LiD")("Set",function(e){return function(){return e(this,arguments.length>0?arguments[0]:void 0)}},{add:function(e){return r.def(o(this,"Set"),e=0===e?0:e,e)}},r)},T9Jk:function(e,t,n){"use strict";(function(e){var r,o=n("3OWR"),i=n.n(o),a=n("nhYV");function s(e){for(var t=1;t0&&void 0!==arguments[0]?arguments[0]:l,t=arguments.length>1?arguments[1]:void 0;switch(t.type){case a.b:return s({},e);case a.a:return i()({},e,t.payload);case a.c:return s({},e);default:return e}},d=function(e){return e.posts.data},f=function(e,t){return e.posts.data.filter(function(e){return e.cuid===t})[0]},h=p;t.a=h,c=n("0cfB").default,_=n("0cfB").leaveModule,c&&(c.register(l,"initialState","/mnt/d/pm2/lgh-quizz-pc/client/modules/Lesson/LessonReducer.js"),c.register(p,"LessonReducer","/mnt/d/pm2/lgh-quizz-pc/client/modules/Lesson/LessonReducer.js"),c.register(d,"getPosts","/mnt/d/pm2/lgh-quizz-pc/client/modules/Lesson/LessonReducer.js"),c.register(f,"getPost","/mnt/d/pm2/lgh-quizz-pc/client/modules/Lesson/LessonReducer.js"),c.register(h,"default","/mnt/d/pm2/lgh-quizz-pc/client/modules/Lesson/LessonReducer.js"),_(e))}).call(this,n("3UD+")(e))},T9VG:function(e,t,n){"use strict";t.__esModule=!0,t.default=function(e,t,n,i){return(0,r.default)(e,t,n,i),{remove:function(){(0,o.default)(e,t,n,i)}}};var r=i(n("raBC")),o=i(n("c0Fl"));function i(e){return e&&e.__esModule?e:{default:e}}e.exports=t.default},"TD0+":function(e,t,n){var r=n("Wnyi"),o=n("9gHp"),i=n("b91Z"),a=n("7BTi"),s=n("wQFJ"),u=n("7ZZO"),c=n("7e6P"),_=r(o(["filter"],u,function(e,t){return a(t)?s(function(n,r){return e(t[r])&&(n[r]=t[r]),n},{},c(t)):i(e,t)}));e.exports=_},TDi3:function(e){e.exports=[{name:"Môn Toán",type:1,icon:"https://cdn.vungoi.vn/vungoi/2021/1103/1635913358622_new_icon_mon_toan.png",color:"#265a92",order:1},{name:"Môn Lý",type:2,icon:"https://cdn.vungoi.vn/vungoi/2021/1103/1635913306539_new_icon_mon_ly.png",color:"#88ab35",order:2},{name:"Môn Hóa",type:3,icon:"https://cdn.vungoi.vn/vungoi/2021/1103/1635913259078_new_icon_mon_hoa.png",color:"#ee5e65",order:3},{name:"Môn Văn",type:4,icon:"https://cdn.vungoi.vn/vungoi/2021/1103/1635914338816_new_icon_mon_van.png",color:"#624284",order:4},{name:"Môn Anh",type:5,icon:"https://cdn.vungoi.vn/vungoi/2021/1103/1635912649201_new_icon_mon_anh.png",color:"#60a9d6",order:5},{name:"Môn Sinh",type:6,icon:"https://cdn.vungoi.vn/vungoi/2021/1103/1635914385541_new_icon_mon_sinh.png",color:"#599379",order:6},{name:"Môn Sử",type:7,icon:"https://cdn.vungoi.vn/vungoi/2021/1103/1635914645887_new_icon_mon_su.png",color:"#e5af48",order:7},{name:"Môn Địa",type:8,icon:"https://cdn.vungoi.vn/vungoi/2021/1103/1635913178169_new_icon_mon_dia.png",color:"#659849",order:8},{name:"Môn GDCD",type:9,icon:"https://cdn.vungoi.vn/vungoi/2021/1103/1635913224089_new_icon_mon_GDCD.png",color:"#de842c",order:9},{name:"Ngôn Ngữ",type:10,icon:"https://cdn.vungoi.vn/vungoi/2021/1103/1635914788507_icon_ngonngu.png",color:"#4aa4be",order:10},{name:"Toán Học, Tư Duy Logic, Phân Tích Số Liệu",type:11,icon:"https://cdn.vungoi.vn/vungoi/2021/1103/1635914858995_icon_toanhoc.png",color:"#3e4491",order:11},{name:"Giải Quyết Vấn Đề",type:12,icon:"https://cdn.vungoi.vn/vungoi/2021/1103/1635914899490_icon_giaiquyetvande.png",color:"#c25e92",order:12},{name:"Khoa Học Tự Nhiên",type:13,icon:"https://cdn.vungoi.vn/vungoi/2021/1103/1635914858995_icon_toanhoc.png",color:"#3e4491"},{name:"Lịch Sử Và Địa Lý",type:14,icon:"https://cdn.vungoi.vn/vungoi/2021/1103/1635914645887_new_icon_mon_su.png",color:"#e5af48"},{name:"Đề Thi Thử",type:15,icon:"https://cdn.vungoi.vn/vungoi/2022/0323/1648022517423_Không_có_tiêu_dề_(40_×_40_px)_(1).png",color:"#008037"}]},TIM7:function(e,t,n){"use strict";t.__esModule=!0;var r=Object.assign||function(e){for(var t=1;t=0||Object.prototype.hasOwnProperty.call(e,r)&&(n[r]=e[r]);return n}var d,f,h,m=(0,s.default)(c.reducePropsToState,c.handleClientStateChange,c.mapStateOnServer)(function(){return null}),y=(d=m,h=f=function(e){function t(){return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,t),function(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}(this,e.apply(this,arguments))}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(t,e),t.prototype.shouldComponentUpdate=function(e){return!(0,u.default)(this.props,e)},t.prototype.mapNestedChildrenToProps=function(e,t){if(!t)return null;switch(e.type){case _.TAG_NAMES.SCRIPT:case _.TAG_NAMES.NOSCRIPT:return{innerHTML:t};case _.TAG_NAMES.STYLE:return{cssText:t}}throw new Error("<"+e.type+" /> elements are self-closing and can not contain children. Refer to our API for more information.")},t.prototype.flattenArrayTypeChildren=function(e){var t,n=e.child,o=e.arrayTypeChildren,i=e.newChildProps,a=e.nestedChildren;return r({},o,((t={})[n.type]=[].concat(o[n.type]||[],[r({},i,this.mapNestedChildrenToProps(n,a))]),t))},t.prototype.mapObjectTypeChildren=function(e){var t,n,o=e.child,i=e.newProps,a=e.newChildProps,s=e.nestedChildren;switch(o.type){case _.TAG_NAMES.TITLE:return r({},i,((t={})[o.type]=s,t.titleAttributes=r({},a),t));case _.TAG_NAMES.BODY:return r({},i,{bodyAttributes:r({},a)});case _.TAG_NAMES.HTML:return r({},i,{htmlAttributes:r({},a)})}return r({},i,((n={})[o.type]=r({},a),n))},t.prototype.mapArrayTypeChildrenToProps=function(e,t){var n=r({},t);return Object.keys(e).forEach(function(t){var o;n=r({},n,((o={})[t]=e[t],o))}),n},t.prototype.warnOnInvalidChildren=function(e,t){return!0},t.prototype.mapChildrenToProps=function(e,t){var n=this,r={};return i.default.Children.forEach(e,function(e){if(e&&e.props){var o=e.props,i=o.children,a=p(o,["children"]),s=(0,c.convertReactPropstoHtmlAttributes)(a);switch(n.warnOnInvalidChildren(e,i),e.type){case _.TAG_NAMES.LINK:case _.TAG_NAMES.META:case _.TAG_NAMES.NOSCRIPT:case _.TAG_NAMES.SCRIPT:case _.TAG_NAMES.STYLE:r=n.flattenArrayTypeChildren({child:e,arrayTypeChildren:r,newChildProps:s,nestedChildren:i});break;default:t=n.mapObjectTypeChildren({child:e,newProps:t,newChildProps:s,nestedChildren:i})}}}),t=this.mapArrayTypeChildrenToProps(r,t)},t.prototype.render=function(){var e=this.props,t=e.children,n=p(e,["children"]),o=r({},n);return t&&(o=this.mapChildrenToProps(t,o)),i.default.createElement(d,o)},o(t,null,[{key:"canUseDOM",set:function(e){d.canUseDOM=e}}]),t}(i.default.Component),f.propTypes={base:a.default.object,bodyAttributes:a.default.object,children:a.default.oneOfType([a.default.arrayOf(a.default.node),a.default.node]),defaultTitle:a.default.string,defer:a.default.bool,encodeSpecialCharacters:a.default.bool,htmlAttributes:a.default.object,link:a.default.arrayOf(a.default.object),meta:a.default.arrayOf(a.default.object),noscript:a.default.arrayOf(a.default.object),onChangeClientState:a.default.func,script:a.default.arrayOf(a.default.object),style:a.default.arrayOf(a.default.object),title:a.default.string,titleAttributes:a.default.object,titleTemplate:a.default.string},f.defaultProps={defer:!0,encodeSpecialCharacters:!0},f.peek=d.peek,f.rewind=function(){var e=d.rewind();return e||(e=(0,c.mapStateOnServer)({baseTag:[],bodyAttributes:{},encodeSpecialCharacters:!0,htmlAttributes:{},linkTags:[],metaTags:[],noscriptTags:[],scriptTags:[],styleTags:[],title:"",titleAttributes:{}})),e},h);y.renderStatic=y.rewind,t.Helmet=y,t.default=y},TOD4:function(e,t,n){"use strict";var r={childContextTypes:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},o={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},i=Object.defineProperty,a=Object.getOwnPropertyNames,s=Object.getOwnPropertySymbols,u=Object.getOwnPropertyDescriptor,c=Object.getPrototypeOf,_=c&&c(Object);e.exports=function e(t,n,l){if("string"!=typeof n){if(_){var p=c(n);p&&p!==_&&e(t,p,l)}var d=a(n);s&&(d=d.concat(s(n)));for(var f=0;f0)&&(e=" "+(e=e.replace(/!|@|%|\^|\*|\(|\)|\+|\=|\<|\>|\?|\/|,|\.|\:|\;|\'|\"|\&|\#|\[|\]|~|\$|_|`|-|{|}|\||\\/g," "))+" ",new RegExp("\\b"+t.join("|")+"\\b","i").test(e))}(t=n("0cfB").enterModule)&&t(e),r=n("0cfB").default,o=n("0cfB").leaveModule,r&&(r.register(a,"acronymSuppliedString","/mnt/d/pm2/lgh-quizz-pc/client/util/helper.js"),r.register(s,"checkBannedWord","/mnt/d/pm2/lgh-quizz-pc/client/util/helper.js"),o(e))}).call(this,n("3UD+")(e))},TYy9:function(e,t,n){var r=n("XGnz");e.exports=function(e){return null!=e&&e.length?r(e,1):[]}},Tabm:function(e,t,n){"use strict";var r=this&&this.__assign||Object.assign||function(e){for(var t,n=1,r=arguments.length;n=0;m--)if(_.canDragSource(n[m])){h=n[m];break}if(null!==h){var y=null;u&&(i("function"==typeof c,"When clientOffset is provided, getSourceClientOffset must be a function."),y=c(h));var g=l.getSource(h).beginDrag(_,h);i(a(g),"Item must be an object."),l.pinSource(h);var E=l.getSourceType(h);return{type:t.BEGIN_DRAG,payload:{itemType:E,item:g,sourceId:h,clientOffset:u||null,sourceClientOffset:y||null,isSourcePublic:!!s}}}},publishDragSource:function(){if(e.getMonitor().isDragging())return{type:t.PUBLISH_DRAG_SOURCE}},hover:function(n,r){var a=(void 0===r?{}:r).clientOffset;i(Array.isArray(n),"Expected targetIds to be an array.");var s=n.slice(0),u=e.getMonitor(),c=e.getRegistry();i(u.isDragging(),"Cannot call hover while not dragging."),i(!u.didDrop(),"Cannot call hover after drop.");for(var _=0;_=0;_--){l=s[_];var f=c.getTargetType(l);o.default(f,d)||s.splice(_,1)}for(var h=0,m=s;h0&&void 0!==arguments[0]?arguments[0]:c,t=arguments.length>1?arguments[1]:void 0;switch(t.type){case a.b:return{data:t.subjectId};case a.d:return{menustatus:t.params};case a.h:return{menuStatistic:t.params};case a.k:return i()({},e,{subjectMenuStatus:t.params});case a.f:return i()({},e,{items:t.items,menustatus:"menu_question"});case a.e:return i()({},e,{items:t.items,menustatus:"menu_home"});case a.g:return i()({},e,{items:t.items,menustatus:"menu_question_chapter"});case a.j:return i()({},e,{items:t.items,menustatus:"menu_theory_chapter"});case a.i:return i()({},e,{items:t.items,menustatus:"menu_theory"});case a.c:return i()({},e,{items:t.items,menustatus:"menu_introduce"});case"SET_MENU_ARENA":return i()({},e,{items:t.items,menustatus:"arena"});case a.l:return i()({},e,{items:t.items,pob_grade_status:!0});case a.a:return i()({},e,{items:t.items,pob_grade_status:!1});default:return e}},l=_;t.a=l,s=n("0cfB").default,u=n("0cfB").leaveModule,s&&(s.register(c,"initialState","/mnt/d/pm2/lgh-quizz-pc/client/modules/App/components/Menu/MenuReducer.js"),s.register(_,"MenuSubjectReducer","/mnt/d/pm2/lgh-quizz-pc/client/modules/App/components/Menu/MenuReducer.js"),s.register(l,"default","/mnt/d/pm2/lgh-quizz-pc/client/modules/App/components/Menu/MenuReducer.js"),u(e))}).call(this,n("3UD+")(e))},"TmW/":function(e,t,n){"use strict";(function(e){var r;(r=n("0cfB").enterModule)&&r(e);var o,i,a={locale:"en",messages:{siteTitle:"MERN Starter Blog",addPost:"Add Post",todolist:"todolist",chapter:"chapter",subjectquiz:"subjectquiz",quiz:"quiz",resultAfterToDo:"resultAfterToDo",popopTenQuestion:"popopTenQuestion",theorydetail:"theorydetail",quizsummury:"quizsummury",quizsumtodo:"quizsumtodo",quizsum:"quizsum",quizquestionmulti:"quizquestionmulti",quizquestion:"quizquestion",QuizQuestionSingle:"QuizQuestionSingle",grade:"grade",switchLanguage:"Switch Language",twitterMessage:"We are on Twitter",by:"By",registerLink:"Register",registerTitle:"Register",loginLink:"Login",loginTitle:"Login",logout:"Logout",profileLink:"Profile",todoLink:"todolist",profileTitle:": Change your password",username:"Username",password:"Password",newPassword:"New password",deletePost:"Delete Post",createNewPost:"Create new post",authorName:"Author's Name",postTitle:"Post Title",postContent:"Post Content",submit:"Submit",comment:"user {name} {value, plural,\n \t =0 {does not have any comments}\n \t =1 {has # comment}\n \t other {has # comments}\n \t}",HTMLComment:"user {name} {value, plural,\n \t =0 {does not have any comments}\n \t =1 {has # comment}\n \t other {has # comments}\n \t}",nestedDateComment:"user {name} {value, plural,\n \t =0 {does not have any comments}\n \t =1 {has # comment}\n \t other {has # comments}\n \t} as of {date}",tel:"Tel"}};t.a=a,o=n("0cfB").default,i=n("0cfB").leaveModule,o&&(o.register(a,"default","/mnt/d/pm2/lgh-quizz-pc/Intl/localizationData/en.js"),i(e))}).call(this,n("3UD+")(e))},TqRt:function(e,t){e.exports=function(e){return e&&e.__esModule?e:{default:e}},e.exports.default=e.exports,e.exports.__esModule=!0},TuG0:function(module,__webpack_exports__,__webpack_require__){"use strict";(function(module){var lodash_isUndefined__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("TP7S"),lodash_isUndefined__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(lodash_isUndefined__WEBPACK_IMPORTED_MODULE_0__),lodash_get__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("mwIZ"),lodash_get__WEBPACK_IMPORTED_MODULE_1___default=__webpack_require__.n(lodash_get__WEBPACK_IMPORTED_MODULE_1__),lodash_isEmpty__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("E+oP"),lodash_isEmpty__WEBPACK_IMPORTED_MODULE_2___default=__webpack_require__.n(lodash_isEmpty__WEBPACK_IMPORTED_MODULE_2__),react__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__("q1tI"),react__WEBPACK_IMPORTED_MODULE_3___default=__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_3__),_util_builHtmlFromArray__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__("N58Y"),_components_QuizSession_FragmentActionButton_ShowSolutionButton__WEBPACK_IMPORTED_MODULE_5__=__webpack_require__("kSTI"),react_animate_height__WEBPACK_IMPORTED_MODULE_6__=__webpack_require__("cuY2"),react_animate_height__WEBPACK_IMPORTED_MODULE_6___default=__webpack_require__.n(react_animate_height__WEBPACK_IMPORTED_MODULE_6__),_lib_quiz_component_util_generator_url__WEBPACK_IMPORTED_MODULE_7__=__webpack_require__("VpSC"),_lib_quiz_component_util_change_alias__WEBPACK_IMPORTED_MODULE_8__=__webpack_require__("GKHL"),react_router__WEBPACK_IMPORTED_MODULE_9__=__webpack_require__("dtw8"),_Advertis_BoxSuggesstion__WEBPACK_IMPORTED_MODULE_10__=__webpack_require__("c/15"),_lib_quiz_component_util_dangerousHtml__WEBPACK_IMPORTED_MODULE_11__=__webpack_require__("D9/2"),enterModule;function _typeof(e){return(_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function _classCallCheck(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function _defineProperties(e,t){for(var n=0;n";case s.Comment:return function(e){return"\x3c!--"+e.data+"--\x3e"}(e);case s.CDATA:return function(e){return""}(e);case s.Script:case s.Style:case s.Tag:return function(e,t){var n;"foreign"===t.xmlMode&&(e.name=null!==(n=c.elementNames.get(e.name))&&void 0!==n?n:e.name,e.parent&&f.has(e.parent.name)&&(t=r(r({},t),{xmlMode:!1})));!t.xmlMode&&h.has(e.name)&&(t=r(r({},t),{xmlMode:"foreign"}));var o="<"+e.name,i=function(e,t){if(e)return Object.keys(e).map(function(n){var r,o,i=null!==(r=e[n])&&void 0!==r?r:"";return"foreign"===t.xmlMode&&(n=null!==(o=c.attributeNames.get(n))&&void 0!==o?o:n),t.emptyAttrs||t.xmlMode||""!==i?n+'="'+(!1!==t.decodeEntities?u.encodeXML(i):i.replace(/"/g,"""))+'"':n}).join(" ")}(e.attribs,t);i&&(o+=" "+i);0===e.children.length&&(t.xmlMode?!1!==t.selfClosingTags:t.selfClosingTags&&l.has(e.name))?(t.xmlMode||(o+=" "),o+="/>"):(o+=">",e.children.length>0&&(o+=p(e.children,t)),!t.xmlMode&&l.has(e.name)||(o+=""));return o}(e,t);case s.Text:return function(e,t){var n=e.data||"";!1===t.decodeEntities||!t.xmlMode&&e.parent&&_.has(e.parent.name)||(n=u.encodeXML(n));return n}(e,t)}}t.default=p;var f=new Set(["mi","mo","mn","ms","mtext","annotation-xml","foreignObject","desc","title"]),h=new Set(["svg","math"])},"U/tq":function(e,t){e.exports=function(e,t){for(var n=0,r=t.length,o=Array(r);n0),"Math",{asinh:function e(t){return isFinite(t=+t)&&0!=t?t<0?-e(-t):Math.log(t+Math.sqrt(t*t+1)):t}})},U6M7:function(e,t,n){"use strict";(function(e){n.d(t,"a",function(){return _}),n.d(t,"b",function(){return l});var r,o,i,a=n("ph6d"),s=n("rUi7");function u(e){var t="getQuiz/".concat(e);return Object(a.a)(t).then(function(e){return e}).catch(function(e){return e})}function c(e){return Object(a.a)("notification","post",e).then(function(e){return e}).catch(function(e){return e})}function _(e){var t="get_notification?page=".concat(e,"&limit=5");return Object(a.a)(t).then(function(e){return e}).catch(function(e){return s.a.error("co loi xay ra load notification: ",e)})}function l(){return Object(a.a)("update_notification","put").then(function(e){return e}).catch(function(e){return s.a.error("co loi xay ra load notification: ",e)})}function p(e){var t="get_feedback/".concat(e);return Object(a.a)(t).then(function(e){return e}).catch(function(e){return e})}(r=n("0cfB").enterModule)&&r(e),o=n("0cfB").default,i=n("0cfB").leaveModule,o&&(o.register(u,"fetchQuiz","/mnt/d/pm2/lgh-quizz-pc/client/modules/Notification/NotificationAction.js"),o.register(c,"notificationRequest","/mnt/d/pm2/lgh-quizz-pc/client/modules/Notification/NotificationAction.js"),o.register(_,"fetchNextNotification","/mnt/d/pm2/lgh-quizz-pc/client/modules/Notification/NotificationAction.js"),o.register(l,"update_notification","/mnt/d/pm2/lgh-quizz-pc/client/modules/Notification/NotificationAction.js"),o.register(p,"fetchFeedback","/mnt/d/pm2/lgh-quizz-pc/client/modules/Notification/NotificationAction.js"),i(e))}).call(this,n("3UD+")(e))},U6ii:function(e,t,n){var r=n("wQnj"),o=n("I0N7");function i(e,t){return t<3?-1!=e.indexOf("%")?Math.round(255*o(parseInt(e,10),0,100)/100):o(parseInt(e,10),0,255):o(parseFloat(e),0,1)}e.exports=function(e){return r(e).map(i)}},UAcW:function(e,t,n){"use strict";(function(e){n.d(t,"b",function(){return c}),n.d(t,"a",function(){return _});var r,o=n("q1tI"),i=n.n(o);(r=n("XsMp").enterModule)&&r(e);var a,s,u=i.a.createContext({}),c=u.Provider,_=u.Consumer;a=n("XsMp").default,s=n("XsMp").leaveModule,a&&(a.register(u,"DropTargetContext","/mnt/d/pm2/lgh-quizz-pc/lib/react_event_connector/src/event_source/dnd/DndListSource/drop-coordinate-context.js"),a.register(c,"DropTargetProvider","/mnt/d/pm2/lgh-quizz-pc/lib/react_event_connector/src/event_source/dnd/DndListSource/drop-coordinate-context.js"),a.register(_,"DropTargetConsumer","/mnt/d/pm2/lgh-quizz-pc/lib/react_event_connector/src/event_source/dnd/DndListSource/drop-coordinate-context.js"),s(e))}).call(this,n("3UD+")(e))},UExd:function(e,t,n){var r=n("DVgA"),o=n("aCFj"),i=n("UqcF").f;e.exports=function(e){return function(t){for(var n,a=o(t),s=r(a),u=s.length,c=0,_=[];u>c;)i.call(a,n=s[c++])&&_.push(e?[n,a[n]]:a[n]);return _}}},UMpK:function(e,t,n){var r=n("gFfm"),o=n("dTAl"),i=n("JC6p"),a=n("ut/Y"),s=n("LcsW"),u=n("Z0cm"),c=n("DSRE"),_=n("lSCD"),l=n("GoyQ"),p=n("c6wG");e.exports=function(e,t,n){var d=u(e),f=d||c(e)||p(e);if(t=a(t,4),null==n){var h=e&&e.constructor;n=f?d?new h:[]:l(e)&&_(h)?o(s(e)):{}}return(f?r:i)(e,function(e,r,o){return t(n,e,r,o)}),n}},UO39:function(e,t){e.exports=function(e,t){return{value:t,done:!!e}}},UUeW:function(e,t,n){var r=n("K0xU")("match");e.exports=function(e){var t=/./;try{"/./"[e](t)}catch(n){try{return t[r]=!1,!"/./"[e](t)}catch(e){}}return!0}},UWiX:function(e,t,n){var r=n("29s/")("wks"),o=n("YqAc"),i=n("5T2Y").Symbol,a="function"==typeof i;(e.exports=function(e){return r[e]||(r[e]=a&&i[e]||(a?i:o)("Symbol."+e))}).store=r},UXZV:function(e,t,n){e.exports=n("UbbE")},UYf5:function(e,t,n){"use strict";var r,o,i=n("q1tI"),a=n("17x9"),s=function(){return(s=Object.assign||function(e){for(var t,n=1,r=arguments.length;n0?setTimeout(s,i):s()))},reinitialize:function(){r=v()}}),M=n("4le0"),P=(o=function(e,t){return(o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])})(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),D=function(){return(D=Object.assign||function(e){for(var t,n=1,r=arguments.length;n1&&s.call(r[0],n,function(){for(o=1;o1){var n=e.children[e.children.length-2];n.next=t,t.prev=n}else t.prev=null},t.append=function(e,t){r(t);var n=e.parent,o=e.next;if(t.next=o,t.prev=e,e.next=t,t.parent=n,o){if(o.prev=t,n){var i=n.children;i.splice(i.lastIndexOf(o),0,t)}}else n&&n.children.push(t)},t.prependChild=function(e,t){if(r(t),t.parent=e,t.prev=null,1!==e.children.unshift(t)){var n=e.children[1];n.prev=t,t.next=n}else t.next=null},t.prepend=function(e,t){r(t);var n=e.parent;if(n){var o=n.children;o.splice(o.indexOf(e),0,t)}e.prev&&(e.prev.next=t),t.parent=n,t.prev=e.prev,t.next=e,e.prev=t}},"V+eJ":function(e,t,n){"use strict";var r=n("XKFU"),o=n("w2a5")(!1),i=[].indexOf,a=!!i&&1/[1].indexOf(1,-0)<0;r(r.P+r.F*(a||!n("LyE8")(i)),"Array",{indexOf:function(e){return a?i.apply(this,arguments)||0:o(this,e,arguments[1])}})},"V/5U":function(e,t,n){"use strict";t.__esModule=!0,t.default={scheme:"isotope",author:"jan t. sott",base00:"#000000",base01:"#404040",base02:"#606060",base03:"#808080",base04:"#c0c0c0",base05:"#d0d0d0",base06:"#e0e0e0",base07:"#ffffff",base08:"#ff0000",base09:"#ff9900",base0A:"#ff0099",base0B:"#33ff00",base0C:"#00ffff",base0D:"#0066ff",base0E:"#cc00ff",base0F:"#3300ff"},e.exports=t.default},"V/DX":function(e,t,n){var r=n("0/R4");n("Xtr8")("isSealed",function(e){return function(t){return!r(t)||!!e&&e(t)}})},"V/K6":function(module,__webpack_exports__,__webpack_require__){"use strict";(function(module){var lodash_size__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("1iNE"),lodash_size__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(lodash_size__WEBPACK_IMPORTED_MODULE_0__),lodash_get__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("mwIZ"),lodash_get__WEBPACK_IMPORTED_MODULE_1___default=__webpack_require__.n(lodash_get__WEBPACK_IMPORTED_MODULE_1__),lodash_forEach__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("bNQv"),lodash_forEach__WEBPACK_IMPORTED_MODULE_2___default=__webpack_require__.n(lodash_forEach__WEBPACK_IMPORTED_MODULE_2__),react__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__("q1tI"),react__WEBPACK_IMPORTED_MODULE_3___default=__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_3__),_util_builHtmlFromArray__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__("u2mz"),_Single_css__WEBPACK_IMPORTED_MODULE_5__=__webpack_require__("YCeY"),_Single_css__WEBPACK_IMPORTED_MODULE_5___default=__webpack_require__.n(_Single_css__WEBPACK_IMPORTED_MODULE_5__),_QuizType_component_selectable_OptionQuiz__WEBPACK_IMPORTED_MODULE_6__=__webpack_require__("R7+6"),_util_difficultDegreeCss__WEBPACK_IMPORTED_MODULE_7__=__webpack_require__("xyTa"),_util_dangerousHtml__WEBPACK_IMPORTED_MODULE_8__=__webpack_require__("D9/2"),enterModule;function _typeof(e){return(_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function _classCallCheck(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function _defineProperties(e,t){for(var n=0;n0;return react__WEBPACK_IMPORTED_MODULE_3___default.a.createElement("div",{id:"quiz-single"},react__WEBPACK_IMPORTED_MODULE_3___default.a.createElement("div",null,react__WEBPACK_IMPORTED_MODULE_3___default.a.createElement("div",{className:"vn-tit-question"},this.props.label_index?react__WEBPACK_IMPORTED_MODULE_3___default.a.createElement("strong",{className:"cl5 fl"},"Câu ",this.props.label_index," "):react__WEBPACK_IMPORTED_MODULE_3___default.a.createElement("strong",{className:"cl5 fl"},"Câu ",n||"hỏi:"," "),react__WEBPACK_IMPORTED_MODULE_3___default.a.createElement("span",{className:"clf pull-right ".concat(_.color)},_.text_level)),react__WEBPACK_IMPORTED_MODULE_3___default.a.createElement("div",{className:"question-content",id:"question-content"},react__WEBPACK_IMPORTED_MODULE_3___default.a.createElement("div",{className:"content-quiz mg-top-10"},lodash_get__WEBPACK_IMPORTED_MODULE_1___default()(u,"quiz.parent.id")&&react__WEBPACK_IMPORTED_MODULE_3___default.a.createElement(_util_dangerousHtml__WEBPACK_IMPORTED_MODULE_8__.a,{__html:Object(_util_builHtmlFromArray__WEBPACK_IMPORTED_MODULE_4__.a)(lodash_get__WEBPACK_IMPORTED_MODULE_1___default()(u,"quiz.parent.content"))}),f&&react__WEBPACK_IMPORTED_MODULE_3___default.a.createElement("div",{style:{color:"#2888e1",fontWeight:"bold",fontSize:"16px"}},"Please choose an answer for blank number (",p+d,")"),react__WEBPACK_IMPORTED_MODULE_3___default.a.createElement(_util_dangerousHtml__WEBPACK_IMPORTED_MODULE_8__.a,{__html:l})),react__WEBPACK_IMPORTED_MODULE_3___default.a.createElement("br",null),react__WEBPACK_IMPORTED_MODULE_3___default.a.createElement(_QuizType_component_selectable_OptionQuiz__WEBPACK_IMPORTED_MODULE_6__.a,{question_state:o,answers:c,handleChooseAnswer:this.handleChooseAnswer,activeSelect:i,question_style:a}))))}},{key:"__reactstandin__regenerateByEval",value:function __reactstandin__regenerateByEval(key,code){this[key]=eval(code)}}]),SingleQuiz}(react__WEBPACK_IMPORTED_MODULE_3__.Component),_default=SingleQuiz,reactHotLoader,leaveModule;__webpack_exports__.a=_default,reactHotLoader=__webpack_require__("0cfB").default,leaveModule=__webpack_require__("0cfB").leaveModule,reactHotLoader&&(reactHotLoader.register(SingleQuiz,"SingleQuiz","/mnt/d/pm2/lgh-quizz-pc/lib/quiz_component/src/vungoi-component/Quiz/QuizType/Single/SingleQuiz.js"),reactHotLoader.register(_default,"default","/mnt/d/pm2/lgh-quizz-pc/lib/quiz_component/src/vungoi-component/Quiz/QuizType/Single/SingleQuiz.js"),leaveModule(module))}).call(this,__webpack_require__("3UD+")(module))},V0OR:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.toastrWarn=s,t.createReducer=function(e,t){return function(){var n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:e,r=arguments.length>1?arguments[1]:void 0,o=r.type,i=r.payload,a=t[o];return a?a(n,i):n}},t.isBrowser=function(){if("undefined"!=typeof window)return!0;return!1},t.keyCode=function(e){return e.which?e.which:e.keyCode},t.mapToToastrMessage=function(e,t){var n={};n.type=e,n.position=o.default.position,n.options=t.filter(function(e){return"object"==i(e)})[0]||{},n.options.hasOwnProperty("position")&&(n.position=n.options.position);n.options.hasOwnProperty("removeOnHover")||(n.options.removeOnHover=!0,"message"===e&&(n.options.removeOnHover=!1));n.options.hasOwnProperty("showCloseButton")||(n.options.showCloseButton=!0);"message"!==e||n.options.hasOwnProperty("timeOut")||(n.options.timeOut=0);a(t[0])&&a(t[1])?(n.title=t[0],n.message=t[1]):a(t[0])&&!a(t[1])?n.title=t[0]:n.message=t[0];return n},t.guid=function(){var e=function(){return Math.floor(65536*(1+Math.random())).toString(16).substring(1)};return e()+e()+e()+"-"+e()+"_"+e()+"-"+e()+"_"+e()+e()+e()},t.onCSSTransitionEnd=function(e,t){if(!e)return;var n=function(){var e,t=document.createElement("fakeelement"),n={animation:"animationend",oanimation:"oanimationend",MSAnimation:"MSAnimationEnd",webkitAnimation:"webkitAnimationEnd"};for(e in n)if(void 0!==t.style[e])return n[e]}(),r=setTimeout(function(){var t=new Event(n);s("The toastr box was closed automatically, please check 'transitionOut' prop value"),e.dispatchEvent(t)},o.default.maxAnimationDelay);e.addEventListener(n,function o(i){clearTimeout(r),i.stopPropagation(),e.removeEventListener(n,o),t&&t(i)})},t.preventDuplication=function(e,t){var n=!1;return e.forEach(function(e){!1!==e.options.preventDuplicates&&e.title===t.title&&e.message===t.message&&e.type===t.type&&(n=!0)}),n},t.updateConfig=function(e){Object.keys(o.default).forEach(function(t){e.hasOwnProperty(t)&&(o.default[t]=e[t])})},t._bind=function(e,t){var n=e;Array.isArray(e)||(n=e.split(" "));return n.map(function(e){return t[e]=t[e].bind(t)})};var r,o=(r=n("6yFk"))&&r.__esModule?r:{default:r};function i(e){return(i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function a(e){return"string"==typeof e}function s(e){return null}},V4u1:function(module,__webpack_exports__,__webpack_require__){"use strict";(function(module){var lodash_isString__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("4qC0"),lodash_isString__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(lodash_isString__WEBPACK_IMPORTED_MODULE_0__),lodash_isNull__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("6qam"),lodash_isNull__WEBPACK_IMPORTED_MODULE_1___default=__webpack_require__.n(lodash_isNull__WEBPACK_IMPORTED_MODULE_1__),lodash_cloneDeep__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("BkRI"),lodash_cloneDeep__WEBPACK_IMPORTED_MODULE_2___default=__webpack_require__.n(lodash_cloneDeep__WEBPACK_IMPORTED_MODULE_2__),lodash_has__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__("OFL0"),lodash_has__WEBPACK_IMPORTED_MODULE_3___default=__webpack_require__.n(lodash_has__WEBPACK_IMPORTED_MODULE_3__),lodash_get__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__("mwIZ"),lodash_get__WEBPACK_IMPORTED_MODULE_4___default=__webpack_require__.n(lodash_get__WEBPACK_IMPORTED_MODULE_4__),lodash_isUndefined__WEBPACK_IMPORTED_MODULE_5__=__webpack_require__("TP7S"),lodash_isUndefined__WEBPACK_IMPORTED_MODULE_5___default=__webpack_require__.n(lodash_isUndefined__WEBPACK_IMPORTED_MODULE_5__),react__WEBPACK_IMPORTED_MODULE_6__=__webpack_require__("q1tI"),react__WEBPACK_IMPORTED_MODULE_6___default=__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_6__),_util_builHtmlFromArray__WEBPACK_IMPORTED_MODULE_7__=__webpack_require__("u2mz"),_util_difficultDegreeCss__WEBPACK_IMPORTED_MODULE_8__=__webpack_require__("xyTa"),_util_mathjaxUtil__WEBPACK_IMPORTED_MODULE_9__=__webpack_require__("h6cg"),_QuizSuggestion__WEBPACK_IMPORTED_MODULE_10__=__webpack_require__("D0HL"),_client_modules_Quiz_Service_SolutionQuiz__WEBPACK_IMPORTED_MODULE_11__=__webpack_require__("F7wJ"),_client_modules_Quiz_components_QuizSession_FragmentActionButton_ShowSolutionButton__WEBPACK_IMPORTED_MODULE_12__=__webpack_require__("kSTI"),_DndEnglish_css__WEBPACK_IMPORTED_MODULE_13__=__webpack_require__("04Yj"),_DndEnglish_css__WEBPACK_IMPORTED_MODULE_13___default=__webpack_require__.n(_DndEnglish_css__WEBPACK_IMPORTED_MODULE_13__),_util_dangerousHtml__WEBPACK_IMPORTED_MODULE_14__=__webpack_require__("D9/2"),enterModule;function _typeof(e){return(_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function _toConsumableArray(e){return _arrayWithoutHoles(e)||_iterableToArray(e)||_nonIterableSpread()}function _nonIterableSpread(){throw new TypeError("Invalid attempt to spread non-iterable instance")}function _iterableToArray(e){if(Symbol.iterator in Object(e)||"[object Arguments]"===Object.prototype.toString.call(e))return Array.from(e)}function _arrayWithoutHoles(e){if(Array.isArray(e)){for(var t=0,n=new Array(e.length);ti;)a(n[i++]);e._c=[],e._n=!1,t&&!e._h&&L(e)})}},L=function(e){y.call(u,function(){var t,n,r,o=e._v,i=x(e);if(i&&(t=b(function(){w?P.emit("unhandledRejection",o,e):(n=u.onunhandledrejection)?n({promise:e,reason:o}):(r=u.console)&&r.error&&r.error("Unhandled promise rejection",o)}),e._h=w||x(e)?2:1),e._a=void 0,i&&t.e)throw t.v})},x=function(e){return 1!==e._h&&0===(e._a||e._c).length},B=function(e){y.call(u,function(){var t;w?P.emit("rejectionHandled",e):(t=u.onrejectionhandled)&&t({promise:e,reason:e._v})})},U=function(e){var t=this;t._d||(t._d=!0,(t=t._w||t)._v=e,t._s=2,t._a||(t._a=t._c.slice()),S(t,!0))},j=function(e){var t,n=this;if(!n._d){n._d=!0,n=n._w||n;try{if(n===e)throw M("Promise can't be resolved itself");(t=R(e))?g(function(){var r={_w:n,_d:!1};try{t.call(e,c(j,r,1),c(U,r,1))}catch(e){U.call(r,e)}}):(n._v=e,n._s=1,S(n,!1))}catch(e){U.call({_w:n,_d:!1},e)}}};k||(C=function(e){f(this,C,"Promise","_h"),d(e),r.call(this);try{e(c(j,this,1),c(U,this,1))}catch(e){U.call(this,e)}},(r=function(e){this._c=[],this._a=void 0,this._s=0,this._d=!1,this._v=void 0,this._h=0,this._n=!1}).prototype=n("3Lyj")(C.prototype,{then:function(e,t){var n=A(m(this,C));return n.ok="function"!=typeof e||e,n.fail="function"==typeof t&&t,n.domain=w?P.domain:void 0,this._c.push(n),this._a&&this._a.push(n),this._s&&S(this,!1),n.promise},catch:function(e){return this.then(void 0,e)}}),i=function(){var e=new r;this.promise=e,this.resolve=c(j,e,1),this.reject=c(U,e,1)},E.f=A=function(e){return e===C||e===a?new i(e):o(e)}),l(l.G+l.W+l.F*!k,{Promise:C}),n("fyDq")(C,"Promise"),n("elZq")("Promise"),a=n("g3g5").Promise,l(l.S+l.F*!k,"Promise",{reject:function(e){var t=A(this);return(0,t.reject)(e),t.promise}}),l(l.S+l.F*(s||!k),"Promise",{resolve:function(e){return O(s&&this===a?C:this,e)}}),l(l.S+l.F*!(k&&n("XMVh")(function(e){C.all(e).catch(I)})),"Promise",{all:function(e){var t=this,n=A(t),r=n.resolve,o=n.reject,i=b(function(){var n=[],i=0,a=1;h(e,!1,function(e){var s=i++,u=!1;n.push(void 0),a++,t.resolve(e).then(function(e){u||(u=!0,n[s]=e,--a||r(n))},o)}),--a||r(n)});return i.e&&o(i.v),n.promise},race:function(e){var t=this,n=A(t),r=n.reject,o=b(function(){h(e,!1,function(e){t.resolve(e).then(n.resolve,r)})});return o.e&&r(o.v),n.promise}})},VTer:function(e,t,n){var r=n("g3g5"),o=n("dyZX"),i=o["__core-js_shared__"]||(o["__core-js_shared__"]={});(e.exports=function(e,t){return i[e]||(i[e]=void 0!==t?t:{})})("versions",[]).push({version:r.version,mode:n("LQAc")?"pure":"global",copyright:"© 2019 Denis Pushkarev (zloirock.ru)"})},VVlx:function(e,t,n){var r=n("29s/")("keys"),o=n("YqAc");e.exports=function(e){return r[e]||(r[e]=o(e))}},Vd3H:function(e,t,n){"use strict";var r=n("XKFU"),o=n("2OiF"),i=n("S/j/"),a=n("eeVq"),s=[].sort,u=[1,2,3];r(r.P+r.F*(a(function(){u.sort(void 0)})||!a(function(){u.sort(null)})||!n("LyE8")(s)),"Array",{sort:function(e){return void 0===e?s.call(i(this)):s.call(i(this),o(e))}})},Vgfr:function(e,t,n){"use strict";t.__esModule=!0,t.default={scheme:"eighties",author:"chris kempson (http://chriskempson.com)",base00:"#2d2d2d",base01:"#393939",base02:"#515151",base03:"#747369",base04:"#a09f93",base05:"#d3d0c8",base06:"#e8e6df",base07:"#f2f0ec",base08:"#f2777a",base09:"#f99157",base0A:"#ffcc66",base0B:"#99cc99",base0C:"#66cccc",base0D:"#6699cc",base0E:"#cc99cc",base0F:"#d27b53"},e.exports=t.default},Vi7w:function(e,t,n){"use strict";e.exports=function(e){if("undefined"==typeof Intl)return!1;if(!e)throw new Error("locales must be supplied.");Array.isArray(e)||(e=[e]);var t=[Intl.Collator,Intl.DateTimeFormat,Intl.NumberFormat].filter(function(e){return e});if(0===t.length)return!1;return t.every(function(t){var n=t.supportedLocalesOf(e);return n.length===e.length})}},Vj6a:function(e,t){e.exports=function(e){return e&&e["@@transducer/reduced"]?e:{"@@transducer/value":e,"@@transducer/reduced":!0}}},Vp1n:function(e,t,n){"use strict";t.__esModule=!0,t.default={scheme:"flat",author:"chris kempson (http://chriskempson.com)",base00:"#2C3E50",base01:"#34495E",base02:"#7F8C8D",base03:"#95A5A6",base04:"#BDC3C7",base05:"#e0e0e0",base06:"#f5f5f5",base07:"#ECF0F1",base08:"#E74C3C",base09:"#E67E22",base0A:"#F1C40F",base0B:"#2ECC71",base0C:"#1ABC9C",base0D:"#3498DB",base0E:"#9B59B6",base0F:"#be643c"},e.exports=t.default},VpSC:function(e,t,n){"use strict";(function(e){var r,o=n("nbsC"),i=n.n(o),a=n("pM09");(r=n("0cfB").enterModule)&&r(e);var s,u,c=function(e){return(parseInt(e)||0)>13?"ky-thi-":"lop-"},_={getURLExerciseChapter:function(e){return i.a.render("/{{lop}}/bai-tap-muc-{{chapter}}-c{{chapterID}}.html",{lop:c(e.gradeType)+a[e.gradeType].lop,chapter:e.chapterName,chapterID:e.chapterID})},getURLQuestion:function(e){return i.a.render("/{{lop}}/luyen-bai-tap-muc-{{chapter}}-{{chapterID}}.html",{lop:"lop-"+a[e.gradeType].lop,chapter:e.chapterName,chapterID:e.chapterID})},getURLLyThuyetSubject:function(e){return i.a.render("/{{lop}}/ly-thuyet-{{subject}}-{{subjectID}}.html",{lop:c(e.gradeType)+a[e.gradeType].lop,subject:e.subjectName,subjectID:e.subjectID})},getURLBaitapSubject:function(e){return i.a.render("/{{lop}}/bai-tap-{{subject}}-s{{subjectID}}.html",{lop:c(e.gradeType)+a[e.gradeType].lop,subject:e.subjectName,subjectID:e.subjectID})},getURLExam:function(e){return(parseInt(e.gradeType)||0)<14?i.a.render("/{{lop}}/de-thi-de-kiem-tra-{{subject}}-s{{subjectID}}.html",{lop:"lop-"+a[e.gradeType].lop,subject:e.subjectName,subjectID:e.subjectID}):i.a.render("/de-thi-thu-{{kythi}}/chi-tiet-{{subject}}-x{{subjectID}}.html",{kythi:a[e.gradeType].lop,subject:e.subjectName,subjectID:e.subjectID})},getURLTagExam:function(e){return i.a.render("/{{lop}}/de-thi-{{tag}}-t{{tagID}}.html",{lop:"lop-"+a[e.gradeType].lop,tag:e.tagName,tagID:e.tagID})},getURLExerciseExam:function(e){return e.typeExam?i.a.render("/{{lop}}/chi-tiet-{{exam}}-x{{examID}}.html?typeExam={{typeExam}}",{lop:"lop-"+a[e.gradeType].lop,exam:e.title,examID:e.examID,typeExam:e.typeExam}):i.a.render("/{{lop}}/chi-tiet-{{exam}}-x{{examID}}.html",{lop:"lop-"+a[e.gradeType].lop,exam:e.title,examID:e.examID})},getURLQuestionExam:function(e){return i.a.render("/{{lop}}/luyen-de-thi-muc-{{exam}}-x{{examID}}-t{{typeExam}}.html",{lop:"lop-"+a[e.gradeType].lop,exam:e.title,examID:e.examID,typeExam:e.typeExam})},getURLLyThuyetChapter:function(e){return e.related_id?i.a.render("/{{lop}}/chi-tiet-ly-thuyet-{{chapter}}-{{chapterID}}.html?trackingUrl={{trackingUrl}}#{{related_id}}",{lop:c(e.gradeType)+a[e.gradeType].lop,chapter:e.chapterName,chapterID:e.chapterID,related_id:e.related_id,trackingUrl:e.trackingUrl||"mobile"}):i.a.render("/{{lop}}/chi-tiet-ly-thuyet-{{chapter}}-{{chapterID}}.html?trackingUrl={{trackingUrl}}",{lop:c(e.gradeType)+a[e.gradeType].lop,chapter:e.chapterName,chapterID:e.chapterID,trackingUrl:e.trackingUrl||"mobile"})},getURLConcept:function(e){var t=e.chapterId,n=e.tag,r=void 0===n?"":n,o=t?"?chapterId=".concat(e.chapterId,"&tag=").concat(r):"";return i.a.render("ly-thuyet/{{alias}}-{{idx}}.html"+"".concat(e.related_id?"#"+e.related_id:"")+o,e)},getURLThongbao:function(e){return i.a.render("/thong-bao-{{newsName}}-{{newsId}}.html",{newsName:e.newsName,newsId:e.newsId})},getURLHome:function(e){return i.a.render("/{{lop}}.html",{lop:c(e.gradeType)+a[e.gradeType].lop})},getURLHomeLyThuyet:function(e){return i.a.render("/{{lop}}/ly-thuyet.html",{lop:"lop-"+a[e.gradeType].lop})},getURLHomeDeThi:function(e){return i.a.render("/{{lop}}/de-thi-de-kiem-tra.html",{lop:"lop-"+a[e.gradeType].lop})},getURLListTheoryFollowingChapter:function(e){return i.a.render("/{{lop}}/ly-thuyet-{{chapterName}}-ct{{chapterId}}.html",{lop:"lop-"+a[e.gradeType].lop,chapterName:e.chapterName,chapterId:e.chapterId,subjectId:e.subjectId,subject:e.subject})},getURLListExFollowingChapter:function(e){return i.a.render("/{{lop}}/bai-tap-{{chapterName}}-ct{{chapterId}}.html",{lop:"lop-"+a[e.gradeType].lop,chapterName:e.chapterName,chapterId:e.chapterId,subjectId:e.subjectId,subject:e.subject})},getUrlPersonal:function(e){return i.a.render("/thong-ke/{{statusmenu}}/{{subjectName}}/{{subjectID}}",{subjectName:e.subjectName,subjectID:e.subjectID,statusmenu:e.statusmenu})},getURLUserExercise:function(e){return i.a.render("/thong-ke/ket_qua/{{subjectName}}/{{subjectID}}",{subjectName:e.subjectName,subjectID:e.subjectID})},getUrlSaveExercise:function(e){return i.a.render("/thong-ke/luu_bai/{{subjectName}}/{{subjectID}}",{subjectName:e.subjectName,subjectID:e.subjectID})},getUrlWrongExercise:function(e){return i.a.render("/thong-ke/bai_sai/{{subjectName}}/{{subjectID}}",{subjectName:e.subjectName,subjectID:e.subjectID})},getNoteExersise:function(e){return i.a.render("/thong-ke/ghi_chu/{{subjectName}}/{{subjectID}}",{subjectName:e.subjectName,subjectID:e.subjectID})},getURLEditExam:function(e){var t=e.examId;return i.a.render("/giao-vien/sua-bai-tap-{{examId}}",{examId:t})}},l=_;t.a=l,s=n("0cfB").default,u=n("0cfB").leaveModule,s&&(s.register(c,"lopPrefix","/mnt/d/pm2/lgh-quizz-pc/lib/quiz_component/util/generator_url.js"),s.register(_,"GeneratorURL","/mnt/d/pm2/lgh-quizz-pc/lib/quiz_component/util/generator_url.js"),s.register(l,"default","/mnt/d/pm2/lgh-quizz-pc/lib/quiz_component/util/generator_url.js"),u(e))}).call(this,n("3UD+")(e))},VpUO:function(e,t,n){var r=n("XKFU"),o=n("d/Gc"),i=String.fromCharCode,a=String.fromCodePoint;r(r.S+r.F*(!!a&&1!=a.length),"String",{fromCodePoint:function(e){for(var t,n=[],r=arguments.length,a=0;r>a;){if(t=+arguments[a++],o(t,1114111)!==t)throw RangeError(t+" is not a valid code point");n.push(t<65536?i(t):i(55296+((t-=65536)>>10),t%1024+56320))}return n.join("")}})},"Vq/A":function(e,t,n){"use strict";t.__esModule=!0,t.INIT_ACTION=t.ActionCreators=t.ActionTypes=void 0;var r=Object.assign||function(e){for(var t=1;t0&&void 0!==arguments[0]?arguments[0]:function(){return null},t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if("number"==typeof t.maxAge&&t.maxAge<2)throw new Error("DevTools.instrument({ maxAge }) option, if specified, may not be less than 2.");return function(n){return function(r,o,i){function a(n){if("function"!=typeof n){if(n&&"function"==typeof n.default)throw new Error('Expected the reducer to be a function. Instead got an object with a "default" field. Did you pass a module instead of the default export? Try passing require(...).default instead.');throw new Error("Expected the reducer to be a function.")}return m(n,o,e,t)}var s=n(a(r),i);if(s.liftedStore)throw new Error("DevTools instrumentation should not be applied more than once. Check your store configuration.");return g(s,a,t)}}};var i=c(n("zqxM")),a=c(n("v8eK")),s=c(n("YO3V")),u=c(n("RTvX"));function c(e){return e&&e.__esModule?e:{default:e}}var _=t.ActionTypes={PERFORM_ACTION:"PERFORM_ACTION",RESET:"RESET",ROLLBACK:"ROLLBACK",COMMIT:"COMMIT",SWEEP:"SWEEP",TOGGLE_ACTION:"TOGGLE_ACTION",SET_ACTIONS_ACTIVE:"SET_ACTIONS_ACTIVE",JUMP_TO_STATE:"JUMP_TO_STATE",JUMP_TO_ACTION:"JUMP_TO_ACTION",REORDER_ACTION:"REORDER_ACTION",IMPORT_STATE:"IMPORT_STATE",LOCK_CHANGES:"LOCK_CHANGES",PAUSE_RECORDING:"PAUSE_RECORDING"},l=t.ActionCreators={performAction:function(e,t,n,r){if(!(0,s.default)(e))throw new Error("Actions must be plain objects. Use custom middleware for async actions.");if(void 0===e.type)throw new Error('Actions may not have an undefined "type" property. Have you misspelled a constant?');var o=void 0;if(t){var i=0;if("function"==typeof t)o=t(e);else{var a=Error(),u=void 0;if(Error.captureStackTrace?(Error.stackTraceLimitn){var c=o.split("\n");c.length>n&&(o=c.slice(0,n+i+("Error"===c[0]?1:0)).join("\n"))}}}return{type:_.PERFORM_ACTION,action:e,timestamp:Date.now(),stack:o}},reset:function(){return{type:_.RESET,timestamp:Date.now()}},rollback:function(){return{type:_.ROLLBACK,timestamp:Date.now()}},commit:function(){return{type:_.COMMIT,timestamp:Date.now()}},sweep:function(){return{type:_.SWEEP}},toggleAction:function(e){return{type:_.TOGGLE_ACTION,id:e}},setActionsActive:function(e,t){var n=!(arguments.length>2&&void 0!==arguments[2])||arguments[2];return{type:_.SET_ACTIONS_ACTIVE,start:e,end:t,active:n}},reorderAction:function(e,t){return{type:_.REORDER_ACTION,actionId:e,beforeActionId:t}},jumpToState:function(e){return{type:_.JUMP_TO_STATE,index:e}},jumpToAction:function(e){return{type:_.JUMP_TO_ACTION,actionId:e}},importState:function(e,t){return{type:_.IMPORT_STATE,nextLiftedState:e,noRecompute:t}},lockChanges:function(e){return{type:_.LOCK_CHANGES,status:e}},pauseRecording:function(e){return{type:_.PAUSE_RECORDING,status:e}}},p=t.INIT_ACTION={type:"@@INIT"};function d(e,t,n,r){return r?function(e,t,n){var r=n,i=void 0;try{r=e(n,t)}catch(e){i=e.toString(),"object"===("undefined"==typeof window?"undefined":o(window))&&(void 0!==window.chrome||void 0!==window.process&&"renderer"===window.process.type)?setTimeout(function(){throw e}):console.error(e)}return{state:r,error:i}}(e,t,n):{state:e(n,t)}}function f(e,t,n,r,o,i,a,s){if(!e||-1===t||t>=e.length&&e.length===i.length)return e;for(var u=e.slice(0,t),c=t;c-1?p:s&&p&&p.error?{state:f,error:"Interrupted by an error up the chain"}:d(n,l,f,s),u.push(h)}return u}function h(e,t,n,r){return l.performAction(e,t,n,r)}function m(e,t,n,o){var s={monitorState:n(void 0,{}),nextActionId:1,actionsById:{0:h(p)},stagedActionIds:[0],skippedActionIds:[],committedState:t,currentStateIndex:0,computedStates:[],isLocked:!0===o.shouldStartLocked,isPaused:!1===o.shouldRecordChanges};return function(u,c){var l=u||s,m=l.monitorState,y=l.actionsById,g=l.nextActionId,E=l.stagedActionIds,b=l.skippedActionIds,v=l.committedState,O=l.currentStateIndex,M=l.computedStates,P=l.isLocked,D=l.isPaused;function T(e){for(var t=e,n=E.slice(1,t+1),r=0;rt?O-t:0}function C(t){var i,a=void 0;return t?(a=M[O],m=n(m,c)):a=d(e,c.action,M[O].state,!1),o.pauseActionType&&1!==g?(t&&(O===E.length-1&&O++,E=[].concat(E,[g]),g++),{monitorState:m,actionsById:r({},y,(i={},i[g-1]=h({type:o.pauseActionType}),i)),nextActionId:g,stagedActionIds:E,skippedActionIds:b,committedState:v,currentStateIndex:O,computedStates:[].concat(M.slice(0,E.length-1),[a]),isLocked:P,isPaused:!0}):{monitorState:m,actionsById:{0:h(p)},nextActionId:1,stagedActionIds:[0],skippedActionIds:[],committedState:a.state,currentStateIndex:0,computedStates:[a],isLocked:P,isPaused:!0}}u||(y=r({},y));var w=0,I=o.maxAge;if("function"==typeof I&&(I=I(c,u)),/^@@redux\/(INIT|REPLACE)/.test(c.type))!1===o.shouldHotReload&&(y={0:h(p)},g=1,E=[0],b=[],v=0===M.length?t:M[O].state,O=0,M=[]),w=0,I&&E.length>I&&(M=f(M,w,e,v,y,E,b,o.shouldCatchErrors),T(E.length-I),w=1/0);else switch(c.type){case _.PERFORM_ACTION:if(P)return u||s;if(D)return C();I&&E.length>=I&&T(E.length-I+1),O===E.length-1&&O++;var A=g++;y[A]=c,w=(E=[].concat(E,[A])).length-1;break;case _.RESET:y={0:h(p)},g=1,E=[0],b=[],v=t,O=0,M=[];break;case _.COMMIT:y={0:h(p)},g=1,E=[0],b=[],v=M[O].state,O=0,M=[];break;case _.ROLLBACK:y={0:h(p)},g=1,E=[0],b=[],O=0,M=[];break;case _.TOGGLE_ACTION:var k=c.id,R=b.indexOf(k);b=-1===R?[k].concat(b):b.filter(function(e){return e!==k}),w=E.indexOf(k);break;case _.SET_ACTIONS_ACTIVE:for(var S=c.start,L=c.end,x=c.active,B=[],U=S;UE[N-1]?N:1}var H=z-W;H>0?(E=[].concat(E.slice(0,W),[q],E.slice(W,z),E.slice(z+1)),w=W):H<0&&(E=[].concat(E.slice(0,z),E.slice(z+1,W),[q],E.slice(W)),w=z);break;case _.IMPORT_STATE:if(Array.isArray(c.nextLiftedState))y={0:h(p)},g=1,E=[0],b=[],O=c.nextLiftedState.length,M=[],v=c.preloadedState,w=0,c.nextLiftedState.forEach(function(e){y[g]=h(e,o.trace||o.shouldIncludeCallstack),E.push(g),g++});else{var F=c.nextLiftedState;m=F.monitorState,y=F.actionsById,g=F.nextActionId,E=F.stagedActionIds,b=F.skippedActionIds,v=F.committedState,O=F.currentStateIndex,M=F.computedStates,c.noRecompute&&(w=1/0)}break;case _.LOCK_CHANGES:P=c.status,w=1/0;break;case _.PAUSE_RECORDING:if(D=c.status)return C(!0);y={0:h(p)},g=1,E=[0],b=[],v=M[O].state,O=0,M=[];break;default:w=1/0}return M=f(M,w,e,v,y,E,b,o.shouldCatchErrors),{monitorState:m=n(m,c),actionsById:y,nextActionId:g,stagedActionIds:E,skippedActionIds:b,committedState:v,currentStateIndex:O,computedStates:M,isLocked:P,isPaused:D}}}function y(e){return e.computedStates[e.currentStateIndex].state}function g(e,t,n){var i,a=void 0,s=n.trace||n.shouldIncludeCallstack,c=n.traceLimit||10;function _(){var t=y(e.getState());return void 0!==t&&(a=t),a}return r({},e,((i={liftedStore:e,dispatch:function t(n){return e.dispatch(h(n,s,c,t)),n},getState:_,replaceReducer:function(n){e.replaceReducer(t(n))}})[u.default]=function(){return r({},e[u.default](),{subscribe:function(t){if("object"!==(void 0===t?"undefined":o(t)))throw new TypeError("Expected the observer to be an object.");function n(){t.next&&t.next(_())}return n(),{unsubscribe:e.subscribe(n)}}})},i))}},VvdZ:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t,n){var r=n.getRegistry(),o=r.addTarget(e,t);return{handlerId:o,unregister:function(){r.removeTarget(o)}}}},VxJq:function(e,t,n){"use strict";(function(e){var r,o=n("q1tI"),i=n.n(o);function a(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=[],r=!0,o=!1,i=void 0;try{for(var a,s=e[Symbol.iterator]();!(r=(a=s.next()).done)&&(n.push(a.value),!t||n.length!==t);r=!0);}catch(e){o=!0,i=e}finally{try{r||null==s.return||s.return()}finally{if(o)throw i}}return n}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance")}()}(r=n("0cfB").enterModule)&&r(e);var s,u,c=function(e){var t=e.start,n=e.onTemperatureChange,r=a(i.a.useState(0),2),o=r[0],s=r[1],u=a(i.a.useState(0),2),c=u[0],_=u[1],l=i.a.useRef(),p=i.a.useRef(0);return i.a.useEffect(function(){return t?l.current=setInterval(function(){return p.current=p.current+1e3,s(Math.floor(p.current/1e3/60)),void _(Math.floor(p.current/1e3%60))},1e3):(n(p.current),clearInterval(l.current)),function(){return clearInterval(l.current)}},[t]),i.a.createElement("span",{className:"timer",role:"timer"},i.a.createElement("i",{className:"fa fa-clock-o","aria-hidden":"true"}),o<10?" 0"+o:" "+o,":",c<10?"0"+c:c)},_=c;t.a=_,s=n("0cfB").default,u=n("0cfB").leaveModule,s&&(s.register(c,"Timer","/mnt/d/pm2/lgh-quizz-pc/lib/quiz_component/components/QuizBox/Timer.js"),s.register(_,"default","/mnt/d/pm2/lgh-quizz-pc/lib/quiz_component/components/QuizBox/Timer.js"),u(e))}).call(this,n("3UD+")(e))},W070:function(e,t,n){var r=n("NsO/"),o=n("tEej"),i=n("D8kY");e.exports=function(e){return function(t,n,a){var s,u=r(t),c=o(u.length),_=i(a,c);if(e&&n!=n){for(;c>_;)if((s=u[_++])!=s)return!0}else for(;c>_;_++)if((e||_ in u)&&u[_]===n)return e||_||0;return!e&&-1}}},W6Rk:function(e,t,n){"use strict";var r=n("HKjm"),o=n("HzlJ");r.default.__addLocaleData(o.default),r.default.defaultLocale="en",t.default=r.default},WC0S:function(module,__webpack_exports__,__webpack_require__){"use strict";(function(module){var lodash_get__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("mwIZ"),lodash_get__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(lodash_get__WEBPACK_IMPORTED_MODULE_0__),react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("q1tI"),react__WEBPACK_IMPORTED_MODULE_1___default=__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_1__),_BoxChoice__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("RpTQ"),_index_css__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__("OQIr"),_index_css__WEBPACK_IMPORTED_MODULE_3___default=__webpack_require__.n(_index_css__WEBPACK_IMPORTED_MODULE_3__),_Header_Quiz_Header_Quiz__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__("0Peb"),_util_builHtmlFromArray__WEBPACK_IMPORTED_MODULE_5__=__webpack_require__("I+pd"),prop_types__WEBPACK_IMPORTED_MODULE_6__=__webpack_require__("g8p1"),prop_types__WEBPACK_IMPORTED_MODULE_6___default=__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_6__),_util_dangerousHtml__WEBPACK_IMPORTED_MODULE_7__=__webpack_require__("R2C9"),enterModule;function _typeof(e){return(_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function _extends(){return(_extends=Object.assign||function(e){for(var t=1;t0&&void 0!==arguments[0]?arguments[0]:c,t=arguments.length>1?arguments[1]:void 0;switch(t.type){case a.a:return i()({},e,{items:t.items,gradeType:t.gradeType});default:return e}},l=_;t.a=l,s=n("0cfB").default,u=n("0cfB").leaveModule,s&&(s.register(c,"initialState","/mnt/d/pm2/lgh-quizz-pc/client/pages/GioiThieu/AboutUsReducer.js"),s.register(_,"AboutUsReducer","/mnt/d/pm2/lgh-quizz-pc/client/pages/GioiThieu/AboutUsReducer.js"),s.register(l,"default","/mnt/d/pm2/lgh-quizz-pc/client/pages/GioiThieu/AboutUsReducer.js"),u(e))}).call(this,n("3UD+")(e))},X7jl:function(e,t,n){"use strict";(function(e){var r;(r=n("XsMp").enterModule)&&r(e);var o,i,a=0,s={inc:function(){return a++},get:function(){return a}},u=s;t.a=u,o=n("XsMp").default,i=n("XsMp").leaveModule,o&&(o.register(a,"counter","/mnt/d/pm2/lgh-quizz-pc/lib/react_event_connector/src/component/cnc/counter-ref-inc.js"),o.register(s,"refInCounter","/mnt/d/pm2/lgh-quizz-pc/lib/react_event_connector/src/component/cnc/counter-ref-inc.js"),o.register(u,"default","/mnt/d/pm2/lgh-quizz-pc/lib/react_event_connector/src/component/cnc/counter-ref-inc.js"),i(e))}).call(this,n("3UD+")(e))},X834:function(e,t,n){"use strict";t.__esModule=!0;var r=f(n("GQeE")),o=f(n("iCc5")),i=f(n("FYw3")),a=f(n("mRg0")),s=f(n("QbLZ")),u=f(n("q1tI")),c=f(n("17x9")),_=f(n("ktrZ")),l=f(n("pnsq")),p=f(n("rTFf")),d=f(n("kCS6"));function f(e){return e&&e.__esModule?e:{default:e}}function h(e,t,n){var r=e.nodeType,o=e.data,i=e.collectionLimit,a=e.circularCache,c=e.keyPath,_=e.postprocessValue,f=e.sortObjectKeys,m=[];return(0,l.default)(r,o,f,i,t,n).forEach(function(t){if(t.to)m.push(u.default.createElement(d.default,(0,s.default)({},e,{key:"ItemRange--"+t.from+"-"+t.to,from:t.from,to:t.to,renderChildNodes:h})));else{var n=t.key,r=t.value,o=-1!==a.indexOf(r),l=u.default.createElement(p.default,(0,s.default)({},e,{postprocessValue:_,collectionLimit:i},{key:"Node--"+n,keyPath:[n].concat(c),value:_(r),circularCache:[].concat(a,[r]),isCircular:o,hideRoot:!1}));!1!==l&&m.push(l)}}),m}function m(e){return{expanded:!(!e.shouldExpandNode||e.isCircular)&&e.shouldExpandNode(e.keyPath,e.data,e.level)}}var y=function(e){function t(n){(0,o.default)(this,t);var r=(0,i.default)(this,e.call(this,n));return r.handleClick=function(){r.props.expandable&&r.setState({expanded:!r.state.expanded})},r.state=m(n),r}return(0,a.default)(t,e),t.prototype.componentWillReceiveProps=function(e){var t=m(e);m(this.props).expanded!==t.expanded&&this.setState(t)},t.prototype.shouldComponentUpdate=function(e,t){var n=this;return!!(0,r.default)(e).find(function(t){return"circularCache"!==t&&("keyPath"===t?e[t].join("/")!==n.props[t].join("/"):e[t]!==n.props[t])})||t.expanded!==this.state.expanded},t.prototype.render=function(){var e=this.props,t=e.getItemString,n=e.nodeTypeIndicator,r=e.nodeType,o=e.data,i=e.hideRoot,a=e.createItemString,c=e.styling,l=e.collectionLimit,p=e.keyPath,d=e.labelRenderer,f=e.expandable,m=this.state.expanded,y=m||i&&0===this.props.level?h((0,s.default)({},this.props,{level:this.props.level+1})):null,g=t(r,o,u.default.createElement("span",c("nestedNodeItemType",m),n),a(o,l)),E=[p,r,m,f];return i?u.default.createElement("li",c.apply(void 0,["rootNode"].concat(E)),u.default.createElement("ul",c.apply(void 0,["rootNodeChildren"].concat(E)),y)):u.default.createElement("li",c.apply(void 0,["nestedNode"].concat(E)),f&&u.default.createElement(_.default,{styling:c,nodeType:r,expanded:m,onClick:this.handleClick}),u.default.createElement("label",(0,s.default)({},c.apply(void 0,[["label","nestedNodeLabel"]].concat(E)),{onClick:this.handleClick}),d.apply(void 0,E)),u.default.createElement("span",(0,s.default)({},c.apply(void 0,["nestedNodeItemString"].concat(E)),{onClick:this.handleClick}),g),u.default.createElement("ul",c.apply(void 0,["nestedNodeChildren"].concat(E)),y))},t}(u.default.Component);y.propTypes={getItemString:c.default.func.isRequired,nodeTypeIndicator:c.default.any,nodeType:c.default.string.isRequired,data:c.default.any,hideRoot:c.default.bool.isRequired,createItemString:c.default.func.isRequired,styling:c.default.func.isRequired,collectionLimit:c.default.number,keyPath:c.default.arrayOf(c.default.oneOfType([c.default.string,c.default.number])).isRequired,labelRenderer:c.default.func.isRequired,shouldExpandNode:c.default.func,level:c.default.number.isRequired,sortObjectKeys:c.default.oneOfType([c.default.func,c.default.bool]),isCircular:c.default.bool,expandable:c.default.bool},y.defaultProps={data:[],circularCache:[],level:0,expandable:!0},t.default=y},X9D3:function(e,t,n){"use strict";var r=n("TqRt");t.__esModule=!0,t.default=function(e){return(0,o.default)(e).replace(i,"-ms-")};var o=r(n("2DY1")),i=/^ms-/;e.exports=t.default},XEta:function(e,t,n){"use strict";t.__esModule=!0,t.default=void 0;var r,o=n("bGdH"),i=(r=o)&&r.__esModule?r:{default:r};t.default=i.default},XGnz:function(e,t,n){var r=n("CH3K"),o=n("BiGR");e.exports=function e(t,n,i,a,s){var u=-1,c=t.length;for(i||(i=o),s||(s=[]);++u0&&i(_)?n>1?e(_,n-1,i,a,s):r(s,_):a||(s[s.length]=_)}return s}},XH0y:function(e,t,n){var r,o;!function(i,a){"use strict";void 0===(o="function"==typeof(r=function(){var e=function(){},t="undefined",n=["trace","debug","info","warn","error"];function r(e,t){var n=e[t];if("function"==typeof n.bind)return n.bind(e);try{return Function.prototype.bind.call(n,e)}catch(t){return function(){return Function.prototype.apply.apply(n,[e,arguments])}}}function o(t,r){for(var o=0;o=0&&r<=u.levels.SILENT))throw"log.setLevel() called with invalid level: "+r;if(s=r,!1!==i&&function(e){var r=(n[e]||"silent").toUpperCase();if(typeof window===t)return;try{return void(window.localStorage[c]=r)}catch(e){}try{window.document.cookie=encodeURIComponent(c)+"="+r+";"}catch(e){}}(r),o.call(u,r,e),typeof console===t&&r-1?s[u?t[c]:c]:void 0}}},XKFU:function(e,t,n){var r=n("dyZX"),o=n("g3g5"),i=n("Mukb"),a=n("KroJ"),s=n("m0Pp"),u=function(e,t,n){var c,_,l,p,d=e&u.F,f=e&u.G,h=e&u.S,m=e&u.P,y=e&u.B,g=f?r:h?r[t]||(r[t]={}):(r[t]||{}).prototype,E=f?o:o[t]||(o[t]={}),b=E.prototype||(E.prototype={});for(c in f&&(n=t),n)l=((_=!d&&g&&void 0!==g[c])?g:n)[c],p=y&&_?s(l,r):m&&"function"==typeof l?s(Function.call,l):l,g&&a(g,c,l,e&u.U),E[c]!=l&&i(E,c,p),m&&b[c]!=l&&(b[c]=l)};r.core=o,u.F=1,u.G=2,u.S=4,u.P=8,u.B=16,u.W=32,u.U=64,u.R=128,e.exports=u},XMVh:function(e,t,n){var r=n("K0xU")("iterator"),o=!1;try{var i=[7][r]();i.return=function(){o=!0},Array.from(i,function(){throw 2})}catch(e){}e.exports=function(e,t){if(!t&&!o)return!1;var n=!1;try{var i=[7],a=i[r]();a.next=function(){return{done:n=!0}},i[r]=function(){return a},e(i)}catch(e){}return n}},XUCW:function(e,t,n){n("KOQb")("WeakMap")},XUei:function(e,t,n){"use strict";function r(e,t,n){this.locales=e,this.formats=t,this.pluralFn=n}function o(e){this.id=e}function i(e,t,n,r,o){this.id=e,this.useOrdinal=t,this.offset=n,this.options=r,this.pluralFn=o}function a(e,t,n,r){this.id=e,this.offset=t,this.numberFormat=n,this.string=r}function s(e,t){this.id=e,this.options=t}t.default=r,r.prototype.compile=function(e){return this.pluralStack=[],this.currentPlural=null,this.pluralNumberFormat=null,this.compileMessage(e)},r.prototype.compileMessage=function(e){if(!e||"messageFormatPattern"!==e.type)throw new Error('Message AST is not of type: "messageFormatPattern"');var t,n,r,o=e.elements,i=[];for(t=0,n=o.length;t=t.length?{value:void 0,done:!0}:(e=r(t,n),this._i+=e.length,{value:e,done:!1})})},XgJk:function(e,t,n){"use strict";(function(e){n.d(t,"a",function(){return y});var r,o=n("zdMC"),i=n("NtxW"),a=n("i/RU"),s=n("Ryb3"),u=n("f0+5"),c=n("UiGa"),_=n("I/T1"),l=n("L0XQ"),p=n("16bZ"),d=n("o3C4");(r=n("XsMp").enterModule)&&r(e);var f,h,m={front:{dragMachine:Object(_.a)("dragSource",p.a,l.a),dropMachine:Object(_.a)("dropTarget",p.b,l.a)},back:{dropMachine:Object(_.a)("dropTarget",d.a,l.a)}},y=function(e,t){return"dragSource"===e.obj_evt.dnd_type?Object(u.a)(e,Object(a.DragSource)("item",i.b,i.a)(Object(c.a)(Object(s.a)()(t,m)))):"dropTarget"===e.obj_evt.dnd_type?Object(u.a)(e,Object(a.DropTarget)("item",o.b,o.a)(Object(c.a)(Object(s.a)()(t,m)))):Object(c.a)(Object(s.a)()(t,m))};f=n("XsMp").default,h=n("XsMp").leaveModule,f&&(f.register(m,"stateMachineTable","/mnt/d/pm2/lgh-quizz-pc/lib/react_event_connector/src/event_source/dnd/TwoSideChooser/index.js"),f.register(y,"loadTwoSideSource","/mnt/d/pm2/lgh-quizz-pc/lib/react_event_connector/src/event_source/dnd/TwoSideChooser/index.js"),h(e))}).call(this,n("3UD+")(e))},XmsN:function(module,__webpack_exports__,__webpack_require__){"use strict";(function(module){var react__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("q1tI"),react__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__),prop_types__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("g8p1"),prop_types__WEBPACK_IMPORTED_MODULE_1___default=__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_1__),_util_transformNestedObj__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("x5HP"),_Quiz_single_component_ChoiceRow__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__("1+Gg"),_react_event_connector_src_component_event_connect__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__("aoIC"),enterModule;function _typeof(e){return(_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function _classCallCheck(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function _defineProperties(e,t){for(var n=0;n=2){this.intersectCompLst=o;var u=lodash_intersectionWith__WEBPACK_IMPORTED_MODULE_6___default()(o,this.hoverCompLst,function(e,t){return e.props.id===t.props.id});if(!lodash_isEmpty__WEBPACK_IMPORTED_MODULE_7___default()(u))if(s)-1===lodash_findIndex__WEBPACK_IMPORTED_MODULE_5___default()(this.hoverCompLst,function(e){return n.crossHoverComp.props&&e.props.id===n.crossHoverComp.props.id})&&(i.push(n.packOverEvt("outhover",this.crossHoverComp.props.id,this.crossHoverComp.props)),i.push(n.packOverEvt("hover",this.hoverCompLst[0].props.id,this.hoverCompLst[0].props)),a=this.hoverCompLst[0]);else i.push(n.packOverEvt("hover",this.hoverCompLst[0].props.id,this.hoverCompLst[0].props)),a=this.hoverCompLst[0];else lodash_map__WEBPACK_IMPORTED_MODULE_4___default()(this.hoverCompLst,function(e){i.push(n.packOverEvt("outhover",e.props.id,e.props))}),-1===lodash_findIndex__WEBPACK_IMPORTED_MODULE_5___default()(o,function(e){return n.crossHoverComp.props&&e.props.id===n.crossHoverComp.props.id})&&(s&&i.push(n.packOverEvt("outhover",this.crossHoverComp.props.id,this.crossHoverComp.props)),i.push(n.packOverEvt("hover",o[0].props.id,o[0].props)),a=o[0]);return a.props&&this.crossHoverComp.props&&a.props.id!==this.crossHoverComp.props.id&&!lodash_isEmpty__WEBPACK_IMPORTED_MODULE_7___default()(i)||lodash_isEmpty__WEBPACK_IMPORTED_MODULE_7___default()(this.crossHoverComp)?(this.crossHoverComp=a,{status:"over_outover",shouldChildUpdate:!0,refs:i}):{shouldChildUpdate:!1}}if(0===o.length&&(n.crossHoverComp={}),this.intersectCompLst.length>=2){var c=lodash_intersectionWith__WEBPACK_IMPORTED_MODULE_6___default()(o,this.intersectCompLst,function(e,t){return t.props.id===e.props.id}),_=lodash_differenceWith__WEBPACK_IMPORTED_MODULE_3___default()(this.intersectCompLst,o,function(e,t){return e.props.id===t.props.id}),l={status:"over_outover",srcItem:e,shouldChildUpdate:!0,refs:[]};return lodash_forEach__WEBPACK_IMPORTED_MODULE_2___default()(c,function(e){n.crossHoverComp=e,l.refs.push(n.packOverEvt("hover",e.props.id,e.props))}),lodash_forEach__WEBPACK_IMPORTED_MODULE_2___default()(_,function(e){l.refs.push(n.packOverEvt("outhover",e.props.id,e.props))}),this.intersectCompLst=o,l}var p=lodash_differenceWith__WEBPACK_IMPORTED_MODULE_3___default()(o,this.intersectCompLst,function(e,t){return e.props.id===t.props.id}),d=lodash_differenceWith__WEBPACK_IMPORTED_MODULE_3___default()(this.intersectCompLst,o,function(e,t){return e.props.id===t.props.id});this.intersectCompLst=o;var f={status:"over_outover",srcItem:e,shouldChildUpdate:!0,refs:[]};return lodash_forEach__WEBPACK_IMPORTED_MODULE_2___default()(p,function(e){n.crossHoverComp=e,f.refs.push(n.packOverEvt("hover",e.props.id,e.props))}),lodash_forEach__WEBPACK_IMPORTED_MODULE_2___default()(d,function(e){f.refs.push(n.packOverEvt("outhover",e.props.id,e.props))}),lodash_isEmpty__WEBPACK_IMPORTED_MODULE_7___default()(p)&&lodash_isEmpty__WEBPACK_IMPORTED_MODULE_7___default()(d)?{shouldChildUpdate:!1}:f}},{key:"drop",value:function(e,t,n,r){if(n){this.resetSession();var o={shouldChildUpdate:!0,refs:[],status:"drop"};return lodash_isEmpty__WEBPACK_IMPORTED_MODULE_7___default()(this.crossHoverComp)||r.id===this.crossHoverComp.props.id||o.refs.push(lodash_assign__WEBPACK_IMPORTED_MODULE_8___default()({},this.crossHoverComp.props,{id:this.crossHoverComp.props.id,isOver:!1,didDrop:!0,dropResult:this.crossHoverComp.props,canDrop:!1})),o}if(lodash_isEmpty__WEBPACK_IMPORTED_MODULE_7___default()(this.intersectCompLst))return this.resetSession(),{shouldChildUpdate:!0,refs:[],status:"drop"};var i={shouldChildUpdate:!0,status:"drop",refs:[],srcItem:e};return lodash_isEmpty__WEBPACK_IMPORTED_MODULE_7___default()(this.crossHoverComp)||i.refs.push(lodash_assign__WEBPACK_IMPORTED_MODULE_8___default()({},this.crossHoverComp.props,{id:this.crossHoverComp.props.id,isOver:!1,didDrop:!0,dropResult:this.crossHoverComp.props,canDrop:!1})),this.resetSession(),i}},{key:"resetSrc",value:function(e,t){var n=this.generateCompId(e,t);delete this.components[n]}},{key:"resetSession",value:function(){this.hoverCompLst=[],this.startDragSession=!1,this.intersectCompLst=[],this.crossHoverComp={}}},{key:"reset",value:function(){this.resetSession(),this.startedSession=!1,this.srcItem={},this.swappableSrcItem={},this.components={}}},{key:"triggerStartSession",value:function(){this.startedSession=!0}},{key:"hasStartSession",value:function(){return this.startedSession}},{key:"calIntersectionComps",value:function(e,t){var n=this.components[e];if(!n)return[];var r={left:t.x,top:t.y,right:n.boundbox.width+t.x,bottom:n.boundbox.height+t.y},o=[];return lodash_forIn__WEBPACK_IMPORTED_MODULE_1___default()(this.components,function(e,t){"dropTarget"===e.srcEvtType&&o.push(e)}),lodash_filter__WEBPACK_IMPORTED_MODULE_0___default()(o,function(e){return intersectRect(e.boundbox,r)})}},{key:"packOverEvt",value:function(e,t,n){switch(e){case"hover":return lodash_assign__WEBPACK_IMPORTED_MODULE_8___default()({},n,{id:t,isOver:!0,canDrop:!0,status:"hover"});case"outhover":return lodash_assign__WEBPACK_IMPORTED_MODULE_8___default()({},n,{id:t,isOver:!1,canDrop:!0,status:"outhover"})}return{}}},{key:"__reactstandin__regenerateByEval",value:function __reactstandin__regenerateByEval(key,code){this[key]=eval(code)}}]),ComponentCoorStore}(),reactHotLoader,leaveModule;function intersectRect(e,t){return!(t.left>e.right||t.righte.bottom||t.bottom either as a "store" prop or by wrapping it in a .'):console.error("Redux DevTools could not render. Did you forget to include DevTools.instrument() in your store enhancer chain before using createStore()?")}},YJVH:function(e,t,n){"use strict";var r=n("XKFU"),o=n("CkkT")(4);r(r.P+r.F*!n("LyE8")([].every,!0),"Array",{every:function(e){return o(this,e,arguments[1])}})},YO3V:function(e,t,n){var r=n("NykK"),o=n("LcsW"),i=n("ExA7"),a="[object Object]",s=Function.prototype,u=Object.prototype,c=s.toString,_=u.hasOwnProperty,l=c.call(Object);e.exports=function(e){if(!i(e)||r(e)!=a)return!1;var t=o(e);if(null===t)return!0;var n=_.call(t,"constructor")&&t.constructor;return"function"==typeof n&&n instanceof n&&c.call(n)==l}},YRjJ:function(e,t,n){"use strict";(function(e){var r,o,i;function a(e,t){if(e===t)return!0;var n=Object.keys(e),r=Object.keys(t);if(n.length!==r.length)return!1;for(var o=Object.prototype.hasOwnProperty,i=0;i0)&&i.areArraysEqual(c,l))return a.NONE;var d=l[l.length-1],f=c[c.length-1];return d!==f&&(d&&p.push(d),f&&p.push(f)),p}},Ycnr:function(e,t,n){var r={"./vi":"KSF8","./vi.js":"KSF8"};function o(e){var t=i(e);return n(t)}function i(e){var t=r[e];if(!(t+1)){var n=new Error("Cannot find module '"+e+"'");throw n.code="MODULE_NOT_FOUND",n}return t}o.keys=function(){return Object.keys(r)},o.resolve=i,e.exports=o,o.id="Ycnr"},YewF:function(e,t,n){"use strict";t.__esModule=!0;var r=a(n("QbLZ")),o=n("jb+b"),i=a(n("u1VM"));function a(e){return e&&e.__esModule?e:{default:e}}t.default=(0,o.createStyling)(function(e){var t=function(e){return{BACKGROUND_COLOR:e.base00,TEXT_COLOR:e.base07,STRING_COLOR:e.base0B,DATE_COLOR:e.base0B,NUMBER_COLOR:e.base09,BOOLEAN_COLOR:e.base09,NULL_COLOR:e.base08,UNDEFINED_COLOR:e.base08,FUNCTION_COLOR:e.base08,SYMBOL_COLOR:e.base08,LABEL_COLOR:e.base0D,ARROW_COLOR:e.base0D,ITEM_STRING_COLOR:e.base0B,ITEM_STRING_EXPANDED_COLOR:e.base03}}(e);return{tree:{border:0,padding:0,marginTop:"0.5em",marginBottom:"0.5em",marginLeft:"0.125em",marginRight:0,listStyle:"none",MozUserSelect:"none",WebkitUserSelect:"none",backgroundColor:t.BACKGROUND_COLOR},value:function(e,t,n){var o=e.style;return{style:(0,r.default)({},o,{paddingTop:"0.25em",paddingRight:0,marginLeft:"0.875em",WebkitUserSelect:"text",MozUserSelect:"text",wordWrap:"break-word",paddingLeft:n.length>1?"2.125em":"1.25em",textIndent:"-0.5em",wordBreak:"break-all"})}},label:{display:"inline-block",color:t.LABEL_COLOR},valueLabel:{margin:"0 0.5em 0 0"},valueText:function(e,n){var o=e.style;return{style:(0,r.default)({},o,{color:function(e){return{String:e.STRING_COLOR,Date:e.DATE_COLOR,Number:e.NUMBER_COLOR,Boolean:e.BOOLEAN_COLOR,Null:e.NULL_COLOR,Undefined:e.UNDEFINED_COLOR,Function:e.FUNCTION_COLOR,Symbol:e.SYMBOL_COLOR}}(t)[n]})}},itemRange:function(e,n){return{style:{paddingTop:n?0:"0.25em",cursor:"pointer",color:t.LABEL_COLOR}}},arrow:function(e,t,n){var o=e.style;return{style:(0,r.default)({},o,{marginLeft:0,transition:"150ms",WebkitTransition:"150ms",MozTransition:"150ms",WebkitTransform:n?"rotateZ(90deg)":"rotateZ(0deg)",MozTransform:n?"rotateZ(90deg)":"rotateZ(0deg)",transform:n?"rotateZ(90deg)":"rotateZ(0deg)",transformOrigin:"45% 50%",WebkitTransformOrigin:"45% 50%",MozTransformOrigin:"45% 50%",position:"relative",lineHeight:"1.1em",fontSize:"0.75em"})}},arrowContainer:function(e,t){var n=e.style;return{style:(0,r.default)({},n,{display:"inline-block",paddingRight:"0.5em",paddingLeft:"double"===t?"1em":0,cursor:"pointer"})}},arrowSign:{color:t.ARROW_COLOR},arrowSignInner:{position:"absolute",top:0,left:"-0.4em"},nestedNode:function(e,t,n,o,i){var a=e.style;return{style:(0,r.default)({},a,{position:"relative",paddingTop:"0.25em",marginLeft:t.length>1?"0.875em":0,paddingLeft:i?0:"1.125em"})}},rootNode:{padding:0,margin:0},nestedNodeLabel:function(e,t,n,o,i){var a=e.style;return{style:(0,r.default)({},a,{margin:0,padding:0,WebkitUserSelect:i?"inherit":"text",MozUserSelect:i?"inherit":"text",cursor:i?"pointer":"default"})}},nestedNodeItemString:function(e,n,o,i){var a=e.style;return{style:(0,r.default)({},a,{paddingLeft:"0.5em",cursor:"default",color:i?t.ITEM_STRING_EXPANDED_COLOR:t.ITEM_STRING_COLOR})}},nestedNodeItemType:{marginLeft:"0.3em",marginRight:"0.3em"},nestedNodeChildren:function(e,t,n){var o=e.style;return{style:(0,r.default)({},o,{padding:0,margin:0,listStyle:"none",display:n?"block":"none"})}},rootNodeChildren:{padding:0,margin:0,listStyle:"none"}}},{defaultBase16:i.default})},Yiti:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.TRANSITIONS=t.REMOVE_BY_TYPE=t.HIDE_CONFIRM=t.SHOW_CONFIRM=t.CLEAN_TOASTR=t.REMOVE_TOASTR=t.ADD_TOASTR=void 0;t.ADD_TOASTR="@ReduxToastr/toastr/ADD";t.REMOVE_TOASTR="@ReduxToastr/toastr/REMOVE";t.CLEAN_TOASTR="@ReduxToastr/toastr/CLEAN";t.SHOW_CONFIRM="@ReduxToastr/confirm/SHOW";t.HIDE_CONFIRM="@ReduxToastr/confirm/HIDE";t.REMOVE_BY_TYPE="@ReduxToastr/toastr/REMOVE_BY_TYPE";t.TRANSITIONS={in:["bounceIn","bounceInDown","fadeIn"],out:["bounceOut","bounceOutUp","fadeOut"]}},Ymqv:function(e,t,n){var r=n("LZWt");e.exports=Object("z").propertyIsEnumerable(0)?Object:function(e){return"String"==r(e)?e.split(""):Object(e)}},Ymwu:function(e,t,n){var r=n("Wnyi")(n("9gHp")(["find"],n("8qaq"),function(e,t){for(var n=0,r=t.length;n0&&s[e].has(r=this.stack[this.stack.length-1]);)this.onclosetag(r);!this.options.xmlMode&&u.has(e)||(this.stack.push(e),c.has(e)?this.foreignContext.push(!0):_.has(e)&&this.foreignContext.push(!1)),null===(n=(t=this.cbs).onopentagname)||void 0===n||n.call(t,e),this.cbs.onopentag&&(this.attribs={})},e.prototype.onopentagend=function(){var e,t;this.updatePosition(1),this.attribs&&(null===(t=(e=this.cbs).onopentag)||void 0===t||t.call(e,this.tagname,this.attribs),this.attribs=null),!this.options.xmlMode&&this.cbs.onclosetag&&u.has(this.tagname)&&this.cbs.onclosetag(this.tagname),this.tagname=""},e.prototype.onclosetag=function(e){if(this.updatePosition(1),this.lowerCaseTagNames&&(e=e.toLowerCase()),(c.has(e)||_.has(e))&&this.foreignContext.pop(),!this.stack.length||!this.options.xmlMode&&u.has(e))this.options.xmlMode||"br"!==e&&"p"!==e||(this.onopentagname(e),this.closeCurrentTag());else{var t=this.stack.lastIndexOf(e);if(-1!==t)if(this.cbs.onclosetag)for(t=this.stack.length-t;t--;)this.cbs.onclosetag(this.stack.pop());else this.stack.length=t;else"p"!==e||this.options.xmlMode||(this.onopentagname(e),this.closeCurrentTag())}},e.prototype.onselfclosingtag=function(){this.options.xmlMode||this.options.recognizeSelfClosing||this.foreignContext[this.foreignContext.length-1]?this.closeCurrentTag():this.onopentagend()},e.prototype.closeCurrentTag=function(){var e,t,n=this.tagname;this.onopentagend(),this.stack[this.stack.length-1]===n&&(null===(t=(e=this.cbs).onclosetag)||void 0===t||t.call(e,n),this.stack.pop())},e.prototype.onattribname=function(e){this.lowerCaseAttributeNames&&(e=e.toLowerCase()),this.attribname=e},e.prototype.onattribdata=function(e){this.attribvalue+=e},e.prototype.onattribend=function(e){var t,n;null===(n=(t=this.cbs).onattribute)||void 0===n||n.call(t,this.attribname,this.attribvalue,e),this.attribs&&!Object.prototype.hasOwnProperty.call(this.attribs,this.attribname)&&(this.attribs[this.attribname]=this.attribvalue),this.attribname="",this.attribvalue=""},e.prototype.getInstructionName=function(e){var t=e.search(l),n=t<0?e:e.substr(0,t);return this.lowerCaseTagNames&&(n=n.toLowerCase()),n},e.prototype.ondeclaration=function(e){if(this.cbs.onprocessinginstruction){var t=this.getInstructionName(e);this.cbs.onprocessinginstruction("!"+t,"!"+e)}},e.prototype.onprocessinginstruction=function(e){if(this.cbs.onprocessinginstruction){var t=this.getInstructionName(e);this.cbs.onprocessinginstruction("?"+t,"?"+e)}},e.prototype.oncomment=function(e){var t,n,r,o;this.updatePosition(4),null===(n=(t=this.cbs).oncomment)||void 0===n||n.call(t,e),null===(o=(r=this.cbs).oncommentend)||void 0===o||o.call(r)},e.prototype.oncdata=function(e){var t,n,r,o,i,a;this.updatePosition(1),this.options.xmlMode||this.options.recognizeCDATA?(null===(n=(t=this.cbs).oncdatastart)||void 0===n||n.call(t),null===(o=(r=this.cbs).ontext)||void 0===o||o.call(r,e),null===(a=(i=this.cbs).oncdataend)||void 0===a||a.call(i)):this.oncomment("[CDATA["+e+"]]")},e.prototype.onerror=function(e){var t,n;null===(n=(t=this.cbs).onerror)||void 0===n||n.call(t,e)},e.prototype.onend=function(){var e,t;if(this.cbs.onclosetag)for(var n=this.stack.length;n>0;this.cbs.onclosetag(this.stack[--n]));null===(t=(e=this.cbs).onend)||void 0===t||t.call(e)},e.prototype.reset=function(){var e,t,n,r;null===(t=(e=this.cbs).onreset)||void 0===t||t.call(e),this.tokenizer.reset(),this.tagname="",this.attribname="",this.attribs=null,this.stack=[],null===(r=(n=this.cbs).onparserinit)||void 0===r||r.call(n,this)},e.prototype.parseComplete=function(e){this.reset(),this.end(e)},e.prototype.write=function(e){this.tokenizer.write(e)},e.prototype.end=function(e){this.tokenizer.end(e)},e.prototype.pause=function(){this.tokenizer.pause()},e.prototype.resume=function(){this.tokenizer.resume()},e.prototype.parseChunk=function(e){this.write(e)},e.prototype.done=function(e){this.end(e)},e}();t.Parser=p},Z0H5:function(e,t,n){"use strict";t.__esModule=!0,t.nameShape=void 0,t.transitionTimeout=function(e){var t="transition"+e+"Timeout",n="transition"+e;return function(e){if(e[n]){if(null==e[t])return new Error(t+" wasn't supplied to CSSTransitionGroup: this can cause unreliable animations and won't be supported in a future version of React. See https://fb.me/react-animation-transition-group-timeout for more information.");if("number"!=typeof e[t])return new Error(t+" must be a number (in milliseconds)")}return null}};o(n("q1tI"));var r=o(n("17x9"));function o(e){return e&&e.__esModule?e:{default:e}}t.nameShape=r.default.oneOfType([r.default.string,r.default.shape({enter:r.default.string,leave:r.default.string,active:r.default.string}),r.default.shape({enter:r.default.string,enterActive:r.default.string,leave:r.default.string,leaveActive:r.default.string,appear:r.default.string,appearActive:r.default.string})])},Z0cm:function(e,t){var n=Array.isArray;e.exports=n},Z1HP:function(e,t,n){var r=n("ycre"),o=n("quyA"),i=n("q4HE");e.exports=function(e){return o(e)?i(e):r(e)}},Z2Ku:function(e,t,n){"use strict";var r=n("XKFU"),o=n("w2a5")(!0);r(r.P,"Array",{includes:function(e){return o(this,e,arguments.length>1?arguments[1]:void 0)}}),n("nGyu")("includes")},Z6vF:function(e,t,n){var r=n("ylqs")("meta"),o=n("0/R4"),i=n("aagx"),a=n("hswa").f,s=0,u=Object.isExtensible||function(){return!0},c=!n("eeVq")(function(){return u(Object.preventExtensions({}))}),_=function(e){a(e,r,{value:{i:"O"+ ++s,w:{}}})},l=e.exports={KEY:r,NEED:!1,fastKey:function(e,t){if(!o(e))return"symbol"==typeof e?e:("string"==typeof e?"S":"P")+e;if(!i(e,r)){if(!u(e))return"F";if(!t)return"E";_(e)}return e[r].i},getWeak:function(e,t){if(!i(e,r)){if(!u(e))return!0;if(!t)return!1;_(e)}return e[r].w},onFreeze:function(e){return c&&l.NEED&&u(e)&&!i(e,r)&&_(e),e}}},Z8oC:function(e,t,n){var r=n("y1pI");e.exports=function(e,t){var n=this.__data__,o=r(n,e);return o<0?(++this.size,n.push([e,t])):n[o][1]=t,this}},ZCpW:function(e,t,n){var r=n("lm/5"),o=n("O7RO"),i=n("IOzZ");e.exports=function(e){var t=o(e);return 1==t.length&&t[0][2]?i(t[0][0],t[0][1]):function(n){return n===e||r(n,e,t)}}},ZD67:function(e,t,n){"use strict";var r=n("3Lyj"),o=n("Z6vF").getWeak,i=n("y3w9"),a=n("0/R4"),s=n("9gX7"),u=n("SlkY"),c=n("CkkT"),_=n("aagx"),l=n("s5qY"),p=c(5),d=c(6),f=0,h=function(e){return e._l||(e._l=new m)},m=function(){this.a=[]},y=function(e,t){return p(e.a,function(e){return e[0]===t})};m.prototype={get:function(e){var t=y(this,e);if(t)return t[1]},has:function(e){return!!y(this,e)},set:function(e,t){var n=y(this,e);n?n[1]=t:this.a.push([e,t])},delete:function(e){var t=d(this.a,function(t){return t[0]===e});return~t&&this.a.splice(t,1),!!~t}},e.exports={getConstructor:function(e,t,n,i){var c=e(function(e,r){s(e,c,t,"_i"),e._t=t,e._i=f++,e._l=void 0,void 0!=r&&u(r,n,e[i],e)});return r(c.prototype,{delete:function(e){if(!a(e))return!1;var n=o(e);return!0===n?h(l(this,t)).delete(e):n&&_(n,this._i)&&delete n[this._i]},has:function(e){if(!a(e))return!1;var n=o(e);return!0===n?h(l(this,t)).has(e):n&&_(n,this._i)}}),c},def:function(e,t,n){var r=o(i(t),!0);return!0===r?h(e).set(t,n):r[e._i]=n,e},ufstore:h}},ZDpC:function(e,t,n){"use strict";var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var o=r(n("0RD7")),i=r(n("QNem")),a=r(n("8xfI")),s=r(n("7JoB"));function u(e){return" "===e||"\n"===e||"\t"===e||"\f"===e||"\r"===e}function c(e){return e>="a"&&e<="z"||e>="A"&&e<="Z"}function _(e,t,n){var r=e.toLowerCase();return e===r?function(e,o){o===r?e._state=t:(e._state=n,e._index--)}:function(o,i){i===r||i===e?o._state=t:(o._state=n,o._index--)}}function l(e,t){var n=e.toLowerCase();return function(r,o){o===n||o===e?r._state=t:(r._state=3,r._index--)}}var p=_("C",24,16),d=_("D",25,16),f=_("A",26,16),h=_("T",27,16),m=_("A",28,16),y=l("R",35),g=l("I",36),E=l("P",37),b=l("T",38),v=_("R",40,1),O=_("I",41,1),M=_("P",42,1),P=_("T",43,1),D=l("Y",45),T=l("L",46),C=l("E",47),w=_("Y",49,1),I=_("L",50,1),A=_("E",51,1),k=l("I",54),R=l("T",55),S=l("L",56),L=l("E",57),x=_("I",58,1),B=_("T",59,1),U=_("L",60,1),j=_("E",61,1),q=_("#",63,64),z=_("X",66,65),K=function(){function e(e,t){var n;this._state=1,this.buffer="",this.sectionStart=0,this._index=0,this.bufferOffset=0,this.baseState=1,this.special=1,this.running=!0,this.ended=!1,this.cbs=t,this.xmlMode=!!(null===e||void 0===e?void 0:e.xmlMode),this.decodeEntities=null===(n=null===e||void 0===e?void 0:e.decodeEntities)||void 0===n||n}return e.prototype.reset=function(){this._state=1,this.buffer="",this.sectionStart=0,this._index=0,this.bufferOffset=0,this.baseState=1,this.special=1,this.running=!0,this.ended=!1},e.prototype.write=function(e){this.ended&&this.cbs.onerror(Error(".write() after done!")),this.buffer+=e,this.parse()},e.prototype.end=function(e){this.ended&&this.cbs.onerror(Error(".end() after done!")),e&&this.write(e),this.ended=!0,this.running&&this.finish()},e.prototype.pause=function(){this.running=!1},e.prototype.resume=function(){this.running=!0,this._indexthis.sectionStart&&this.cbs.ontext(this.getSection()),this._state=2,this.sectionStart=this._index):!this.decodeEntities||"&"!==e||1!==this.special&&4!==this.special||(this._index>this.sectionStart&&this.cbs.ontext(this.getSection()),this.baseState=1,this._state=62,this.sectionStart=this._index)},e.prototype.stateBeforeTagName=function(e){"/"===e?this._state=5:"<"===e?(this.cbs.ontext(this.getSection()),this.sectionStart=this._index):">"===e||1!==this.special||u(e)?this._state=1:"!"===e?(this._state=15,this.sectionStart=this._index+1):"?"===e?(this._state=17,this.sectionStart=this._index+1):c(e)?(this._state=this.xmlMode||"s"!==e&&"S"!==e?this.xmlMode||"t"!==e&&"T"!==e?3:52:32,this.sectionStart=this._index):this._state=1},e.prototype.stateInTagName=function(e){("/"===e||">"===e||u(e))&&(this.emitToken("onopentagname"),this._state=8,this._index--)},e.prototype.stateBeforeClosingTagName=function(e){u(e)||(">"===e?this._state=1:1!==this.special?"s"===e||"S"===e?this._state=33:"t"===e||"T"===e?this._state=53:(this._state=1,this._index--):c(e)?(this._state=6,this.sectionStart=this._index):(this._state=20,this.sectionStart=this._index))},e.prototype.stateInClosingTagName=function(e){(">"===e||u(e))&&(this.emitToken("onclosetag"),this._state=7,this._index--)},e.prototype.stateAfterClosingTagName=function(e){">"===e&&(this._state=1,this.sectionStart=this._index+1)},e.prototype.stateBeforeAttributeName=function(e){">"===e?(this.cbs.onopentagend(),this._state=1,this.sectionStart=this._index+1):"/"===e?this._state=4:u(e)||(this._state=9,this.sectionStart=this._index)},e.prototype.stateInSelfClosingTag=function(e){">"===e?(this.cbs.onselfclosingtag(),this._state=1,this.sectionStart=this._index+1,this.special=1):u(e)||(this._state=8,this._index--)},e.prototype.stateInAttributeName=function(e){("="===e||"/"===e||">"===e||u(e))&&(this.cbs.onattribname(this.getSection()),this.sectionStart=-1,this._state=10,this._index--)},e.prototype.stateAfterAttributeName=function(e){"="===e?this._state=11:"/"===e||">"===e?(this.cbs.onattribend(void 0),this._state=8,this._index--):u(e)||(this.cbs.onattribend(void 0),this._state=9,this.sectionStart=this._index)},e.prototype.stateBeforeAttributeValue=function(e){'"'===e?(this._state=12,this.sectionStart=this._index+1):"'"===e?(this._state=13,this.sectionStart=this._index+1):u(e)||(this._state=14,this.sectionStart=this._index,this._index--)},e.prototype.handleInAttributeValue=function(e,t){e===t?(this.emitToken("onattribdata"),this.cbs.onattribend(t),this._state=8):this.decodeEntities&&"&"===e&&(this.emitToken("onattribdata"),this.baseState=this._state,this._state=62,this.sectionStart=this._index)},e.prototype.stateInAttributeValueDoubleQuotes=function(e){this.handleInAttributeValue(e,'"')},e.prototype.stateInAttributeValueSingleQuotes=function(e){this.handleInAttributeValue(e,"'")},e.prototype.stateInAttributeValueNoQuotes=function(e){u(e)||">"===e?(this.emitToken("onattribdata"),this.cbs.onattribend(null),this._state=8,this._index--):this.decodeEntities&&"&"===e&&(this.emitToken("onattribdata"),this.baseState=this._state,this._state=62,this.sectionStart=this._index)},e.prototype.stateBeforeDeclaration=function(e){this._state="["===e?23:"-"===e?18:16},e.prototype.stateInDeclaration=function(e){">"===e&&(this.cbs.ondeclaration(this.getSection()),this._state=1,this.sectionStart=this._index+1)},e.prototype.stateInProcessingInstruction=function(e){">"===e&&(this.cbs.onprocessinginstruction(this.getSection()),this._state=1,this.sectionStart=this._index+1)},e.prototype.stateBeforeComment=function(e){"-"===e?(this._state=19,this.sectionStart=this._index+1):this._state=16},e.prototype.stateInComment=function(e){"-"===e&&(this._state=21)},e.prototype.stateInSpecialComment=function(e){">"===e&&(this.cbs.oncomment(this.buffer.substring(this.sectionStart,this._index)),this._state=1,this.sectionStart=this._index+1)},e.prototype.stateAfterComment1=function(e){this._state="-"===e?22:19},e.prototype.stateAfterComment2=function(e){">"===e?(this.cbs.oncomment(this.buffer.substring(this.sectionStart,this._index-2)),this._state=1,this.sectionStart=this._index+1):"-"!==e&&(this._state=19)},e.prototype.stateBeforeCdata6=function(e){"["===e?(this._state=29,this.sectionStart=this._index+1):(this._state=16,this._index--)},e.prototype.stateInCdata=function(e){"]"===e&&(this._state=30)},e.prototype.stateAfterCdata1=function(e){this._state="]"===e?31:29},e.prototype.stateAfterCdata2=function(e){">"===e?(this.cbs.oncdata(this.buffer.substring(this.sectionStart,this._index-2)),this._state=1,this.sectionStart=this._index+1):"]"!==e&&(this._state=29)},e.prototype.stateBeforeSpecialS=function(e){"c"===e||"C"===e?this._state=34:"t"===e||"T"===e?this._state=44:(this._state=3,this._index--)},e.prototype.stateBeforeSpecialSEnd=function(e){2!==this.special||"c"!==e&&"C"!==e?3!==this.special||"t"!==e&&"T"!==e?this._state=1:this._state=48:this._state=39},e.prototype.stateBeforeSpecialLast=function(e,t){("/"===e||">"===e||u(e))&&(this.special=t),this._state=3,this._index--},e.prototype.stateAfterSpecialLast=function(e,t){">"===e||u(e)?(this.special=1,this._state=6,this.sectionStart=this._index-t,this._index--):this._state=1},e.prototype.parseFixedEntity=function(e){if(void 0===e&&(e=this.xmlMode?s.default:i.default),this.sectionStart+1=2;){var n=this.buffer.substr(e,t);if(Object.prototype.hasOwnProperty.call(a.default,n))return this.emitPartial(a.default[n]),void(this.sectionStart+=t+1);t--}},e.prototype.stateInNamedEntity=function(e){";"===e?(this.parseFixedEntity(),1===this.baseState&&this.sectionStart+1"9")&&!c(e)&&(this.xmlMode||this.sectionStart+1===this._index||(1!==this.baseState?"="!==e&&this.parseFixedEntity(a.default):this.parseLegacyEntity()),this._state=this.baseState,this._index--)},e.prototype.decodeNumericEntity=function(e,t,n){var r=this.sectionStart+e;if(r!==this._index){var i=this.buffer.substring(r,this._index),a=parseInt(i,t);this.emitPartial(o.default(a)),this.sectionStart=n?this._index+1:this._index}this._state=this.baseState},e.prototype.stateInNumericEntity=function(e){";"===e?this.decodeNumericEntity(2,10,!0):(e<"0"||e>"9")&&(this.xmlMode?this._state=this.baseState:this.decodeNumericEntity(2,10,!1),this._index--)},e.prototype.stateInHexEntity=function(e){";"===e?this.decodeNumericEntity(3,16,!0):(e<"a"||e>"f")&&(e<"A"||e>"F")&&(e<"0"||e>"9")&&(this.xmlMode?this._state=this.baseState:this.decodeNumericEntity(3,16,!1),this._index--)},e.prototype.cleanup=function(){this.sectionStart<0?(this.buffer="",this.bufferOffset+=this._index,this._index=0):this.running&&(1===this._state?(this.sectionStart!==this._index&&this.cbs.ontext(this.buffer.substr(this.sectionStart)),this.buffer="",this.bufferOffset+=this._index,this._index=0):this.sectionStart===this._index?(this.buffer="",this.bufferOffset+=this._index,this._index=0):(this.buffer=this.buffer.substr(this.sectionStart),this._index-=this.sectionStart,this.bufferOffset+=this.sectionStart),this.sectionStart=0)},e.prototype.parse=function(){for(;this._indexc.indexOf(l)?u===t?20:4:u===e?10:2}t.removeSubsets=function(e){for(var t=e.length;--t>=0;){var n=e[t];if(t>0&&e.lastIndexOf(n,t-1)>=0)e.splice(t,1);else for(var r=n.parent;r;r=r.parent)if(e.includes(r)){e.splice(t,1);break}}return e},t.compareDocumentPosition=o,t.uniqueSort=function(e){return(e=e.filter(function(e,t,n){return!n.includes(e,t+1)})).sort(function(e,t){var n=o(e,t);return 2&n?-1:4&n?1:0}),e}},Zshi:function(e,t,n){var r=n("0/R4");n("Xtr8")("isFrozen",function(e){return function(t){return!r(t)||!!e&&e(t)}})},Ztej:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n("vjHG"),o=n("s6Zy"),i=n("AQaU"),a=n("kgSE"),s=n("dQBR"),u=n("snGp");function c(e){switch(e[0]){case"S":return i.HandlerRole.SOURCE;case"T":return i.HandlerRole.TARGET;default:s(!1,"Cannot parse handler ID: "+e)}}function _(e,t){var n=e.entries(),r=!1;do{var o=n.next(),i=o.done;if(o.value[1]===t)return!0;r=i}while(!r);return!1}var l=function(){function e(e){this.store=e,this.types=new Map,this.dragSources=new Map,this.dropTargets=new Map,this.pinnedSourceId=null,this.pinnedSource=null}return e.prototype.addSource=function(e,t){a.validateType(e),a.validateSourceContract(t);var n=this.addHandler(i.HandlerRole.SOURCE,e,t);return this.store.dispatch(r.addSource(n)),n},e.prototype.addTarget=function(e,t){a.validateType(e,!0),a.validateTargetContract(t);var n=this.addHandler(i.HandlerRole.TARGET,e,t);return this.store.dispatch(r.addTarget(n)),n},e.prototype.containsHandler=function(e){return _(this.dragSources,e)||_(this.dropTargets,e)},e.prototype.getSource=function(e,t){return void 0===t&&(t=!1),s(this.isSourceId(e),"Expected a valid source ID."),t&&e===this.pinnedSourceId?this.pinnedSource:this.dragSources.get(e)},e.prototype.getTarget=function(e){return s(this.isTargetId(e),"Expected a valid target ID."),this.dropTargets.get(e)},e.prototype.getSourceType=function(e){return s(this.isSourceId(e),"Expected a valid source ID."),this.types.get(e)},e.prototype.getTargetType=function(e){return s(this.isTargetId(e),"Expected a valid target ID."),this.types.get(e)},e.prototype.isSourceId=function(e){return c(e)===i.HandlerRole.SOURCE},e.prototype.isTargetId=function(e){return c(e)===i.HandlerRole.TARGET},e.prototype.removeSource=function(e){var t=this;s(this.getSource(e),"Expected an existing source."),this.store.dispatch(r.removeSource(e)),u(function(){t.dragSources.delete(e),t.types.delete(e)})},e.prototype.removeTarget=function(e){s(this.getTarget(e),"Expected an existing target."),this.store.dispatch(r.removeTarget(e)),this.dropTargets.delete(e),this.types.delete(e)},e.prototype.pinSource=function(e){var t=this.getSource(e);s(t,"Expected an existing source."),this.pinnedSourceId=e,this.pinnedSource=t},e.prototype.unpinSource=function(){s(this.pinnedSource,"No source is pinned at the time."),this.pinnedSourceId=null,this.pinnedSource=null},e.prototype.addHandler=function(e,t,n){var r=function(e){var t=o.default().toString();switch(e){case i.HandlerRole.SOURCE:return"S"+t;case i.HandlerRole.TARGET:return"T"+t;default:throw new Error("Unknown Handler Role: "+e)}}(e);return this.types.set(r,t),e===i.HandlerRole.SOURCE?this.dragSources.set(r,n):e===i.HandlerRole.TARGET&&this.dropTargets.set(r,n),r},e}();t.default=l},Zvmr:function(e,t,n){n("ioFf"),n("hHhE"),n("HAE/"),n("WLL4"),n("mYba"),n("5Pf0"),n("RW0V"),n("JduL"),n("DW2E"),n("z2o2"),n("mura"),n("Zshi"),n("V/DX"),n("FlsD"),n("91GP"),n("25dN"),n("/SS/"),n("Btvt"),n("2Spj"),n("f3/d"),n("IXt9"),n("GNAe"),n("tyy+"),n("xfY5"),n("A2zW"),n("VKir"),n("Ljet"),n("/KAi"),n("fN96"),n("7h0T"),n("sbF8"),n("h/M4"),n("knhD"),n("XfKG"),n("BP8U"),n("fyVe"),n("U2t9"),n("2atp"),n("+auO"),n("MtdB"),n("Jcmo"),n("nzyx"),n("BC7C"),n("x8ZO"),n("9P93"),n("eHKK"),n("BJ/l"),n("pp/T"),n("CyHz"),n("bBoP"),n("x8Yj"),n("hLT2"),n("VpUO"),n("eI33"),n("Tze0"),n("XfO3"),n("oDIu"),n("rvZc"),n("L9s1"),n("FLlr"),n("9VmF"),n("hEkN"),n("nIY7"),n("+oPb"),n("SMB2"),n("0mN4"),n("bDcW"),n("nsiH"),n("0LDn"),n("tUrg"),n("84bF"),n("FEjr"),n("Zz4T"),n("JCqj"),n("eM6i"),n("AphP"),n("jqX0"),n("h7Nl"),n("yM4b"),n("LK8F"),n("HEwt"),n("6AQ9"),n("Nz9U"),n("I78e"),n("Vd3H"),n("8+KV"),n("bWfx"),n("0l/t"),n("dZ+Y"),n("YJVH"),n("DNiP"),n("SPin"),n("V+eJ"),n("mGWK"),n("dE+T"),n("bHtr"),n("dRSK"),n("INYr"),n("0E+W"),n("yt8O"),n("Oyvg"),n("sMXx"),n("a1Th"),n("OEbY"),n("SRfc"),n("pIFo"),n("OG14"),n("KKXr"),n("VRzm"),n("9AAn"),n("T39b"),n("EK0E"),n("wCsR"),n("xm80"),n("Ji/l"),n("sFw1"),n("NO8f"),n("aqI/"),n("Faw5"),n("r1bV"),n("tuSo"),n("nCnK"),n("Y9lz"),n("Tdpu"),n("3xty"),n("I5cv"),n("iMoV"),n("uhZd"),n("f/aN"),n("0YWM"),n("694e"),n("LTTk"),n("9rMk"),n("IlFx"),n("xpiv"),n("oZ/O"),n("klPD"),n("knU9"),n("Z2Ku"),n("6VaU"),n("cfFb"),n("NTXk"),n("9XZr"),n("7VC1"),n("I74W"),n("fA63"),n("mI1R"),n("rE2o"),n("x8qZ"),n("jm62"),n("hhXQ"),n("/8Fb"),n("RQRG"),n("/uf1"),n("uaHG"),n("ZNX/"),n("RwTk"),n("25qn"),n("cpsI"),n("mcXe"),n("dk85"),n("vdFj"),n("QWy2"),n("3YpW"),n("XUCW"),n("XZCp"),n("DDYI"),n("ojR+"),n("QnYD"),n("CeCd"),n("DACs"),n("J0gd"),n("H5GT"),n("nABe"),n("L3jF"),n("tMJk"),n("Hxic"),n("aSs8"),n("x3Uh"),n("ilze"),n("7X58"),n("CX2u"),n("qcxO"),n("49D4"),n("zq+C"),n("45Tv"),n("uAtd"),n("BqfV"),n("fN/3"),n("iW+S"),n("7Dlh"),n("Opxb"),n("DSV3"),n("N7VW"),n("R5XZ"),n("Ew+T"),n("rGqo"),e.exports=n("g3g5")},Zxgi:function(e,t,n){var r=n("5T2Y"),o=n("WEpk"),i=n("uOPS"),a=n("zLkG"),s=n("2faE").f;e.exports=function(e){var t=o.Symbol||(o.Symbol=i?{}:r.Symbol||{});"_"==e.charAt(0)||e in t||s(t,e,{value:a.f(e)})}},Zy53:function(e,t,n){"use strict";(t=e.exports=n("oOsv").default).default=t},Zz4T:function(e,t,n){"use strict";n("OGtf")("sub",function(e){return function(){return e(this,"sub","","")}})},"a+fI":function(e,t,n){"use strict";var r=n("TqRt");t.__esModule=!0,t.default=function(e,t){return function(n){var r=n.currentTarget,a=n.target,s=(0,i.default)(r,e);s.some(function(e){return(0,o.default)(e,a)})&&t.call(this,n)}};var o=r(n("61Rg")),i=r(n("xIqb"));e.exports=t.default},a0xu:function(e,t){var n={}.toString;e.exports=function(e){return n.call(e).slice(8,-1)}},a1Th:function(e,t,n){"use strict";n("OEbY");var r=n("y3w9"),o=n("C/va"),i=n("nh4g"),a=/./.toString,s=function(e){n("KroJ")(RegExp.prototype,"toString",e,!0)};n("eeVq")(function(){return"/a/b"!=a.call({source:"a",flags:"b"})})?s(function(){var e=r(this);return"/".concat(e.source,"/","flags"in e?e.flags:!i&&e instanceof RegExp?o.call(e):void 0)}):"toString"!=a.name&&s(function(){return a.call(this)})},a413:function(e,t,n){"use strict";t.__esModule=!0,t.default=function(e,t){return"removeProperty"in e.style?e.style.removeProperty(t):e.style.removeAttribute(t)},e.exports=t.default},a57E:function(module,__webpack_exports__,__webpack_require__){"use strict";(function(module){__webpack_require__.d(__webpack_exports__,"a",function(){return ChooseContext});var react__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("q1tI"),react__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__),prop_types__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("Xaro"),prop_types__WEBPACK_IMPORTED_MODULE_1___default=__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_1__),hoist_non_react_statics__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("N35l"),hoist_non_react_statics__WEBPACK_IMPORTED_MODULE_2___default=__webpack_require__.n(hoist_non_react_statics__WEBPACK_IMPORTED_MODULE_2__),_ChooseManager__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__("KHm2"),enterModule;function _extends(){return(_extends=Object.assign||function(e){for(var t=1;t=0&&_.splice(t,1)}function m(e){var t=document.createElement("style");if(void 0===e.attrs.type&&(e.attrs.type="text/css"),void 0===e.attrs.nonce){var r=function(){0;return n.nc}();r&&(e.attrs.nonce=r)}return y(t,e.attrs),f(e,t),t}function y(e,t){Object.keys(t).forEach(function(n){e.setAttribute(n,t[n])})}function g(e,t){var n,r,o,i;if(t.transform&&e.css){if(!(i="function"==typeof t.transform?t.transform(e.css):t.transform.default(e.css)))return function(){};e.css=i}if(t.singleton){var a=c++;n=u||(u=m(t)),r=v.bind(null,n,a,!1),o=v.bind(null,n,a,!0)}else e.sourceMap&&"function"==typeof URL&&"function"==typeof URL.createObjectURL&&"function"==typeof URL.revokeObjectURL&&"function"==typeof Blob&&"function"==typeof btoa?(n=function(e){var t=document.createElement("link");return void 0===e.attrs.type&&(e.attrs.type="text/css"),e.attrs.rel="stylesheet",y(t,e.attrs),f(e,t),t}(t),r=function(e,t,n){var r=n.css,o=n.sourceMap,i=void 0===t.convertToAbsoluteUrls&&o;(t.convertToAbsoluteUrls||i)&&(r=l(r));o&&(r+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(o))))+" */");var a=new Blob([r],{type:"text/css"}),s=e.href;e.href=URL.createObjectURL(a),s&&URL.revokeObjectURL(s)}.bind(null,n,t),o=function(){h(n),n.href&&URL.revokeObjectURL(n.href)}):(n=m(t),r=function(e,t){var n=t.css,r=t.media;r&&e.setAttribute("media",r);if(e.styleSheet)e.styleSheet.cssText=n;else{for(;e.firstChild;)e.removeChild(e.firstChild);e.appendChild(document.createTextNode(n))}}.bind(null,n),o=function(){h(n)});return r(e),function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap)return;r(e=t)}else o()}}e.exports=function(e,t){if("undefined"!=typeof DEBUG&&DEBUG&&"object"!=typeof document)throw new Error("The style-loader cannot be used in a non-browser environment");(t=t||{}).attrs="object"==typeof t.attrs?t.attrs:{},t.singleton||"boolean"==typeof t.singleton||(t.singleton=a()),t.insertInto||(t.insertInto="head"),t.insertAt||(t.insertAt="bottom");var n=d(e,t);return p(n,t),function(e){for(var r=[],o=0;o-1;this.props.dispatch(y(a,s+1,u)),this.props.dispatch((0,_.startConsecutiveToggle)(null))}else e>0&&this.props.dispatch((0,_.startConsecutiveToggle)(e))},t.prototype.getTheme=function(){var e=this.props.theme;return"string"!=typeof e?e:void 0!==u[e]?u[e]:(console.warn("DevTools theme "+e+" not found, defaulting to nicinabox"),u.nicinabox)},t.prototype.getRef=function(e){this.node=e},t.prototype.render=function(){var e=this.getTheme(),t=this.props.monitorState.consecutiveToggleStartId,n=this.props,o=n.dispatch,a=n.actionsById,s=n.skippedActionIds,u=n.stagedActionIds,c=n.computedStates,_={theme:e,actionsById:a,skippedActionIds:s,stagedActionIds:u,computedStates:c,currentStateIndex:n.currentStateIndex,consecutiveToggleStartId:t,select:n.select,expandActionRoot:n.expandActionRoot,expandStateRoot:n.expandStateRoot,markStateDiff:n.markStateDiff,onActionClick:this.handleToggleAction,onActionShiftClick:this.handleToggleConsecutiveAction};return i.default.createElement("div",{style:r({},g.container,{backgroundColor:e.base00})},!this.props.hideMainButtons&&i.default.createElement(p.default,{theme:e,dispatch:o,hasStates:c.length>1,hasSkippedActions:s.length>0}),i.default.createElement("div",{style:this.props.hideMainButtons?g.elements:r({},g.elements,{top:30}),ref:this.getRef},i.default.createElement(d.default,_)))},t}(o.Component);E.update=l.default,E.propTypes={dispatch:a.default.func,computedStates:a.default.array,actionsById:a.default.object,stagedActionIds:a.default.array,skippedActionIds:a.default.array,monitorState:a.default.shape({initialScrollTop:a.default.number,consecutiveToggleStartId:a.default.number}),preserveScrollTop:a.default.bool,select:a.default.func,theme:a.default.oneOfType([a.default.object,a.default.string]),expandActionRoot:a.default.bool,expandStateRoot:a.default.bool,markStateDiff:a.default.bool,hideMainButtons:a.default.bool},E.defaultProps={select:function(e){return e},theme:"nicinabox",preserveScrollTop:!0,expandActionRoot:!0,expandStateRoot:!0,markStateDiff:!1},t.default=E},bHtr:function(e,t,n){var r=n("XKFU");r(r.P,"Array",{fill:n("Nr18")}),n("nGyu")("fill")},bLiP:function(e,t,n){"use strict";n.r(t),function(e){var r;n.d(t,"CHOOSE_SOURCE",function(){return a}),n.d(t,"END_CHOICE",function(){return s}),n.d(t,"chooseSource",function(){return u}),n.d(t,"endChoice",function(){return c}),(r=n("+MRw").enterModule)&&r(e);var o,i,a="CHOOSE_SOURCE",s="END_CHOICE";function u(e){var t=this.getRegistry(),n=t.getSource(e),r=n.chooseSource(n.props);return t.pinSource(e),{type:a,itemType:t.getSourceType(e),item:r,sourceId:e}}function c(e){var t=this.getMonitor(),n=this.getRegistry(),r=n.getSource(e);r.chooseSource(r.props);return r.endChoice(t,e),n.unpinSource(),{type:s,sourceId:e}}o=n("+MRw").default,i=n("+MRw").leaveModule,o&&(o.register(a,"CHOOSE_SOURCE","/mnt/d/pm2/lgh-quizz-pc/lib/choice_core/src/actions/choose.js"),o.register(s,"END_CHOICE","/mnt/d/pm2/lgh-quizz-pc/lib/choice_core/src/actions/choose.js"),o.register(u,"chooseSource","/mnt/d/pm2/lgh-quizz-pc/lib/choice_core/src/actions/choose.js"),o.register(c,"endChoice","/mnt/d/pm2/lgh-quizz-pc/lib/choice_core/src/actions/choose.js"),i(e))}.call(this,n("3UD+")(e))},bNQv:function(e,t,n){var r=n("gFfm"),o=n("SKAX"),i=n("EwQA"),a=n("Z0cm");e.exports=function(e,t){return(a(e)?r:o)(e,i(t))}},bNad:function(e,t,n){"use strict";t.__esModule=!0;var r,o=n("gIfi"),i=(r=o)&&r.__esModule?r:{default:r},a=function(){function e(){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.isDisposed=!1,this.current=null}return e.prototype.getDisposable=function(){return this.current},e.prototype.setDisposable=function(){var e=arguments.length<=0||void 0===arguments[0]?null:arguments[0];if(null!=e&&!i.default(e))throw new Error("Expected either an empty value or a valid disposable");var t=this.isDisposed,n=void 0;t||(n=this.current,this.current=e),n&&n.dispose(),t&&e&&e.dispose()},e.prototype.dispose=function(){if(!this.isDisposed){this.isDisposed=!0;var e=this.current;this.current=null,e&&e.dispose()}},e}();t.default=a,e.exports=t.default},bTAF:function(e,t,n){"use strict";t.__esModule=!0,t.getChildMapping=function(e){if(!e)return e;var t={};return r.Children.map(e,function(e){return e}).forEach(function(e){t[e.key]=e}),t},t.mergeChildMappings=function(e,t){function n(n){return t.hasOwnProperty(n)?t[n]:e[n]}e=e||{},t=t||{};var r={},o=[];for(var i in e)t.hasOwnProperty(i)?o.length&&(r[i]=o,o=[]):o.push(i);var a=void 0,s={};for(var u in t){if(r.hasOwnProperty(u))for(a=0;a-1};function s(e){if("string"!=typeof e&&(e=String(e)),/[^a-z0-9\-#$%&'*+.^_`|~!]/i.test(e)||""===e)throw new TypeError('Invalid character in header field name: "'+e+'"');return e.toLowerCase()}function u(e){return"string"!=typeof e&&(e=String(e)),e}function c(e){var t={next:function(){var t=e.shift();return{done:void 0===t,value:t}}};return o.iterable&&(t[Symbol.iterator]=function(){return t}),t}function _(e){this.map={},e instanceof _?e.forEach(function(e,t){this.append(t,e)},this):Array.isArray(e)?e.forEach(function(e){this.append(e[0],e[1])},this):e&&Object.getOwnPropertyNames(e).forEach(function(t){this.append(t,e[t])},this)}function l(e){if(e.bodyUsed)return Promise.reject(new TypeError("Already read"));e.bodyUsed=!0}function p(e){return new Promise(function(t,n){e.onload=function(){t(e.result)},e.onerror=function(){n(e.error)}})}function d(e){var t=new FileReader,n=p(t);return t.readAsArrayBuffer(e),n}function f(e){if(e.slice)return e.slice(0);var t=new Uint8Array(e.byteLength);return t.set(new Uint8Array(e)),t.buffer}function h(){return this.bodyUsed=!1,this._initBody=function(e){var t;this.bodyUsed=this.bodyUsed,this._bodyInit=e,e?"string"==typeof e?this._bodyText=e:o.blob&&Blob.prototype.isPrototypeOf(e)?this._bodyBlob=e:o.formData&&FormData.prototype.isPrototypeOf(e)?this._bodyFormData=e:o.searchParams&&URLSearchParams.prototype.isPrototypeOf(e)?this._bodyText=e.toString():o.arrayBuffer&&o.blob&&((t=e)&&DataView.prototype.isPrototypeOf(t))?(this._bodyArrayBuffer=f(e.buffer),this._bodyInit=new Blob([this._bodyArrayBuffer])):o.arrayBuffer&&(ArrayBuffer.prototype.isPrototypeOf(e)||a(e))?this._bodyArrayBuffer=f(e):this._bodyText=e=Object.prototype.toString.call(e):this._bodyText="",this.headers.get("content-type")||("string"==typeof e?this.headers.set("content-type","text/plain;charset=UTF-8"):this._bodyBlob&&this._bodyBlob.type?this.headers.set("content-type",this._bodyBlob.type):o.searchParams&&URLSearchParams.prototype.isPrototypeOf(e)&&this.headers.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"))},o.blob&&(this.blob=function(){var e=l(this);if(e)return e;if(this._bodyBlob)return Promise.resolve(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(new Blob([this._bodyArrayBuffer]));if(this._bodyFormData)throw new Error("could not read FormData body as blob");return Promise.resolve(new Blob([this._bodyText]))},this.arrayBuffer=function(){if(this._bodyArrayBuffer){var e=l(this);return e||(ArrayBuffer.isView(this._bodyArrayBuffer)?Promise.resolve(this._bodyArrayBuffer.buffer.slice(this._bodyArrayBuffer.byteOffset,this._bodyArrayBuffer.byteOffset+this._bodyArrayBuffer.byteLength)):Promise.resolve(this._bodyArrayBuffer))}return this.blob().then(d)}),this.text=function(){var e,t,n,r=l(this);if(r)return r;if(this._bodyBlob)return e=this._bodyBlob,t=new FileReader,n=p(t),t.readAsText(e),n;if(this._bodyArrayBuffer)return Promise.resolve(function(e){for(var t=new Uint8Array(e),n=new Array(t.length),r=0;r-1?r:n),this.mode=t.mode||this.mode||null,this.signal=t.signal||this.signal,this.referrer=null,("GET"===this.method||"HEAD"===this.method)&&o)throw new TypeError("Body not allowed for GET or HEAD requests");if(this._initBody(o),!("GET"!==this.method&&"HEAD"!==this.method||"no-store"!==t.cache&&"no-cache"!==t.cache)){var i=/([?&])_=[^&]*/;if(i.test(this.url))this.url=this.url.replace(i,"$1_="+(new Date).getTime());else{this.url+=(/\?/.test(this.url)?"&":"?")+"_="+(new Date).getTime()}}}function g(e){var t=new FormData;return e.trim().split("&").forEach(function(e){if(e){var n=e.split("="),r=n.shift().replace(/\+/g," "),o=n.join("=").replace(/\+/g," ");t.append(decodeURIComponent(r),decodeURIComponent(o))}}),t}function E(e,t){if(!(this instanceof E))throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');t||(t={}),this.type="default",this.status=void 0===t.status?200:t.status,this.ok=this.status>=200&&this.status<300,this.statusText=void 0===t.statusText?"":""+t.statusText,this.headers=new _(t.headers),this.url=t.url||"",this._initBody(e)}y.prototype.clone=function(){return new y(this,{body:this._bodyInit})},h.call(y.prototype),h.call(E.prototype),E.prototype.clone=function(){return new E(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new _(this.headers),url:this.url})},E.error=function(){var e=new E(null,{status:0,statusText:""});return e.type="error",e};var b=[301,302,303,307,308];E.redirect=function(e,t){if(-1===b.indexOf(t))throw new RangeError("Invalid status code");return new E(null,{status:t,headers:{location:e}})};var v=r.DOMException;try{new v}catch(e){(v=function(e,t){this.message=e,this.name=t;var n=Error(e);this.stack=n.stack}).prototype=Object.create(Error.prototype),v.prototype.constructor=v}function O(e,t){return new Promise(function(n,i){var a=new y(e,t);if(a.signal&&a.signal.aborted)return i(new v("Aborted","AbortError"));var s=new XMLHttpRequest;function c(){s.abort()}s.onload=function(){var e,t,r={status:s.status,statusText:s.statusText,headers:(e=s.getAllResponseHeaders()||"",t=new _,e.replace(/\r?\n[\t ]+/g," ").split("\r").map(function(e){return 0===e.indexOf("\n")?e.substr(1,e.length):e}).forEach(function(e){var n=e.split(":"),r=n.shift().trim();if(r){var o=n.join(":").trim();t.append(r,o)}}),t)};r.url="responseURL"in s?s.responseURL:r.headers.get("X-Request-URL");var o="response"in s?s.response:s.responseText;setTimeout(function(){n(new E(o,r))},0)},s.onerror=function(){setTimeout(function(){i(new TypeError("Network request failed"))},0)},s.ontimeout=function(){setTimeout(function(){i(new TypeError("Network request failed"))},0)},s.onabort=function(){setTimeout(function(){i(new v("Aborted","AbortError"))},0)},s.open(a.method,function(e){try{return""===e&&r.location.href?r.location.href:e}catch(t){return e}}(a.url),!0),"include"===a.credentials?s.withCredentials=!0:"omit"===a.credentials&&(s.withCredentials=!1),"responseType"in s&&(o.blob?s.responseType="blob":o.arrayBuffer&&a.headers.get("Content-Type")&&-1!==a.headers.get("Content-Type").indexOf("application/octet-stream")&&(s.responseType="arraybuffer")),!t||"object"!=typeof t.headers||t.headers instanceof _?a.headers.forEach(function(e,t){s.setRequestHeader(t,e)}):Object.getOwnPropertyNames(t.headers).forEach(function(e){s.setRequestHeader(e,u(t.headers[e]))}),a.signal&&(a.signal.addEventListener("abort",c),s.onreadystatechange=function(){4===s.readyState&&a.signal.removeEventListener("abort",c)}),s.send(void 0===a._bodyInit?null:a._bodyInit)})}O.polyfill=!0,r.fetch||(r.fetch=O,r.Headers=_,r.Request=y,r.Response=E)},bapk:function(e,t,n){"use strict";t.__esModule=!0,t.default=function(e){var t=void 0;document.addEventListener?(document.addEventListener("focus",e,!0),t=function(){return document.removeEventListener("focus",e,!0)}):(document.attachEvent("onfocusin",e),t=function(){return document.detachEvent("onfocusin",e)});return{remove:t}},e.exports=t.default},bdvY:function(module,__webpack_exports__,__webpack_require__){"use strict";(function(module){var enterModule;function _classCallCheck(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function _defineProperties(e,t){for(var n=0;nt?E(p,s):l=setTimeout(b,e)}function v(){E(y,l)}function O(){if(r=arguments,c=a(),_=this,p=y&&(l||!g),!1===m)var n=g&&!l;else{s||g||(h=c);var o=m-(c-h),i=o<=0||o>m;i?(s&&(s=clearTimeout(s)),h=c,u=e.apply(_,r)):s||(s=setTimeout(v,o))}return i&&l?l=clearTimeout(l):l||t===m||(l=setTimeout(b,t)),n&&(i=!0,u=e.apply(_,r)),!i||l||s||(r=_=void 0),u}return O.cancel=function(){l&&clearTimeout(l),s&&clearTimeout(s),h=0,s=l=p=void 0},O}},bqug:function(e,t,n){"use strict";(function(e){var r,o=n("3OWR"),i=n.n(o),a=n("Pao+");(r=n("0cfB").enterModule)&&r(e);var s,u,c={stop_timer_action:"init",beginningTimer:0,elapedTimer:0},_=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:c,t=arguments.length>1?arguments[1]:void 0;switch(t.type){case a.b:return i()({},e,{stop_timer_action:"start_timer",beginningTimer:t.beginningTimer,elapedTimer:0});case a.a:return i()({},e,{elapedTimer:e.elapedTimer+t.elapedTimer});case a.c:return i()({},e,{stop_timer_action:"stop_timer"});default:return e}},l=_;t.a=l,s=n("0cfB").default,u=n("0cfB").leaveModule,s&&(s.register(c,"initialState","/mnt/d/pm2/lgh-quizz-pc/client/modules/Quiz/components/QuizSession/Timer/TimerReducer.js"),s.register(_,"TimerReducer","/mnt/d/pm2/lgh-quizz-pc/client/modules/Quiz/components/QuizSession/Timer/TimerReducer.js"),s.register(l,"default","/mnt/d/pm2/lgh-quizz-pc/client/modules/Quiz/components/QuizSession/Timer/TimerReducer.js"),u(e))}).call(this,n("3UD+")(e))},bsHo:function(e,t,n){"use strict";(function(e){n.d(t,"a",function(){return u}),n.d(t,"b",function(){return c});var r,o=n("ph6d"),i=n("dbib");(r=n("0cfB").enterModule)&&r(e);var a,s,u="FETCH_QUIZ_RESULT",c="GET_QUIZ_RESULT";function _(e){return{type:u,items:e}}function l(e,t){return{type:c,quizDetail:e,index:t}}function p(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,n="quiz/getResult/chapter/".concat(e,"?exerciseType=").concat(t);return function(e){Object(o.a)(n).then(function(e){return e}).then(function(t){e(_(t))}).catch(function(t){return e(Object(i.a)(t))})}}function d(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,n=arguments.length>2?arguments[2]:void 0,r="quiz/".concat(e.id,"/quiz_detail_result?exerciseType=").concat(t,"&chapterId=").concat(n);return 2===e.type&&(r="quiz/".concat(e.id,"/result?sub_quiz_index=").concat(e.sub_quiz_index,"&exerciseType=").concat(t)),function(t){Object(o.a)(r).then(function(e){return e}).then(function(n){t(l(n,e.index))}).catch(function(e){return t(Object(i.a)(e))})}}function f(e){var t="quiz/".concat(e,"/result");return Object(o.a)(t).then(function(e){return e}).catch(function(e){return e})}function h(e){var t="learning-summary/chapter/detail/".concat(e);return Object(o.a)(t).then(function(e){return e}).catch(function(e){return e})}a=n("0cfB").default,s=n("0cfB").leaveModule,a&&(a.register(u,"FETCH_QUIZ_RESULT","/mnt/d/pm2/lgh-quizz-pc/client/modules/Quiz/QuizResultAction.js"),a.register(c,"GET_QUIZ_RESULT","/mnt/d/pm2/lgh-quizz-pc/client/modules/Quiz/QuizResultAction.js"),a.register(_,"FetchQuizResultAction","/mnt/d/pm2/lgh-quizz-pc/client/modules/Quiz/QuizResultAction.js"),a.register(l,"getQuizResultAction","/mnt/d/pm2/lgh-quizz-pc/client/modules/Quiz/QuizResultAction.js"),a.register(p,"fetchQuizResult","/mnt/d/pm2/lgh-quizz-pc/client/modules/Quiz/QuizResultAction.js"),a.register(d,"getDetailQuiz","/mnt/d/pm2/lgh-quizz-pc/client/modules/Quiz/QuizResultAction.js"),a.register(f,"getResultDetailQuiz","/mnt/d/pm2/lgh-quizz-pc/client/modules/Quiz/QuizResultAction.js"),a.register(h,"fetchQuizDetail","/mnt/d/pm2/lgh-quizz-pc/client/modules/Quiz/QuizResultAction.js"),s(e))}).call(this,n("3UD+")(e))},by9x:function(e,t,n){var r=n("aW6J");"string"==typeof r&&(r=[[e.i,r,""]]);var o={hmr:!0,transform:void 0,insertInto:void 0};n("aET+")(r,o);r.locals&&(e.exports=r.locals)},bzB6:function(e,t,n){"use strict";(function(e){var r,o,i;function a(e,t,n){var r=n.getRegistry(),o=r.addSource(e,t);return{handlerId:o,unregister:function(){r.removeSource(o)}}}n.d(t,"a",function(){return a}),(r=n("Xug/").enterModule)&&r(e),o=n("Xug/").default,i=n("Xug/").leaveModule,o&&(o.register(a,"registerTarget","/mnt/d/pm2/lgh-quizz-pc/lib/cnc_core/src/target/registerTarget.js"),i(e))}).call(this,n("3UD+")(e))},"c/15":function(module,__webpack_exports__,__webpack_require__){"use strict";(function(module){var react__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("q1tI"),react__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__),prop_types__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("17x9"),prop_types__WEBPACK_IMPORTED_MODULE_1___default=__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_1__),react_router__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("dtw8"),_GAEvent_index__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__("4KmB"),enterModule;function _typeof(e){return(_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function _classCallCheck(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function _defineProperties(e,t){for(var n=0;n0?this.children[this.children.length-1]:null},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"childNodes",{get:function(){return this.children},set:function(e){this.children=e},enumerable:!1,configurable:!0}),t}(u);t.NodeWithChildren=d;var f=function(e){function t(t){return e.call(this,a.ElementType.Root,t)||this}return o(t,e),t}(d);t.Document=f;var h=function(e){function t(t,n,r,o){void 0===r&&(r=[]),void 0===o&&(o="script"===t?a.ElementType.Script:"style"===t?a.ElementType.Style:a.ElementType.Tag);var i=e.call(this,o,r)||this;return i.name=t,i.attribs=n,i}return o(t,e),Object.defineProperty(t.prototype,"tagName",{get:function(){return this.name},set:function(e){this.name=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"attributes",{get:function(){var e=this;return Object.keys(this.attribs).map(function(t){var n,r;return{name:t,value:e.attribs[t],namespace:null===(n=e["x-attribsNamespace"])||void 0===n?void 0:n[t],prefix:null===(r=e["x-attribsPrefix"])||void 0===r?void 0:r[t]}})},enumerable:!1,configurable:!0}),t}(d);function m(e){return(0,a.isTag)(e)}function y(e){return e.type===a.ElementType.CDATA}function g(e){return e.type===a.ElementType.Text}function E(e){return e.type===a.ElementType.Comment}function b(e){return e.type===a.ElementType.Directive}function v(e){return e.type===a.ElementType.Root}function O(e,t){var n;if(void 0===t&&(t=!1),g(e))n=new _(e.data);else if(E(e))n=new l(e.data);else if(m(e)){var r=t?M(e.children):[],o=new h(e.name,i({},e.attribs),r);r.forEach(function(e){return e.parent=o}),e["x-attribsNamespace"]&&(o["x-attribsNamespace"]=i({},e["x-attribsNamespace"])),e["x-attribsPrefix"]&&(o["x-attribsPrefix"]=i({},e["x-attribsPrefix"])),n=o}else if(y(e)){r=t?M(e.children):[];var s=new d(a.ElementType.CDATA,r);r.forEach(function(e){return e.parent=s}),n=s}else if(v(e)){r=t?M(e.children):[];var u=new f(r);r.forEach(function(e){return e.parent=u}),e["x-mode"]&&(u["x-mode"]=e["x-mode"]),n=u}else{if(!b(e))throw new Error("Not implemented yet: "+e.type);var c=new p(e.name,e.data);null!=e["x-name"]&&(c["x-name"]=e["x-name"],c["x-publicId"]=e["x-publicId"],c["x-systemId"]=e["x-systemId"]),n=c}return n.startIndex=e.startIndex,n.endIndex=e.endIndex,n}function M(e){for(var t=e.map(function(e){return O(e,!0)}),n=1;n0&&(M=i[y-1].state),e.push(o.default.createElement(a.default,{key:g,theme:n,select:c,action:E,actionId:g,state:v,previousState:M,collapsed:_.indexOf(g)>-1,inFuture:y>s,selected:u===y,error:O,expandActionRoot:p,expandStateRoot:d,markStateDiff:f,onActionClick:h,onActionShiftClick:m}))}return o.default.createElement("div",null,e)},t}(r.Component);_.propTypes={actionsById:i.default.object,computedStates:i.default.array,stagedActionIds:i.default.array,skippedActionIds:i.default.array,currentStateIndex:i.default.number,consecutiveToggleStartId:i.default.number,select:i.default.func.isRequired,onActionClick:i.default.func.isRequired,theme:i.default.oneOfType([i.default.object,i.default.string]),expandActionRoot:i.default.bool,expandStateRoot:i.default.bool},t.default=_},cZQE:function(e,t,n){"use strict";function r(e){var t,n=e.Symbol;return"function"==typeof n?n.observable?t=n.observable:(t=n("observable"),n.observable=t):t="@@observable",t}n.d(t,"a",function(){return r})},ccE7:function(e,t,n){var r=n("Ojgd"),o=n("Jes0");e.exports=function(e){return function(t,n){var i,a,s=String(o(t)),u=r(n),c=s.length;return u<0||u>=c?e?"":void 0:(i=s.charCodeAt(u))<55296||i>56319||u+1===c||(a=s.charCodeAt(u+1))<56320||a>57343?e?s.charAt(u):i:e?s.slice(u,u+2):a-56320+(i-55296<<10)+65536}}},ccKf:function(e,t,n){"use strict";var r,o=this&&this.__extends||(r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])})(e,t)},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n),Object.defineProperty(e,r,{enumerable:!0,get:function(){return t[n]}})}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),a=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),s=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&i(t,e,n);return a(t,e),t},u=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.parseFeed=t.FeedHandler=void 0;var c,_,l=u(n("8j/7")),p=s(n("o8b2")),d=n("Z+le");!function(e){e[e.image=0]="image",e[e.audio=1]="audio",e[e.video=2]="video",e[e.document=3]="document",e[e.executable=4]="executable"}(c||(c={})),function(e){e[e.sample=0]="sample",e[e.full=1]="full",e[e.nonstop=2]="nonstop"}(_||(_={}));var f=function(e){function t(t,n){return"object"==typeof t&&(n=t=void 0),e.call(this,t,n)||this}return o(t,e),t.prototype.onend=function(){var e,t,n={},r=y(v,this.dom);if(r)if("feed"===r.name){var o=r.children;n.type="atom",b(n,"id","id",o),b(n,"title","title",o);var i=E("href",y("link",o));i&&(n.link=i),b(n,"description","subtitle",o),(a=g("updated",o))&&(n.updated=new Date(a)),b(n,"author","email",o,!0),n.items=m("entry",o).map(function(e){var t={},n=e.children;b(t,"id","id",n),b(t,"title","title",n);var r=E("href",y("link",n));r&&(t.link=r);var o=g("summary",n)||g("content",n);o&&(t.description=o);var i=g("updated",n);return i&&(t.pubDate=new Date(i)),t.media=h(n),t})}else{var a;o=null!==(t=null===(e=y("channel",r.children))||void 0===e?void 0:e.children)&&void 0!==t?t:[];n.type=r.name.substr(0,3),n.id="",b(n,"title","title",o),b(n,"link","link",o),b(n,"description","description",o),(a=g("lastBuildDate",o))&&(n.updated=new Date(a)),b(n,"author","managingEditor",o,!0),n.items=m("item",r.children).map(function(e){var t={},n=e.children;b(t,"id","guid",n),b(t,"title","title",n),b(t,"link","link",n),b(t,"description","description",n);var r=g("pubDate",n);return r&&(t.pubDate=new Date(r)),t.media=h(n),t})}this.feed=n,this.handleCallback(r?null:Error("couldn't find root of feed"))},t}(l.default);function h(e){return m("media:content",e).map(function(e){var t={medium:e.attribs.medium,isDefault:!!e.attribs.isDefault};return e.attribs.url&&(t.url=e.attribs.url),e.attribs.fileSize&&(t.fileSize=parseInt(e.attribs.fileSize,10)),e.attribs.type&&(t.type=e.attribs.type),e.attribs.expression&&(t.expression=e.attribs.expression),e.attribs.bitrate&&(t.bitrate=parseInt(e.attribs.bitrate,10)),e.attribs.framerate&&(t.framerate=parseInt(e.attribs.framerate,10)),e.attribs.samplingrate&&(t.samplingrate=parseInt(e.attribs.samplingrate,10)),e.attribs.channels&&(t.channels=parseInt(e.attribs.channels,10)),e.attribs.duration&&(t.duration=parseInt(e.attribs.duration,10)),e.attribs.height&&(t.height=parseInt(e.attribs.height,10)),e.attribs.width&&(t.width=parseInt(e.attribs.width,10)),e.attribs.lang&&(t.lang=e.attribs.lang),t})}function m(e,t){return p.getElementsByTagName(e,t,!0)}function y(e,t){return p.getElementsByTagName(e,t,!0,1)[0]}function g(e,t,n){return void 0===n&&(n=!1),p.getText(p.getElementsByTagName(e,t,n,1)).trim()}function E(e,t){return t?t.attribs[e]:null}function b(e,t,n,r,o){void 0===o&&(o=!1);var i=g(n,r,o);i&&(e[t]=i)}function v(e){return"rss"===e||"feed"===e||"rdf:RDF"===e}t.FeedHandler=f;var O={xmlMode:!0};t.parseFeed=function(e,t){void 0===t&&(t=O);var n=new f(t);return new d.Parser(n,t).end(e),n.feed}},cfFb:function(e,t,n){"use strict";var r=n("XKFU"),o=n("xF/b"),i=n("S/j/"),a=n("ne8i"),s=n("RYi7"),u=n("zRwo");r(r.P,"Array",{flatten:function(){var e=arguments[0],t=i(this),n=a(t.length),r=u(t,0);return o(r,t,t,n,0,void 0===e?1:s(e)),r}}),n("nGyu")("flatten")},chXj:function(e,t,n){"use strict";t.__esModule=!0,t.default={scheme:"marrakesh",author:"alexandre gavioli (http://github.com/alexx2/)",base00:"#201602",base01:"#302e00",base02:"#5f5b17",base03:"#6c6823",base04:"#86813b",base05:"#948e48",base06:"#ccc37a",base07:"#faf0a5",base08:"#c35359",base09:"#b36144",base0A:"#a88339",base0B:"#18974e",base0C:"#75a738",base0D:"#477ca1",base0E:"#8868b3",base0F:"#b3588e"},e.exports=t.default},chZ0:function(e,t){e.exports={quiz:{wrong_question:{type:1,name:"Đề bài sai"},wrong_solution:{type:2,name:"Lời giải sai"},confused_solution:{type:3,name:"Lời giải khó hiểu"},other:{type:20,name:"Lỗi khác"}},lesson:{wrong_content:{type:4,name:"Sai nội dung"},confused_content:{type:5,name:"Lý thuyết khó hiểu"},inappropirate_content:{type:6,name:"Nội dung chưa phù hợp (VD: Đã giảm tải, ...)"},other:{type:20,name:"Lỗi khác"}}}},co7E:function(module,__webpack_exports__,__webpack_require__){"use strict";(function(module){var react__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("q1tI"),react__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__),prop_types__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("17x9"),prop_types__WEBPACK_IMPORTED_MODULE_1___default=__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_1__),_TestButton_css__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("WTGj"),_TestButton_css__WEBPACK_IMPORTED_MODULE_2___default=__webpack_require__.n(_TestButton_css__WEBPACK_IMPORTED_MODULE_2__),enterModule;function _typeof(e){return(_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function _classCallCheck(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function _defineProperties(e,t){for(var n=0;n0&&this.state.percent<=100}},{key:"buildStyle",value:function(){var e="stopping"===this.state.status?y:m,t={opacity:"1",transform:"translate3d("+(this.state.percent-100)+"%, 0px, 0px)",msTransform:"translate3d("+(this.state.percent-100)+"%, 0px, 0px)",WebkitTransform:"translate3d("+(this.state.percent-100)+"%, 0px, 0px)",MozTransform:"translate3d("+(this.state.percent-100)+"%, 0px, 0px)",OTransform:"translate3d("+(this.state.percent-100)+"%, 0px, 0px)",transition:"transform "+e+"ms linear 0s",msTransition:"-ms-transform "+e+"ms linear 0s",WebkitTransition:"-webkit-transform "+e+"ms linear 0s",MozTransition:"-moz-transform "+e+"ms linear 0s",OTransition:"-o-transform "+e+"ms linear 0s",width:"100%",willChange:"transform, opacity"};return this.props.className||(t.height="3px",t.backgroundColor="red",t.position="absolute"),this.isShown()?t.opacity="1":t.opacity="0",o({},t,this.props.style)}},{key:"render",value:function(){return"hidden"===this.state.status?s.default.createElement("div",null):s.default.createElement("div",null,s.default.createElement("div",{style:this.buildStyle(),className:this.props.className}),s.default.createElement("div",{style:{display:"table",clear:"both"}}))}}],[{key:"shouldStart",value:function(e,t){return e.loading>0&&["hidden","stopping"].indexOf(t.status)>=0}},{key:"shouldStop",value:function(e,t){return 0===e.loading&&["starting","running"].indexOf(t.status)>=0}},{key:"getDerivedStateFromProps",value:function(e,n){return t.shouldStart(e,n)?{status:"starting"}:t.shouldStop(e,n)?{status:"stopping"}:null}}]),t}();E.propTypes={className:c.string,loading:c.number,maxProgress:c.number,progressIncrease:c.number,showFastActions:c.bool,updateTime:c.number,scope:c.string,style:c.object},E.defaultProps={className:"",loading:0,maxProgress:f,progressIncrease:h,showFastActions:!1,style:{},updateTime:d,scope:l.DEFAULT_SCOPE};(0,u.polyfill)(E);var b=(0,_.connect)(function(e,t){return{loading:e.loadingBar[t.scope||l.DEFAULT_SCOPE]}})(E);t.LoadingBar=E,t.default=b},cuY2:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=Object.assign||function(e){for(var t=1;te.height),c(h,this.animationStateClasses.animatingToHeightZero,0===E.height),c(h,this.animationStateClasses.animatingToHeightAuto,"auto"===E.height),c(h,this.animationStateClasses.animatingToHeightSpecific,E.height>0),h)),O=this.getStaticStateClasses(E.height);this.setState({animationStateClasses:v,height:g,overflow:"hidden",shouldUseTransitions:!b}),clearTimeout(this.timeoutID),clearTimeout(this.animationClassesTimeoutID),b?(E.shouldUseTransitions=!0,n=function(){r.setState(E),f(l,{newHeight:E.height})},requestAnimationFrame(function(){requestAnimationFrame(function(){n()})}),this.animationClassesTimeoutID=setTimeout(function(){r.setState({animationStateClasses:O,shouldUseTransitions:!1}),r.hideContent(E.height),f(_,{newHeight:E.height})},y)):(f(l,{newHeight:g}),this.timeoutID=setTimeout(function(){E.animationStateClasses=O,E.shouldUseTransitions=!1,r.setState(E),"auto"!==u&&r.hideContent(g),f(_,{newHeight:g})},y))}}},{key:"componentWillUnmount",value:function(){clearTimeout(this.timeoutID),clearTimeout(this.animationClassesTimeoutID),this.timeoutID=null,this.animationClassesTimeoutID=null,this.animationStateClasses=null}},{key:"showContent",value:function(e){0===e&&(this.contentElement.style.display="")}},{key:"hideContent",value:function(e){0===e&&(this.contentElement.style.display="none")}},{key:"getStaticStateClasses",value:function(e){var t;return(0,s.default)((c(t={},this.animationStateClasses.static,!0),c(t,this.animationStateClasses.staticHeightZero,0===e),c(t,this.animationStateClasses.staticHeightSpecific,e>0),c(t,this.animationStateClasses.staticHeightAuto,"auto"===e),t))}},{key:"render",value:function(){var e,t=this,n=this.props,o=n.animateOpacity,a=n.applyInlineTransitions,u=n.children,_=n.className,p=n.contentClassName,d=n.duration,f=n.easing,h=n.delay,m=n.style,y=this.state,g=y.height,E=y.overflow,b=y.animationStateClasses,v=y.shouldUseTransitions,O=r({},m,{height:g,overflow:E||m.overflow});v&&a&&(O.transition="height "+d+"ms "+f+" "+h+"ms",m.transition&&(O.transition=m.transition+", "+O.transition),O.WebkitTransition=O.transition);var M={};o&&(M.transition="opacity "+d+"ms "+f+" "+h+"ms",M.WebkitTransition=M.transition,0===g&&(M.opacity=0));var P=(0,s.default)((c(e={},b,!0),c(e,_,_),e));return i.default.createElement("div",r({},function(e){for(var t=arguments.length,n=Array(t>1?t-1:0),r=1;rc;)for(var p,d=s(arguments[c++]),f=_?r(d).concat(_(d)):r(d),h=f.length,m=0;h>m;)l.call(d,p=f[m++])&&(n[p]=d[p]);return n}:u},"d/Gc":function(e,t,n){var r=n("RYi7"),o=Math.max,i=Math.min;e.exports=function(e,t){return(e=r(e))<0?o(e+t,0):i(e,t)}},d57y:function(e,t,n){var r=n("nWv1");"string"==typeof r&&(r=[[e.i,r,""]]);var o={hmr:!0,transform:void 0,insertInto:void 0};n("aET+")(r,o);r.locals&&(e.exports=r.locals)},"dE+T":function(e,t,n){var r=n("XKFU");r(r.P,"Array",{copyWithin:n("upKx")}),n("nGyu")("copyWithin")},dE4g:function(e,t,n){"use strict";var r=n("5cLd"),o=n("WHpZ"),i=n("SK8o"),a=n("q1tI"),s=n("+v9g"),u=n("tZmH");var c=["allowfullscreen","allowpaymentrequest","async","autofocus","autoplay","checked","controls","default","disabled","formnovalidate","hidden","ismap","itemscope","loop","multiple","muted","nomodule","novalidate","open","playsinline","readonly","required","reversed","selected","truespeed"];e.exports={createElement:function(e,t,n,_){var l={key:t};e.attribs&&(l=i(function(e,t){var n=t[0],o=t[1];return"style"===(n=u[n.replace(/[-:]/,"")]||n)?o=function(e){for(var t,n,o,i=(e=e||"").split(/;(?!base64)/),a={},s=0;s2&&(t[1]=t.slice(1).join(":")),n=t[0],"string"==typeof(o=t[1])&&(o=o.trim()),null!=n&&null!=o&&n.length>0&&o.length>0&&(a[r(n)]=o);return a}(o):"class"===n?n="className":"for"===n&&(n="htmlFor"),s(n,c)&&""===(o||"")&&(o=n),e[n]=o,e},l,o(e.attribs))),_=_||[];var p=null!=n?[n].concat(_):_;return a.createElement.apply(null,[e.name,l].concat(p))}}},dGlZ:function(e,t,n){var r=n("Q2vX");"string"==typeof r&&(r=[[e.i,r,""]]);var o={hmr:!0,transform:void 0,insertInto:void 0};n("aET+")(r,o);r.locals&&(e.exports=r.locals)},dQBR:function(e,t,n){"use strict";e.exports=function(e,t,n,r,o,i,a,s){if(!e){var u;if(void 0===t)u=new Error("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{var c=[n,r,o,i,a,s],_=0;(u=new Error(t.replace(/%s/g,function(){return c[_++]}))).name="Invariant Violation"}throw u.framesToPop=1,u}}},dQpi:function(e,t){e.exports=function(){}},dRSK:function(e,t,n){"use strict";var r=n("XKFU"),o=n("CkkT")(5),i=!0;"find"in[]&&Array(1).find(function(){i=!1}),r(r.P+r.F*i,"Array",{find:function(e){return o(this,e,arguments.length>1?arguments[1]:void 0)}}),n("nGyu")("find")},dTAl:function(e,t,n){var r=n("GoyQ"),o=Object.create,i=function(){function e(){}return function(t){if(!r(t))return{};if(o)return o(t);e.prototype=t;var n=new e;return e.prototype=void 0,n}}();e.exports=i},"dZ+Y":function(e,t,n){"use strict";var r=n("XKFU"),o=n("CkkT")(3);r(r.P+r.F*!n("LyE8")([].some,!0),"Array",{some:function(e){return o(this,e,arguments[1])}})},dbib:function(e,t,n){"use strict";(function(e){n.d(t,"b",function(){return p}),n.d(t,"a",function(){return d});n("dtw8");var r,o=n("HqwZ"),i=(n("6qjq"),n("Cd0i"));(r=n("0cfB").enterModule)&&r(e);var a,s,u="ADD_ERROR",c="REMOVE_ERROR";function _(){return{type:c}}function l(e){return{type:u,errObj:e}}function p(e,t){o.toastr[e](t)}function d(e){503===e.status||404===e.status||500===e.status||403===e.status||(401===e.status?i.a.removeUser():e.status)}a=n("0cfB").default,s=n("0cfB").leaveModule,a&&(a.register(u,"ADD_ERROR","/mnt/d/pm2/lgh-quizz-pc/client/components/Error/ErrorAction.js"),a.register(c,"REMOVE_ERROR","/mnt/d/pm2/lgh-quizz-pc/client/components/Error/ErrorAction.js"),a.register(_,"removeError","/mnt/d/pm2/lgh-quizz-pc/client/components/Error/ErrorAction.js"),a.register(l,"addError","/mnt/d/pm2/lgh-quizz-pc/client/components/Error/ErrorAction.js"),a.register(p,"showNotification","/mnt/d/pm2/lgh-quizz-pc/client/components/Error/ErrorAction.js"),a.register(d,"dispatchError","/mnt/d/pm2/lgh-quizz-pc/client/components/Error/ErrorAction.js"),s(e))}).call(this,n("3UD+")(e))},dfIm:function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}t.__esModule=!0;var o=r(n("Iox1"));t.isDisposable=o.default;var i=r(n("sMNL"));t.Disposable=i.default;var a=r(n("Rof/"));t.CompositeDisposable=a.default;var s=r(n("ovIb"));t.SerialDisposable=s.default},dgtC:function(e,t,n){ /*! * Viewer.js v1.10.2 * https://fengyuanchen.github.io/viewerjs * * Copyright 2015-present Chen Fengyuan * Released under the MIT license * * Date: 2021-10-22T13:59:51.046Z */ e.exports=function(){"use strict";function e(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function t(t){for(var n=1;n1?t-1:0),r=1;r0&&n.forEach(function(t){U(t)&&Object.keys(t).forEach(function(n){e[n]=t[n]})}),e},N=/^(?:width|height|left|top|marginLeft|marginTop)$/;function H(e,t){var n=e.style;K(t,function(e,t){N.test(t)&&x(e)&&(e+="px"),n[t]=e})}function F(e,t){return!(!e||!t)&&(e.classList?e.classList.contains(t):e.className.indexOf(t)>-1)}function Q(e,t){if(e&&t)if(x(e.length))K(e,function(e){Q(e,t)});else if(e.classList)e.classList.add(t);else{var n=e.className.trim();n?n.indexOf(t)<0&&(e.className="".concat(n," ").concat(t)):e.className=t}}function G(e,t){e&&t&&(x(e.length)?K(e,function(e){G(e,t)}):e.classList?e.classList.remove(t):e.className.indexOf(t)>=0&&(e.className=e.className.replace(t,"")))}function V(e,t,n){t&&(x(e.length)?K(e,function(e){V(e,t,n)}):n?Q(e,t):G(e,t))}var X=/([a-z\d])([A-Z])/g;function Y(e){return e.replace(X,"$1-$2").toLowerCase()}function J(e,t){return U(e[t])?e[t]:e.dataset?e.dataset[t]:e.getAttribute("data-".concat(Y(t)))}function Z(e,t,n){U(n)?e[t]=n:e.dataset?e.dataset[t]=n:e.setAttribute("data-".concat(Y(t)),n)}var $=function(){var e=!1;if(a){var t=!1,n=function(){},r=Object.defineProperty({},"once",{get:function(){return e=!0,t},set:function(e){t=e}});s.addEventListener("test",n,r),s.removeEventListener("test",n,r)}return e}();function ee(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},o=n;t.trim().split(k).forEach(function(t){if(!$){var i=e.listeners;i&&i[t]&&i[t][n]&&(o=i[t][n],delete i[t][n],0===Object.keys(i[t]).length&&delete i[t],0===Object.keys(i).length&&delete e.listeners)}e.removeEventListener(t,o,r)})}function te(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},o=n;t.trim().split(k).forEach(function(t){if(r.once&&!$){var i=e.listeners,a=void 0===i?{}:i;o=function(){delete a[t][n],e.removeEventListener(t,o,r);for(var i=arguments.length,s=new Array(i),u=0;us?_=s/i:a=u*i,a=Math.min(.9*a,t),_=Math.min(.9*_,o);var l=(s-a)/2,p=(u-_)/2,d={left:l,top:p,x:l,y:p,width:a,height:_,oldRatio:1,ratio:a/t,aspectRatio:i,naturalWidth:t,naturalHeight:o},f=W({},d);r.rotatable&&(d.rotate=c.rotate||0,f.rotate=0),r.scalable&&(d.scaleX=c.scaleX||1,d.scaleY=c.scaleY||1,f.scaleX=1,f.scaleY=1),n.imageData=d,n.initialImageData=f,e&&e()})},renderImage:function(e){var t=this,n=this.image,r=this.imageData;if(H(n,W({width:r.width,height:r.height,marginLeft:r.x,marginTop:r.y},re(r))),e)if((this.viewing||this.moving||this.rotating||this.scaling||this.zooming)&&this.options.transition&&F(n,T)){var o=function(){t.imageRendering=!1,e()};this.imageRendering={abort:function(){ee(n,"transitionend",o)}},te(n,"transitionend",o,{once:!0})}else e()},resetImage:function(){if(this.viewing||this.viewed){var e=this.image;this.viewing&&this.viewing.abort(),e.parentNode.removeChild(e),this.image=null}}},_e={bind:function(){var e=this.options,t=this.viewer,n=this.canvas,r=this.element.ownerDocument;te(t,"click",this.onClick=this.click.bind(this)),te(t,"dragstart",this.onDragStart=this.dragstart.bind(this)),te(n,C,this.onPointerDown=this.pointerdown.bind(this)),te(r,w,this.onPointerMove=this.pointermove.bind(this)),te(r,I,this.onPointerUp=this.pointerup.bind(this)),te(r,"keydown",this.onKeyDown=this.keydown.bind(this)),te(window,"resize",this.onResize=this.resize.bind(this)),e.zoomable&&e.zoomOnWheel&&te(t,"wheel",this.onWheel=this.wheel.bind(this),{passive:!1,capture:!0}),e.toggleOnDblclick&&te(n,"dblclick",this.onDblclick=this.dblclick.bind(this))},unbind:function(){var e=this.options,t=this.viewer,n=this.canvas,r=this.element.ownerDocument;ee(t,"click",this.onClick),ee(t,"dragstart",this.onDragStart),ee(n,C,this.onPointerDown),ee(r,w,this.onPointerMove),ee(r,I,this.onPointerUp),ee(r,"keydown",this.onKeyDown),ee(window,"resize",this.onResize),e.zoomable&&e.zoomOnWheel&&ee(t,"wheel",this.onWheel,{passive:!1,capture:!0}),e.toggleOnDblclick&&ee(n,"dblclick",this.onDblclick)}},le={click:function(e){var t=this.options,n=this.imageData,r=e.target,o=J(r,A);switch(o||"img"!==r.localName||"li"!==r.parentElement.localName||(r=r.parentElement,o=J(r,A)),u&&e.isTrusted&&r===this.canvas&&clearTimeout(this.clickCanvasTimeout),o){case"mix":this.played?this.stop():t.inline?this.fulled?this.exit():this.full():this.hide();break;case"hide":this.hide();break;case"view":this.view(J(r,"index"));break;case"zoom-in":this.zoom(.1,!0);break;case"zoom-out":this.zoom(-.1,!0);break;case"one-to-one":this.toggle();break;case"reset":this.reset();break;case"prev":this.prev(t.loop);break;case"play":this.play(t.fullscreen);break;case"next":this.next(t.loop);break;case"rotate-left":this.rotate(-90);break;case"rotate-right":this.rotate(90);break;case"flip-horizontal":this.scaleX(-n.scaleX||-1);break;case"flip-vertical":this.scaleY(-n.scaleY||-1);break;default:this.played&&this.stop()}},dblclick:function(e){e.preventDefault(),this.viewed&&e.target===this.image&&(u&&e.isTrusted&&clearTimeout(this.doubleClickImageTimeout),this.toggle(e))},load:function(){var e=this;this.timeout&&(clearTimeout(this.timeout),this.timeout=!1);var t=this.element,n=this.options,r=this.image,o=this.index,i=this.viewerData;G(r,v),n.loading&&G(this.canvas,O),r.style.cssText="height:0;"+"margin-left:".concat(i.width/2,"px;")+"margin-top:".concat(i.height/2,"px;")+"max-width:none!important;position:relative;width:0;",this.initImage(function(){V(r,M,n.movable),V(r,T,n.transition),e.renderImage(function(){e.viewed=!0,e.viewing=!1,z(n.viewed)&&te(t,"viewed",n.viewed,{once:!0}),ne(t,"viewed",{originalImage:e.images[o],index:o,image:r},{cancelable:!1})})})},loadImage:function(e){var t=e.target,n=t.parentNode,r=n.offsetWidth||30,o=n.offsetHeight||50,i=!!J(t,"filled");ie(t,this.options,function(e,n){var a=e/n,s=r,u=o;o*a>r?i?s=o*a:u=r/a:i?u=r/a:s=o*a,H(t,W({width:s,height:u},re({translateX:(r-s)/2,translateY:(o-u)/2})))})},keydown:function(e){var t=this.options;if(t.keyboard){var n=e.keyCode||e.which||e.charCode;switch(n){case 13:this.viewer.contains(e.target)&&this.click(e)}if(this.fulled)switch(n){case 27:this.played?this.stop():t.inline?this.fulled&&this.exit():this.hide();break;case 32:this.played&&this.stop();break;case 37:this.prev(t.loop);break;case 38:e.preventDefault(),this.zoom(t.zoomRatio,!0);break;case 39:this.next(t.loop);break;case 40:e.preventDefault(),this.zoom(-t.zoomRatio,!0);break;case 48:case 49:e.ctrlKey&&(e.preventDefault(),this.toggle())}}},dragstart:function(e){"img"===e.target.localName&&e.preventDefault()},pointerdown:function(e){var t=this.options,n=this.pointers,r=e.buttons,o=e.button;if(!(!this.viewed||this.showing||this.viewing||this.hiding||("mousedown"===e.type||"pointerdown"===e.type&&"mouse"===e.pointerType)&&(x(r)&&1!==r||x(o)&&0!==o||e.ctrlKey))){e.preventDefault(),e.changedTouches?K(e.changedTouches,function(e){n[e.identifier]=se(e)}):n[e.pointerId||0]=se(e);var i=!!t.movable&&"move";t.zoomOnTouch&&t.zoomable&&Object.keys(n).length>1?i="zoom":t.slideOnTouch&&("touch"===e.pointerType||"touchstart"===e.type)&&this.isSwitchable()&&(i="switch"),!t.transition||"move"!==i&&"zoom"!==i||G(this.image,T),this.action=i}},pointermove:function(e){var t=this.pointers,n=this.action;this.viewed&&n&&(e.preventDefault(),e.changedTouches?K(e.changedTouches,function(e){W(t[e.identifier]||{},se(e,!0))}):W(t[e.pointerId||0]||{},se(e,!0)),this.change(e))},pointerup:function(e){var t,n=this,r=this.options,o=this.action,i=this.pointers;e.changedTouches?K(e.changedTouches,function(e){t=i[e.identifier],delete i[e.identifier]}):(t=i[e.pointerId||0],delete i[e.pointerId||0]),o&&(e.preventDefault(),!r.transition||"move"!==o&&"zoom"!==o||Q(this.image,T),this.action=!1,u&&"zoom"!==o&&t&&Date.now()-t.timeStamp<500&&(clearTimeout(this.clickCanvasTimeout),clearTimeout(this.doubleClickImageTimeout),r.toggleOnDblclick&&this.viewed&&e.target===this.image?this.imageClicked?(this.imageClicked=!1,this.doubleClickImageTimeout=setTimeout(function(){ne(n.image,"dblclick")},50)):(this.imageClicked=!0,this.doubleClickImageTimeout=setTimeout(function(){n.imageClicked=!1},500)):(this.imageClicked=!1,r.backdrop&&"static"!==r.backdrop&&e.target===this.canvas&&(this.clickCanvasTimeout=setTimeout(function(){ne(n.canvas,"click")},50)))))},resize:function(){var e=this;if(this.isShown&&!this.hiding&&(this.fulled&&(this.close(),this.initBody(),this.open()),this.initContainer(),this.initViewer(),this.renderViewer(),this.renderList(),this.viewed&&this.initImage(function(){e.renderImage()}),this.played)){if(this.options.fullscreen&&this.fulled&&!(document.fullscreenElement||document.webkitFullscreenElement||document.mozFullScreenElement||document.msFullscreenElement))return void this.stop();K(this.player.getElementsByTagName("img"),function(t){te(t,"load",e.loadImage.bind(e),{once:!0}),ne(t,"load")})}},wheel:function(e){var t=this;if(this.viewed&&(e.preventDefault(),!this.wheeling)){this.wheeling=!0,setTimeout(function(){t.wheeling=!1},50);var n=Number(this.options.zoomRatio)||.1,r=1;e.deltaY?r=e.deltaY>0?1:-1:e.wheelDelta?r=-e.wheelDelta/120:e.detail&&(r=e.detail>0?1:-1),this.zoom(-r*n,!0,e)}}},pe={show:function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=this.element,n=this.options;if(n.inline||this.showing||this.isShown||this.showing)return this;if(!this.ready)return this.build(),this.ready&&this.show(e),this;if(z(n.show)&&te(t,"show",n.show,{once:!0}),!1===ne(t,"show")||!this.ready)return this;this.hiding&&this.transitioning.abort(),this.showing=!0,this.open();var r=this.viewer;if(G(r,m),r.setAttribute("role","dialog"),r.setAttribute("aria-labelledby",this.title.id),r.setAttribute("aria-modal",!0),r.removeAttribute("aria-hidden"),n.transition&&!e){var o=this.shown.bind(this);this.transitioning={abort:function(){ee(r,"transitionend",o),G(r,b)}},Q(r,T),r.initialOffsetWidth=r.offsetWidth,te(r,"transitionend",o,{once:!0}),Q(r,b)}else Q(r,b),this.shown();return this},hide:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]&&arguments[0],n=this.element,r=this.options;if(r.inline||this.hiding||!this.isShown&&!this.showing)return this;if(z(r.hide)&&te(n,"hide",r.hide,{once:!0}),!1===ne(n,"hide"))return this;this.showing&&this.transitioning.abort(),this.hiding=!0,this.played?this.stop():this.viewing&&this.viewing.abort();var o=this.viewer,i=this.image,a=function(){G(o,b),e.hidden()};if(r.transition&&!t){var s=function t(n){n&&n.target===o&&(ee(o,"transitionend",t),e.hidden())},u=function(){F(o,T)?(te(o,"transitionend",s),G(o,b)):a()};this.transitioning={abort:function(){e.viewed&&F(i,T)?ee(i,"transitionend",u):F(o,T)&&ee(o,"transitionend",s)}},this.viewed&&F(i,T)?(te(i,"transitionend",u,{once:!0}),this.zoomTo(0,!1,null,!0)):u()}else a();return this},view:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:this.options.initialViewIndex;if(t=Number(t)||0,this.hiding||this.played||t<0||t>=this.length||this.viewed&&t===this.index)return this;if(!this.isShown)return this.index=t,this.show();this.viewing&&this.viewing.abort();var n=this.element,r=this.options,o=this.title,i=this.canvas,a=this.items[t],s=a.querySelector("img"),u=J(s,"originalUrl"),c=s.getAttribute("alt"),l=document.createElement("img");if(K(r.inheritedAttributes,function(e){var t=s.getAttribute(e);null!==t&&l.setAttribute(e,t)}),l.src=u,l.alt=c,z(r.view)&&te(n,"view",r.view,{once:!0}),!1===ne(n,"view",{originalImage:this.images[t],index:t,image:l})||!this.isShown||this.hiding||this.played)return this;var p=this.items[this.index];p&&(G(p,_),p.removeAttribute("aria-selected")),Q(a,_),a.setAttribute("aria-selected",!0),r.focus&&a.focus(),this.image=l,this.viewed=!1,this.index=t,this.imageData={},Q(l,v),r.loading&&Q(i,O),i.innerHTML="",i.appendChild(l),this.renderList(),o.innerHTML="";var d,f,h=function(){var t,n=e.imageData,i=Array.isArray(r.title)?r.title[1]:r.title;o.innerHTML=S(t=z(i)?i.call(e,l,n):"".concat(c," (").concat(n.naturalWidth," × ").concat(n.naturalHeight,")"))?t.replace(/&(?!amp;|quot;|#39;|lt;|gt;)/g,"&").replace(/"/g,""").replace(/'/g,"'").replace(//g,">"):t};return te(n,"viewed",h,{once:!0}),this.viewing={abort:function(){ee(n,"viewed",h),l.complete?e.imageRendering?e.imageRendering.abort():e.imageInitializing&&e.imageInitializing.abort():(l.src="",ee(l,"load",d),e.timeout&&clearTimeout(e.timeout))}},l.complete?this.load():(te(l,"load",d=function(){ee(l,"error",f),e.load()},{once:!0}),te(l,"error",f=function(){ee(l,"load",d),e.timeout&&(clearTimeout(e.timeout),e.timeout=!1),G(l,v),r.loading&&G(e.canvas,O)},{once:!0}),this.timeout&&clearTimeout(this.timeout),this.timeout=setTimeout(function(){G(l,v),e.timeout=!1},1e3)),this},prev:function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=this.index-1;return t<0&&(t=e?this.length-1:0),this.view(t),this},next:function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=this.length-1,n=this.index+1;return n>t&&(n=e?0:t),this.view(n),this},move:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:e,n=this.imageData;return this.moveTo(B(e)?e:n.x+Number(e),B(t)?t:n.y+Number(t)),this},moveTo:function(e){var t=this,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:e,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null,o=this.element,i=this.options,a=this.imageData;if(e=Number(e),n=Number(n),this.viewed&&!this.played&&i.movable){var s=a.x,u=a.y,c=!1;if(x(e)?c=!0:e=s,x(n)?c=!0:n=u,c){if(z(i.move)&&te(o,"move",i.move,{once:!0}),!1===ne(o,"move",{x:e,y:n,oldX:s,oldY:u,originalEvent:r}))return this;a.x=e,a.y=n,a.left=e,a.top=n,this.moving=!0,this.renderImage(function(){t.moving=!1,z(i.moved)&&te(o,"moved",i.moved,{once:!0}),ne(o,"moved",{x:e,y:n,oldX:s,oldY:u,originalEvent:r},{cancelable:!1})})}}return this},rotate:function(e){return this.rotateTo((this.imageData.rotate||0)+Number(e)),this},rotateTo:function(e){var t=this,n=this.element,r=this.options,o=this.imageData;if(x(e=Number(e))&&this.viewed&&!this.played&&r.rotatable){var i=o.rotate;if(z(r.rotate)&&te(n,"rotate",r.rotate,{once:!0}),!1===ne(n,"rotate",{degree:e,oldDegree:i}))return this;o.rotate=e,this.rotating=!0,this.renderImage(function(){t.rotating=!1,z(r.rotated)&&te(n,"rotated",r.rotated,{once:!0}),ne(n,"rotated",{degree:e,oldDegree:i},{cancelable:!1})})}return this},scaleX:function(e){return this.scale(e,this.imageData.scaleY),this},scaleY:function(e){return this.scale(this.imageData.scaleX,e),this},scale:function(e){var t=this,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:e,r=this.element,o=this.options,i=this.imageData;if(e=Number(e),n=Number(n),this.viewed&&!this.played&&o.scalable){var a=i.scaleX,s=i.scaleY,u=!1;if(x(e)?u=!0:e=a,x(n)?u=!0:n=s,u){if(z(o.scale)&&te(r,"scale",o.scale,{once:!0}),!1===ne(r,"scale",{scaleX:e,scaleY:n,oldScaleX:a,oldScaleY:s}))return this;i.scaleX=e,i.scaleY=n,this.scaling=!0,this.renderImage(function(){t.scaling=!1,z(o.scaled)&&te(r,"scaled",o.scaled,{once:!0}),ne(r,"scaled",{scaleX:e,scaleY:n,oldScaleX:a,oldScaleY:s},{cancelable:!1})})}}return this},zoom:function(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null,r=this.imageData;return e=(e=Number(e))<0?1/(1-e):1+e,this.zoomTo(r.width*e/r.naturalWidth,t,n),this},zoomTo:function(e){var t=this,n=arguments.length>1&&void 0!==arguments[1]&&arguments[1],r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null,o=arguments.length>3&&void 0!==arguments[3]&&arguments[3],i=this.element,a=this.options,s=this.pointers,u=this.imageData,c=u.x,_=u.y,l=u.width,p=u.height,d=u.naturalWidth,f=u.naturalHeight;if(x(e=Math.max(0,e))&&this.viewed&&!this.played&&(o||a.zoomable)){if(!o){var h=Math.max(.01,a.minZoomRatio),m=Math.min(100,a.maxZoomRatio);e=Math.min(Math.max(e,h),m)}r&&a.zoomRatio>=.055&&e>.95&&e<1.05&&(e=1);var y=d*e,g=f*e,E=y-l,b=g-p,v=u.ratio;if(z(a.zoom)&&te(i,"zoom",a.zoom,{once:!0}),!1===ne(i,"zoom",{ratio:e,oldRatio:v,originalEvent:r}))return this;if(this.zooming=!0,r){var O=function(e){var t=e.getBoundingClientRect();return{left:t.left+(window.pageXOffset-document.documentElement.clientLeft),top:t.top+(window.pageYOffset-document.documentElement.clientTop)}}(this.viewer),M=s&&Object.keys(s).length?function(e){var t=0,n=0,r=0;return K(e,function(e){var o=e.startX,i=e.startY;t+=o,n+=i,r+=1}),{pageX:t/=r,pageY:n/=r}}(s):{pageX:r.pageX,pageY:r.pageY};u.x-=E*((M.pageX-O.left-c)/l),u.y-=b*((M.pageY-O.top-_)/p)}else u.x-=E/2,u.y-=b/2;u.left=u.x,u.top=u.y,u.width=y,u.height=g,u.oldRatio=v,u.ratio=e,this.renderImage(function(){t.zooming=!1,z(a.zoomed)&&te(i,"zoomed",a.zoomed,{once:!0}),ne(i,"zoomed",{ratio:e,oldRatio:v,originalEvent:r},{cancelable:!1})}),n&&this.tooltip()}return this},play:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]&&arguments[0];if(!this.isShown||this.played)return this;var n=this.element,r=this.options;if(z(r.play)&&te(n,"play",r.play,{once:!0}),!1===ne(n,"play"))return this;var o=this.player,i=this.loadImage.bind(this),a=[],s=0,u=0;if(this.played=!0,this.onLoadWhenPlay=i,t&&this.requestFullscreen(t),Q(o,D),K(this.items,function(e,t){var n=e.querySelector("img"),c=document.createElement("img");c.src=J(n,"originalUrl"),c.alt=n.getAttribute("alt"),c.referrerPolicy=n.referrerPolicy,s+=1,Q(c,p),V(c,T,r.transition),F(e,_)&&(Q(c,b),u=t),a.push(c),te(c,"load",i,{once:!0}),o.appendChild(c)}),x(r.interval)&&r.interval>0){var c=function t(){e.playing=setTimeout(function(){G(a[u],b),Q(a[u=(u+=1)1&&c()}return this},stop:function(){var e=this;if(!this.played)return this;var t=this.element,n=this.options;if(z(n.stop)&&te(t,"stop",n.stop,{once:!0}),!1===ne(t,"stop"))return this;var r=this.player;return this.played=!1,clearTimeout(this.playing),K(r.getElementsByTagName("img"),function(t){ee(t,"load",e.onLoadWhenPlay)}),G(r,D),r.innerHTML="",this.exitFullscreen(),this},full:function(){var e=this,t=this.options,n=this.viewer,r=this.image,o=this.list;return!this.isShown||this.played||this.fulled||!t.inline?this:(this.fulled=!0,this.open(),Q(this.button,h),t.transition&&(G(o,T),this.viewed&&G(r,T)),Q(n,d),n.setAttribute("role","dialog"),n.setAttribute("aria-labelledby",this.title.id),n.setAttribute("aria-modal",!0),n.removeAttribute("style"),H(n,{zIndex:t.zIndex}),t.focus&&this.enforceFocus(),this.initContainer(),this.viewerData=W({},this.containerData),this.renderList(),this.viewed&&this.initImage(function(){e.renderImage(function(){t.transition&&setTimeout(function(){Q(r,T),Q(o,T)},0)})}),this)},exit:function(){var e=this,t=this.options,n=this.viewer,r=this.image,o=this.list;return this.isShown&&!this.played&&this.fulled&&t.inline?(this.fulled=!1,this.close(),G(this.button,h),t.transition&&(G(o,T),this.viewed&&G(r,T)),t.focus&&this.clearEnforceFocus(),n.removeAttribute("role"),n.removeAttribute("aria-labelledby"),n.removeAttribute("aria-modal"),G(n,d),H(n,{zIndex:t.zIndexInline}),this.viewerData=W({},this.parentData),this.renderViewer(),this.renderList(),this.viewed&&this.initImage(function(){e.renderImage(function(){t.transition&&setTimeout(function(){Q(r,T),Q(o,T)},0)})}),this):this},tooltip:function(){var e=this,t=this.options,n=this.tooltipBox,r=this.imageData;return this.viewed&&!this.played&&t.tooltip?(n.textContent="".concat(Math.round(100*r.ratio),"%"),this.tooltipping?clearTimeout(this.tooltipping):t.transition?(this.fading&&ne(n,"transitionend"),Q(n,D),Q(n,p),Q(n,T),n.removeAttribute("aria-hidden"),n.initialOffsetWidth=n.offsetWidth,Q(n,b)):(Q(n,D),n.removeAttribute("aria-hidden")),this.tooltipping=setTimeout(function(){t.transition?(te(n,"transitionend",function(){G(n,D),G(n,p),G(n,T),n.setAttribute("aria-hidden",!0),e.fading=!1},{once:!0}),G(n,b),e.fading=!0):(G(n,D),n.setAttribute("aria-hidden",!0)),e.tooltipping=!1},1e3),this):this},toggle:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null;return 1===this.imageData.ratio?this.zoomTo(this.imageData.oldRatio,!0,e):this.zoomTo(1,!0,e),this},reset:function(){return this.viewed&&!this.played&&(this.imageData=W({},this.initialImageData),this.renderImage()),this},update:function(){var e=this,t=this.element,n=this.options,r=this.isImg;if(r&&!t.parentNode)return this.destroy();var o=[];if(K(r?[t]:t.querySelectorAll("img"),function(t){z(n.filter)?n.filter.call(e,t)&&o.push(t):e.getImageURL(t)&&o.push(t)}),!o.length)return this;if(this.images=o,this.length=o.length,this.ready){var i=[];if(K(this.items,function(e,t){var n=e.querySelector("img"),r=o[t];r&&n&&r.src===n.src&&r.alt===n.alt||i.push(t)}),H(this.list,{width:"auto"}),this.initList(),this.isShown)if(this.length){if(this.viewed){var a=i.indexOf(this.index);if(a>=0)this.viewed=!1,this.view(Math.max(Math.min(this.index-a,this.length-1),0));else{var s=this.items[this.index];Q(s,_),s.setAttribute("aria-selected",!0)}}}else this.image=null,this.viewed=!1,this.index=0,this.imageData={},this.canvas.innerHTML="",this.title.innerHTML=""}else this.build();return this},destroy:function(){var e=this.element,t=this.options;return e.viewer?(this.destroyed=!0,this.ready?(this.played&&this.stop(),t.inline?(this.fulled&&this.exit(),this.unbind()):this.isShown?(this.viewing&&(this.imageRendering?this.imageRendering.abort():this.imageInitializing&&this.imageInitializing.abort()),this.hiding&&this.transitioning.abort(),this.hidden()):this.showing&&(this.transitioning.abort(),this.hidden()),this.ready=!1,this.viewer.parentNode.removeChild(this.viewer)):t.inline&&(this.delaying?this.delaying.abort():this.initializing&&this.initializing.abort()),t.inline||ee(e,"click",this.onStart),e.viewer=void 0,this):this}},de={getImageURL:function(e){var t=this.options.url;return t=S(t)?e.getAttribute(t):z(t)?t.call(this,e):""},enforceFocus:function(){var e=this;this.clearEnforceFocus(),te(document,"focusin",this.onFocusin=function(t){var n=e.viewer,r=t.target;r===document||r===n||n.contains(r)||null!==r.getAttribute("tabindex")&&"true"===r.getAttribute("aria-modal")||n.focus()})},clearEnforceFocus:function(){this.onFocusin&&(ee(document,"focusin",this.onFocusin),this.onFocusin=null)},open:function(){var e=this.body;Q(e,P),e.style.paddingRight="".concat(this.scrollbarWidth+(parseFloat(this.initialBodyComputedPaddingRight)||0),"px")},close:function(){var e=this.body;G(e,P),e.style.paddingRight=this.initialBodyPaddingRight},shown:function(){var e=this.element,t=this.options,n=this.viewer;this.fulled=!0,this.isShown=!0,this.render(),this.bind(),this.showing=!1,t.focus&&(n.focus(),this.enforceFocus()),z(t.shown)&&te(e,"shown",t.shown,{once:!0}),!1!==ne(e,"shown")&&this.ready&&this.isShown&&!this.hiding&&this.view(this.index)},hidden:function(){var e=this.element,t=this.options,n=this.viewer;t.fucus&&this.clearEnforceFocus(),this.fulled=!1,this.viewed=!1,this.isShown=!1,this.close(),this.unbind(),Q(n,m),n.removeAttribute("role"),n.removeAttribute("aria-labelledby"),n.removeAttribute("aria-modal"),n.setAttribute("aria-hidden",!0),this.resetList(),this.resetImage(),this.hiding=!1,this.destroyed||(z(t.hidden)&&te(e,"hidden",t.hidden,{once:!0}),ne(e,"hidden",null,{cancelable:!1}))},requestFullscreen:function(e){var t=this.element.ownerDocument;if(this.fulled&&!(t.fullscreenElement||t.webkitFullscreenElement||t.mozFullScreenElement||t.msFullscreenElement)){var n=t.documentElement;n.requestFullscreen?q(e)?n.requestFullscreen(e):n.requestFullscreen():n.webkitRequestFullscreen?n.webkitRequestFullscreen(Element.ALLOW_KEYBOARD_INPUT):n.mozRequestFullScreen?n.mozRequestFullScreen():n.msRequestFullscreen&&n.msRequestFullscreen()}},exitFullscreen:function(){var e=this.element.ownerDocument;this.fulled&&(e.fullscreenElement||e.webkitFullscreenElement||e.mozFullScreenElement||e.msFullscreenElement)&&(e.exitFullscreen?e.exitFullscreen():e.webkitExitFullscreen?e.webkitExitFullscreen():e.mozCancelFullScreen?e.mozCancelFullScreen():e.msExitFullscreen&&e.msExitFullscreen())},change:function(e){var n=this.options,r=this.pointers,o=r[Object.keys(r)[0]];if(o){var i=o.endX-o.startX,a=o.endY-o.startY;switch(this.action){case"move":this.move(i,a,e);break;case"zoom":this.zoom(function(e){var n=t({},e),r=[];return K(e,function(e,t){delete n[t],K(n,function(t){var n=Math.abs(e.startX-t.startX),o=Math.abs(e.startY-t.startY),i=Math.abs(e.endX-t.endX),a=Math.abs(e.endY-t.endY),s=Math.sqrt(n*n+o*o),u=(Math.sqrt(i*i+a*a)-s)/s;r.push(u)})}),r.sort(function(e,t){return Math.abs(e)1&&s>Math.abs(a)&&(this.pointers={},i>1?this.prev(n.loop):i<-1&&this.next(n.loop))}K(r,function(e){e.startX=e.endX,e.startY=e.endY})}},isSwitchable:function(){var e=this.imageData,t=this.viewerData;return this.length>1&&e.x>=0&&e.y>=0&&e.width<=t.width&&e.height<=t.height}},fe=s.Viewer,he=(ue=-1,function(){return ue+=1}),me=function(){function e(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),!t||1!==t.nodeType)throw new Error("The first argument is required and must be an element.");this.element=t,this.options=W({},i,q(n)&&n),this.action=!1,this.fading=!1,this.fulled=!1,this.hiding=!1,this.imageClicked=!1,this.imageData={},this.index=this.options.initialViewIndex,this.isImg=!1,this.isShown=!1,this.length=0,this.moving=!1,this.played=!1,this.playing=!1,this.pointers={},this.ready=!1,this.rotating=!1,this.scaling=!1,this.showing=!1,this.timeout=!1,this.tooltipping=!1,this.viewed=!1,this.viewing=!1,this.wheeling=!1,this.zooming=!1,this.id=he(),this.init()}return t=e,o=[{key:"noConflict",value:function(){return window.Viewer=fe,e}},{key:"setDefaults",value:function(e){W(i,q(e)&&e)}}],(n=[{key:"init",value:function(){var e=this,t=this.element,n=this.options;if(!t.viewer){t.viewer=this,n.focus&&!n.keyboard&&(n.focus=!1);var r="img"===t.localName,o=[];if(K(r?[t]:t.querySelectorAll("img"),function(t){z(n.filter)?n.filter.call(e,t)&&o.push(t):e.getImageURL(t)&&o.push(t)}),this.isImg=r,this.length=o.length,this.images=o,this.initBody(),B(document.createElement("viewer").style.transition)&&(n.transition=!1),n.inline){var i=0,a=function(){var t;(i+=1)===e.length&&(e.initializing=!1,e.delaying={abort:function(){clearTimeout(t)}},t=setTimeout(function(){e.delaying=!1,e.build()},0))};this.initializing={abort:function(){K(o,function(e){e.complete||ee(e,"load",a)})}},K(o,function(e){e.complete?a():te(e,"load",a,{once:!0})})}else te(t,"click",this.onStart=function(t){var r=t.target;"img"!==r.localName||z(n.filter)&&!n.filter.call(e,r)||e.view(e.images.indexOf(r))})}}},{key:"build",value:function(){if(!this.ready){var e=this.element,t=this.options,n=e.parentNode,r=document.createElement("div");r.innerHTML='
';var o=r.querySelector(".".concat("viewer","-container")),i=o.querySelector(".".concat("viewer","-title")),a=o.querySelector(".".concat("viewer","-toolbar")),s=o.querySelector(".".concat("viewer","-navbar")),u=o.querySelector(".".concat("viewer","-button")),c=o.querySelector(".".concat("viewer","-canvas"));if(this.parent=n,this.viewer=o,this.title=i,this.toolbar=a,this.navbar=s,this.button=u,this.canvas=c,this.footer=o.querySelector(".".concat("viewer","-footer")),this.tooltipBox=o.querySelector(".".concat("viewer","-tooltip")),this.player=o.querySelector(".".concat("viewer","-player")),this.list=o.querySelector(".".concat("viewer","-list")),o.id="".concat("viewer").concat(this.id),i.id="".concat("viewer","Title").concat(this.id),Q(i,t.title?ae(Array.isArray(t.title)?t.title[0]:t.title):m),Q(s,t.navbar?ae(t.navbar):m),V(u,m,!t.button),t.keyboard&&u.setAttribute("tabindex",0),t.backdrop&&(Q(o,"".concat("viewer","-backdrop")),t.inline||"static"===t.backdrop||Z(c,A,"hide")),S(t.className)&&t.className&&t.className.split(k).forEach(function(e){Q(o,e)}),t.toolbar){var _=document.createElement("ul"),h=q(t.toolbar),y=R.slice(0,3),g=R.slice(7,9),E=R.slice(9);h||Q(a,ae(t.toolbar)),K(h?t.toolbar:R,function(e,n){var r=h&&q(e),o=h?Y(n):e,i=r&&!B(e.show)?e.show:e;if(i&&(t.zoomable||-1===y.indexOf(o))&&(t.rotatable||-1===g.indexOf(o))&&(t.scalable||-1===E.indexOf(o))){var a=r&&!B(e.size)?e.size:e,s=r&&!B(e.click)?e.click:e,u=document.createElement("li");t.keyboard&&u.setAttribute("tabindex",0),u.setAttribute("role","button"),Q(u,"".concat("viewer","-").concat(o)),z(s)||Z(u,A,o),x(i)&&Q(u,ae(i)),-1!==["small","large"].indexOf(a)?Q(u,"".concat("viewer","-").concat(a)):"play"===o&&Q(u,"".concat("viewer","-large")),z(s)&&te(u,"click",s),_.appendChild(u)}}),a.appendChild(_)}else Q(a,m);if(!t.rotatable){var b=a.querySelectorAll('li[class*="rotate"]');Q(b,v),K(b,function(e){a.appendChild(e)})}if(t.inline)Q(u,f),H(o,{zIndex:t.zIndexInline}),"static"===window.getComputedStyle(n).position&&H(n,{position:"relative"}),n.insertBefore(o,e.nextSibling);else{Q(u,l),Q(o,d),Q(o,p),Q(o,m),H(o,{zIndex:t.zIndex});var O=t.container;S(O)&&(O=e.ownerDocument.querySelector(O)),O||(O=this.body),O.appendChild(o)}t.inline&&(this.render(),this.bind(),this.isShown=!0),this.ready=!0,z(t.ready)&&te(e,"ready",t.ready,{once:!0}),!1!==ne(e,"ready")?this.ready&&t.inline&&this.view(this.index):this.ready=!1}}}])&&r(t.prototype,n),o&&r(t,o),e;var t,n,o}();return W(me.prototype,ce,_e,le,pe,de),me}()},dk85:function(e,t,n){n("xqFc")("WeakMap")},dkJs:function(module,__webpack_exports__,__webpack_require__){"use strict";(function(module){var react__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("q1tI"),react__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__),react_redux__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("Vg22"),react_redux__WEBPACK_IMPORTED_MODULE_1___default=__webpack_require__.n(react_redux__WEBPACK_IMPORTED_MODULE_1__),_modules_User_components_UpdateProfile_UpdateProfile__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("lGHw"),enterModule;function _typeof(e){return(_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function _classCallCheck(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function _defineProperties(e,t){for(var n=0;n1&&void 0!==arguments[1]?arguments[1]:null;return{type:P,question_state:e,params:t}}function T(e){return{type:d,fetchType:e}}function C(e){return{type:f,items:e}}function w(e){return{type:O,items:e}}function I(e,t){var n="quiz_session/".concat(e,"/ignoreChallenge");return function(e){Object(a.a)(n,"post").then(function(e){return e}).then(function(e){c.c.push("/ket-qua-sau-khi-lam-bai?chapterquizid=".concat(t,"&exerciseType=").concat(e.exercise_type))}).catch(function(t){e(Object(_.a)(t))})}}function A(e,t){var n="quiz/startNew/chapter/".concat(e,"?exerciseType=").concat(t);return function(e){Object(a.a)(n).then(function(e){return e}).then(function(t){e(Object(s.d)(t.learning_time)),e(D(u.b[t.state],{items:t,fetchState:"last"}))}).catch(function(t){e(Object(_.a)(t))})}}function k(e,t){var n="quiz/startReWork/chapter/".concat(e,"?exerciseType=").concat(t);return function(e){Object(a.a)(n).then(function(e){return e}).then(function(t){e(Object(s.d)(t.learning_time)),e(D(u.b[t.state],{items:t,fetchState:"last"}))}).catch(function(t){e(Object(_.a)(t))})}}function R(e,t){var n="quiz/getLastest/chapter/".concat(e,"?exerciseType=").concat(t);return function(e){Object(a.a)(n).then(function(e){return e}).then(function(t){e(Object(s.d)(t.learning_time)),e(D(u.b[t.state],{items:t}))}).catch(function(t){e(Object(_.a)(t))})}}function S(){return function(e,t){e(Object(s.e)());var n=t().questions,r=n.items.chapter.id,o="quiz_session/".concat(n.items.session,"/ignore"),i=t().countTimer.elapedTimer;Object(a.a)(o,"post",{question_id:n.items.quiz._id,learning_time:i}).then(function(e){return e}).then(function(t){t.state===u.a&&c.c.push("/ket-qua-sau-khi-lam-bai?chapterquizid=".concat(r,"&exerciseType=").concat(t.exercise_type)),6!==t.state&&7!==t.state?(e(Object(s.d)(t.learning_time)),e(D(u.b[t.state],{items:t}))):e(D(u.b[t.state]))}).catch(function(t){e(Object(_.a)(t))})}}function L(){return function(e,t){e(Object(s.e)());var n,r=t().countTimer.elapedTimer,o=t().questions;if(3===o.items.quiz.question_type)n={question_id:o.items.quiz._id,learning_time:r,choice:o.choice_answer};else if(5===o.items.quiz.question_type)n={question_id:o.items.quiz._id,learning_time:r,choice:o.choice_answer};else{var u=i()(o.choice_answer,"selected").answer_key;n={question_id:o.items.quiz._id,learning_time:r,choice:{answer_key:u}}}var c=o.items.session,l="quiz_session/".concat(c,"/answer");Object(a.a)(l,"post",n).then(function(t){3===t.answer.correct?e(D("answer_fail",{next_items:t})):e(D("answer_success",{next_items:t}))}).catch(function(t){e(Object(_.a)(t))})}}l=n("0cfB").default,p=n("0cfB").leaveModule,l&&(l.register(d,"CHOOSE_FETCH_TYPE","/mnt/d/pm2/lgh-quizz-pc/client/modules/Quiz/QuizQuestionAction.js"),l.register(f,"FETCH_QUESTION","/mnt/d/pm2/lgh-quizz-pc/client/modules/Quiz/QuizQuestionAction.js"),l.register("ANSWER_QUESTION","ANSWER_QUESTION","/mnt/d/pm2/lgh-quizz-pc/client/modules/Quiz/QuizQuestionAction.js"),l.register(h,"ANSWER_QUESTION_FULFILLED","/mnt/d/pm2/lgh-quizz-pc/client/modules/Quiz/QuizQuestionAction.js"),l.register(m,"ANSWER_QUESTION_PENDING","/mnt/d/pm2/lgh-quizz-pc/client/modules/Quiz/QuizQuestionAction.js"),l.register(y,"ANSWER_QUESTION_REJECTED","/mnt/d/pm2/lgh-quizz-pc/client/modules/Quiz/QuizQuestionAction.js"),l.register(g,"NEXT_QUESTION","/mnt/d/pm2/lgh-quizz-pc/client/modules/Quiz/QuizQuestionAction.js"),l.register(E,"BREAK_QUESTION","/mnt/d/pm2/lgh-quizz-pc/client/modules/Quiz/QuizQuestionAction.js"),l.register(b,"CHALLENGE_QUESTION","/mnt/d/pm2/lgh-quizz-pc/client/modules/Quiz/QuizQuestionAction.js"),l.register(v,"RETURN_QUESTION","/mnt/d/pm2/lgh-quizz-pc/client/modules/Quiz/QuizQuestionAction.js"),l.register("IGNORE_QUESTION","IGNORE_QUESTION","/mnt/d/pm2/lgh-quizz-pc/client/modules/Quiz/QuizQuestionAction.js"),l.register(O,"DONE_QUESTION","/mnt/d/pm2/lgh-quizz-pc/client/modules/Quiz/QuizQuestionAction.js"),l.register("CHOICE_ANSWER","CHOICE_ANSWER","/mnt/d/pm2/lgh-quizz-pc/client/modules/Quiz/QuizQuestionAction.js"),l.register(M,"GUEST_QUESTION","/mnt/d/pm2/lgh-quizz-pc/client/modules/Quiz/QuizQuestionAction.js"),l.register(P,"CHANGE_QUESTION_STATE","/mnt/d/pm2/lgh-quizz-pc/client/modules/Quiz/QuizQuestionAction.js"),l.register(D,"changeQuizState","/mnt/d/pm2/lgh-quizz-pc/client/modules/Quiz/QuizQuestionAction.js"),l.register(T,"fechQuiz","/mnt/d/pm2/lgh-quizz-pc/client/modules/Quiz/QuizQuestionAction.js"),l.register(C,"fetchQuestionAction","/mnt/d/pm2/lgh-quizz-pc/client/modules/Quiz/QuizQuestionAction.js"),l.register(w,"doneAction","/mnt/d/pm2/lgh-quizz-pc/client/modules/Quiz/QuizQuestionAction.js"),l.register(I,"ignoreQuizChallenge","/mnt/d/pm2/lgh-quizz-pc/client/modules/Quiz/QuizQuestionAction.js"),l.register(A,"startNewQuizSession","/mnt/d/pm2/lgh-quizz-pc/client/modules/Quiz/QuizQuestionAction.js"),l.register(k,"startRedoQuizSession","/mnt/d/pm2/lgh-quizz-pc/client/modules/Quiz/QuizQuestionAction.js"),l.register(R,"fetchLastestQuiz","/mnt/d/pm2/lgh-quizz-pc/client/modules/Quiz/QuizQuestionAction.js"),l.register(S,"ignoreQuiz","/mnt/d/pm2/lgh-quizz-pc/client/modules/Quiz/QuizQuestionAction.js"),l.register(L,"answerquestion","/mnt/d/pm2/lgh-quizz-pc/client/modules/Quiz/QuizQuestionAction.js"),p(e))}).call(this,n("3UD+")(e))},"eF//":function(e,t,n){"use strict";t.__esModule=!0,t.default=function(e,t){return e="function"==typeof e?e():e,i.default.findDOMNode(e)||t};var r,o=n("i8i4"),i=(r=o)&&r.__esModule?r:{default:r};e.exports=t.default},eHKK:function(e,t,n){var r=n("XKFU");r(r.S,"Math",{log10:function(e){return Math.log(e)*Math.LOG10E}})},eHX5:function(module,__webpack_exports__,__webpack_require__){"use strict";(function(module){var react__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("q1tI"),react__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__),_InputText_css__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("8+4P"),_InputText_css__WEBPACK_IMPORTED_MODULE_1___default=__webpack_require__.n(_InputText_css__WEBPACK_IMPORTED_MODULE_1__),prop_types__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("g8p1"),prop_types__WEBPACK_IMPORTED_MODULE_2___default=__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_2__),enterModule;function _typeof(e){return(_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function _classCallCheck(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function _defineProperties(e,t){for(var n=0;ne.offsetWidth?r():(e.offsetWidth,e.style.width="unset")}},{key:"render",value:function(){var e=this.state.value;return void 0===this.props.edit&&e&&(e=e.split("||")[0]),react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("span",{className:"InputText-input-text"},react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("a",{className:"Input_text ".concat(this.props.className)}),react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("input",{type:"text",className:"inline-block txt ",value:e,onChange:this.handleChange,id:this.domId,size:this.props.width?this.props.width:"3"}))}},{key:"__reactstandin__regenerateByEval",value:function __reactstandin__regenerateByEval(key,code){this[key]=eval(code)}}]),InputText}(react__WEBPACK_IMPORTED_MODULE_0___default.a.Component);InputText.contextTypes={answerStore:prop_types__WEBPACK_IMPORTED_MODULE_2__.PropTypes.object.isRequired};var _default=InputText,reactHotLoader,leaveModule;__webpack_exports__.a=_default,reactHotLoader=__webpack_require__("0cfB").default,leaveModule=__webpack_require__("0cfB").leaveModule,reactHotLoader&&(reactHotLoader.register(InputText,"InputText","/mnt/d/pm2/lgh-quizz-pc/lib/quiz_component/src/vungoi-component/PrimaryQuestion/Quiz/single_component/InputText.js"),reactHotLoader.register(_default,"default","/mnt/d/pm2/lgh-quizz-pc/lib/quiz_component/src/vungoi-component/PrimaryQuestion/Quiz/single_component/InputText.js"),leaveModule(module))}).call(this,__webpack_require__("3UD+")(module))},eI33:function(e,t,n){var r=n("XKFU"),o=n("aCFj"),i=n("ne8i");r(r.S,"String",{raw:function(e){for(var t=o(e.raw),n=i(t.length),r=arguments.length,a=[],s=0;n>s;)a.push(String(t[s++])),s0?this.children[this.children.length-1]:null},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"childNodes",{get:function(){return this.children},set:function(e){this.children=e},enumerable:!1,configurable:!0}),t}(u);t.NodeWithChildren=d;var f=function(e){function t(t){return e.call(this,a.ElementType.Root,t)||this}return o(t,e),t}(d);t.Document=f;var h=function(e){function t(t,n,r,o){void 0===r&&(r=[]),void 0===o&&(o="script"===t?a.ElementType.Script:"style"===t?a.ElementType.Style:a.ElementType.Tag);var i=e.call(this,o,r)||this;return i.name=t,i.attribs=n,i}return o(t,e),Object.defineProperty(t.prototype,"tagName",{get:function(){return this.name},set:function(e){this.name=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"attributes",{get:function(){var e=this;return Object.keys(this.attribs).map(function(t){var n,r;return{name:t,value:e.attribs[t],namespace:null===(n=e["x-attribsNamespace"])||void 0===n?void 0:n[t],prefix:null===(r=e["x-attribsPrefix"])||void 0===r?void 0:r[t]}})},enumerable:!1,configurable:!0}),t}(d);function m(e){return(0,a.isTag)(e)}function y(e){return e.type===a.ElementType.CDATA}function g(e){return e.type===a.ElementType.Text}function E(e){return e.type===a.ElementType.Comment}function b(e){return e.type===a.ElementType.Directive}function v(e){return e.type===a.ElementType.Root}function O(e,t){var n;if(void 0===t&&(t=!1),g(e))n=new _(e.data);else if(E(e))n=new l(e.data);else if(m(e)){var r=t?M(e.children):[],o=new h(e.name,i({},e.attribs),r);r.forEach(function(e){return e.parent=o}),e["x-attribsNamespace"]&&(o["x-attribsNamespace"]=i({},e["x-attribsNamespace"])),e["x-attribsPrefix"]&&(o["x-attribsPrefix"]=i({},e["x-attribsPrefix"])),n=o}else if(y(e)){r=t?M(e.children):[];var s=new d(a.ElementType.CDATA,r);r.forEach(function(e){return e.parent=s}),n=s}else if(v(e)){r=t?M(e.children):[];var u=new f(r);r.forEach(function(e){return e.parent=u}),e["x-mode"]&&(u["x-mode"]=e["x-mode"]),n=u}else{if(!b(e))throw new Error("Not implemented yet: "+e.type);var c=new p(e.name,e.data);null!=e["x-name"]&&(c["x-name"]=e["x-name"],c["x-publicId"]=e["x-publicId"],c["x-systemId"]=e["x-systemId"]),n=c}return n.startIndex=e.startIndex,n.endIndex=e.endIndex,n}function M(e){for(var t=e.map(function(e){return O(e,!0)}),n=1;n=0:l>p;p+=d)p in _&&(s=t(s,_[p],p,c));return s}},eykV:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=Object.assign||function(e){for(var t=1;t1&&void 0!==arguments[1]?arguments[1]:{withRef:!1};return n=t=function(t){function n(){return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,n),function(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}(this,(n.__proto__||Object.getPrototypeOf(n)).apply(this,arguments))}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(n,t),o(n,[{key:"componentDidMount",value:function(){var e=this.props,t=e.collection,n=e.disabled,r=e.index;n||this.setDraggable(t,r)}},{key:"componentWillReceiveProps",value:function(e){if(this.props.index!==e.index&&this.node&&(this.node.sortableInfo.index=e.index),this.props.disabled!==e.disabled){var t=e.collection,n=e.disabled,r=e.index;n?this.removeDraggable(t):this.setDraggable(t,r)}else this.props.collection!==e.collection&&(this.removeDraggable(this.props.collection),this.setDraggable(e.collection,e.index))}},{key:"componentWillUnmount",value:function(){var e=this.props,t=e.collection,n=e.disabled;n||this.removeDraggable(t)}},{key:"setDraggable",value:function(e,t){var n=this.node=(0,u.findDOMNode)(this);n.sortableInfo={index:t,collection:e,manager:this.context.manager},this.ref={node:n},this.context.manager.add(e,this.ref)}},{key:"removeDraggable",value:function(e){this.context.manager.remove(e,this.ref)}},{key:"getWrappedInstance",value:function(){return(0,c.default)(l.withRef,"To access the wrapped instance, you need to pass in {withRef: true} as the second argument of the SortableElement() call"),this.refs.wrappedInstance}},{key:"render",value:function(){var t=l.withRef?"wrappedInstance":null;return a.default.createElement(e,r({ref:t},(0,_.omit)(this.props,"collection","disabled","index")))}}]),n}(i.Component),t.displayName=(0,_.provideDisplayName)("sortableElement",e),t.contextTypes={manager:s.default.object.isRequired},t.propTypes={index:s.default.number.isRequired,collection:s.default.oneOfType([s.default.number,s.default.string]),disabled:s.default.bool},t.defaultProps={collection:0},n};var i=n("q1tI"),a=l(i),s=l(n("wP27")),u=n("i8i4"),c=l(n("dQBR")),_=n("ISNX");function l(e){return e&&e.__esModule?e:{default:e}}},"f+ex":function(module,__webpack_exports__,__webpack_require__){"use strict";(function(module){var react__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("q1tI"),react__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__),prop_types__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("g8p1"),prop_types__WEBPACK_IMPORTED_MODULE_1___default=__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_1__),react_helmet__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("TJpk"),react_helmet__WEBPACK_IMPORTED_MODULE_2___default=__webpack_require__.n(react_helmet__WEBPACK_IMPORTED_MODULE_2__),_sample_spec_sorted_list_json__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__("SFtt"),_sample_spec_sorted_list_json__WEBPACK_IMPORTED_MODULE_3___namespace=__webpack_require__.t("SFtt",1),_store_quiz_result_store__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__("25vq"),_SortedList__WEBPACK_IMPORTED_MODULE_5__=__webpack_require__("2Ke3"),_Header_Quiz_Header_Quiz__WEBPACK_IMPORTED_MODULE_6__=__webpack_require__("0Peb"),_util_builHtmlFromArray__WEBPACK_IMPORTED_MODULE_7__=__webpack_require__("I+pd"),_index_css__WEBPACK_IMPORTED_MODULE_8__=__webpack_require__("jpPY"),_index_css__WEBPACK_IMPORTED_MODULE_8___default=__webpack_require__.n(_index_css__WEBPACK_IMPORTED_MODULE_8__),_util_dangerousHtml__WEBPACK_IMPORTED_MODULE_9__=__webpack_require__("R2C9"),enterModule;function _typeof(e){return(_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function _extends(){return(_extends=Object.assign||function(e){for(var t=1;t=t.length)return{value:void 0,done:!0}}while(!((e=t[this._i++])in this._t));return{value:e,done:!1}}),r(r.S,"Reflect",{enumerate:function(e){return new i(e)}})},"f0+5":function(module,__webpack_exports__,__webpack_require__){"use strict";(function(module){__webpack_require__.d(__webpack_exports__,"a",function(){return preloadDndContext});var lodash_assign__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("3OWR"),lodash_assign__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(lodash_assign__WEBPACK_IMPORTED_MODULE_0__),react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("q1tI"),react__WEBPACK_IMPORTED_MODULE_1___default=__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_1__),prop_types__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("wP27"),prop_types__WEBPACK_IMPORTED_MODULE_2___default=__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_2__),_event_source_dnd_DndListSource_drop_coordinate_context__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__("UAcW"),_event_source_actions_drag__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__("UoGI"),enterModule;function _typeof(e){return(_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function _extends(){return(_extends=Object.assign||function(e){for(var t=1;t=0;c--)if(l[c]!=p[c])return!1;for(c=l.length-1;c>=0;c--)if(_=l[c],!a(e[_],t[_],n))return!1;return typeof e==typeof t}(e,t,n))};function s(e){return null===e||void 0===e}function u(e){return!(!e||"object"!=typeof e||"number"!=typeof e.length)&&("function"==typeof e.copy&&"function"==typeof e.slice&&!(e.length>0&&"number"!=typeof e[0]))}},f948:function(e,t,n){"use strict";(function(e){var r;n.d(t,"a",function(){return s}),(r=n("Xug/").enterModule)&&r(e);var o,i,a=0;function s(){return a++}o=n("Xug/").default,i=n("Xug/").leaveModule,o&&(o.register(a,"nextUniqueId","/mnt/d/pm2/lgh-quizz-pc/lib/cnc_core/src/utils/getNextUniqueId.js"),o.register(s,"getNextUniqueId","/mnt/d/pm2/lgh-quizz-pc/lib/cnc_core/src/utils/getNextUniqueId.js"),i(e))}).call(this,n("3UD+")(e))},fA63:function(e,t,n){"use strict";n("qncB")("trimRight",function(e){return function(){return e(this,2)}},"trimEnd")},fL0r:function(e,t,n){"use strict";(function(t){var n,r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol?"symbol":typeof e},o=(n="function"==typeof Symbol&&Symbol.for&&Symbol.for("react.element")||60103,function(e,t,r,o){var i=e&&e.defaultProps,a=arguments.length-3;if(t||0===a||(t={}),t&&i)for(var s in i)void 0===t[s]&&(t[s]=i[s]);else t||(t=i||{});if(1===a)t.children=o;else if(a>1){for(var u=Array(a),c=0;c=0||Object.prototype.hasOwnProperty.call(e,r)&&(n[r]=e[r]);return n},possibleConstructorReturn:function(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t},selfGlobal:u,set:function e(t,n,r,o){var i=Object.getOwnPropertyDescriptor(t,n);if(void 0===i){var a=Object.getPrototypeOf(t);null!==a&&e(a,n,r,o)}else if("value"in i&&i.writable)i.value=r;else{var s=i.set;void 0!==s&&s.call(o,r)}return r},slicedToArray:c,slicedToArrayLoose:function(e,t){if(Array.isArray(e))return e;if(Symbol.iterator in Object(e)){for(var n,r=[],o=e[Symbol.iterator]();!(n=o.next()).done&&(r.push(n.value),!t||r.length!==t););return r}throw new TypeError("Invalid attempt to destructure non-iterable instance")},taggedTemplateLiteral:function(e,t){return Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(t)}}))},taggedTemplateLiteralLoose:function(e,t){return e.raw=t,e},temporalRef:function(e,t,n){if(e===n)throw new ReferenceError(t+" is not defined - temporal dead zone");return e},temporalUndefined:{},toArray:function(e){return Array.isArray(e)?e:Array.from(e)},toConsumableArray:function(e){if(Array.isArray(e)){for(var t=0,n=Array(e.length);t="a"&&n<="z"&&(e=e.slice(0,t)+n.toUpperCase()+e.slice(t+1))}return e}function K(e){return!!L.test(e)&&(!x.test(e)&&!B.test(e))}function W(e){for(var t=void 0,n=void 0,r=1,o=(n=(e=e.toLowerCase()).split("-")).length;r1&&(t.sort(),e=e.replace(RegExp("(?:"+U.source+")+","i"),b.call(t,""))),d.call(q.tags,e)&&(e=q.tags[e]);for(var i=1,a=(n=e.split("-")).length;i-1)return n;var r=n.lastIndexOf("-");if(r<0)return;r>=2&&"-"===n.charAt(r-2)&&(r-=2),n=n.substring(0,r)}}function G(e,t){for(var n=0,r=t.length,o=void 0,i=void 0,a=void 0;n2){var O=s[v+1];-1!==b.call(y,O)&&(E="-"+m+"-"+(g=O))}else{-1!==b(y,"true")&&(g="true")}}if(d.call(n,"[["+m+"]]")){var M=n["[["+m+"]]"];-1!==b.call(y,M)&&M!==g&&(g=M,E="")}_["[["+m+"]]"]=g,l+=E,p++}if(l.length>2){var P=a.indexOf("-x-");if(-1===P)a+=l;else a=a.substring(0,P)+l+a.substring(P);a=W(a)}return _["[[locale]]"]=a,_}function X(e,t){for(var n=t.length,r=new T,o=0;or)throw new RangeError("Value is not a number or outside accepted range");return Math.floor(i)}return o}var $={};Object.defineProperty($,"getCanonicalLocales",{enumerable:!1,configurable:!0,writable:!0,value:function(e){for(var t=F(e),n=[],r=t.length,o=0;o-1&&cl){var f=s.substring(l,c);E.call(u,{"[[type]]":"literal","[[value]]":f})}var h=s.substring(c+1,_);if("number"===h)if(isNaN(t)){var m=a.nan;E.call(u,{"[[type]]":"nan","[[value]]":m})}else if(isFinite(t)){"percent"===n["[[style]]"]&&isFinite(t)&&(t*=100);var y=void 0;y=d.call(n,"[[minimumSignificantDigits]]")&&d.call(n,"[[maximumSignificantDigits]]")?ie(t,n["[[minimumSignificantDigits]]"],n["[[maximumSignificantDigits]]"]):ae(t,n["[[minimumIntegerDigits]]"],n["[[minimumFractionDigits]]"],n["[[maximumFractionDigits]]"]),se[o]?function(){var e=se[o];y=String(y).replace(/\d/g,function(t){return e[t]})}():y=String(y);var g=void 0,b=void 0,O=y.indexOf(".",0);if(O>0?(g=y.substring(0,O),b=y.substring(O+1,O.length)):(g=y,b=void 0),!0===n["[[useGrouping]]"]){var P=a.group,D=[],C=i.patterns.primaryGroupSize||3,w=i.patterns.secondaryGroupSize||C;if(g.length>C){var I=g.length-C,A=I%w,R=g.slice(0,A);for(R.length&&E.call(D,R);Ao;o++){r+=n[o]["[[value]]"]}return r}function ie(e,t,n){var r=n,o=void 0,i=void 0;if(0===e)o=b.call(Array(r+1),"0"),i=0;else{i=function(e){if("function"==typeof Math.log10)return Math.floor(Math.log10(e));var t=Math.round(Math.log(e)*Math.LOG10E);return t-(Number("1e"+t)>e)}(Math.abs(e));var a=Math.round(Math.exp(Math.abs(i-r+1)*Math.LN10));o=String(Math.round(i-r+1<0?e*a:e/a))}if(i>=r)return o+b.call(Array(i-r+1+1),"0");if(i===r-1)return o;if(i>=0?o=o.slice(0,i+1)+"."+o.slice(i+1):i<0&&(o="0."+b.call(Array(1-(i+1)),"0")+o),o.indexOf(".")>=0&&n>t){for(var s=n-t;s>0&&"0"===o.charAt(o.length-1);)o=o.slice(0,-1),s--;"."===o.charAt(o.length-1)&&(o=o.slice(0,-1))}return o}function ae(e,t,n,r){var o,i=r,a=Math.pow(10,i)*e,s=0===a?"0":a.toFixed(0),u=(o=s.indexOf("e"))>-1?s.slice(o+1):0;u&&(s=s.slice(0,o).replace(".",""),s+=b.call(Array(u-(s.length-1)+1),"0"));var c=void 0;if(0!==i){var _=s.length;if(_<=i)s=b.call(Array(i+1-_+1),"0")+s,_=i+1;var l=s.substring(0,_-i);s=l+"."+s.substring(_-i,s.length),c=l.length}else c=s.length;for(var p=r-n;p>0&&"0"===s.slice(-1);)s=s.slice(0,-1),p--;("."===s.slice(-1)&&(s=s.slice(0,-1)),ci;i++){var a=n[i],s={};s.type=a["[[type]]"],s.value=a["[[value]]"],r[o]=s,o+=1}return r}(this,Number(e))}});var se={arab:["٠","١","٢","٣","٤","٥","٦","٧","٨","٩"],arabext:["۰","۱","۲","۳","۴","۵","۶","۷","۸","۹"],bali:["᭐","᭑","᭒","᭓","᭔","᭕","᭖","᭗","᭘","᭙"],beng:["০","১","২","৩","৪","৫","৬","৭","৮","৯"],deva:["०","१","२","३","४","५","६","७","८","९"],fullwide:["0","1","2","3","4","5","6","7","8","9"],gujr:["૦","૧","૨","૩","૪","૫","૬","૭","૮","૯"],guru:["੦","੧","੨","੩","੪","੫","੬","੭","੮","੯"],hanidec:["〇","一","二","三","四","五","六","七","八","九"],khmr:["០","១","២","៣","៤","៥","៦","៧","៨","៩"],knda:["೦","೧","೨","೩","೪","೫","೬","೭","೮","೯"],laoo:["໐","໑","໒","໓","໔","໕","໖","໗","໘","໙"],latn:["0","1","2","3","4","5","6","7","8","9"],limb:["᥆","᥇","᥈","᥉","᥊","᥋","᥌","᥍","᥎","᥏"],mlym:["൦","൧","൨","൩","൪","൫","൬","൭","൮","൯"],mong:["᠐","᠑","᠒","᠓","᠔","᠕","᠖","᠗","᠘","᠙"],mymr:["၀","၁","၂","၃","၄","၅","၆","၇","၈","၉"],orya:["୦","୧","୨","୩","୪","୫","୬","୭","୮","୯"],tamldec:["௦","௧","௨","௩","௪","௫","௬","௭","௮","௯"],telu:["౦","౧","౨","౩","౪","౫","౬","౭","౮","౯"],thai:["๐","๑","๒","๓","๔","๕","๖","๗","๘","๙"],tibt:["༠","༡","༢","༣","༤","༥","༦","༧","༨","༩"]};f($.NumberFormat.prototype,"resolvedOptions",{configurable:!0,writable:!0,value:function(){var e=void 0,t=new D,n=["locale","numberingSystem","style","currency","currencyDisplay","minimumIntegerDigits","minimumFractionDigits","maximumFractionDigits","minimumSignificantDigits","maximumSignificantDigits","useGrouping"],r=null!==this&&"object"===_.typeof(this)&&k(this);if(!r||!r["[[initializedNumberFormat]]"])throw new TypeError("`this` value for resolvedOptions() is not an initialized Intl.NumberFormat object.");for(var o=0,i=n.length;on&&(n=s,r=a),o++}return r}(s,O);else{var w=J(n,"hour12","boolean");s.hour12=void 0===w?v.hour12:w,b=function(e,t){var n=[];for(var r in Me)d.call(Me,r)&&void 0!==e["[["+r+"]]"]&&n.push(r);if(1===n.length){var o=function(e,t){var n;if(Ee[e]&&Ee[e][t])return n={originalPattern:Ee[e][t],_:a({},e,t),extendedPattern:"{"+e+"}"},a(n,e,t),a(n,"pattern12","{"+e+"}"),a(n,"pattern","{"+e+"}"),n}(n[0],e["[["+n[0]+"]]"]);if(o)return o}var i=-1/0,s=void 0,u=0,c=t.length;for(;u=2||b>=2&&E<=1?v>0?l-=6:v<0&&(l-=8):v>1?l-=3:v<-1&&(l-=6)}}_._.hour12!==e.hour12&&(l-=1),l>i&&(i=l,s=_),u++}return s}(s,O)}for(var I in Me)if(d.call(Me,I)&&d.call(b,I)){var A=b[I];A=b._&&d.call(b._,I)?b._[I]:A,r["[["+I+"]]"]=A}var R=void 0,S=J(n,"hour12","boolean");if(r["[[hour]]"])if(S=void 0===S?v.hour12:S,r["[[hour12]]"]=S,!0===S){var L=v.hourNo0;r["[[hourNo0]]"]=L,R=b.pattern12}else R=b.pattern;else R=b.pattern;r["[[pattern]]"]=R,r["[[boundFormat]]"]=void 0,r["[[initializedDateTimeFormat]]"]=!0,p&&(e.format=De.call(e));return o(),e}(w(this),e,t):new $.DateTimeFormat(e,t)}f($,"DateTimeFormat",{configurable:!0,writable:!0,value:Oe}),f(Oe,"prototype",{writable:!1});var Me={weekday:["narrow","short","long"],era:["narrow","short","long"],year:["2-digit","numeric"],month:["2-digit","numeric","narrow","short","long"],day:["2-digit","numeric"],hour:["2-digit","numeric"],minute:["2-digit","numeric"],second:["2-digit","numeric"],timeZoneName:["short","long"]};function Pe(e,t,n){if(void 0===e)e=null;else{var r=w(e);for(var o in e=new D,r)e[o]=r[o]}e=m(e);var i=!0;return"date"!==t&&"any"!==t||void 0===e.weekday&&void 0===e.year&&void 0===e.month&&void 0===e.day||(i=!1),"time"!==t&&"any"!==t||void 0===e.hour&&void 0===e.minute&&void 0===e.second||(i=!1),!i||"date"!==n&&"all"!==n||(e.year=e.month=e.day="numeric"),!i||"time"!==n&&"all"!==n||(e.hour=e.minute=e.second="numeric"),e}function De(){var e=null!==this&&"object"===_.typeof(this)&&k(this);if(!e||!e["[[initializedDateTimeFormat]]"])throw new TypeError("`this` value for format() is not an initialized Intl.DateTimeFormat object.");if(void 0===e["[[boundFormat]]"]){var t=O.call(function(){var e=arguments.length<=0||void 0===arguments[0]?void 0:arguments[0];return Ce(this,void 0===e?Date.now():I(e))},this);e["[[boundFormat]]"]=t}return e["[[boundFormat]]"]}function Te(e,t){if(!isFinite(t))throw new RangeError("Invalid valid date passed to format");var n=e.__getInternalProperties(P);C();for(var r,o,i,a,s=n["[[locale]]"],u=new $.NumberFormat([s],{useGrouping:!1}),c=new $.NumberFormat([s],{minimumIntegerDigits:2,useGrouping:!1}),_=(r=t,n["[[calendar]]"],o=n["[[timeZone]]"],new D({"[[weekday]]":(i=new Date(r))[(a="get"+(o||""))+"Day"](),"[[era]]":+(i[a+"FullYear"]()>=0),"[[year]]":i[a+"FullYear"](),"[[month]]":i[a+"Month"](),"[[day]]":i[a+"Date"](),"[[hour]]":i[a+"Hours"](),"[[minute]]":i[a+"Minutes"](),"[[second]]":i[a+"Seconds"](),"[[inDST]]":!1})),l=n["[[pattern]]"],p=new T,d=0,f=l.indexOf("{"),h=0,m=n["[[dataLocale]]"],y=M.DateTimeFormat["[[localeData]]"][m].calendars,g=n["[[calendar]]"];-1!==f;){var b=void 0;if(-1===(h=l.indexOf("}",f)))throw new Error("Unclosed pattern");f>d&&E.call(p,{type:"literal",value:l.substring(d,f)});var v=l.substring(f+1,h);if(Me.hasOwnProperty(v)){var O=n["[["+v+"]]"],w=_["[["+v+"]]"];if("year"===v&&w<=0?w=1-w:"month"===v?w++:"hour"===v&&!0===n["[[hour12]]"]&&0===(w%=12)&&!0===n["[[hourNo0]]"]&&(w=12),"numeric"===O)b=oe(u,w);else if("2-digit"===O)(b=oe(c,w)).length>2&&(b=b.slice(-2));else if(O in be)switch(v){case"month":b=ve(y,g,"months",O,_["[["+v+"]]"]);break;case"weekday":try{b=ve(y,g,"days",O,_["[["+v+"]]"])}catch(e){throw new Error("Could not find weekday data for locale "+s)}break;case"timeZoneName":b="";break;case"era":try{b=ve(y,g,"eras",O,_["[["+v+"]]"])}catch(e){throw new Error("Could not find era data for locale "+s)}break;default:b=_["[["+v+"]]"]}E.call(p,{type:v,value:b})}else if("ampm"===v){b=ve(y,g,"dayPeriods",_["[[hour]]"]>11?"pm":"am",null),E.call(p,{type:"dayPeriod",value:b})}else E.call(p,{type:"literal",value:l.substring(f,h+1)});d=h+1,f=l.indexOf("{",d)}return ho;o++){r+=n[o].value}return r}M.DateTimeFormat={"[[availableLocales]]":[],"[[relevantExtensionKeys]]":["ca","nu"],"[[localeData]]":{}},f($.DateTimeFormat,"supportedLocalesOf",{configurable:!0,writable:!0,value:O.call(function(e){if(!d.call(this,"[[availableLocales]]"))throw new TypeError("supportedLocalesOf() is not a constructor");var t=C(),n=arguments[1],r=this["[[availableLocales]]"],o=F(e);return t(),Y(r,o,n)},M.NumberFormat)}),f($.DateTimeFormat.prototype,"format",{configurable:!0,get:De}),Object.defineProperty($.DateTimeFormat.prototype,"formatToParts",{enumerable:!1,writable:!0,configurable:!0,value:function(){var e=arguments.length<=0||void 0===arguments[0]?void 0:arguments[0],t=null!==this&&"object"===_.typeof(this)&&k(this);if(!t||!t["[[initializedDateTimeFormat]]"])throw new TypeError("`this` value for formatToParts() is not an initialized Intl.DateTimeFormat object.");return function(e,t){for(var n=Te(e,t),r=[],o=0;n.length>o;o++){var i=n[o];r.push({type:i.type,value:i.value})}return r}(this,void 0===e?Date.now():I(e))}}),f($.DateTimeFormat.prototype,"resolvedOptions",{writable:!0,configurable:!0,value:function(){var e=void 0,t=new D,n=["locale","calendar","numberingSystem","timeZone","hour12","weekday","era","year","month","day","hour","minute","second","timeZoneName"],r=null!==this&&"object"===_.typeof(this)&&k(this);if(!r||!r["[[initializedDateTimeFormat]]"])throw new TypeError("`this` value for resolvedOptions() is not an initialized Intl.DateTimeFormat object.");for(var o=0,i=n.length;o2&&4===o[1].length&&E.call(r,o[0]+"-"+o[2]);for(;n=v.call(r);)E.call(M.NumberFormat["[[availableLocales]]"],n),M.NumberFormat["[[localeData]]"][n]=e.number,e.date&&(e.date.nu=e.number.nu,E.call(M.DateTimeFormat["[[availableLocales]]"],n),M.DateTimeFormat["[[localeData]]"][n]=e.date);void 0===j&&function(e){j=e}(t)}(e,e.locale)}}),f($,"__disableRegExpRestore",{value:function(){M.disableRegExpRestore=!0}}),e.exports=$}).call(this,n("yLpj"))},"fN/3":function(e,t,n){var r=n("N6cJ"),o=n("y3w9"),i=r.keys,a=r.key;r.exp({getOwnMetadataKeys:function(e){return i(o(e),arguments.length<2?void 0:a(arguments[1]))}})},fN96:function(e,t,n){var r=n("XKFU");r(r.S,"Number",{isInteger:n("nBIS")})},fNJh:function(e,t,n){"use strict";var r=n("JbWX"),o=n("aGJD"),i=n("XUei"),a=n("Zy53");function s(e,t,n){var r="string"==typeof e?s.__parse(e):e;if(!r||"messageFormatPattern"!==r.type)throw new TypeError("A message must be provided as a String or AST.");n=this._mergeFormats(s.formats,n),o.defineProperty(this,"_locale",{value:this._resolveLocale(t)});var i=this._findPluralRuleFunction(this._locale),a=this._compilePattern(r,t,n,i),u=this;this.format=function(t){try{return u._format(a,t)}catch(t){throw t.variableId?new Error("The intl string context variable '"+t.variableId+"' was not provided to the string '"+e+"'"):t}}}t.default=s,o.defineProperty(s,"formats",{enumerable:!0,value:{number:{currency:{style:"currency"},percent:{style:"percent"}},date:{short:{month:"numeric",day:"numeric",year:"2-digit"},medium:{month:"short",day:"numeric",year:"numeric"},long:{month:"long",day:"numeric",year:"numeric"},full:{weekday:"long",month:"long",day:"numeric",year:"numeric"}},time:{short:{hour:"numeric",minute:"numeric"},medium:{hour:"numeric",minute:"numeric",second:"numeric"},long:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"},full:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"}}}}),o.defineProperty(s,"__localeData__",{value:o.objCreate(null)}),o.defineProperty(s,"__addLocaleData",{value:function(e){if(!e||!e.locale)throw new Error("Locale data provided to IntlMessageFormat is missing a `locale` property");s.__localeData__[e.locale.toLowerCase()]=e}}),o.defineProperty(s,"__parse",{value:a.default.parse}),o.defineProperty(s,"defaultLocale",{enumerable:!0,writable:!0,value:void 0}),s.prototype.resolvedOptions=function(){return{locale:this._locale}},s.prototype._compilePattern=function(e,t,n,r){return new i.default(t,n,r).compile(e)},s.prototype._findPluralRuleFunction=function(e){for(var t=s.__localeData__,n=t[e.toLowerCase()];n;){if(n.pluralRuleFunction)return n.pluralRuleFunction;n=n.parentLocale&&t[n.parentLocale.toLowerCase()]}throw new Error("Locale data added to IntlMessageFormat is missing a `pluralRuleFunction` for :"+e)},s.prototype._format=function(e,t){var n,o,i,a,s,u,c="";for(n=0,o=e.length;n0&&(e="string"==typeof e?{extend:e}:(0,s.default)({},e),r.forEach(function(r){console.error('Styling method "'+r+'" is deprecated, use "theme" property instead'),e[n[r]]=function(e){for(var n=arguments.length,o=Array(n>1?n-1:0),i=1;ithis.state.limitImg||t.target.files.length>this.state.limitImg)){e.next=8;break}this.state.imageInfos.length,t.target.files.length,alert(this.state.limitImgMes),e.next=14;break;case 8:return e.next=10,this.setState({selectedFiles:t.target.files});case 10:return e.next=12,this.uploadImages();case 12:t.target.value=null,this.setState({selectedFiles:void 0});case 14:case"end":return e.stop()}},e,this)}));return function(t){return e.apply(this,arguments)}}()},{key:"componentWillReceiveProps",value:function(e){this.props._id!==e._id&&this.setState({imageInfos:_toConsumableArray(e.initValue)})}},{key:"removeImageUpload",value:function(e){var t=this.state.imageInfos.filter(function(t,n){return n!==e});this.setState({imageInfos:_toConsumableArray(t)}),this.props.updateFilesAnswer(_toConsumableArray(t))}},{key:"upload",value:function(e,t){var n=this;_toConsumableArray(this.state.progressInfos);Object(_util_apiCaller__WEBPACK_IMPORTED_MODULE_1__.a)(t,"post",{"content-type":"application/json"},function(e){}).then(function(e){var t=n.state.imageInfos,r=[].concat(_toConsumableArray(t),[e]);n.setState({imageInfos:r}),n.props.updateFilesAnswer(r)}).catch(function(){})}},{key:"uploadImages",value:function(){for(var e=this,t=this.state.selectedFiles,n=[],r=0;ru;)r.f(e,n=a[u++],t[n]);return e}},frVR:function(e,t,n){"use strict";var r,o=n("hi2O"),i=n("c7wz"),a=n("AT/M"),s=n("kOwS"),u=n("TSYQ"),c=n.n(u),_=n("cDiz"),l=n.n(_),p=n("o43f"),d=n.n(p),f=n("Bp9Y"),h=n.n(f),m=n("xUaa"),y=n.n(m),g=n("q1tI"),E=n.n(g),b=n("17x9"),v=n.n(b),O=n("i8i4"),M=n.n(O),P=n("SWRL"),D=n.n(P),T=n("xhNM"),C=n.n(T),w=n("BGzO"),I=n.n(w),A=n("S3Uj"),k=n.n(A),R={in:v.a.bool,mountOnEnter:v.a.bool,unmountOnExit:v.a.bool,appear:v.a.bool,timeout:v.a.number,onEnter:v.a.func,onEntering:v.a.func,onEntered:v.a.func,onExit:v.a.func,onExiting:v.a.func,onExited:v.a.func},S=((r={})[A.ENTERING]="in",r[A.ENTERED]="in",r),L=function(e){function t(){return e.apply(this,arguments)||this}return Object(i.a)(t,e),t.prototype.render=function(){var e=this.props,t=e.className,n=e.children,r=Object(o.a)(e,["className","children"]);return E.a.createElement(k.a,r,function(e,r){return E.a.cloneElement(n,Object(s.a)({},r,{className:c()("fade",t,n.props.className,S[e])}))})},t}(E.a.Component);L.propTypes=R,L.defaultProps={in:!1,timeout:300,mountOnEnter:!1,unmountOnExit:!1,appear:!1};var x=L,B=n("uwnE"),U={componentClass:I.a},j=function(e){function t(){return e.apply(this,arguments)||this}return Object(i.a)(t,e),t.prototype.render=function(){var e=this.props,t=e.componentClass,n=e.className,r=Object(o.a)(e,["componentClass","className"]),i=Object(B.f)(r),a=i[0],u=i[1],_=Object(B.d)(a);return E.a.createElement(t,Object(s.a)({},u,{className:c()(n,_)}))},t}(E.a.Component);j.propTypes=U,j.defaultProps={componentClass:"div"};var q=Object(B.a)("modal-body",j),z=n("ga9N"),K={dialogClassName:v.a.string},W=function(e){function t(){return e.apply(this,arguments)||this}return Object(i.a)(t,e),t.prototype.render=function(){var e,t=this.props,n=t.dialogClassName,r=t.className,i=t.style,a=t.children,u=Object(o.a)(t,["dialogClassName","className","style","children"]),_=Object(B.f)(u),l=_[0],p=_[1],d=Object(B.e)(l),f=Object(s.a)({display:"block"},i),h=Object(s.a)({},Object(B.d)(l),((e={})[d]=!1,e[Object(B.e)(l,"dialog")]=!0,e));return E.a.createElement("div",Object(s.a)({},p,{tabIndex:"-1",role:"dialog",style:f,className:c()(r,d)}),E.a.createElement("div",{className:c()(n,h)},E.a.createElement("div",{className:Object(B.e)(l,"content"),role:"document"},a)))},t}(E.a.Component);W.propTypes=K;var N=Object(B.a)("modal",Object(B.b)([z.c.LARGE,z.c.SMALL],W)),H={componentClass:I.a},F=function(e){function t(){return e.apply(this,arguments)||this}return Object(i.a)(t,e),t.prototype.render=function(){var e=this.props,t=e.componentClass,n=e.className,r=Object(o.a)(e,["componentClass","className"]),i=Object(B.f)(r),a=i[0],u=i[1],_=Object(B.d)(a);return E.a.createElement(t,Object(s.a)({},u,{className:c()(n,_)}))},t}(E.a.Component);F.propTypes=H,F.defaultProps={componentClass:"div"};var Q=Object(B.a)("modal-footer",F),G=n("Y7Jt"),V={label:v.a.string.isRequired,onClick:v.a.func},X=function(e){function t(){return e.apply(this,arguments)||this}return Object(i.a)(t,e),t.prototype.render=function(){var e=this.props,t=e.label,n=e.onClick;return E.a.createElement("button",{type:"button",className:"close",onClick:n},E.a.createElement("span",{"aria-hidden":"true"},"×"),E.a.createElement("span",{className:"sr-only"},t))},t}(E.a.Component);X.propTypes=V,X.defaultProps={label:"Close"};var Y=X,J={closeLabel:v.a.string,closeButton:v.a.bool,onHide:v.a.func},Z={$bs_modal:v.a.shape({onHide:v.a.func})},$=function(e){function t(){return e.apply(this,arguments)||this}return Object(i.a)(t,e),t.prototype.render=function(){var e=this.props,t=e.closeLabel,n=e.closeButton,r=e.onHide,i=e.className,a=e.children,u=Object(o.a)(e,["closeLabel","closeButton","onHide","className","children"]),_=this.context.$bs_modal,l=Object(B.f)(u),p=l[0],d=l[1],f=Object(B.d)(p);return E.a.createElement("div",Object(s.a)({},d,{className:c()(i,f)}),n&&E.a.createElement(Y,{label:t,onClick:Object(G.a)(_&&_.onHide,r)}),a)},t}(E.a.Component);$.propTypes=J,$.defaultProps={closeLabel:"Close",closeButton:!1},$.contextTypes=Z;var ee=Object(B.a)("modal-header",$),te={componentClass:I.a},ne=function(e){function t(){return e.apply(this,arguments)||this}return Object(i.a)(t,e),t.prototype.render=function(){var e=this.props,t=e.componentClass,n=e.className,r=Object(o.a)(e,["componentClass","className"]),i=Object(B.f)(r),a=i[0],u=i[1],_=Object(B.d)(a);return E.a.createElement(t,Object(s.a)({},u,{className:c()(n,_)}))},t}(E.a.Component);ne.propTypes=te,ne.defaultProps={componentClass:"h4"};var re=Object(B.a)("modal-title",ne),oe=n("LR/J"),ie=n.n(oe);var ae=Object(s.a)({},D.a.propTypes,N.propTypes,{backdrop:v.a.oneOf(["static",!0,!1]),backdropClassName:v.a.string,keyboard:v.a.bool,animation:v.a.bool,dialogComponentClass:I.a,autoFocus:v.a.bool,enforceFocus:v.a.bool,restoreFocus:v.a.bool,show:v.a.bool,onHide:v.a.func,onEnter:v.a.func,onEntering:v.a.func,onEntered:v.a.func,onExit:v.a.func,onExiting:v.a.func,onExited:v.a.func,container:D.a.propTypes.container}),se=Object(s.a)({},D.a.defaultProps,{animation:!0,dialogComponentClass:N}),ue={$bs_modal:v.a.shape({onHide:v.a.func})};function ce(e){return E.a.createElement(x,Object(s.a)({},e,{timeout:le.TRANSITION_DURATION}))}function _e(e){return E.a.createElement(x,Object(s.a)({},e,{timeout:le.BACKDROP_TRANSITION_DURATION}))}var le=function(e){function t(t,n){var r;return(r=e.call(this,t,n)||this).handleEntering=r.handleEntering.bind(Object(a.a)(Object(a.a)(r))),r.handleExited=r.handleExited.bind(Object(a.a)(Object(a.a)(r))),r.handleWindowResize=r.handleWindowResize.bind(Object(a.a)(Object(a.a)(r))),r.handleDialogClick=r.handleDialogClick.bind(Object(a.a)(Object(a.a)(r))),r.setModalRef=r.setModalRef.bind(Object(a.a)(Object(a.a)(r))),r.state={style:{}},r}Object(i.a)(t,e);var n=t.prototype;return n.getChildContext=function(){return{$bs_modal:{onHide:this.props.onHide}}},n.componentWillUnmount=function(){this.handleExited()},n.setModalRef=function(e){this._modal=e},n.handleDialogClick=function(e){e.target===e.currentTarget&&this.props.onHide()},n.handleEntering=function(){l.a.on(window,"resize",this.handleWindowResize),this.updateStyle()},n.handleExited=function(){l.a.off(window,"resize",this.handleWindowResize)},n.handleWindowResize=function(){this.updateStyle()},n.updateStyle=function(){if(h.a){var e=this._modal.getDialogElement(),t=e.scrollHeight,n=d()(e),r=C()(M.a.findDOMNode(this.props.container||n.body)),o=t>n.documentElement.clientHeight;this.setState({style:{paddingRight:r&&!o?y()():void 0,paddingLeft:!r&&o?y()():void 0}})}},n.render=function(){var e=this.props,t=e.backdrop,n=e.backdropClassName,r=e.animation,i=e.show,a=e.dialogComponentClass,u=e.className,_=e.style,l=e.children,p=e.onEntering,d=e.onExited,f=Object(o.a)(e,["backdrop","backdropClassName","animation","show","dialogComponentClass","className","style","children","onEntering","onExited"]),h=function(e,t){var n=t.propTypes,r={},o={};return ie()(e).forEach(function(e){var t=e[0],i=e[1];n[t]?r[t]=i:o[t]=i}),[r,o]}(f,D.a),m=h[0],y=h[1],g=i&&!r&&"in";return E.a.createElement(D.a,Object(s.a)({},m,{ref:this.setModalRef,show:i,containerClassName:Object(B.e)(f,"open"),transition:r?ce:void 0,backdrop:t,backdropTransition:r?_e:void 0,backdropClassName:c()(Object(B.e)(f,"backdrop"),n,g),onEntering:Object(G.a)(p,this.handleEntering),onExited:Object(G.a)(d,this.handleExited)}),E.a.createElement(a,Object(s.a)({},y,{style:Object(s.a)({},this.state.style,_),className:c()(u,g),onClick:!0===t?this.handleDialogClick:null}),l))},t}(E.a.Component);le.propTypes=ae,le.defaultProps=se,le.childContextTypes=ue,le.Body=q,le.Header=ee,le.Title=re,le.Footer=Q,le.Dialog=N,le.TRANSITION_DURATION=300,le.BACKDROP_TRANSITION_DURATION=150;t.a=Object(B.a)("modal",Object(B.b)([z.c.LARGE,z.c.SMALL],le))},fyDq:function(e,t,n){var r=n("hswa").f,o=n("aagx"),i=n("K0xU")("toStringTag");e.exports=function(e,t,n){e&&!o(e=n?e:e.prototype,i)&&r(e,i,{configurable:!0,value:t})}},fyVe:function(e,t,n){var r=n("XKFU"),o=n("1sa7"),i=Math.sqrt,a=Math.acosh;r(r.S+r.F*!(a&&710==Math.floor(a(Number.MAX_VALUE))&&a(1/0)==1/0),"Math",{acosh:function(e){return(e=+e)<1?NaN:e>94906265.62425156?Math.log(e)+Math.LN2:o(e-1+i(e-1)*i(e+1))}})},g2s3:function(e,t,n){"use strict";(function(e,r){n.d(t,"a",function(){return p});var o,i,a,s=n("fvjX"),u=n("sINF"),c=n("o/Ad"),_=n("gyEF"),l=n("Igns");n("qzpG");function p(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=[Object(s.applyMiddleware)(u.a),Object(s.applyMiddleware)(Object(l.a)()),Object(s.applyMiddleware)(Object(_.loadingBarMiddleware)())];return r.env.CLIENT,Object(s.createStore)(c.a,e,s.compose.apply(void 0,t))}(o=n("0cfB").enterModule)&&o(e),i=n("0cfB").default,a=n("0cfB").leaveModule,i&&(i.register(p,"configureStore","/mnt/d/pm2/lgh-quizz-pc/client/store.js"),a(e))}).call(this,n("3UD+")(e),n("8oxB"))},g2sE:function(module,__webpack_exports__,__webpack_require__){"use strict";(function(module){var react__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("q1tI"),react__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__),enterModule;function _typeof(e){return(_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function _classCallCheck(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function _defineProperties(e,t){for(var n=0;no?(Array.isArray(e)?(s=i(s,e),a=e.slice()):a=Object.assign({},e),a[s]=r(void 0!==e[s]?e[s]:{},t,n,o+1),a):"function"==typeof n?n(e):n};return r(e,t,n,0)}function o(e,t,n){t="number"==typeof t?a(t.toString()):"string"==typeof t?a(t):t;for(var r=0;r0&&r[n-1];return o&&/(?:^|[^\\])\\$/.test(o)?(e.pop(),e.push(o.slice(0,-1)+"."+t)):e.push(t),e},[])}e.exports={set:r,get:o,delete:function(e,t){t="number"==typeof t?a(t.toString()):"string"==typeof t?a(t):t;var n=function(e,t,r){var o,a=t[r];return"object"!=typeof e||!Array.isArray(e)&&void 0===e[a]?e:t.length-1>r?(Array.isArray(e)?(a=i(a,e),o=e.slice()):o=Object.assign({},e),o[a]=n(e[a],t,r+1),o):(Array.isArray(e)?(a=i(a,e),o=[].concat(e.slice(0,a),e.slice(a+1))):delete(o=Object.assign({},e))[a],o)};return n(e,t,0)},toggle:function(e,t){var n=o(e,t);return r(e,t,!Boolean(n))},merge:function(e,t,n){var i=o(e,t);return"object"!=typeof i?void 0===i?r(e,t,n):e:Array.isArray(i)?r(e,t,i.concat(n)):r(e,t,null===i?n:Object.assign({},i,n))}}},gLnf:function(e,t,n){"use strict";e.exports=n("SikT")},gWyM:function(e,t,n){},gYcd:function(e,t,n){"use strict";t.__esModule=!0;var r=c(n("QbLZ")),o=c(n("jo6Y")),i=c(n("FyfS")),a=c(n("5qYI"));t.default=function(e){var t=(0,o.default)(e,[]);return s.default.createElement(u.default,(0,r.default)({},t,{nodeType:"Iterable",nodeTypeIndicator:"()",createItemString:_}))};var s=c(n("q1tI")),u=c(n("X834"));function c(e){return e&&e.__esModule?e:{default:e}}function _(e,t){var n=0,r=!1;if((0,a.default)(e.size))n=e.size;else{var o=e,s=Array.isArray(o),u=0;for(o=s?o:(0,i.default)(o);;){if(s){if(u>=o.length)break;o[u++]}else{if((u=o.next()).done)break;u.value}if(t&&n+1>t){r=!0;break}n+=1}}return(r?">":"")+n+" "+(1!==n?"entries":"entry")}},gZRO:function(e,t,n){"use strict";(function(e){var r,o=n("xZVr");(r=n("XsMp").enterModule)&&r(e);var i,a,s=function(e){return"undefined"!==e&&null!==e},u=[{status:["init","dropOut","dropIn"],nextAction:o.b.IS_DRAGGING,getNextProps:function(e){return{status:"isDragging",srcItem:e.srcItem,shouldUpdate:!0}}},{status:["isDragging"],nextAction:o.b.DROP_OUT,getNextProps:function(e){return{status:"init",shouldUpdate:!0}}},{status:["isDragging"],nextAction:o.b.IN_OVER,getNextProps:function(e){return{status:"canDrop",shouldUpdate:!0}}},{status:["canDrop"],nextAction:o.b.OUT_OVER,getNextProps:function(e){return{status:"isDragging",shouldUpdate:!0}}},{status:["canDrop"],nextAction:o.b.DROP_IN,getNextProps:function(e){return{status:"init",shouldUpdate:!0}}},{status:["dropIn","dropOut"],action:o.b.RESET,getNextProps:function(e){return{shouldUpdate:!1,status:"init"}}}],c=u;t.a=c,i=n("XsMp").default,a=n("XsMp").leaveModule,i&&(i.register(s,"isExistObj","/mnt/d/pm2/lgh-quizz-pc/lib/react_event_connector/src/event_source/dnd/state-machine/dropStates.js"),i.register(u,"dropStates","/mnt/d/pm2/lgh-quizz-pc/lib/react_event_connector/src/event_source/dnd/state-machine/dropStates.js"),i.register(c,"default","/mnt/d/pm2/lgh-quizz-pc/lib/react_event_connector/src/event_source/dnd/state-machine/dropStates.js"),a(e))}).call(this,n("3UD+")(e))},ga9N:function(e,t,n){"use strict";n.d(t,"c",function(){return r}),n.d(t,"b",function(){return o}),n.d(t,"a",function(){return i}),n.d(t,"d",function(){return a}),n.d(t,"e",function(){return s});var r={LARGE:"large",SMALL:"small",XSMALL:"xsmall"},o={large:"lg",medium:"md",small:"sm",xsmall:"xs",lg:"lg",md:"md",sm:"sm",xs:"xs"},i=["lg","md","sm","xs"],a={SUCCESS:"success",WARNING:"warning",DANGER:"danger",INFO:"info"},s={DEFAULT:"default",PRIMARY:"primary",LINK:"link",INVERSE:"inverse"}},gfFt:function(e,t,n){},gfqG:function(e,t,n){"use strict";(function(e){var r,o=n("q1tI"),i=n.n(o),a=n("dtw8"),s=n("by9x"),u=n.n(s);function c(e){var t=e.itemList;return i.a.createElement("div",{className:"header-nav-sub-menu ".concat(u.a.subMenu)},i.a.createElement("ul",{className:u.a.subMenuList},t.map(function(e){return i.a.createElement("li",{key:e.text,className:u.a.subMenuListItem},i.a.createElement(a.a,{to:e.link},e.text))})))}(r=n("0cfB").enterModule)&&r(e),c.defaultProps={itemList:[{link:"/link1.html",text:"Item 1"},{link:"/link2.html",text:"Item 2"},{link:"/link3.html",text:"Item 4"}]};var _,l,p=c;t.a=p,_=n("0cfB").default,l=n("0cfB").leaveModule,_&&(_.register(c,"SubMenu","/mnt/d/pm2/lgh-quizz-pc/client/modules/App/components/Menu/components/SubMenu/index.js"),_.register(p,"default","/mnt/d/pm2/lgh-quizz-pc/client/modules/App/components/Menu/components/SubMenu/index.js"),l(e))}).call(this,n("3UD+")(e))},gnAT:function(module,__webpack_exports__,__webpack_require__){"use strict";(function(module){__webpack_require__.d(__webpack_exports__,"a",function(){return decorateSourceSide});var react__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("q1tI"),react__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__),prop_types__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("wP27"),prop_types__WEBPACK_IMPORTED_MODULE_1___default=__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_1__),hoist_non_react_statics__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("MTU0"),hoist_non_react_statics__WEBPACK_IMPORTED_MODULE_2___default=__webpack_require__.n(hoist_non_react_statics__WEBPACK_IMPORTED_MODULE_2__),enterModule;function _typeof(e){return(_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function _extends(){return(_extends=Object.assign||function(e){for(var t=1;t0?i.default.createElement(a.default,{theme:this.props.theme,invertTheme:!1,keyPath:["action"],data:e,shouldExpandNode:this.shouldExpandNode}):"")},t.prototype.shouldExpandNode=function(e,t,n){return this.props.expandActionRoot&&0===n},t.prototype.render=function(){var e=this.props.action,t=e.type,n=function(e,t){var n={};for(var r in e)t.indexOf(r)>=0||Object.prototype.hasOwnProperty.call(e,r)&&(n[r]=e[r]);return n}(e,["type"]);return i.default.createElement("div",{style:r({backgroundColor:this.props.theme.base02,color:this.props.theme.base06},this.props.style)},i.default.createElement("div",{style:u.actionBar,onClick:this.props.onClick},null!==t&&t.toString()),this.props.collapsed?"":this.renderPayload(n))},t}(o.Component);t.default=c},hDam:function(e,t){e.exports=function(){}},hEkN:function(e,t,n){"use strict";n("OGtf")("anchor",function(e){return function(t){return e(this,"a","name",t)}})},"hFT/":function(e,t){t.__esModule=!0;t.ATTRIBUTE_NAMES={BODY:"bodyAttributes",HTML:"htmlAttributes",TITLE:"titleAttributes"};var n=t.TAG_NAMES={BASE:"base",BODY:"body",HEAD:"head",HTML:"html",LINK:"link",META:"meta",NOSCRIPT:"noscript",SCRIPT:"script",STYLE:"style",TITLE:"title"},r=(t.VALID_TAG_NAMES=Object.keys(n).map(function(e){return n[e]}),t.TAG_PROPERTIES={CHARSET:"charset",CSS_TEXT:"cssText",HREF:"href",HTTPEQUIV:"http-equiv",INNER_HTML:"innerHTML",ITEM_PROP:"itemprop",NAME:"name",PROPERTY:"property",REL:"rel",SRC:"src"},t.REACT_TAG_MAP={accesskey:"accessKey",charset:"charSet",class:"className",contenteditable:"contentEditable",contextmenu:"contextMenu","http-equiv":"httpEquiv",itemprop:"itemProp",tabindex:"tabIndex"});t.HELMET_PROPS={DEFAULT_TITLE:"defaultTitle",DEFER:"defer",ENCODE_SPECIAL_CHARACTERS:"encodeSpecialCharacters",ON_CHANGE_CLIENT_STATE:"onChangeClientState",TITLE_TEMPLATE:"titleTemplate"},t.HTML_TAG_MAP=Object.keys(r).reduce(function(e,t){return e[r[t]]=t,e},{}),t.SELF_CLOSING_TAGS=[n.NOSCRIPT,n.SCRIPT,n.STYLE],t.HELMET_ATTRIBUTE="data-react-helmet"},hHhE:function(e,t,n){var r=n("XKFU");r(r.S,"Object",{create:n("Kuth")})},hJi4:function(module,__webpack_exports__,__webpack_require__){"use strict";(function(module){__webpack_require__.d(__webpack_exports__,"a",function(){return decorateHandler});var react__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("q1tI"),react__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__),prop_types__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("hH/a"),prop_types__WEBPACK_IMPORTED_MODULE_1___default=__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_1__),disposables__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("Oiuu"),disposables__WEBPACK_IMPORTED_MODULE_2___default=__webpack_require__.n(disposables__WEBPACK_IMPORTED_MODULE_2__),lodash_isPlainObject__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__("YO3V"),lodash_isPlainObject__WEBPACK_IMPORTED_MODULE_3___default=__webpack_require__.n(lodash_isPlainObject__WEBPACK_IMPORTED_MODULE_3__),invariant__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__("jiGI"),invariant__WEBPACK_IMPORTED_MODULE_4___default=__webpack_require__.n(invariant__WEBPACK_IMPORTED_MODULE_4__),hoist_non_react_statics__WEBPACK_IMPORTED_MODULE_5__=__webpack_require__("9i89"),hoist_non_react_statics__WEBPACK_IMPORTED_MODULE_5___default=__webpack_require__.n(hoist_non_react_statics__WEBPACK_IMPORTED_MODULE_5__),_utils_shallowEqual__WEBPACK_IMPORTED_MODULE_6__=__webpack_require__("YRjJ"),_utils_shallowEqualScalar__WEBPACK_IMPORTED_MODULE_7__=__webpack_require__("qTly"),enterModule;function _typeof(e){return(_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function _extends(){return(_extends=Object.assign||function(e){for(var t=1;t0?Math.floor:Math.ceil)(e)}})},hMxQ:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){var r=Object.defineProperty&&Object.getOwnPropertyDescriptor?Object.getOwnPropertyDescriptor(e,n):{};r.get||r.set?Object.defineProperty(t,n,r):t[n]=e[n]}return t.default=e,t}(n("q1tI")),o=c(n("17x9")),i=c(n("TSYQ")),a=c(n("yYbo")),s=c(n("4CB2")),u=n("V0OR");function c(e){return e&&e.__esModule?e:{default:e}}function _(e){return(_="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function l(){return(l=Object.assign||function(e){for(var t=1;t0&&document.getElementsByClassName("toastr-control")[0].focus()},50)}},{key:"handlePressEnterOrSpaceKeyCloseButton",value:function(e){" "!==e.key&&"enter"!==e.key||this.handleClickCloseButton(e)}},{key:"renderSubComponent",value:function(){var e=this,t=this.props.item,n=t.id,o=t.options,i=function(){return e.props.remove(n)};return(0,r.isValidElement)(o.component)?r.default.cloneElement(o.component,{remove:i}):r.default.createElement(o.component,{remove:i})}},{key:"renderIcon",value:function(){var e=this.props.item,t=e.type,n=e.options;if((0,r.isValidElement)(n.icon))return r.default.cloneElement(n.icon);var o="light"===t?n.icon:t;return r.default.createElement(s.default,{name:o})}},{key:"renderCloseButton",value:function(){var e=this;return r.default.createElement("button",{tabIndex:"0",type:"button",className:"close-toastr toastr-control","aria-label":"toast",onClick:this.handleClickCloseButton,ref:function(t){return e.closeButton=t}},"✕")}},{key:"renderToastr",value:function(){var e=this.props.item,t=e.type,n=e.options,o=e.message,s=e.title;return r.default.createElement("div",null,r.default.createElement("div",{className:"rrt-left-container"},r.default.createElement("div",{className:"rrt-holder"},this.renderIcon())),n.status&&"light"===t&&r.default.createElement("div",{className:(0,i.default)("toastr-status",n.status)}),r.default.createElement("div",{className:"rrt-middle-container",role:"alertdialog","aria-labelledby":"dialogTitle-".concat(this.id),"aria-describedby":"dialogDesc-".concat(this.id)},s&&r.default.createElement("div",{id:"dialogTitle-".concat(this.id),className:"rrt-title"},s),o&&r.default.createElement("div",{id:"dialogDesc-".concat(this.id),className:"rrt-text"},o),n.component&&this.renderSubComponent()),r.default.createElement("div",{className:"rrt-right-container"},n.showCloseButton&&this.renderCloseButton()),this.state.progressBar?r.default.createElement(a.default,this.state.progressBar):null)}},{key:"renderMessage",value:function(){var e=this.props.item,t=e.title,n=e.message,o=e.options;return r.default.createElement("div",null,r.default.createElement("div",{className:"rrt-title"},t,this.renderCloseButton()),r.default.createElement("div",{className:"rrt-text"},n,o.component&&this.renderSubComponent()))}},{key:"toastr",value:function(){return"message"===this.props.item.type?this.renderMessage():this.renderToastr()}},{key:"_getItemTimeOut",value:function(){var e=this.props.item.options.timeOut;return void 0===e&&(e=this.props.timeOut),e}},{key:"_onAnimationComplete",value:function(){var e=this.props,t=e.remove,n=e.item,r=n.options,o=n.id;this.isHiding||this.ignoreIsHiding?(this._setIsHiding(!1),this.ignoreIsHiding=!1,t(o),r.onHideComplete&&r.onHideComplete()):!this.isHiding&&r.onShowComplete&&r.onShowComplete()}},{key:"_removeToastr",value:function(){this.isHiding||(this._setIsHiding(!0),this._setTransition(!0),(0,u.onCSSTransitionEnd)(this.toastrBoxElement,this._onAnimationComplete))}},{key:"_setTransition",value:function(e){var t=this,n=e?this.transitionOut:this.transitionIn;this.toastrBoxElement&&((0,u.onCSSTransitionEnd)(this.toastrBoxElement,function(e){e&&e.target==t.toastrBoxElement&&t.toastrBoxElement.classList.remove(n)}),this.toastrBoxElement.classList.add(n))}},{key:"_clearTransition",value:function(){this.toastrBoxElement&&this.toastrBoxElement.classList.remove(this.transitionIn,this.transitionOut)}},{key:"_setIntervalId",value:function(e){this.intervalId=e}},{key:"_setIsHiding",value:function(e){this.isHiding=e}},{key:"_setShouldClose",value:function(e){this.shouldClose=e}},{key:"render",value:function(){var e=this,t=this.props.item,n=t.options,o=t.type,a=n.onToastrClick,s=n.closeOnToastrClick,u={};return(!!a||s)&&(u.role="button",u.tabIndex=0,u.onClick=this.handleClickToastr,u.onKeyPress=this.handlePressEnterOrSpaceKeyToastr),r.default.createElement("div",l({ref:function(t){return e.toastrBoxElement=t},className:(0,i.default)("toastr","animated","rrt-"+o,n.className),onMouseEnter:this.mouseEnter,onMouseLeave:this.mouseLeave},u),this.toastr())}}])&&p(n.prototype,o),c&&p(n,c),t}();t.default=y,m(y,"displayName","ToastrBox"),m(y,"propTypes",{item:o.default.shape({options:o.default.shape({transitionIn:o.default.string,transitionOut:o.default.string})})})},hOtR:function(e,t){e.exports=Array.isArray||function(e){return null!=e&&e.length>=0&&"[object Array]"===Object.prototype.toString.call(e)}},hPIQ:function(e,t){e.exports={}},hS7z:function(module,__webpack_exports__,__webpack_require__){"use strict";(function(module){var react__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("q1tI"),react__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__),react_redux__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("Vg22"),react_redux__WEBPACK_IMPORTED_MODULE_1___default=__webpack_require__.n(react_redux__WEBPACK_IMPORTED_MODULE_1__),react_router__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("dtw8"),_util_localStoreService__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__("Cd0i"),enterModule;function _typeof(e){return(_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function _classCallCheck(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function _defineProperties(e,t){for(var n=0;n0?this.children[this.children.length-1]:null},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"childNodes",{get:function(){return this.children},set:function(e){this.children=e},enumerable:!1,configurable:!0}),t}(u);t.NodeWithChildren=d;var f=function(e){function t(t){return e.call(this,a.ElementType.Root,t)||this}return o(t,e),t}(d);t.Document=f;var h=function(e){function t(t,n,r,o){void 0===r&&(r=[]),void 0===o&&(o="script"===t?a.ElementType.Script:"style"===t?a.ElementType.Style:a.ElementType.Tag);var i=e.call(this,o,r)||this;return i.name=t,i.attribs=n,i}return o(t,e),Object.defineProperty(t.prototype,"tagName",{get:function(){return this.name},set:function(e){this.name=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"attributes",{get:function(){var e=this;return Object.keys(this.attribs).map(function(t){var n,r;return{name:t,value:e.attribs[t],namespace:null===(n=e["x-attribsNamespace"])||void 0===n?void 0:n[t],prefix:null===(r=e["x-attribsPrefix"])||void 0===r?void 0:r[t]}})},enumerable:!1,configurable:!0}),t}(d);function m(e){return(0,a.isTag)(e)}function y(e){return e.type===a.ElementType.CDATA}function g(e){return e.type===a.ElementType.Text}function E(e){return e.type===a.ElementType.Comment}function b(e){return e.type===a.ElementType.Directive}function v(e){return e.type===a.ElementType.Root}function O(e,t){var n;if(void 0===t&&(t=!1),g(e))n=new _(e.data);else if(E(e))n=new l(e.data);else if(m(e)){var r=t?M(e.children):[],o=new h(e.name,i({},e.attribs),r);r.forEach(function(e){return e.parent=o}),e["x-attribsNamespace"]&&(o["x-attribsNamespace"]=i({},e["x-attribsNamespace"])),e["x-attribsPrefix"]&&(o["x-attribsPrefix"]=i({},e["x-attribsPrefix"])),n=o}else if(y(e)){r=t?M(e.children):[];var s=new d(a.ElementType.CDATA,r);r.forEach(function(e){return e.parent=s}),n=s}else if(v(e)){r=t?M(e.children):[];var u=new f(r);r.forEach(function(e){return e.parent=u}),e["x-mode"]&&(u["x-mode"]=e["x-mode"]),n=u}else{if(!b(e))throw new Error("Not implemented yet: "+e.type);var c=new p(e.name,e.data);null!=e["x-name"]&&(c["x-name"]=e["x-name"],c["x-publicId"]=e["x-publicId"],c["x-systemId"]=e["x-systemId"]),n=c}return n.startIndex=e.startIndex,n.endIndex=e.endIndex,n}function M(e){for(var t=e.map(function(e){return O(e,!0)}),n=1;n=0||(i[n]=e[n]);return i}},hlLl:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.getElementsByTagType=t.getElementsByTagName=t.getElementById=t.getElements=t.testElement=void 0;var r=n("tk//"),o=n("7Prg"),i={tag_name:function(e){return"function"==typeof e?function(t){return(0,r.isTag)(t)&&e(t.name)}:"*"===e?r.isTag:function(t){return(0,r.isTag)(t)&&t.name===e}},tag_type:function(e){return"function"==typeof e?function(t){return e(t.type)}:function(t){return t.type===e}},tag_contains:function(e){return"function"==typeof e?function(t){return(0,r.isText)(t)&&e(t.data)}:function(t){return(0,r.isText)(t)&&t.data===e}}};function a(e,t){return"function"==typeof t?function(n){return(0,r.isTag)(n)&&t(n.attribs[e])}:function(n){return(0,r.isTag)(n)&&n.attribs[e]===t}}function s(e,t){return function(n){return e(n)||t(n)}}function u(e){var t=Object.keys(e).map(function(t){var n=e[t];return Object.prototype.hasOwnProperty.call(i,t)?i[t](n):a(t,n)});return 0===t.length?null:t.reduce(s)}t.testElement=function(e,t){var n=u(e);return!n||n(t)},t.getElements=function(e,t,n,r){void 0===r&&(r=1/0);var i=u(e);return i?(0,o.filter)(i,t,n,r):[]},t.getElementById=function(e,t,n){return void 0===n&&(n=!0),Array.isArray(t)||(t=[t]),(0,o.findOne)(a("id",e),t,n)},t.getElementsByTagName=function(e,t,n,r){return void 0===n&&(n=!0),void 0===r&&(r=1/0),(0,o.filter)(i.tag_name(e),t,n,r)},t.getElementsByTagType=function(e,t,n,r){return void 0===n&&(n=!0),void 0===r&&(r=1/0),(0,o.filter)(i.tag_type(e),t,n,r)}},ho4L:function(e,t,n){"use strict";t.__esModule=!0;var r,o=n("TPYg"),i=(r=o)&&r.__esModule?r:{default:r},a=function(){function e(){for(var t=arguments.length,n=Array(t),r=0;r1&&void 0!==arguments[1]?arguments[1]:{}).handlerIds,this.store.getState().stateId;return this.store.subscribe(function(){var n=t.store.getState().stateId;try{e()}finally{n}})}},{key:"canDragSource",value:function(e){var t=this.registry.getSource(e);return invariant__WEBPACK_IMPORTED_MODULE_0___default()(t,"Expected to find a valid source."),!this.isDragging()&&t.canDrag(this,e)}},{key:"isChoosing",value:function(){return Boolean(this.getItemType())}},{key:"isChooseSource",value:function(e){var t=this.registry.getSource(e,!0);return!!this.isChoosing()&&(this.registry.getSourceType(e)===this.getItemType()&&t.isChoosing(this,e))}},{key:"getSourceId",value:function(){return this.store.getState().chooseOperation.sourceId}},{key:"getItem",value:function(){return this.store.getState().chooseOperation.item}},{key:"getItemType",value:function(){return this.store.getState().chooseOperation.itemType}},{key:"getCounter",value:function(){return this.store.getState().chooseOperation.counter}},{key:"__reactstandin__regenerateByEval",value:function __reactstandin__regenerateByEval(key,code){this[key]=eval(code)}}]),DragDropMonitor}(),reactHotLoader,leaveModule;reactHotLoader=__webpack_require__("+MRw").default,leaveModule=__webpack_require__("+MRw").leaveModule,reactHotLoader&&(reactHotLoader.register(DragDropMonitor,"DragDropMonitor","/mnt/d/pm2/lgh-quizz-pc/lib/choice_core/src/ChooseMonitor.js"),leaveModule(module))}).call(this,__webpack_require__("3UD+")(module))},iCc5:function(e,t,n){"use strict";t.__esModule=!0,t.default=function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}},iMoV:function(e,t,n){var r=n("hswa"),o=n("XKFU"),i=n("y3w9"),a=n("apmT");o(o.S+o.F*n("eeVq")(function(){Reflect.defineProperty(r.f({},1,{value:1}),1,{value:2})}),"Reflect",{defineProperty:function(e,t,n){i(e),t=a(t,!0),i(n);try{return r.f(e,t,n),!0}catch(e){return!1}}})},iTqf:function(module,__webpack_exports__,__webpack_require__){"use strict";(function(module){var react__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("q1tI"),react__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__),jquery__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("xeH2"),jquery__WEBPACK_IMPORTED_MODULE_1___default=__webpack_require__.n(jquery__WEBPACK_IMPORTED_MODULE_1__),enterModule;function _typeof(e){return(_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function _classCallCheck(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function _defineProperties(e,t){for(var n=0;n-1:!!_&&r(e,t,n)>-1}},ilze:function(e,t,n){var r=n("XKFU");r(r.S,"Math",{umulh:function(e,t){var n=+e,r=+t,o=65535&n,i=65535&r,a=n>>>16,s=r>>>16,u=(a*i>>>0)+(o*i>>>16);return a*s+(u>>>16)+((o*s>>>0)+(65535&u)>>>16)}})},ioFf:function(e,t,n){"use strict";var r=n("dyZX"),o=n("aagx"),i=n("nh4g"),a=n("XKFU"),s=n("KroJ"),u=n("Z6vF").KEY,c=n("eeVq"),_=n("VTer"),l=n("fyDq"),p=n("ylqs"),d=n("K0xU"),f=n("N8g3"),h=n("OnI7"),m=n("1MBn"),y=n("EWmC"),g=n("y3w9"),E=n("0/R4"),b=n("aCFj"),v=n("apmT"),O=n("RjD/"),M=n("Kuth"),P=n("e7yV"),D=n("EemH"),T=n("hswa"),C=n("DVgA"),w=D.f,I=T.f,A=P.f,k=r.Symbol,R=r.JSON,S=R&&R.stringify,L=d("_hidden"),x=d("toPrimitive"),B={}.propertyIsEnumerable,U=_("symbol-registry"),j=_("symbols"),q=_("op-symbols"),z=Object.prototype,K="function"==typeof k,W=r.QObject,N=!W||!W.prototype||!W.prototype.findChild,H=i&&c(function(){return 7!=M(I({},"a",{get:function(){return I(this,"a",{value:7}).a}})).a})?function(e,t,n){var r=w(z,t);r&&delete z[t],I(e,t,n),r&&e!==z&&I(z,t,r)}:I,F=function(e){var t=j[e]=M(k.prototype);return t._k=e,t},Q=K&&"symbol"==typeof k.iterator?function(e){return"symbol"==typeof e}:function(e){return e instanceof k},G=function(e,t,n){return e===z&&G(q,t,n),g(e),t=v(t,!0),g(n),o(j,t)?(n.enumerable?(o(e,L)&&e[L][t]&&(e[L][t]=!1),n=M(n,{enumerable:O(0,!1)})):(o(e,L)||I(e,L,O(1,{})),e[L][t]=!0),H(e,t,n)):I(e,t,n)},V=function(e,t){g(e);for(var n,r=m(t=b(t)),o=0,i=r.length;i>o;)G(e,n=r[o++],t[n]);return e},X=function(e){var t=B.call(this,e=v(e,!0));return!(this===z&&o(j,e)&&!o(q,e))&&(!(t||!o(this,e)||!o(j,e)||o(this,L)&&this[L][e])||t)},Y=function(e,t){if(e=b(e),t=v(t,!0),e!==z||!o(j,t)||o(q,t)){var n=w(e,t);return!n||!o(j,t)||o(e,L)&&e[L][t]||(n.enumerable=!0),n}},J=function(e){for(var t,n=A(b(e)),r=[],i=0;n.length>i;)o(j,t=n[i++])||t==L||t==u||r.push(t);return r},Z=function(e){for(var t,n=e===z,r=A(n?q:b(e)),i=[],a=0;r.length>a;)!o(j,t=r[a++])||n&&!o(z,t)||i.push(j[t]);return i};K||(s((k=function(){if(this instanceof k)throw TypeError("Symbol is not a constructor!");var e=p(arguments.length>0?arguments[0]:void 0),t=function(n){this===z&&t.call(q,n),o(this,L)&&o(this[L],e)&&(this[L][e]=!1),H(this,e,O(1,n))};return i&&N&&H(z,e,{configurable:!0,set:t}),F(e)}).prototype,"toString",function(){return this._k}),D.f=Y,T.f=G,n("kJMx").f=P.f=J,n("UqcF").f=X,n("JiEa").f=Z,i&&!n("LQAc")&&s(z,"propertyIsEnumerable",X,!0),f.f=function(e){return F(d(e))}),a(a.G+a.W+a.F*!K,{Symbol:k});for(var $="hasInstance,isConcatSpreadable,iterator,match,replace,search,species,split,toPrimitive,toStringTag,unscopables".split(","),ee=0;$.length>ee;)d($[ee++]);for(var te=C(d.store),ne=0;te.length>ne;)h(te[ne++]);a(a.S+a.F*!K,"Symbol",{for:function(e){return o(U,e+="")?U[e]:U[e]=k(e)},keyFor:function(e){if(!Q(e))throw TypeError(e+" is not a symbol!");for(var t in U)if(U[t]===e)return t},useSetter:function(){N=!0},useSimple:function(){N=!1}}),a(a.S+a.F*!K,"Object",{create:function(e,t){return void 0===t?M(e):V(M(e),t)},defineProperty:G,defineProperties:V,getOwnPropertyDescriptor:Y,getOwnPropertyNames:J,getOwnPropertySymbols:Z}),R&&a(a.S+a.F*(!K||c(function(){var e=k();return"[null]"!=S([e])||"{}"!=S({a:e})||"{}"!=S(Object(e))})),"JSON",{stringify:function(e){for(var t,n,r=[e],o=1;arguments.length>o;)r.push(arguments[o++]);if(n=t=r[1],(E(t)||void 0!==e)&&!Q(e))return y(t)||(t=function(e,t){if("function"==typeof n&&(t=n.call(this,e,t)),!Q(t))return t}),r[1]=t,S.apply(R,r)}}),k.prototype[x]||n("Mukb")(k.prototype,x,k.prototype.valueOf),l(k,"Symbol"),l(Math,"Math",!0),l(r.JSON,"JSON",!0)},iq4v:function(e,t,n){n("Mqbl"),e.exports=n("WEpk").Object.keys},iyzo:function(e,t,n){"use strict";function r(e,t){return{x:e.x+t.x,y:e.y+t.y}}function o(e,t){return{x:e.x-t.x,y:e.y-t.y}}Object.defineProperty(t,"__esModule",{value:!0}),t.add=r,t.subtract=o,t.getSourceClientOffset=function(e){var t=e.clientOffset,n=e.initialClientOffset,i=e.initialSourceClientOffset;return t&&n&&i?o(r(t,i),n):null},t.getDifferenceFromInitialOffset=function(e){var t=e.clientOffset,n=e.initialClientOffset;return t&&n?o(t,n):null}},j2DC:function(e,t,n){"use strict";var r=n("oVml"),o=n("rr1i"),i=n("RfKB"),a={};n("NegM")(a,n("UWiX")("iterator"),function(){return this}),e.exports=function(e,t,n){e.prototype=r(a,{next:o(1,n)}),i(e,t+" Iterator")}},jBYB:function(e,t,n){"use strict";var r=Math.round;t.default=function(e,t){var n=r((t=+t)-(e=+e)),o=r(n/1e3),i=r(o/60),a=r(i/60),s=r(a/24),u=r(s/7),c=400*s/146097,_=r(12*c),l=r(c);return{millisecond:n,second:o,"second-short":o,minute:i,"minute-short":i,hour:a,"hour-short":a,day:s,"day-short":s,week:u,"week-short":u,month:_,"month-short":_,year:l,"year-short":l}}},jI8V:function(e,t,n){"use strict";var r;Object.defineProperty(t,"__esModule",{value:!0}),t.Doctype=t.CDATA=t.Tag=t.Style=t.Script=t.Comment=t.Directive=t.Text=t.Root=t.isTag=t.ElementType=void 0,function(e){e.Root="root",e.Text="text",e.Directive="directive",e.Comment="comment",e.Script="script",e.Style="style",e.Tag="tag",e.CDATA="cdata",e.Doctype="doctype"}(r=t.ElementType||(t.ElementType={})),t.isTag=function(e){return e.type===r.Tag||e.type===r.Script||e.type===r.Style},t.Root=r.Root,t.Text=r.Text,t.Directive=r.Directive,t.Comment=r.Comment,t.Script=r.Script,t.Style=r.Style,t.Tag=r.Tag,t.CDATA=r.CDATA,t.Doctype=r.Doctype},jJdk:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){for(var n=[],r=2;r2&&void 0!==arguments[2]?arguments[2]:"",r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"",o=t.user_answer,i=this.state.files_upload;if(this.props.is_dgnl&&o&&(i=o.answer_image),e){try{i=_objectSpread({},n.quiz.answer.choice).answer_img}catch(e){i=[]}return this.props.is_dgnl&&o&&(i=o.answer_image),react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement("div",{className:"upload-box"},react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement(_UploadFiles__WEBPACK_IMPORTED_MODULE_10__.a,{updateFilesAnswer:this.updateFilesAnswer,initValue:i,_id:r}))}return react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement("div",{className:"upload-box",style:{background:"#a6e7fb",borderRadius:"6px"}},react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement("h4",null,react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement("b",null,"Câu trả lời của bạn: ")),react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement(_UploadFiles__WEBPACK_IMPORTED_MODULE_10__.a,{updateFilesAnswer:this.updateFilesAnswer,initValue:i,activeSelect:e,_id:r}))}},{key:"renderContentTiny",value:function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"",r=t.user_answer,o=this.state.text_essay;if(this.props.is_dgnl&&r&&(o=r.answer_text),e){if(0==this.state.editing)try{o=_objectSpread({},n.quiz.answer.choice).answer_text.toString()}catch(e){o=""}return this.props.is_dgnl&&r&&(o=r.answer_text),react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement("div",null,react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement(_tinymce_tinymce_react__WEBPACK_IMPORTED_MODULE_9__.a,{key:"tiny"+this.state._id,id:"tiny"+this.state._id,initialValue:o,init:{height:500,plugins:"link image code",toolbar:"undo redo | bold italic | alignleft aligncenter alignright | code"},onEditorChange:this.onChangeEditor}))}return react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement("div",{style:{border:"1px solid #ccc",padding:"10px",borderRadius:"6px",background:"#a6e7fb"}},react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement("h4",null,react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement("b",null,"Câu trả lời của bạn:")),react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement("div",{dangerouslySetInnerHTML:{__html:o}}))}},{key:"renderUploadMobile",value:function(){return react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement("div",{style:{color:"red"}},"Upload Mobile")}},{key:"render",value:function(){var e=this,t=this.props,n=t.question,r=t.question_index,o=t.diff_level,i=(t.dataPreview,t.question_state,t.activeSelect),a=(t.question_style,t.teacherOverView,t.items),s=(t.answer,t._id),u=[{id:1,tabTitle:"Viết bài",title:"Viết bài",content:this.renderContentTiny(i,n,a)},{id:2,tabTitle:"Tải file từ máy",title:"Tải file từ máy",content:this.renderUploader(i,n,a,s)}];if(void 0===n)return null;var c="";try{c=a.quiz.request_question?Object(_util_builHtmlFromArray__WEBPACK_IMPORTED_MODULE_2__.a)(a.quiz.request_question):""}catch(e){}var _=Object(_util_difficultDegreeCss__WEBPACK_IMPORTED_MODULE_3__.a)(o);return react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement("div",{id:"quiz-essay"},react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement("div",null,react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement("div",{className:"vn-tit-question"},this.props.label_index?react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement("strong",{className:"cl5 fl"},"Câu ",this.props.label_index," "):react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement("strong",{className:"cl5 fl"},"Câu ",r||"hỏi:"," "),react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement("span",{className:"clf pull-right ".concat(_.color)},_.text_level)),react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement("div",{className:"question-content",id:"question-content"},react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement("p",{style:{color:"red"}},"Đọc đề bài trong khung và thực hiện các yêu cầu "),react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement("div",{className:"content-quiz mg-top-10"},react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement(_util_dangerousHtml__WEBPACK_IMPORTED_MODULE_12__.a,{__html:Object(_util_builHtmlFromArray__WEBPACK_IMPORTED_MODULE_2__.a)(n.content)})),react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement("p",{style:{color:"red"}},"Yêu cầu"),c&&react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement("div",{className:"content-quiz mg-top-10"},react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement(_util_dangerousHtml__WEBPACK_IMPORTED_MODULE_12__.a,{__html:Object(_util_builHtmlFromArray__WEBPACK_IMPORTED_MODULE_2__.a)(a.quiz.request_question)}))),i&&react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement("div",{className:"essay-box"},react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement("div",{className:"bg-success",style:{border:"1px solid gray",padding:"10px",margin:"10px 0"}},react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement("p",null,"Hướng dẫn làm câu hỏi tự luận :"),react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement("p",null,'1. Lựa chọn một trong hai hình thức "Viết bài" hoặc "Tải file từ máy" để làm bài.'),react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement("p",null,'2. Bấm nút "Nộp bài tự luận" để gửi bài làm cho từng câu.'),react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement("p",null,'3. Chọn các ảnh định dạng ảnh "PNG" "JPG" "JPEG" để upload.'),react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement("p",null,"4. Kích thước ảnh tối đa 6MB.")),react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement("div",{className:"essay-tabs"},u.map(function(t,n){return react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement("p",{className:e.state.currentTab==t.id?"essay-tab-item active":"essay-tab-item",key:n,id:t.id,disabled:e.state.currentTab==="".concat(t.id),onClick:e.handleTabClick},t.tabTitle)})),react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement("div",{className:"content",style:{maxWidth:"100%"}},u.map(function(t,n){return react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement("div",{key:n},react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement("div",{style:e.state.currentTab=="".concat(t.id)?{display:"block"}:{display:"none"}},t.content))})),react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement("button",{className:"send-essay-btn",onClick:function(){return e.handleSubmitAnswerEssay()}},"Nộp bài tự luận")),!i&&n.user_answer&&1==n.user_answer.answer_essay_method&&this.renderContentTiny(i,n),!i&&n.user_answer&&2==n.user_answer.answer_essay_method&&this.renderUploader(i,n)))}},{key:"__reactstandin__regenerateByEval",value:function __reactstandin__regenerateByEval(key,code){this[key]=eval(code)}}]),EssayQuiz}(react__WEBPACK_IMPORTED_MODULE_1__.Component),_default=EssayQuiz,reactHotLoader,leaveModule;__webpack_exports__.a=_default,reactHotLoader=__webpack_require__("0cfB").default,leaveModule=__webpack_require__("0cfB").leaveModule,reactHotLoader&&(reactHotLoader.register(EssayQuiz,"EssayQuiz","/mnt/d/pm2/lgh-quizz-pc/lib/quiz_component/src/vungoi-component/Quiz/QuizType/Essay/EssayQuiz.js"),reactHotLoader.register(_default,"default","/mnt/d/pm2/lgh-quizz-pc/lib/quiz_component/src/vungoi-component/Quiz/QuizType/Essay/EssayQuiz.js"),leaveModule(module))}).call(this,__webpack_require__("3UD+")(module))},jVBP:function(e,t,n){"use strict";(function(e){n.d(t,"a",function(){return s});var r,o,i,a=n("EGMU");function s(e){var t,n,r,o;function i(){o&&(o(),o=null),t&&n&&(o=e.connectChooseSource(t,n,r))}return{receiveHandlerId:function(e){e!==t&&(t=e,i())},hooks:Object(a.a)({connectSource:function(e,t){e!==n&&(n=e,r=t,i())}})}}(r=n("Xug/").enterModule)&&r(e),o=n("Xug/").default,i=n("Xug/").leaveModule,o&&(o.register(s,"createSourceConnector","/mnt/d/pm2/lgh-quizz-pc/lib/cnc_core/src/source/createSourceConnector.js"),i(e))}).call(this,n("3UD+")(e))},jaca:function(module,__webpack_exports__,__webpack_require__){"use strict";(function(module){var lodash_get__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("mwIZ"),lodash_get__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(lodash_get__WEBPACK_IMPORTED_MODULE_0__),react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("q1tI"),react__WEBPACK_IMPORTED_MODULE_1___default=__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_1__),_Header_Quiz_Header_Quiz__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("0Peb"),_util_builHtmlFromArray__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__("I+pd"),_BoxChoice__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__("BuJF"),_util_dangerousHtml__WEBPACK_IMPORTED_MODULE_5__=__webpack_require__("R2C9"),enterModule;function _typeof(e){return(_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function _extends(){return(_extends=Object.assign||function(e){for(var t=1;t1?r-1:0),i=1;i1?r-1:0),i=1;i1?r-1:0),i=1;i1?r-1:0),i=1;i1?r-1:0),i=1;i2?n-2:0),s=2;s3?t-3:0),r=3;r1&&void 0!==arguments[1]?arguments[1]:{},u=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},c=i.defaultBase16,_=void 0===c?f:c,l=i.base16Themes,p=v(u,void 0===l?null:l);p&&(u=(0,o.default)({},p,u));var d=h.reduce(function(e,t){return e[t]=u[t]||_[t],e},{}),m=(0,a.default)(u).reduce(function(e,t){return-1===h.indexOf(t)?(e[t]=u[t],e):e},{}),y=e(d),b=g(m,y);return(0,s.default)(E,2).apply(void 0,[b].concat(n))},3),t.getBase16Theme=function(e,t){if(e&&e.extend&&(e=e.extend),"string"==typeof e){var n=e.split(":"),r=(0,i.default)(n,2),o=r[0],a=r[1];e=(t||{})[o]||u[o],"inverted"===a&&(e=b(e))}return e&&e.hasOwnProperty("base00")?e:void 0})},"jbM+":function(e,t,n){var r=n("R/W3");e.exports=function(e,t){return!(null==e||!e.length)&&r(e,t,0)>-1}},"jfS+":function(e,t,n){"use strict";var r=n("endd");function o(e){if("function"!=typeof e)throw new TypeError("executor must be a function.");var t;this.promise=new Promise(function(e){t=e});var n=this;e(function(e){n.reason||(n.reason=new r(e),t(n.reason))})}o.prototype.throwIfRequested=function(){if(this.reason)throw this.reason},o.source=function(){var e;return{token:new o(function(t){e=t}),cancel:e}},e.exports=o},jiGI:function(e,t,n){"use strict";e.exports=function(e,t,n,r,o,i,a,s){if(!e){var u;if(void 0===t)u=new Error("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{var c=[n,r,o,i,a,s],_=0;(u=new Error(t.replace(/%s/g,function(){return c[_++]}))).name="Invariant Violation"}throw u.framesToPop=1,u}}},jm62:function(e,t,n){var r=n("XKFU"),o=n("mQtv"),i=n("aCFj"),a=n("EemH"),s=n("8a7r");r(r.S,"Object",{getOwnPropertyDescriptors:function(e){for(var t,n,r=i(e),u=a.f,c=o(r),_={},l=0;c.length>l;)void 0!==(n=u(r,t=c[l++]))&&s(_,t,n);return _}})},jmDH:function(e,t,n){e.exports=!n("KUxP")(function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a})},jnKM:function(e,t,n){"use strict";(function(e){var r,o;function i(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}(o=n("0cfB").enterModule)&&o(e);var a,s,u={locale:"vi",messages:(r={siteTitle:"Vừng Ơi",addPost:"Add Post",switchLanguage:"Switch Language",twitterMessage:"We are on Twitter",by:"By",registerLink:"Register",registerTitle:"Register",login:"Đăng nhập",register:"Đăng kí",loginLink:"Login",loginTitle:"Login",logout:"Thoát",profileLink:"Profile",profileTitle:": Change your password",username:"Tên tài khoản",password:"Mật khẩu",newPassword:"New password",deletePost:"Delete Post",createNewPost:"Create new post",authorName:"Author's Name",postTitle:"Post Title",postContent:"Post Content",submit:"Submit",comment:"user {name} {value, plural,\n \t =0 {does not have any comments}\n \t =1 {has # comment}\n \t other {has # comments}\n \t}",HTMLComment:"user {name} {value, plural,\n \t =0 {does not have any comments}\n \t =1 {has # comment}\n \t other {has # comments}\n \t}",nestedDateComment:"user {name} {value, plural,\n \t =0 {does not have any comments}\n \t =1 {has # comment}\n \t other {has # comments}\n \t} as of {date}",tel:"Tel",hotline:"HotLine",registerAccount:"Đăng ký tài khoản",registerToday:"Đăng kí tài khoản ngay hôm nay để\n mở mang và nắm bắt kiến thức mới nhất !",confirmPassword:"Xác nhận mật khẩu",email:"Email",placeHolderUserName:"Nhập tên tài khoản từ 6-24 kí tự",placeHolderPassword:"",placeHolderEmail:"Nhập email để nhận thông báo và cập nhập đề thi",placeHolderCaptra:"Nhập mã xác thực"},i(r,"register","Đăng ký"),i(r,"note","Lưu ý"),i(r,"signInformationIsRequire","Thông tin có dấu (*) là bắt buộc"),i(r,"login","Đăng nhập"),i(r,"resetPassword","Reset lại mật khẩu"),i(r,"modulus","Số dư"),i(r,"personalInformation","Thông tin cá nhân"),i(r,"updateInformation","Cập nhật thông tin"),i(r,"lectureBought","Bài giảng đã mua"),i(r,"recharge","Nạp tiền"),i(r,"viewAll","Xem tất cả!"),i(r,"loginWithFb","Dùng tài khoản Facebook"),i(r,"why_learn","Tại sao học trên Vungoi.vn"),i(r,"why_learn_1","Luyện bài tập theo mức độ, có ngay đáp án và lời giải chi tiết."),i(r,"why_learn_2","Kho đề thi phong phú cập nhật đổi mới của bộ giáo dục."),i(r,"why_learn_3","Ôn tập hệ thống lý thuyết ngắn gọn, dễ hiểu, bám sát chương trình học."),i(r,"why_learn_4","Hỏi đáp với Thầy cô khi không hiểu một cách nhanh chóng."),i(r,"why_learn_5","Đánh giá năng lực, tìm ra điểm yếu và các giải pháp cải thiện."),i(r,"TEL","0247.300.0559"),i(r,"TIME","(Thời gian hỗ trợ từ 7h-22h)"),i(r,"Email","Email: hotrovungoi.vn@gmail.com"),i(r,"GOI_HOC_THEO_MON","Gói học theo môn {price}k"),i(r,"CHI_CON","chỉ còn {price}k"),i(r,"Content_Price",{Buy:"Mua ngay",PRICE:"HỌC PHÍ",why_learn:"Tại sao học trên Vungoi.vn",why_learn_1:"Luyện bài tập theo mức độ, có ngay đáp án và lời giải chi tiết.",why_learn_2:"Kho đề thi phong phú cập nhật đổi mới của bộ giáo dục.",why_learn_3:"Ôn tập hệ thống lý thuyết ngắn gọn, dễ hiểu, bám sát chương trình học.",why_learn_4:"Hỏi đáp với Thầy cô khi không hiểu một cách nhanh chóng.",why_learn_5:"Đánh giá năng lực, tìm ra điểm yếu và các giải pháp cải thiện.",TEL:"0247.300.0559",TIME:"(Thời gian hỗ trợ từ 7h-22h)",Email:"Email: hotrovungoi.vn@gmail.com",GOI_HOC_THEO_MON:"Gói học theo môn {price}k",CHI_CON:"chỉ còn {price}k",Center:"

- Học không giới hạn bài tập và lý thuyết của {strong, plural,\n =1 {{textA}}\n =0 {{textA}}\n }

\n

- Bài tập có phương pháp và lời giải chi tiết.

\n

- Hỏi đáp khi không hiểu bài.

\n

- Lưu và note lại những nội dung cần thiết của {strong, plural,\n =1 {{textB}}\n =0 {{textB}}\n }

\n

- Sử dụng trong 1 năm (365 ngày).

",listBuy:"Danh sách 100 bạn mới nhất đã mua được các khóa học với giá cực rẻ",subListBuy:"Còn chần chừ gì nữa, hãy đăng ký để được hưởng khuyến mãi!",nameMember:"Tên thành viên",buyPackage:"Gói học tập đã mua"}),r)};t.a=u,a=n("0cfB").default,s=n("0cfB").leaveModule,a&&(a.register(u,"default","/mnt/d/pm2/lgh-quizz-pc/Intl/localizationData/vi.js"),s(e))}).call(this,n("3UD+")(e))},jo6Y:function(e,t,n){"use strict";t.__esModule=!0,t.default=function(e,t){var n={};for(var r in e)t.indexOf(r)>=0||Object.prototype.hasOwnProperty.call(e,r)&&(n[r]=e[r]);return n}},jpPY:function(e,t,n){var r=n("3qhi");"string"==typeof r&&(r=[[e.i,r,""]]);var o={hmr:!0,transform:void 0,insertInto:void 0};n("aET+")(r,o);r.locals&&(e.exports=r.locals)},jqX0:function(e,t,n){var r=n("XKFU"),o=n("jtBr");r(r.P+r.F*(Date.prototype.toISOString!==o),"Date",{toISOString:o})},jqy1:function(e,t,n){var r=n("ql53"),o=n("wL4+"),i=n("GTUs"),a={lowerCaseAttributeNames:!1};function s(e,t){if("string"!=typeof e)throw new TypeError("First argument must be a string");return""===e?[]:r(i(e,(t=t||{}).htmlparser2||a),t)}s.domToReact=r,s.htmlToDOM=i,s.attributesToProps=o,s.Element=n("c0dF").Element,e.exports=s,e.exports.default=s},jtBr:function(e,t,n){"use strict";var r=n("eeVq"),o=Date.prototype.getTime,i=Date.prototype.toISOString,a=function(e){return e>9?e:"0"+e};e.exports=r(function(){return"0385-07-25T07:06:39.999Z"!=i.call(new Date(-5e13-1))})||!r(function(){i.call(new Date(NaN))})?function(){if(!isFinite(o.call(this)))throw RangeError("Invalid time value");var e=this,t=e.getUTCFullYear(),n=e.getUTCMilliseconds(),r=t<0?"-":t>9999?"+":"";return r+("00000"+Math.abs(t)).slice(r?-6:-4)+"-"+a(e.getUTCMonth()+1)+"-"+a(e.getUTCDate())+"T"+a(e.getUTCHours())+":"+a(e.getUTCMinutes())+":"+a(e.getUTCSeconds())+"."+(n>99?n:"0"+a(n))+"Z"}:i},ju9h:function(e,t,n){"use strict";t.__esModule=!0,t.default={scheme:"chalk",author:"chris kempson (http://chriskempson.com)",base00:"#151515",base01:"#202020",base02:"#303030",base03:"#505050",base04:"#b0b0b0",base05:"#d0d0d0",base06:"#e0e0e0",base07:"#f5f5f5",base08:"#fb9fb1",base09:"#eda987",base0A:"#ddb26f",base0B:"#acc267",base0C:"#12cfc0",base0D:"#6fc2ef",base0E:"#e1a3ee",base0F:"#deaf8f"},e.exports=t.default},juv8:function(e,t,n){var r=n("MrPd"),o=n("hypo");e.exports=function(e,t,n,i){var a=!n;n||(n={});for(var s=-1,u=t.length;++ss||n!=n?c*(1/0):c*n}},kekF:function(e,t){e.exports=function(e,t){return function(n){return e(t(n))}}},kgSE:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n("dQBR");t.validateSourceContract=function(e){r("function"==typeof e.canDrag,"Expected canDrag to be a function."),r("function"==typeof e.beginDrag,"Expected beginDrag to be a function."),r("function"==typeof e.endDrag,"Expected endDrag to be a function.")},t.validateTargetContract=function(e){r("function"==typeof e.canDrop,"Expected canDrop to be a function."),r("function"==typeof e.hover,"Expected hover to be a function."),r("function"==typeof e.drop,"Expected beginDrag to be a function.")},t.validateType=function e(t,n){n&&Array.isArray(t)?t.forEach(function(t){return e(t,!1)}):r("string"==typeof t||"symbol"==typeof t,n?"Type can only be a string, a symbol, or an array of either.":"Type can only be a string or a symbol.")}},klM6:function(e,t,n){"use strict";(function(e){var r,o=n("mwIZ"),i=n.n(o),a=n("Puqe"),s=n.n(a),u=n("3OWR"),c=n.n(u),_=n("6qjq");function l(e){for(var t=1;t0&&void 0!==arguments[0]?arguments[0]:h,t=arguments.length>1?arguments[1]:void 0;arguments.length>2&&void 0!==arguments[2]&&arguments[2];switch(t.type){case _.o:case _.n:return l({},e);case _.i:return c()({},e,{items:t.payload.items,gradeType:t.payload.gradeType,is_loading:!1});case _.j:return l({},e,{is_loading:!0});case _.k:return l({},e,{is_loading:!1});case _.l:return l({},e,{status_login:"success",session:{isGuest:t.session.isGuest,token:t.session.token},userInfo:c()({},s()(t.session,["token","isGuest"]),{phone:t.session.phone?t.session.phone:"",school:t.session.school&&t.session.school.id?t.session.school:{id:""},remote:!0,role:t.session.role}),userCourse:t.session.userCourse?t.session.userCourse:[],savedBook:t.session.savedBook});case _.h:return l({},e);case _.m:return l({},e,{session:null,userInfo:null});case _.s:return l({},e,{data:t.user});case _.r:return l({},e);case _.p:return l({},e,{session:{isGuest:t.session.isGuest,token:t.session.token},savedBook:t.session.savedBook,userInfo:s()(t.session,["token","isGuest"]),grade:t.grade});case _.b:return l({},e,{grade:t.grade});case _.g:return l({},e,{data:t.user});case _.e:return l({},e,{provinces:t.provinces});case _.c:return l({},e,{districts:t.districts});case _.f:return l({},e,{schools:t.schools});case _.a:return l({},e,{userCourse:t.usercourse});case _.d:return l({},e,{userInfo:c()({},t.userInfo,{phone:t.userInfo.phone?t.userInfo.phone:"",school:t.userInfo.school&&t.userInfo.school.id?t.userInfo.school:{id:""},remote:!0}),userCourse:i()(t,"userInfo.userCourse",[])});case _.q:return l({},e,{savedBook:t.payload.data});default:return e}},y=function(e){return e.user.data},g=m;t.a=g,d=n("0cfB").default,f=n("0cfB").leaveModule,d&&(d.register(h,"initialState","/mnt/d/pm2/lgh-quizz-pc/client/modules/User/UserReducer.js"),d.register(m,"UserReducer","/mnt/d/pm2/lgh-quizz-pc/client/modules/User/UserReducer.js"),d.register(y,"getUser","/mnt/d/pm2/lgh-quizz-pc/client/modules/User/UserReducer.js"),d.register(g,"default","/mnt/d/pm2/lgh-quizz-pc/client/modules/User/UserReducer.js"),f(e))}).call(this,n("3UD+")(e))},klPD:function(e,t,n){var r=n("hswa"),o=n("EemH"),i=n("OP3Y"),a=n("aagx"),s=n("XKFU"),u=n("RjD/"),c=n("y3w9"),_=n("0/R4");s(s.S,"Reflect",{set:function e(t,n,s){var l,p,d=arguments.length<4?t:arguments[3],f=o.f(c(t),n);if(!f){if(_(p=i(t)))return e(p,n,s,d);f=u(0)}if(a(f,"value")){if(!1===f.writable||!_(d))return!1;if(l=o.f(d,n)){if(l.get||l.set||!1===l.writable)return!1;l.value=s,r.f(d,n,l)}else r.f(d,n,u(0,s));return!0}return void 0!==f.set&&(f.set.call(d,s),!0)}})},knU9:function(e,t,n){var r=n("XKFU"),o=n("i5dc");o&&r(r.S,"Reflect",{setPrototypeOf:function(e,t){o.check(e,t);try{return o.set(e,t),!0}catch(e){return!1}}})},knhD:function(e,t,n){var r=n("XKFU");r(r.S,"Number",{MIN_SAFE_INTEGER:-9007199254740991})},ktI1:function(e,t,n){"use strict";(function(e){var r;n.d(t,"a",function(){return d}),(r=n("0cfB").enterModule)&&r(e);var o,i,a={apiUrl:"http://localhost:3001/admin/v1",host:"http://localhost:8001/",port:8001,domain:"",iconNoteUrl:[{url:"https://cdn.vungoi.vn/vungoi/2021/0507/1620375113123_icon_chuy.png",alt:"Mẫu 1"},{url:"https://cdn.vungoi.vn/vungoi/2021/0507/1620375210964_icon_chuy2.png",alt:"Mẫu 2"},{url:"https://cdn.vungoi.vn/vungoi/2021/0507/1620375233555_icon_chuy3.png",alt:"Mẫu 3"}],validateImage:{lengthName:50,sizeFile:1,typeFile:["png","jpg","gif","bmp","jpeg"]},validateFile:{lengthName:50,sizeFile:30,typeFile:["doc","xls","xlsx","pdf","docx"]}},s=[{name:"Lớp 12",type:1},{name:"Lớp 11",type:2},{name:"Lớp 10",type:3},{name:"Lớp 9",type:4},{name:"Lớp 8",type:5},{name:"Lớp 7",type:6},{name:"Lớp 6",type:7},{name:"Lớp 5",type:8},{name:"Lớp 4",type:9},{name:"Lớp 3",type:10},{name:"Lớp 2",type:11},{name:"Lớp 1",type:12},{name:"Đánh Giá Năng Lực",type:13},{name:"Đánh Giá Năng Lực HN",type:14},{name:"Đánh Giá Năng Lực HCM",type:15},{name:"Đánh Giá Tư Duy BK",type:16}],u=[{name:"Môn Toán",type:1},{name:"Môn Lý",type:2},{name:"Môn Hóa",type:3},{name:"Môn Văn",type:4},{name:"Môn Anh",type:5},{name:"Môn Sinh",type:6},{name:"Môn Sử",type:7},{name:"Môn Địa",type:8},{name:"Môn GDCD",type:9}],c={html:"html",simpleNotice:"simple_notice",iconNotice:"icon_notice",image:"image"},_={success:200,notfound:404},l={question_type:[{value:1,name:"Câu hỏi thường",alias:"T",preRouteEdit:"/question/edit/",color:"#B2DFDB"},{value:2,name:"Câu hỏi kết hợp",alias:"KH",preRouteEdit:"/question/edit/combo/",color:"#80CBC4"}],type:[{value:1,name:"Lý thuyết",color:"#2196F3",alias:"LT"},{value:2,name:"Bài tập",color:"#9E9E9E",alias:"BT"}],difficult:[{value:1,name:"Nhận biết",color:"#2196F3",alias:"NB",className:"thongHieu"},{value:2,name:"Thông hiểu",color:"#FFEB3B",alias:"TH",className:"nhanBiet"},{value:3,name:"Vận dụng",color:"#F44336",alias:"VD",className:"vanDung"},{value:4,name:"Vận dụng cao",color:"#D50000",alias:"VDC",className:"vanDungCao"}],state:[{value:1,name:"Khởi Tạo",content:"Đã khởi tạo",color:"#FFEB3B",alias:"NHAP"},{value:2,name:"Kiểm tra đúng",content:"Đã kiểm tra đúng",color:"#2196F3",alias:"KTD"},{value:3,name:"Kiểm tra sai",content:"Đã kiểm tra sai",color:"#F44336",alias:"KTS"},{value:4,name:"Pushlied",content:"Đã pushlied",color:"#4CAF50",alias:"ĐD"},{value:99,name:"Chỉnh sửa",content:"Đã chỉnh sửa"},{value:100,name:"Xóa",content:"Đã xóa"}],answers:[{value:3,name:"A"},{value:4,name:"B"},{value:5,name:"C"},{value:6,name:"D"}]},p={name:5,password:/^(?=.*[a-z])(?=.*[A-Z])(?=.*[!@#\$%\^&\*])(?=.{8,})/,email:/^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/},d={student:1,teacher:2},f={phone:"04.66.869.247",hotline:"0962.951.247",email:"cskh.vungoi@mail.vn",place:"Tầng 7 - Tòa nhà Intracom - Trần Thái Tông- Q.Cầu Giấy - Hà Nội",gpkdgd:"MST-0106478082",ncpkdgd:"24/10/2011",appFacebookId:0x4f769301171f4,user_display:1002674},h=a;o=n("0cfB").default,i=n("0cfB").leaveModule,o&&(o.register(a,"CONFIG_GLOBAL","/mnt/d/pm2/lgh-quizz-pc/lib/quiz_component/config/global_config.js"),o.register(s,"GRADE","/mnt/d/pm2/lgh-quizz-pc/lib/quiz_component/config/global_config.js"),o.register(u,"SUBJECT_TYPE","/mnt/d/pm2/lgh-quizz-pc/lib/quiz_component/config/global_config.js"),o.register(c,"TYPE_EDITOR","/mnt/d/pm2/lgh-quizz-pc/lib/quiz_component/config/global_config.js"),o.register("file_attach","imageApiUrl","/mnt/d/pm2/lgh-quizz-pc/lib/quiz_component/config/global_config.js"),o.register(_,"CODE_RESPONSE","/mnt/d/pm2/lgh-quizz-pc/lib/quiz_component/config/global_config.js"),o.register(l,"QUESTION","/mnt/d/pm2/lgh-quizz-pc/lib/quiz_component/config/global_config.js"),o.register(p,"validateInput","/mnt/d/pm2/lgh-quizz-pc/lib/quiz_component/config/global_config.js"),o.register(!0,"ADMIN","/mnt/d/pm2/lgh-quizz-pc/lib/quiz_component/config/global_config.js"),o.register(1,"MON_TOAN","/mnt/d/pm2/lgh-quizz-pc/lib/quiz_component/config/global_config.js"),o.register(5,"TIENG_ANH","/mnt/d/pm2/lgh-quizz-pc/lib/quiz_component/config/global_config.js"),o.register(1,"SACH_CU","/mnt/d/pm2/lgh-quizz-pc/lib/quiz_component/config/global_config.js"),o.register(5,"ILEARN_SMART_WORLD","/mnt/d/pm2/lgh-quizz-pc/lib/quiz_component/config/global_config.js"),o.register(6,"LEARN_ON","/mnt/d/pm2/lgh-quizz-pc/lib/quiz_component/config/global_config.js"),o.register(7,"DISCOVERY","/mnt/d/pm2/lgh-quizz-pc/lib/quiz_component/config/global_config.js"),o.register(13,"LOP_DGNL","/mnt/d/pm2/lgh-quizz-pc/lib/quiz_component/config/global_config.js"),o.register(10,"NGON_NGU","/mnt/d/pm2/lgh-quizz-pc/lib/quiz_component/config/global_config.js"),o.register(d,"role_users","/mnt/d/pm2/lgh-quizz-pc/lib/quiz_component/config/global_config.js"),o.register(f,"config_client","/mnt/d/pm2/lgh-quizz-pc/lib/quiz_component/config/global_config.js"),o.register(h,"default","/mnt/d/pm2/lgh-quizz-pc/lib/quiz_component/config/global_config.js"),i(e))}).call(this,n("3UD+")(e))},ktrZ:function(e,t,n){"use strict";t.__esModule=!0;var r=a(n("QbLZ")),o=a(n("q1tI")),i=a(n("17x9"));function a(e){return e&&e.__esModule?e:{default:e}}var s=function(e){var t=e.styling,n=e.arrowStyle,i=e.expanded,a=e.nodeType,s=e.onClick;return o.default.createElement("div",(0,r.default)({},t("arrowContainer",n),{onClick:s}),o.default.createElement("div",t(["arrow","arrowSign"],a,i,n),"▶","double"===n&&o.default.createElement("div",t(["arrowSign","arrowSignInner"]),"▶")))};s.propTypes={styling:i.default.func.isRequired,arrowStyle:i.default.oneOf(["single","double"]),expanded:i.default.bool.isRequired,nodeType:i.default.string.isRequired,onClick:i.default.func.isRequired},s.defaultProps={arrowStyle:"single"},t.default=s},kwZ1:function(e,t,n){"use strict";var r=n("w6GO"),o=n("mqlF"),i=n("NV0k"),a=n("JB68"),s=n("M1xp"),u=Object.assign;e.exports=!u||n("KUxP")(function(){var e={},t={},n=Symbol(),r="abcdefghijklmnopqrst";return e[n]=7,r.split("").forEach(function(e){t[e]=e}),7!=u({},e)[n]||Object.keys(u({},t)).join("")!=r})?function(e,t){for(var n=a(e),u=arguments.length,c=1,_=o.f,l=i.f;u>c;)for(var p,d=s(arguments[c++]),f=_?r(d).concat(_(d)):r(d),h=f.length,m=0;h>m;)l.call(d,p=f[m++])&&(n[p]=d[p]);return n}:u},"l+9X":function(e,t,n){"use strict";function r(e){var t,n=e.Symbol;return"function"==typeof n?n.observable?t=n.observable:(t=n("observable"),n.observable=t):t="@@observable",t}n.d(t,"a",function(){return r})},l0Rn:function(e,t,n){"use strict";var r=n("RYi7"),o=n("vhPU");e.exports=function(e){var t=String(o(this)),n="",i=r(e);if(i<0||i==1/0)throw RangeError("Count can't be negative");for(;i>0;(i>>>=1)&&(t+=t))1&i&&(n+=t);return n}},l7q6:function(e,t,n){var r=n("cOqj"),o=n("hOtR"),i=n("F3Iy"),a=r(function(e){return!!o(e)||!!e&&("object"==typeof e&&(!i(e)&&(1===e.nodeType?!!e.length:0===e.length||e.length>0&&(e.hasOwnProperty(0)&&e.hasOwnProperty(e.length-1)))))});e.exports=a},l7rt:function(e,t,n){var r=n("Av+g"),o=Object.prototype.toString,i=function(){return"[object Arguments]"===o.call(arguments)?function(e){return"[object Arguments]"===o.call(e)}:function(e){return r("callee",e)}}();e.exports=i},l9OW:function(e,t,n){var r=n("SKAX"),o=n("MMmD");e.exports=function(e,t){var n=-1,i=o(e)?Array(e.length):[];return r(e,function(e,r,o){i[++n]=t(e,r,o)}),i}},lA0h:function(e,t,n){n("odad"),e.exports=n("WEpk").Number.isSafeInteger},lCc8:function(e,t,n){var r=n("Y7ZC");r(r.S,"Object",{create:n("oVml")})},lDDf:function(e,t,n){"use strict";t.__esModule=!0,t.default={scheme:"solarized",author:"ethan schoonover (http://ethanschoonover.com/solarized)",base00:"#002b36",base01:"#073642",base02:"#586e75",base03:"#657b83",base04:"#839496",base05:"#93a1a1",base06:"#eee8d5",base07:"#fdf6e3",base08:"#dc322f",base09:"#cb4b16",base0A:"#b58900",base0B:"#859900",base0C:"#2aa198",base0D:"#268bd2",base0E:"#6c71c4",base0F:"#d33682"},e.exports=t.default},lFFR:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.getFeed=void 0;var r=n("YAx/"),o=n("hlLl");t.getFeed=function(e){var t=u(l,e);return t?"feed"===t.name?function(e){var t,n=e.children,r={type:"atom",items:(0,o.getElementsByTagName)("entry",n).map(function(e){var t,n=e.children,r={media:s(n)};_(r,"id","id",n),_(r,"title","title",n);var o=null===(t=u("link",n))||void 0===t?void 0:t.attribs.href;o&&(r.link=o);var i=c("summary",n)||c("content",n);i&&(r.description=i);var a=c("updated",n);return a&&(r.pubDate=new Date(a)),r})};_(r,"id","id",n),_(r,"title","title",n);var i=null===(t=u("link",n))||void 0===t?void 0:t.attribs.href;i&&(r.link=i),_(r,"description","subtitle",n);var a=c("updated",n);return a&&(r.updated=new Date(a)),_(r,"author","email",n,!0),r}(t):function(e){var t,n,r=null!==(n=null===(t=u("channel",e.children))||void 0===t?void 0:t.children)&&void 0!==n?n:[],i={type:e.name.substr(0,3),id:"",items:(0,o.getElementsByTagName)("item",e.children).map(function(e){var t=e.children,n={media:s(t)};_(n,"id","guid",t),_(n,"title","title",t),_(n,"link","link",t),_(n,"description","description",t);var r=c("pubDate",t);return r&&(n.pubDate=new Date(r)),n})};_(i,"title","title",r),_(i,"link","link",r),_(i,"description","description",r);var a=c("lastBuildDate",r);return a&&(i.updated=new Date(a)),_(i,"author","managingEditor",r,!0),i}(t):null};var i=["url","type","lang"],a=["fileSize","bitrate","framerate","samplingrate","channels","duration","height","width"];function s(e){return(0,o.getElementsByTagName)("media:content",e).map(function(e){for(var t=e.attribs,n={medium:t.medium,isDefault:!!t.isDefault},r=0,o=i;r2?t[2]:void 0;for(c&&i(t[0],t[1],c)&&(r=1);++n0&&void 0!==arguments[0]?arguments[0]:s;switch((arguments.length>1?arguments[1]:void 0).type){case o.a:return{showAddPost:!e.showAddPost};case o.b:return{hiddenFooter:!e.hiddenFooter};default:return e}},c=function(e){return e.app.showAddPost},_=u;t.a=_,i=n("0cfB").default,a=n("0cfB").leaveModule,i&&(i.register(s,"initialState","/mnt/d/pm2/lgh-quizz-pc/client/modules/App/AppReducer.js"),i.register(u,"AppReducer","/mnt/d/pm2/lgh-quizz-pc/client/modules/App/AppReducer.js"),i.register(c,"getShowAddPost","/mnt/d/pm2/lgh-quizz-pc/client/modules/App/AppReducer.js"),i.register(_,"default","/mnt/d/pm2/lgh-quizz-pc/client/modules/App/AppReducer.js"),a(e))}).call(this,n("3UD+")(e))},m7E7:function(e,t,n){"use strict";(function(e){var r;n.d(t,"a",function(){return a}),n.d(t,"b",function(){return s}),(r=n("XsMp").enterModule)&&r(e);var o,i,a={IS_DRAGGING:"IS_DRAGGING",DROP_IN:"DROP_IN",DROP_OUT:"DROP_OUT"},s={IS_DRAGGING:"IS_DRAGGING",IN_OVER:"IN_OVER",OUT_OVER:"OUT_OVER",DROP_OUT:"DROP_OUT",DROP_IN:"DROP_IN",RESET:"RESET"};o=n("XsMp").default,i=n("XsMp").leaveModule,o&&(o.register(a,"DRAG_ACTION","/mnt/d/pm2/lgh-quizz-pc/lib/react_event_connector/src/event_source/cnc/const/dndActionConst.js"),o.register(s,"DROP_ACTION","/mnt/d/pm2/lgh-quizz-pc/lib/react_event_connector/src/event_source/cnc/const/dndActionConst.js"),i(e))}).call(this,n("3UD+")(e))},mGWK:function(e,t,n){"use strict";var r=n("XKFU"),o=n("aCFj"),i=n("RYi7"),a=n("ne8i"),s=[].lastIndexOf,u=!!s&&1/[1].lastIndexOf(1,-0)<0;r(r.P+r.F*(u||!n("LyE8")(s)),"Array",{lastIndexOf:function(e){if(u)return s.apply(this,arguments)||0;var t=o(this),n=a(t.length),r=n-1;for(arguments.length>1&&(r=Math.min(r,i(arguments[1]))),r<0&&(r=n+r);r>=0;r--)if(r in t&&t[r]===e)return r||0;return-1}})},mI1R:function(e,t,n){"use strict";var r=n("XKFU"),o=n("vhPU"),i=n("ne8i"),a=n("quPj"),s=n("C/va"),u=RegExp.prototype,c=function(e,t){this._r=e,this._s=t};n("QaDb")(c,"RegExp String",function(){var e=this._r.exec(this._s);return{value:e,done:null===e}}),r(r.P,"String",{matchAll:function(e){if(o(this),!a(e))throw TypeError(e+" is not a regexp!");var t=String(this),n="flags"in u?String(e.flags):s.call(e),r=new RegExp(e.source,~n.indexOf("g")?n:"g"+n);return r.lastIndex=i(e.lastIndex),new c(r,t)}})},mQtv:function(e,t,n){var r=n("kJMx"),o=n("JiEa"),i=n("y3w9"),a=n("dyZX").Reflect;e.exports=a&&a.ownKeys||function(e){var t=r.f(i(e)),n=o.f;return n?t.concat(n(e)):t}},mRg0:function(e,t,n){"use strict";t.__esModule=!0;var r=a(n("s3Ml")),o=a(n("AyUB")),i=a(n("EJiy"));function a(e){return e&&e.__esModule?e:{default:e}}t.default=function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+(void 0===t?"undefined":(0,i.default)(t)));e.prototype=(0,o.default)(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(r.default?(0,r.default)(e,t):e.__proto__=t)}},mTTR:function(e,t){e.exports=function(e){var t=[];if(null!=e)for(var n in Object(e))t.push(n);return t}},mUg4:function(e,t,n){var r=n("cq/+"),o=n("EwQA"),i=n("mTTR");e.exports=function(e,t){return null==e?e:r(e,o(t),i)}},mX2D:function(e,t){var n="[object Arguments]"==function(){return Object.prototype.toString.call(arguments)}();function r(e){return"[object Arguments]"==Object.prototype.toString.call(e)}function o(e){return e&&"object"==typeof e&&"number"==typeof e.length&&Object.prototype.hasOwnProperty.call(e,"callee")&&!Object.prototype.propertyIsEnumerable.call(e,"callee")||!1}(t=e.exports=n?r:o).supported=r,t.unsupported=o},mYba:function(e,t,n){var r=n("aCFj"),o=n("EemH").f;n("Xtr8")("getOwnPropertyDescriptor",function(){return function(e,t){return o(r(e),t)}})},madx:function(e,t,n){"use strict";var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n),Object.defineProperty(e,r,{enumerable:!0,get:function(){return t[n]}})}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),i=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&r(t,e,n);return o(t,e),t},a=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)},s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.RssHandler=t.DefaultHandler=t.DomUtils=t.ElementType=t.Tokenizer=t.createDomStream=t.parseDOM=t.DomHandler=t.Parser=void 0;var u=n("Z+le");Object.defineProperty(t,"Parser",{enumerable:!0,get:function(){return u.Parser}});var c=n("8j/7");Object.defineProperty(t,"DomHandler",{enumerable:!0,get:function(){return c.DomHandler}}),Object.defineProperty(t,"DefaultHandler",{enumerable:!0,get:function(){return c.DomHandler}}),t.parseDOM=function(e,t){var n=new c.DomHandler(void 0,t);return new u.Parser(n,t).end(e),n.dom},t.createDomStream=function(e,t,n){var r=new c.DomHandler(e,t,n);return new u.Parser(r,t)};var _=n("ZDpC");Object.defineProperty(t,"Tokenizer",{enumerable:!0,get:function(){return s(_).default}});var l=i(n("77Jp"));t.ElementType=l,a(n("ccKf"),t),t.DomUtils=i(n("o8b2"));var p=n("ccKf");Object.defineProperty(t,"RssHandler",{enumerable:!0,get:function(){return p.FeedHandler}})},mc0g:function(e,t){e.exports=function(e){return function(t,n,r){for(var o=-1,i=Object(t),a=r(t),s=a.length;s--;){var u=a[e?s:++o];if(!1===n(i[u],u,i))break}return t}}},mcXe:function(e,t,n){n("xqFc")("Set")},mckP:function(e,t,n){"use strict";var r=this&&this.__assign||Object.assign||function(e){for(var t,n=1,r=arguments.length;n>8-s%1*8)){if((n=i.charCodeAt(s+=.75))>255)throw new o;t=t<<8|n}return a}},n7Cy:function(e,t,n){"use strict";(function(e){var r,o=n("3OWR"),i=n.n(o),a=n("myne");(r=n("0cfB").enterModule)&&r(e);var s,u,c={items:[],chapterquizId:""},_=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:c,t=arguments.length>1?arguments[1]:void 0;switch(t.type){case a.a:return i()({},e,{items:t.payload.items,chapterquizId:t.chapterquizId});case a.b:return i()({},e,{type:a.b});default:return e}},l=_;t.a=l,s=n("0cfB").default,u=n("0cfB").leaveModule,s&&(s.register(c,"initialState","/mnt/d/pm2/lgh-quizz-pc/client/modules/Quiz/pages/summary/QuizSumReducer.js"),s.register(_,"QuizSumReducer","/mnt/d/pm2/lgh-quizz-pc/client/modules/Quiz/pages/summary/QuizSumReducer.js"),s.register(l,"default","/mnt/d/pm2/lgh-quizz-pc/client/modules/Quiz/pages/summary/QuizSumReducer.js"),u(e))}).call(this,n("3UD+")(e))},nABe:function(e,t,n){var r=n("XKFU");r(r.S,"Math",{iaddh:function(e,t,n,r){var o=e>>>0,i=n>>>0;return(t>>>0)+(r>>>0)+((o&i|(o|i)&~(o+i>>>0))>>>31)|0}})},nBIS:function(e,t,n){var r=n("0/R4"),o=Math.floor;e.exports=function(e){return!r(e)&&isFinite(e)&&o(e)===e}},nCnK:function(e,t,n){n("7DDg")("Uint32",4,function(e){return function(t,n,r){return e(this,t,n,r)}})},nEsn:function(e,t,n){var r=n("eUgh"),o=n("s+kx"),i=n("EA7m"),a=n("XzbM"),s=n("RBan"),u=i(function(e){var t=s(e),n=r(e,a);return(t="function"==typeof t?t:void 0)&&n.pop(),n.length&&n[0]===e[0]?o(n,void 0,t):[]});e.exports=u},"nF/u":function(e,t,n){},nGDx:function(e,t,n){var r=n("Y7ZC"),o=n("E8gZ")(!0);r(r.S,"Object",{entries:function(e){return o(e)}})},nGyu:function(e,t,n){var r=n("K0xU")("unscopables"),o=Array.prototype;void 0==o[r]&&n("Mukb")(o,r,{}),e.exports=function(e){o[r][e]=!0}},nICZ:function(e,t){e.exports=function(e){try{return{e:!1,v:e()}}catch(e){return{e:!0,v:e}}}},nIY7:function(e,t,n){"use strict";n("OGtf")("big",function(e){return function(){return e(this,"big","","")}})},nP6P:function(e,t,n){},nWv1:function(e,t,n){},nbsC:function(e,t,n){var r,o,i,a; /*! * mustache.js - Logic-less {{mustache}} templates with JavaScript * http://github.com/janl/mustache.js */ /*! * mustache.js - Logic-less {{mustache}} templates with JavaScript * http://github.com/janl/mustache.js */ a=function(e){var t=Object.prototype.toString,n=Array.isArray||function(e){return"[object Array]"===t.call(e)};function r(e){return"function"==typeof e}function o(e){return e.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g,"\\$&")}function i(e,t){return null!=e&&"object"==typeof e&&t in e}var a=RegExp.prototype.test;var s=/\S/;function u(e){return!function(e,t){return a.call(e,t)}(s,e)}var c={"&":"&","<":"<",">":">",'"':""","'":"'","/":"/","`":"`","=":"="};var _=/\s*/,l=/\s+/,p=/\s*=/,d=/\s*\}/,f=/#|\^|\/|>|\{|&|=|!/;function h(e){this.string=e,this.tail=e,this.pos=0}function m(e,t){this.view=e,this.cache={".":this.view},this.parent=t}function y(){this.cache={}}h.prototype.eos=function(){return""===this.tail},h.prototype.scan=function(e){var t=this.tail.match(e);if(!t||0!==t.index)return"";var n=t[0];return this.tail=this.tail.substring(n.length),this.pos+=n.length,n},h.prototype.scanUntil=function(e){var t,n=this.tail.search(e);switch(n){case-1:t=this.tail,this.tail="";break;case 0:t="";break;default:t=this.tail.substring(0,n),this.tail=this.tail.substring(n)}return this.pos+=t.length,t},m.prototype.push=function(e){return new m(e,this)},m.prototype.lookup=function(e){var t,n=this.cache;if(n.hasOwnProperty(e))t=n[e];else{for(var o,a,s=this,u=!1;s;){if(e.indexOf(".")>0)for(t=s.view,o=e.split("."),a=0;null!=t&&a0?o[o.length-1][4]:n;break;default:r.push(t)}return n}(function(e){for(var t,n,r=[],o=0,i=e.length;o"===i?a=this.renderPartial(o,t,n,r):"&"===i?a=this.unescapedValue(o,t):"name"===i?a=this.escapedValue(o,t):"text"===i&&(a=this.rawValue(o)),void 0!==a&&(s+=a);return s},y.prototype.renderSection=function(e,t,o,i){var a=this,s="",u=t.lookup(e[1]);if(u){if(n(u))for(var c=0,_=u.length;c<_;++c)s+=this.renderTokens(e[4],t.push(u[c]),o,i);else if("object"==typeof u||"string"==typeof u||"number"==typeof u)s+=this.renderTokens(e[4],t.push(u),o,i);else if(r(u)){if("string"!=typeof i)throw new Error("Cannot use higher-order sections without the original template");null!=(u=u.call(t.view,i.slice(e[3],e[5]),function(e){return a.render(e,t,o)}))&&(s+=u)}else s+=this.renderTokens(e[4],t,o,i);return s}},y.prototype.renderInverted=function(e,t,r,o){var i=t.lookup(e[1]);if(!i||n(i)&&0===i.length)return this.renderTokens(e[4],t,r,o)},y.prototype.renderPartial=function(e,t,n){if(n){var o=r(n)?n(e[1]):n[e[1]];return null!=o?this.renderTokens(this.parse(o),t,n,o):void 0}},y.prototype.unescapedValue=function(e,t){var n=t.lookup(e[1]);if(null!=n)return n},y.prototype.escapedValue=function(t,n){var r=n.lookup(t[1]);if(null!=r)return e.escape(r)},y.prototype.rawValue=function(e){return e[1]},e.name="mustache.js",e.version="2.3.2",e.tags=["{{","}}"];var g=new y;return e.clearCache=function(){return g.clearCache()},e.parse=function(e,t){return g.parse(e,t)},e.render=function(e,t,r){if("string"!=typeof e)throw new TypeError('Invalid template! Template should be a "string" but "'+(n(o=e)?"array":typeof o)+'" was given as the first argument for mustache#render(template, view, partials)');var o;return g.render(e,t,r)},e.to_html=function(t,n,o,i){var a=e.render(t,n,o);if(!r(i))return a;i(a)},e.escape=function(e){return String(e).replace(/[&<>"'`=\/]/g,function(e){return c[e]})},e.Scanner=h,e.Context=m,e.Writer=y,e},t&&"string"!=typeof t.nodeName?a(t):(o=[t],void 0===(i="function"==typeof(r=a)?r.apply(t,o):r)||(e.exports=i))},ndap:function(e,t,n){"use strict";(function(e){var r,o=n("TP7S"),i=n.n(o),a=n("uM7l"),s=n.n(a),u=n("mwIZ"),c=n.n(u),_=n("q1tI"),l=n.n(_),p=n("u2mz"),d=n("xyTa"),f=n("h6cg"),h=(n("WTOR"),n("D9/2"));function m(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=[],r=!0,o=!1,i=void 0;try{for(var a,s=e[Symbol.iterator]();!(r=(a=s.next()).done)&&(n.push(a.value),!t||n.length!==t);r=!0);}catch(e){o=!0,i=e}finally{try{r||null==s.return||s.return()}finally{if(o)throw i}}return n}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance")}()}(r=n("0cfB").enterModule)&&r(e);var y,g,E=function(e){var t=m(Object(_.useState)(e.items),2);t[0],t[1];e.items.quiz.answer;var n=e.activeSelect?c()(e.items.quiz,"answer.choice.fourBlankAnswer[0]",""):c()(e,"userAnswer.answer_key.fourBlankAnswer[0]",""),r=e.activeSelect?c()(e.items.quiz,"answer.choice.fourBlankAnswer[1]",""):c()(e,"userAnswer.answer_key.fourBlankAnswer[1]",""),o=e.activeSelect?c()(e.items.quiz,"answer.choice.fourBlankAnswer[2]",""):c()(e,"userAnswer.answer_key.fourBlankAnswer[2]",""),a=e.activeSelect?c()(e.items.quiz,"answer.choice.fourBlankAnswer[3]",""):c()(e,"userAnswer.answer_key.fourBlankAnswer[3]",""),u=m(Object(_.useState)([n,r,o,a]),2),y=u[0],g=u[1];Object(_.useEffect)(function(){f.a.renderMathjax(document.getElementsByClassName("quiz-four-blank"))}),Object(_.useEffect)(function(){var t=e.activeSelect?c()(e.items.quiz,"answer.choice.fourBlankAnswer[0]",""):c()(e,"userAnswer.answer_key.fourBlankAnswer[0]",""),n=e.activeSelect?c()(e.items.quiz,"answer.choice.fourBlankAnswer[1]",""):c()(e,"userAnswer.answer_key.fourBlankAnswer[1]",""),r=e.activeSelect?c()(e.items.quiz,"answer.choice.fourBlankAnswer[2]",""):c()(e,"userAnswer.answer_key.fourBlankAnswer[2]",""),o=e.activeSelect?c()(e.items.quiz,"answer.choice.fourBlankAnswer[3]",""):c()(e,"userAnswer.answer_key.fourBlankAnswer[3]","");g([t,n,r,o])},[e._id]);var E=function(t,n){var r=s()(y);r[n]=t,g(r);var o={fourBlankAnswer:r};e.set_answer({choice_answer:o},e.question_index,o)},b=Object(d.a)(e.diff_level);return l.a.createElement("div",{className:"quiz-four-blank"},l.a.createElement("div",null,l.a.createElement("div",{className:"vn-tit-question"},l.a.createElement("strong",{className:"cl5 fl"},"Câu ",c()(e,"question_index")?c()(e,"question_index"):"hỏi:"," "),l.a.createElement("span",{className:"clf pull-right ".concat(c()(b,"color"))},c()(b,"text_level"))),l.a.createElement("div",{className:"question-content",id:"question-content"},l.a.createElement("div",{className:"content-quiz mg-top-10"},!i()(c()(e.items.quiz,"parent.content"))&&l.a.createElement(h.a,{__html:Object(p.a)(e.items.quiz.parent.content)}),l.a.createElement(h.a,{__html:Object(p.a)(e.question.content)}))),l.a.createElement("div",{className:"four-blank-input",style:{margin:"10px 0",padding:"5px"}},l.a.createElement("div",{style:{margin:"10px 0"}},l.a.createElement("strong",null,e.activeSelect?"Điền đáp án cho 4 ô trống":"Đáp án bạn đã chọn")),l.a.createElement("div",{style:{display:"flex",flexDirection:"row"}},l.a.createElement("input",{name:"option_correct",value:y[0],style:{padding:"5px",width:"50px",marginRight:"5px"},onChange:function(e){return E(e.target.value,0)},maxLength:1,autoComplete:"off"}),l.a.createElement("input",{name:"option_correct",value:y[1],style:{padding:"5px",width:"50px",marginRight:"5px"},onChange:function(e){return E(e.target.value,1)},maxLength:1,autoComplete:"off"}),l.a.createElement("input",{name:"option_correct",value:y[2],style:{padding:"5px",width:"50px",marginRight:"5px"},onChange:function(e){return E(e.target.value,2)},maxLength:1,autoComplete:"off"}),l.a.createElement("input",{name:"option_correct",value:y[3],style:{padding:"5px",width:"50px",marginRight:"5px"},onChange:function(e){return E(e.target.value,3)},maxLength:1,autoComplete:"off"}))),!e.activeSelect&&l.a.createElement("div",{className:"four-blank-input",style:{margin:"10px 0",padding:"5px"}},l.a.createElement("div",{style:{margin:"10px 0"}},l.a.createElement("strong",null,"Đáp án đúng : ")),l.a.createElement("div",{style:{display:"flex",flexDirection:"row"}},l.a.createElement("input",{name:"option_correct",value:c()(e,"question.option_correct.0"),style:{padding:"5px",width:"50px",marginRight:"5px"},maxLength:1,autoComplete:"off"}),l.a.createElement("input",{name:"option_correct",value:c()(e,"question.option_correct.1"),style:{padding:"5px",width:"50px",marginRight:"5px"},maxLength:1,autoComplete:"off"}),l.a.createElement("input",{name:"option_correct",value:c()(e,"question.option_correct.2"),style:{padding:"5px",width:"50px",marginRight:"5px"},maxLength:1,autoComplete:"off"}),l.a.createElement("input",{name:"option_correct",value:c()(e,"question.option_correct.3"),style:{padding:"5px",width:"50px",marginRight:"5px"},maxLength:1,autoComplete:"off"})))))},b=E;t.a=b,y=n("0cfB").default,g=n("0cfB").leaveModule,y&&(y.register(E,"FourBlankQuiz","/mnt/d/pm2/lgh-quizz-pc/lib/quiz_component/src/vungoi-component/Quiz/QuizType/FourBlank/FourBlankQuiz.js"),y.register(b,"default","/mnt/d/pm2/lgh-quizz-pc/lib/quiz_component/src/vungoi-component/Quiz/QuizType/FourBlank/FourBlankQuiz.js"),g(e))}).call(this,n("3UD+")(e))},ne8i:function(e,t,n){var r=n("RYi7"),o=Math.min;e.exports=function(e){return e>0?o(r(e),9007199254740991):0}},neHb:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},o=a(n("q1tI")),i=a(n("pvIh"));function a(e){return e&&e.__esModule?e:{default:e}}t.default=(0,i.default)(function(e,t,n,i,a){var s=e[t],u=void 0===s?"undefined":r(s);return o.default.isValidElement(s)?new Error("Invalid "+i+" `"+a+"` of type ReactElement supplied to `"+n+"`, expected a ReactComponent or a DOMElement. You can usually obtain a ReactComponent or DOMElement from a ReactElement by attaching a ref to it."):"object"===u&&"function"==typeof s.render||1===s.nodeType?null:new Error("Invalid "+i+" `"+a+"` of value `"+s+"` supplied to `"+n+"`, expected a ReactComponent or a DOMElement.")}),e.exports=t.default},"net/":function(e,t){e.exports=function(e,t,n,r){var o=n?n.call(r,e,t):void 0;if(void 0!==o)return!!o;if(e===t)return!0;if("object"!=typeof e||!e||"object"!=typeof t||!t)return!1;var i=Object.keys(e),a=Object.keys(t);if(i.length!==a.length)return!1;for(var s=Object.prototype.hasOwnProperty.bind(t),u=0;u0&&void 0!==arguments[0]?arguments[0]:c,t=arguments.length>1?arguments[1]:void 0;switch(t.type){case a.a:return i()({},e,{items:t.items});default:return e}},l=_;t.a=l,s=n("0cfB").default,u=n("0cfB").leaveModule,s&&(s.register(c,"initialState","/mnt/d/pm2/lgh-quizz-pc/client/modules/Thongke/TopUser/TopUserReducer.js"),s.register(_,"TopUserReducer","/mnt/d/pm2/lgh-quizz-pc/client/modules/Thongke/TopUser/TopUserReducer.js"),s.register(l,"default","/mnt/d/pm2/lgh-quizz-pc/client/modules/Thongke/TopUser/TopUserReducer.js"),u(e))}).call(this,n("3UD+")(e))},o8b2:function(e,t,n){"use strict";var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n),Object.defineProperty(e,r,{enumerable:!0,get:function(){return t[n]}})}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),t.hasChildren=t.isDocument=t.isComment=t.isText=t.isCDATA=t.isTag=void 0,o(n("YAx/"),t),o(n("AHIn"),t),o(n("UuLL"),t),o(n("7Prg"),t),o(n("hlLl"),t),o(n("ZimK"),t),o(n("lFFR"),t);var i=n("tk//");Object.defineProperty(t,"isTag",{enumerable:!0,get:function(){return i.isTag}}),Object.defineProperty(t,"isCDATA",{enumerable:!0,get:function(){return i.isCDATA}}),Object.defineProperty(t,"isText",{enumerable:!0,get:function(){return i.isText}}),Object.defineProperty(t,"isComment",{enumerable:!0,get:function(){return i.isComment}}),Object.defineProperty(t,"isDocument",{enumerable:!0,get:function(){return i.isDocument}}),Object.defineProperty(t,"hasChildren",{enumerable:!0,get:function(){return i.hasChildren}})},oCEd:function(module,__webpack_exports__,__webpack_require__){"use strict";(function(module){var lodash_forIn__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("mUg4"),lodash_forIn__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(lodash_forIn__WEBPACK_IMPORTED_MODULE_0__),react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("q1tI"),react__WEBPACK_IMPORTED_MODULE_1___default=__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_1__),_InputText_css__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("8+4P"),_InputText_css__WEBPACK_IMPORTED_MODULE_2___default=__webpack_require__.n(_InputText_css__WEBPACK_IMPORTED_MODULE_2__),prop_types__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__("g8p1"),prop_types__WEBPACK_IMPORTED_MODULE_3___default=__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_3__),enterModule;function _typeof(e){return(_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function _classCallCheck(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function _defineProperties(e,t){for(var n=0;n1&&void 0!==arguments[1]?arguments[1]:0,r=[];if(n>0){for(var o=0;o1?arguments[1]:{},o={},i={start:Ae},a=Ae,s=function(e){return{type:"messageFormatPattern",elements:e,location:De()}},u=function(e){var t,n,r,o,i,a="";for(t=0,r=e.length;tOe&&(Oe=Ee,Me=[]),Me.push(e))}function Ie(t,n,r,o){return null!==n&&function(e){var t=1;for(e.sort(function(e,t){return e.descriptiont.description?1:0});t1?r.slice(0,-1).join(", ")+" or "+r[e.length-1]:r[0])+" but "+(t?'"'+function(e){function t(e){return e.charCodeAt(0).toString(16).toUpperCase()}return e.replace(/\\/g,"\\\\").replace(/"/g,'\\"').replace(/\x08/g,"\\b").replace(/\t/g,"\\t").replace(/\n/g,"\\n").replace(/\f/g,"\\f").replace(/\r/g,"\\r").replace(/[\x00-\x07\x0B\x0E\x0F]/g,function(e){return"\\x0"+t(e)}).replace(/[\x10-\x1F\x80-\xFF]/g,function(e){return"\\x"+t(e)}).replace(/[\u0100-\u0FFF]/g,function(e){return"\\u0"+t(e)}).replace(/[\u1000-\uFFFF]/g,function(e){return"\\u"+t(e)})}(t)+'"':"end of input")+" found."}(n,r),n,r,o)}function Ae(){return ke()}function ke(){var e,t,n;for(e=Ee,t=[],n=Re();n!==o;)t.push(n),n=Re();return t!==o&&(be=e,t=s(t)),e=t}function Re(){var e;return(e=function(){var e,n;return e=Ee,(n=function(){var e,n,r,i,a,s;if(e=Ee,n=[],r=Ee,(i=Be())!==o&&(a=Ke())!==o&&(s=Be())!==o?r=i=[i,a,s]:(Ee=r,r=o),r!==o)for(;r!==o;)n.push(r),r=Ee,(i=Be())!==o&&(a=Ke())!==o&&(s=Be())!==o?r=i=[i,a,s]:(Ee=r,r=o);else n=o;return n!==o&&(be=e,n=u(n)),(e=n)===o&&(e=Ee,n=xe(),e=n!==o?t.substring(e,Ee):n),e}())!==o&&(be=e,n=c(n)),e=n}())===o&&(e=function(){var e,n,r,i,a,s,u;return e=Ee,123===t.charCodeAt(Ee)?(n=p,Ee++):(n=o,0===Pe&&we(d)),n!==o&&Be()!==o&&(r=function(){var e,n,r;if((e=qe())===o){if(e=Ee,n=[],_.test(t.charAt(Ee))?(r=t.charAt(Ee),Ee++):(r=o,0===Pe&&we(l)),r!==o)for(;r!==o;)n.push(r),_.test(t.charAt(Ee))?(r=t.charAt(Ee),Ee++):(r=o,0===Pe&&we(l));else n=o;e=n!==o?t.substring(e,Ee):n}return e}())!==o&&Be()!==o?(i=Ee,44===t.charCodeAt(Ee)?(a=f,Ee++):(a=o,0===Pe&&we(h)),a!==o&&(s=Be())!==o&&(u=function(){var e;return(e=function(){var e,n,r,i,a,s;return e=Ee,t.substr(Ee,6)===E?(n=E,Ee+=6):(n=o,0===Pe&&we(b)),n===o&&(t.substr(Ee,4)===v?(n=v,Ee+=4):(n=o,0===Pe&&we(O)),n===o&&(t.substr(Ee,4)===M?(n=M,Ee+=4):(n=o,0===Pe&&we(P)))),n!==o&&Be()!==o?(r=Ee,44===t.charCodeAt(Ee)?(i=f,Ee++):(i=o,0===Pe&&we(h)),i!==o&&(a=Be())!==o&&(s=Ke())!==o?r=i=[i,a,s]:(Ee=r,r=o),r===o&&(r=null),r!==o?(be=e,n=D(n,r),e=n):(Ee=e,e=o)):(Ee=e,e=o),e}())===o&&(e=function(){var e,n,r,i;return e=Ee,t.substr(Ee,6)===T?(n=T,Ee+=6):(n=o,0===Pe&&we(C)),n!==o&&Be()!==o?(44===t.charCodeAt(Ee)?(r=f,Ee++):(r=o,0===Pe&&we(h)),r!==o&&Be()!==o&&(i=Le())!==o?(be=e,n=w(i),e=n):(Ee=e,e=o)):(Ee=e,e=o),e}())===o&&(e=function(){var e,n,r,i;return e=Ee,t.substr(Ee,13)===I?(n=I,Ee+=13):(n=o,0===Pe&&we(A)),n!==o&&Be()!==o?(44===t.charCodeAt(Ee)?(r=f,Ee++):(r=o,0===Pe&&we(h)),r!==o&&Be()!==o&&(i=Le())!==o?(be=e,n=k(i),e=n):(Ee=e,e=o)):(Ee=e,e=o),e}())===o&&(e=function(){var e,n,r,i,a;if(e=Ee,t.substr(Ee,6)===R?(n=R,Ee+=6):(n=o,0===Pe&&we(S)),n!==o)if(Be()!==o)if(44===t.charCodeAt(Ee)?(r=f,Ee++):(r=o,0===Pe&&we(h)),r!==o)if(Be()!==o){if(i=[],(a=Se())!==o)for(;a!==o;)i.push(a),a=Se();else i=o;i!==o?(be=e,n=L(i),e=n):(Ee=e,e=o)}else Ee=e,e=o;else Ee=e,e=o;else Ee=e,e=o;else Ee=e,e=o;return e}()),e}())!==o?i=a=[a,s,u]:(Ee=i,i=o),i===o&&(i=null),i!==o&&(a=Be())!==o?(125===t.charCodeAt(Ee)?(s=m,Ee++):(s=o,0===Pe&&we(y)),s!==o?(be=e,n=g(r,i),e=n):(Ee=e,e=o)):(Ee=e,e=o)):(Ee=e,e=o),e}()),e}function Se(){var e,n,r,i,a;return e=Ee,Be()!==o&&(n=function(){var e,n,r,i;return e=Ee,n=Ee,61===t.charCodeAt(Ee)?(r=x,Ee++):(r=o,0===Pe&&we(B)),r!==o&&(i=qe())!==o?n=r=[r,i]:(Ee=n,n=o),(e=n!==o?t.substring(e,Ee):n)===o&&(e=Ke()),e}())!==o&&Be()!==o?(123===t.charCodeAt(Ee)?(r=p,Ee++):(r=o,0===Pe&&we(d)),r!==o&&Be()!==o&&(i=ke())!==o&&Be()!==o?(125===t.charCodeAt(Ee)?(a=m,Ee++):(a=o,0===Pe&&we(y)),a!==o?(be=e,e=U(n,i)):(Ee=e,e=o)):(Ee=e,e=o)):(Ee=e,e=o),e}function Le(){var e,n,r,i;if(e=Ee,(n=function(){var e,n,r;return e=Ee,t.substr(Ee,7)===j?(n=j,Ee+=7):(n=o,0===Pe&&we(q)),n!==o&&Be()!==o&&(r=qe())!==o?(be=e,e=n=z(r)):(Ee=e,e=o),e}())===o&&(n=null),n!==o)if(Be()!==o){if(r=[],(i=Se())!==o)for(;i!==o;)r.push(i),i=Se();else r=o;r!==o?(be=e,e=n=K(n,r)):(Ee=e,e=o)}else Ee=e,e=o;else Ee=e,e=o;return e}function xe(){var e,n;if(Pe++,e=[],N.test(t.charAt(Ee))?(n=t.charAt(Ee),Ee++):(n=o,0===Pe&&we(H)),n!==o)for(;n!==o;)e.push(n),N.test(t.charAt(Ee))?(n=t.charAt(Ee),Ee++):(n=o,0===Pe&&we(H));else e=o;return Pe--,e===o&&(n=o,0===Pe&&we(W)),e}function Be(){var e,n,r;for(Pe++,e=Ee,n=[],r=xe();r!==o;)n.push(r),r=xe();return e=n!==o?t.substring(e,Ee):n,Pe--,e===o&&(n=o,0===Pe&&we(F)),e}function Ue(){var e;return Q.test(t.charAt(Ee))?(e=t.charAt(Ee),Ee++):(e=o,0===Pe&&we(G)),e}function je(){var e;return V.test(t.charAt(Ee))?(e=t.charAt(Ee),Ee++):(e=o,0===Pe&&we(X)),e}function qe(){var e,n,r,i,a,s;if(e=Ee,48===t.charCodeAt(Ee)?(n=Y,Ee++):(n=o,0===Pe&&we(J)),n===o){if(n=Ee,r=Ee,Z.test(t.charAt(Ee))?(i=t.charAt(Ee),Ee++):(i=o,0===Pe&&we($)),i!==o){for(a=[],s=Ue();s!==o;)a.push(s),s=Ue();a!==o?r=i=[i,a]:(Ee=r,r=o)}else Ee=r,r=o;n=r!==o?t.substring(n,Ee):r}return n!==o&&(be=e,n=ee(n)),e=n}function ze(){var e,n,r,i,a,s,u,c;return te.test(t.charAt(Ee))?(e=t.charAt(Ee),Ee++):(e=o,0===Pe&&we(ne)),e===o&&(e=Ee,t.substr(Ee,2)===re?(n=re,Ee+=2):(n=o,0===Pe&&we(oe)),n!==o&&(be=e,n=ie()),(e=n)===o&&(e=Ee,t.substr(Ee,2)===ae?(n=ae,Ee+=2):(n=o,0===Pe&&we(se)),n!==o&&(be=e,n=ue()),(e=n)===o&&(e=Ee,t.substr(Ee,2)===ce?(n=ce,Ee+=2):(n=o,0===Pe&&we(_e)),n!==o&&(be=e,n=le()),(e=n)===o&&(e=Ee,t.substr(Ee,2)===pe?(n=pe,Ee+=2):(n=o,0===Pe&&we(de)),n!==o&&(be=e,n=fe()),(e=n)===o&&(e=Ee,t.substr(Ee,2)===he?(n=he,Ee+=2):(n=o,0===Pe&&we(me)),n!==o?(r=Ee,i=Ee,(a=je())!==o&&(s=je())!==o&&(u=je())!==o&&(c=je())!==o?i=a=[a,s,u,c]:(Ee=i,i=o),(r=i!==o?t.substring(r,Ee):i)!==o?(be=e,e=n=ye(r)):(Ee=e,e=o)):(Ee=e,e=o)))))),e}function Ke(){var e,t,n;if(e=Ee,t=[],(n=ze())!==o)for(;n!==o;)t.push(n),n=ze();else t=o;return t!==o&&(be=e,t=ge(t)),e=t}if((n=a())!==o&&Ee===t.length)return n;throw n!==o&&Eedocument.F=Object<\/script>"),e.close(),u=e.F;r--;)delete u.prototype[i[r]];return u()};e.exports=Object.create||function(e,t){var n;return null!==e?(s.prototype=r(e),n=new s,s.prototype=null,n[a]=e):n=u(),void 0===t?n:o(n,t)}},"oZ/O":function(e,t,n){var r=n("XKFU"),o=n("y3w9"),i=Object.preventExtensions;r(r.S,"Reflect",{preventExtensions:function(e){o(e);try{return i&&i(e),!0}catch(e){return!1}}})},obDU:function(e,t,n){"use strict";var r=Object.prototype.hasOwnProperty,o=Object.prototype.toString,i=function(){try{return!!Object.defineProperty({},"a",{})}catch(e){return!1}}(),a=(!i&&Object.prototype.__defineGetter__,i?Object.defineProperty:function(e,t,n){"get"in n&&e.__defineGetter__?e.__defineGetter__(t,n.get):(!r.call(e,t)||"value"in n)&&(e[t]=n.value)}),s=Object.create||function(e,t){var n,o;function i(){}for(o in i.prototype=e,n=new i,t)r.call(t,o)&&a(n,o,t[o]);return n},u=Array.prototype.indexOf||function(e,t){if(!this.length)return-1;for(var n=t||0,r=this.length;np))return!1;var f=_.get(e),h=_.get(t);if(f&&h)return f==t&&h==e;var m=-1,y=!0,g=n&s?new r:void 0;for(_.set(e,t),_.set(t,e);++m]*>)/g,d=/\$([$&`']|\d\d?)/g;n("IU+Z")("replace",2,function(e,t,n,f){return[function(r,o){var i=e(this),a=void 0==r?void 0:r[t];return void 0!==a?a.call(r,i,o):n.call(String(i),r,o)},function(e,t){var o=f(n,e,this,t);if(o.done)return o.value;var l=r(e),p=String(this),d="function"==typeof t;d||(t=String(t));var m=l.global;if(m){var y=l.unicode;l.lastIndex=0}for(var g=[];;){var E=u(l,p);if(null===E)break;if(g.push(E),!m)break;""===String(E[0])&&(l.lastIndex=s(p,i(l.lastIndex),y))}for(var b,v="",O=0,M=0;M=O&&(v+=p.slice(O,D)+A,O=D+P.length)}return v+p.slice(O)}];function h(e,t,r,i,a,s){var u=r+e.length,c=i.length,_=d;return void 0!==a&&(a=o(a),_=p),n.call(s,_,function(n,o){var s;switch(o.charAt(0)){case"$":return"$";case"&":return e;case"`":return t.slice(0,r);case"'":return t.slice(u);case"<":s=a[o.slice(1,-1)];break;default:var _=+o;if(0===_)return n;if(_>c){var p=l(_/10);return 0===p?n:p<=c?void 0===i[p-1]?o.charAt(1):i[p-1]+o.charAt(1):n}s=i[_-1]}return void 0===s?"":s})}})},pKFk:function(e,t,n){"use strict";var r=this&&this.__assign||Object.assign||function(e){for(var t,n=1,r=arguments.length;n1&&void 0!==arguments[1]?arguments[1]:"get",n=arguments.length>2?arguments[2]:void 0,r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{"content-type":"application/json"};return new Promise(function(o,i){var a=l.a.getUser();a&&void 0!==a.token&&(r["x-access-token"]=a.token),r["x-access-token"]="eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6ImxlbmdrZW5nOTYiLCJpZCI6IjVkNmUzODdlNzM4ZDYyMDFiMDhhZWRlZCIsImlzR3Vlc3QiOmZhbHNlLCJpc190ZXN0Ijp0cnVlLCJpYXQiOjE2NjczNzk4MDYsImV4cCI6MTk4Mjk0OTA2Nn0.25ypGYc-syOJRvKdqg6E0rxYmh4VaRHe8nD2ZZ89yZ4",s()("".concat(_.a,"/").concat(e),{headers:r,method:t,body:JSON.stringify(n)}).then(function(e){return e.json().then(function(t){return{json:t,response:e}})}).then(function(e){var t=e.json,n=e.response;return n.ok||(a.server_render||Object(p.a)(n),i({status:n.status,msg:t})),o(t)}).then(function(e){return e},function(e){return Object(p.a)(e),e})})}function f(e){arguments.length>1&&void 0!==arguments[1]&&arguments[1],arguments.length>2&&void 0!==arguments[2]&&arguments[2];return new Promise(function(t,n){var r=l.a.getUser().token;c.a.post("".concat(_.a,"/users/profile/upload_avatar"),e,{headers:{"x-access-token":r}}).then(function(e){return 200===e.status?(Object(p.b)("success","Up load file thành công!"),t(e.data)):(Object(p.b)("error","Có lỗi xảy ra! Không thể up được file!"),n(e))}).catch(function(e){void 0!==e&&Object(p.b)("error","Có lỗi xảy ra! Không thể up được file!")})})}(r=n("0cfB").enterModule)&&r(e),o=n("0cfB").default,i=n("0cfB").leaveModule,o&&(o.register(d,"callApi","/mnt/d/pm2/lgh-quizz-pc/client/util/apiCaller.js"),o.register(f,"callApiUploadFile","/mnt/d/pm2/lgh-quizz-pc/client/util/apiCaller.js"),i(e))}).call(this,n("3UD+")(e))},pnsq:function(e,t,n){"use strict";t.__esModule=!0;var r=a(n("FyfS")),o=a(n("OyzN")),i=a(n("GQeE"));function a(e){return e&&e.__esModule?e:{default:e}}function s(e,t,n){for(var r=[];t-e>n*n;)n*=n;for(var o=e;o<=t;o+=n)r.push({from:o,to:Math.min(t,o+n-1)});return r}t.default=function(e,t,n,a){var u=arguments.length>4&&void 0!==arguments[4]?arguments[4]:0,c=arguments.length>5&&void 0!==arguments[5]?arguments[5]:1/0,_=function(e,t,n){var i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:0,a=arguments.length>4&&void 0!==arguments[4]?arguments[4]:1/0,s=void 0;if("Object"===e){var u=(0,o.default)(t);n&&u.sort(!0===n?void 0:n),u=u.slice(i,a+1),s={entries:u.map(function(e){return{key:e,value:t[e]}})}}else if("Array"===e)s={entries:t.slice(i,a+1).map(function(e,t){return{key:t+i,value:e}})};else{for(var c=0,_=[],l=!0,p=function(e){return"function"==typeof e.set}(t),d=t,f=Array.isArray(d),h=0,d=f?d:(0,r.default)(d);;){var m;if(f){if(h>=d.length)break;m=d[h++]}else{if((h=d.next()).done)break;m=h.value}var y=m;if(c>a){l=!1;break}i<=c&&(p&&Array.isArray(y)?"string"==typeof y[0]||"number"==typeof y[0]?_.push({key:y[0],value:y[1]}):_.push({key:"[entry "+c+"]",value:{"[key]":y[0],"[value]":y[1]}}):_.push({key:c,value:y})),c++}s={hasMore:!l,entries:_}}return s}.bind(null,e,t,n);if(!a)return _().entries;var l=c<1/0,p=Math.min(c-u,function(e,t){if("Object"===e)return(0,i.default)(t).length;if("Array"===e)return t.length;return 1/0}(e,t));if("Iterable"!==e){if(p<=a||a<7)return _(u,c).entries}else if(p<=a&&!l)return _(u,c).entries;var d=void 0;if("Iterable"===e){var f=_(u,u+a-1),h=f.hasMore,m=f.entries;d=h?[].concat(m,s(u+a,u+2*a-1,a)):m}else d=l?s(u,c,a):[].concat(_(0,a-5).entries,s(a-4,p-5,a),_(p-4,p-1).entries);return d}},"pp/T":function(e,t,n){var r=n("XKFU");r(r.S,"Math",{log2:function(e){return Math.log(e)/Math.LN2}})},pq2K:function(e,t,n){"use strict";t.__esModule=!0,t.default={scheme:"colors",author:"mrmrs (http://clrs.cc)",base00:"#111111",base01:"#333333",base02:"#555555",base03:"#777777",base04:"#999999",base05:"#bbbbbb",base06:"#dddddd",base07:"#ffffff",base08:"#ff4136",base09:"#ff851b",base0A:"#ffdc00",base0B:"#2ecc40",base0C:"#7fdbff",base0D:"#0074d9",base0E:"#b10dc9",base0F:"#85144b"},e.exports=t.default},pvIh:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){function t(t,n,r,o,i,a){var s=o||"<>",u=a||r;if(null==n[r])return t?new Error("Required "+i+" `"+u+"` was not specified in `"+s+"`."):null;for(var c=arguments.length,_=Array(c>6?c-6:0),l=6;l0))try{(window.adsbygoogle=window.adsbygoogle||[]).push({})}catch(e){}}},{key:"componentWillReceiveProps",value:function(e){}},{key:"render",value:function(){return this.props.user.userCourse&&this.props.user.userCourse.length>0?null:this.state.dataAdsen.slot?react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement(react__WEBPACK_IMPORTED_MODULE_1___default.a.Fragment,null,"Mobile"==this.props.device&&react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement("div",{className:"ads_txt"},react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement("span",null,"Quảng Cáo")),react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement("ins",{className:"adsbygoogle ".concat(this.props.className||""),style:this.props.style?this.props.style:{display:"block"},"data-ad-client":"ca-pub-6915303025395679","data-ad-slot":this.state.dataAdsen.slot,"data-ad-format":!this.props.className&&"auto","data-full-width-responsive":!this.props.className})):null}},{key:"__reactstandin__regenerateByEval",value:function __reactstandin__regenerateByEval(key,code){this[key]=eval(code)}}]),GoogleAd}(react__WEBPACK_IMPORTED_MODULE_1__.Component),mapStateToProps=function(e){return{user:e.user}},_default=Object(react_redux__WEBPACK_IMPORTED_MODULE_2__.connect)(mapStateToProps)(GoogleAd),_unused_webpack_default_export=_default,reactHotLoader,leaveModule;reactHotLoader=__webpack_require__("0cfB").default,leaveModule=__webpack_require__("0cfB").leaveModule,reactHotLoader&&(reactHotLoader.register(GoogleAd,"GoogleAd","/mnt/d/pm2/lgh-quizz-pc/lib/quiz_component/src/vungoi-component/GoogleAdsen/GoogleAd.js"),reactHotLoader.register(mapStateToProps,"mapStateToProps","/mnt/d/pm2/lgh-quizz-pc/lib/quiz_component/src/vungoi-component/GoogleAdsen/GoogleAd.js"),reactHotLoader.register(_default,"default","/mnt/d/pm2/lgh-quizz-pc/lib/quiz_component/src/vungoi-component/GoogleAdsen/GoogleAd.js"),leaveModule(module))}).call(this,__webpack_require__("3UD+")(module))},qDOb:function(e,t,n){var r=n("gfFt");"string"==typeof r&&(r=[[e.i,r,""]]);var o={hmr:!0,transform:void 0,insertInto:void 0};n("aET+")(r,o);r.locals&&(e.exports=r.locals)},qPyV:function(e,t,n){var r=n("ut/Y"),o=n("LGYb");e.exports=function(e,t){return e&&e.length?o(e,r(t,2)):[]}},qQ6U:function(module,__webpack_exports__,__webpack_require__){"use strict";(function(module){var react__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("q1tI"),react__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__),jquery__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("xeH2"),jquery__WEBPACK_IMPORTED_MODULE_1___default=__webpack_require__.n(jquery__WEBPACK_IMPORTED_MODULE_1__),enterModule;function _typeof(e){return(_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function _classCallCheck(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function _defineProperties(e,t){for(var n=0;n1&&(u=p(u,{key:u.key||g})),h.push(u);else if("text"!==i.type){switch(c=i.attribs,s(i)?a(c.style,c):c&&(c=o(c)),_=null,i.type){case"script":case"style":i.children[0]&&(c.dangerouslySetInnerHTML={__html:i.children[0].data});break;case"tag":"textarea"===i.name&&i.children[0]?c.defaultValue=i.children[0].data:i.children&&i.children.length&&(_=e(i.children,n));break;default:continue}E>1&&(c.key=g),h.push(d(i.name,c,_))}else y?i.data.trim()&&h.push(i.data):h.push(i.data);return 1===h.length?h[0]:h}},qncB:function(e,t,n){var r=n("XKFU"),o=n("vhPU"),i=n("eeVq"),a=n("/e88"),s="["+a+"]",u=RegExp("^"+s+s+"*"),c=RegExp(s+s+"*$"),_=function(e,t,n){var o={},s=i(function(){return!!a[e]()||"​…"!="​…"[e]()}),u=o[e]=s?t(l):a[e];n&&(o[n]=u),r(r.P+r.F*s,"String",o)},l=_.trim=function(e,t){return e=String(o(e)),1&t&&(e=e.replace(u,"")),2&t&&(e=e.replace(c,"")),e};e.exports=_},qtpE:function(e,t,n){},quPj:function(e,t,n){var r=n("0/R4"),o=n("LZWt"),i=n("K0xU")("match");e.exports=function(e){var t;return r(e)&&(void 0!==(t=e[i])?!!t:"RegExp"==o(e))}},quyA:function(e,t){e.exports=function(){return!1}},qyHn:function(module,__webpack_exports__,__webpack_require__){"use strict";(function(module){var lodash_assign__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("3OWR"),lodash_assign__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(lodash_assign__WEBPACK_IMPORTED_MODULE_0__),lodash_filter__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("k4Da"),lodash_filter__WEBPACK_IMPORTED_MODULE_1___default=__webpack_require__.n(lodash_filter__WEBPACK_IMPORTED_MODULE_1__),lodash_map__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("3WF5"),lodash_map__WEBPACK_IMPORTED_MODULE_2___default=__webpack_require__.n(lodash_map__WEBPACK_IMPORTED_MODULE_2__),react__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__("q1tI"),react__WEBPACK_IMPORTED_MODULE_3___default=__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_3__),prop_types__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__("g8p1"),prop_types__WEBPACK_IMPORTED_MODULE_4___default=__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_4__),_QuizDndParagraph_Paragraph__WEBPACK_IMPORTED_MODULE_5__=__webpack_require__("AuHd"),_react_event_connector_src_component_event_factory__WEBPACK_IMPORTED_MODULE_6__=__webpack_require__("+7VV"),_util_transformNestedObj__WEBPACK_IMPORTED_MODULE_7__=__webpack_require__("x5HP"),_Box__WEBPACK_IMPORTED_MODULE_8__=__webpack_require__("EzHK"),_react_event_connector_src_component_event_connect__WEBPACK_IMPORTED_MODULE_9__=__webpack_require__("aoIC"),enterModule;function _typeof(e){return(_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function _extends(){return(_extends=Object.assign||function(e){for(var t=1;t=arguments.length)?_=n[c]:(_=arguments[s],s+=1),a[c]=_,o(_)||(u-=1),c+=1}return u<=0?i.apply(this,a):r(u,e(t,a,i))}}},rAT4:function(module,__webpack_exports__,__webpack_require__){"use strict";(function(module){var react__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("q1tI"),react__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__),prop_types__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("g8p1"),prop_types__WEBPACK_IMPORTED_MODULE_1___default=__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_1__),react_helmet__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("TJpk"),react_helmet__WEBPACK_IMPORTED_MODULE_2___default=__webpack_require__.n(react_helmet__WEBPACK_IMPORTED_MODULE_2__),_QuizBox__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__("qyHn"),_sample_spec_box_json__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__("mqre"),_sample_spec_box_json__WEBPACK_IMPORTED_MODULE_4___namespace=__webpack_require__.t("mqre",1),_store_quiz_result_store__WEBPACK_IMPORTED_MODULE_5__=__webpack_require__("25vq"),_util_builHtmlFromArray__WEBPACK_IMPORTED_MODULE_6__=__webpack_require__("I+pd"),_Header_Quiz_Header_Quiz__WEBPACK_IMPORTED_MODULE_7__=__webpack_require__("0Peb"),_quizbox_css__WEBPACK_IMPORTED_MODULE_8__=__webpack_require__("3l72"),_quizbox_css__WEBPACK_IMPORTED_MODULE_8___default=__webpack_require__.n(_quizbox_css__WEBPACK_IMPORTED_MODULE_8__),_util_dangerousHtml__WEBPACK_IMPORTED_MODULE_9__=__webpack_require__("R2C9"),enterModule;function _typeof(e){return(_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function _extends(){return(_extends=Object.assign||function(e){for(var t=1;t"}}))}};d.propTypes={getItemString:a.default.func.isRequired,keyPath:a.default.arrayOf(a.default.oneOfType([a.default.string,a.default.number])).isRequired,labelRenderer:a.default.func.isRequired,styling:a.default.func.isRequired,value:a.default.any,valueRenderer:a.default.func.isRequired,isCustomNode:a.default.func.isRequired},t.default=d},rUi7:function(e,t,n){"use strict";(function(e){var r,o=n("XH0y"),i=n("0waZ"),a=n.n(i);(r=n("0cfB").enterModule)&&r(e);o.setLevel("error"),a.a.reg(o),a.a.apply(o);var s,u,c={debug:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";return o.debug(e,t)},info:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";return o.info(e,t)},warn:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";return o.warn(e,t)},error:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";return o.error(e,t)}};t.a=c,s=n("0cfB").default,u=n("0cfB").leaveModule,s&&(s.register(!0,"isProductionEnv","/mnt/d/pm2/lgh-quizz-pc/client/util/logger.js"),s.register(c,"default","/mnt/d/pm2/lgh-quizz-pc/client/util/logger.js"),u(e))}).call(this,n("3UD+")(e))},ra1t:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){return void 0===e&&(e=0),e+1}},raBC:function(e,t,n){"use strict";var r=n("TqRt");t.__esModule=!0,t.default=void 0;var o=function(){};r(n("Bp9Y")).default&&(o=document.addEventListener?function(e,t,n,r){return e.addEventListener(t,n,r||!1)}:document.attachEvent?function(e,t,n){return e.attachEvent("on"+t,function(t){(t=t||window.event).target=t.target||t.srcElement,t.currentTarget=e,n.call(e,t)})}:void 0);var i=o;t.default=i,e.exports=t.default},rcan:function(module,__webpack_exports__,__webpack_require__){"use strict";(function(module){var lodash_assign__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("3OWR"),lodash_assign__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(lodash_assign__WEBPACK_IMPORTED_MODULE_0__),lodash_filter__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("k4Da"),lodash_filter__WEBPACK_IMPORTED_MODULE_1___default=__webpack_require__.n(lodash_filter__WEBPACK_IMPORTED_MODULE_1__),lodash_map__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("3WF5"),lodash_map__WEBPACK_IMPORTED_MODULE_2___default=__webpack_require__.n(lodash_map__WEBPACK_IMPORTED_MODULE_2__),react__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__("q1tI"),react__WEBPACK_IMPORTED_MODULE_3___default=__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_3__),prop_types__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__("g8p1"),prop_types__WEBPACK_IMPORTED_MODULE_4___default=__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_4__),_QuizDndParagraph_Paragraph__WEBPACK_IMPORTED_MODULE_5__=__webpack_require__("AuHd"),_react_event_connector_src_component_event_factory__WEBPACK_IMPORTED_MODULE_6__=__webpack_require__("+7VV"),_util_transformNestedObj__WEBPACK_IMPORTED_MODULE_7__=__webpack_require__("x5HP"),_Box__WEBPACK_IMPORTED_MODULE_8__=__webpack_require__("oMB9"),_react_event_connector_src_component_event_connect__WEBPACK_IMPORTED_MODULE_9__=__webpack_require__("aoIC"),enterModule;function _typeof(e){return(_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function _extends(){return(_extends=Object.assign||function(e){for(var t=1;t1?arguments[1]:void 0,r=o(t.length),s=void 0===n?r:Math.min(o(n),r),u=String(e);return a?a.call(t,u,s):t.slice(s-u.length,s)===u}})},rzyP:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n("f3pM"),o=n("iyzo"),i=n("6EYP"),a=n("dQBR"),s=function(){function e(e,t){this.store=e,this.registry=t}return e.prototype.subscribeToStateChange=function(e,t){var n=this;void 0===t&&(t={handlerIds:void 0});var r=t.handlerIds;a("function"==typeof e,"listener must be a function."),a(void 0===r||Array.isArray(r),"handlerIds, when specified, must be an array of strings.");var o=this.store.getState().stateId;return this.store.subscribe(function(){var t=n.store.getState(),a=t.stateId;try{a===o||a===o+1&&!i.areDirty(t.dirtyHandlerIds,r)||e()}finally{o=a}})},e.prototype.subscribeToOffsetChange=function(e){var t=this;a("function"==typeof e,"listener must be a function.");var n=this.store.getState().dragOffset;return this.store.subscribe(function(){var r=t.store.getState().dragOffset;r!==n&&(n=r,e())})},e.prototype.canDragSource=function(e){var t=this.registry.getSource(e);return a(t,"Expected to find a valid source."),!this.isDragging()&&t.canDrag(this,e)},e.prototype.canDropOnTarget=function(e){var t=this.registry.getTarget(e);if(a(t,"Expected to find a valid target."),!this.isDragging()||this.didDrop())return!1;var n=this.registry.getTargetType(e),o=this.getItemType();return r.default(n,o)&&t.canDrop(this,e)},e.prototype.isDragging=function(){return Boolean(this.getItemType())},e.prototype.isDraggingSource=function(e){var t=this.registry.getSource(e,!0);return a(t,"Expected to find a valid source."),!(!this.isDragging()||!this.isSourcePublic())&&(this.registry.getSourceType(e)===this.getItemType()&&t.isDragging(this,e))},e.prototype.isOverTarget=function(e,t){void 0===t&&(t={shallow:!1});var n=t.shallow;if(!this.isDragging())return!1;var o=this.registry.getTargetType(e),i=this.getItemType();if(i&&!r.default(o,i))return!1;var a=this.getTargetIds();if(!a.length)return!1;var s=a.indexOf(e);return n?s===a.length-1:s>-1},e.prototype.getItemType=function(){return this.store.getState().dragOperation.itemType},e.prototype.getItem=function(){return this.store.getState().dragOperation.item},e.prototype.getSourceId=function(){return this.store.getState().dragOperation.sourceId},e.prototype.getTargetIds=function(){return this.store.getState().dragOperation.targetIds},e.prototype.getDropResult=function(){return this.store.getState().dragOperation.dropResult},e.prototype.didDrop=function(){return this.store.getState().dragOperation.didDrop},e.prototype.isSourcePublic=function(){return this.store.getState().dragOperation.isSourcePublic},e.prototype.getInitialClientOffset=function(){return this.store.getState().dragOffset.initialClientOffset},e.prototype.getInitialSourceClientOffset=function(){return this.store.getState().dragOffset.initialSourceClientOffset},e.prototype.getClientOffset=function(){return this.store.getState().dragOffset.clientOffset},e.prototype.getSourceClientOffset=function(){return o.getSourceClientOffset(this.store.getState().dragOffset)},e.prototype.getDifferenceFromInitialOffset=function(){return o.getDifferenceFromInitialOffset(this.store.getState().dragOffset)},e}();t.default=s},"s+kx":function(e,t,n){var r=n("1hJj"),o=n("jbM+"),i=n("Xt/L"),a=n("eUgh"),s=n("sEf8"),u=n("xYSL"),c=Math.min;e.exports=function(e,t,n){for(var _=n?i:o,l=e[0].length,p=e.length,d=p,f=Array(p),h=1/0,m=[];d--;){var y=e[d];d&&t&&(y=a(y,s(t))),h=c(y.length,h),f[d]=!n&&(t||l>=120&&y.length>=120)?new r(d&&y):void 0}y=e[0];var g=-1,E=f[0];e:for(;++g0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";return Object.keys(e).reduce(function(n,r){var o=e[r],i=t?"".concat(t,".").concat(r):r;return"string"==typeof o?n[i]=o:Object.assign(n,b(o,i)),n},{})}r.Intl?c()(g)||(r.Intl.NumberFormat=s.a.NumberFormat,r.Intl.DateTimeFormat=s.a.DateTimeFormat):r.Intl=s.a,Object(i.b)(l.a),E.en=p.a,E.en.messages=b(E.en.messages),Object(i.b)(f.a),E.vi=h.a,E.vi.messages=b(E.vi.messages),m=n("0cfB").default,y=n("0cfB").leaveModule,m&&(m.register(g,"enabledLanguages","/mnt/d/pm2/lgh-quizz-pc/Intl/setup.js"),m.register(E,"localizationData","/mnt/d/pm2/lgh-quizz-pc/Intl/setup.js"),m.register(b,"flattenMessages","/mnt/d/pm2/lgh-quizz-pc/Intl/setup.js"),y(e))}).call(this,n("3UD+")(e),n("yLpj"))},s5qY:function(e,t,n){var r=n("0/R4");e.exports=function(e,t){if(!r(e)||e._t!==t)throw TypeError("Incompatible receiver, "+t+" required!");return e}},s6NM:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.yuv2rgb=function(e){var t,n,r,o=e[0],i=e[1],a=e[2];return t=1*o+0*i+1.13983*a,n=1*o+-.39465*i+-.5806*a,r=1*o+2.02311*i+0*a,t=Math.min(Math.max(0,t),1),n=Math.min(Math.max(0,n),1),r=Math.min(Math.max(0,r),1),[255*t,255*n,255*r]},t.rgb2yuv=function(e){var t=e[0]/255,n=e[1]/255,r=e[2]/255;return[.299*t+.587*n+.114*r,-.14713*t+-.28886*n+.436*r,.615*t+-.51499*n+-.10001*r]}},s6Zy:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=0;t.default=function(){return r++}},s7zy:function(e,t,n){"use strict";(function(e){n.d(t,"a",function(){return l});var r,o,i,a=n("hJi4"),s=n("bzB6"),u=n("Oqc2"),c=n("WkjK"),_=n("1srg");function l(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},o=e;"function"!=typeof e&&(o=function(){return e});var i=Object(u.a)(t);return function(e){return Object(a.a)({connectBackend:function(e,t){return e.connectChooseTarget(t)},containerDisplayName:"ChoiceTarget",createHandler:i,registerHandler:s.a,createMonitor:c.a,createConnector:_.a,DecoratedComponent:e,getType:o,collect:n,options:r})}}(r=n("Xug/").enterModule)&&r(e),o=n("Xug/").default,i=n("Xug/").leaveModule,o&&(o.register(l,"ChoiceTarget","/mnt/d/pm2/lgh-quizz-pc/lib/cnc_core/src/target/ChoiceTarget.js"),i(e))}).call(this,n("3UD+")(e))},sBam:function(e,t,n){"use strict";t.__esModule=!0,t.default={scheme:"grayscale",author:"alexandre gavioli (https://github.com/alexx2/)",base00:"#101010",base01:"#252525",base02:"#464646",base03:"#525252",base04:"#ababab",base05:"#b9b9b9",base06:"#e3e3e3",base07:"#f7f7f7",base08:"#7c7c7c",base09:"#999999",base0A:"#a0a0a0",base0B:"#8e8e8e",base0C:"#868686",base0D:"#686868",base0E:"#747474",base0F:"#5e5e5e"},e.exports=t.default},sDXs:function(e,t,n){"use strict";(function(e){n.d(t,"a",function(){return c});var r,o=n("3OWR"),i=n.n(o),a=n("m7E7");(r=n("XsMp").enterModule)&&r(e);var s,u,c=[{status:["canDrop"],nextAction:a.b.DROP_IN,getNextProps:function(e,t,n){t.getComponentCoorStore().getSrcItem();return n&&n._onSourceDropIn?i()({},n._onSourceDropIn(e),{status:"init"}):{status:"init"}}},{status:["isDragging"],nextAction:a.b.DROP_OUT,getNextProps:function(e,t,n){return n&&n._onSourceDropOut?i()({},n._onSourceDropOut(e),{status:"init"}):{status:"init"}}},{status:["isDragging"],nextAction:a.b.IN_OVER,getNextProps:function(e,t,n){return n&&n._onSourceOver?i()({},n._onSourceOver(e),{status:"canDrop"}):{status:"canDrop"}}}];s=n("XsMp").default,u=n("XsMp").leaveModule,s&&(s.register(c,"backDropStates","/mnt/d/pm2/lgh-quizz-pc/lib/react_event_connector/src/event_source/cnc/TwoSideChooser/back-state.js"),u(e))}).call(this,n("3UD+")(e))},sEf8:function(e,t){e.exports=function(e){return function(t){return e(t)}}},sEfC:function(e,t,n){var r=n("GoyQ"),o=n("QIyF"),i=n("tLB3"),a="Expected a function",s=Math.max,u=Math.min;e.exports=function(e,t,n){var c,_,l,p,d,f,h=0,m=!1,y=!1,g=!0;if("function"!=typeof e)throw new TypeError(a);function E(t){var n=c,r=_;return c=_=void 0,h=t,p=e.apply(r,n)}function b(e){var n=e-f;return void 0===f||n>=t||n<0||y&&e-h>=l}function v(){var e=o();if(b(e))return O(e);d=setTimeout(v,function(e){var n=t-(e-f);return y?u(n,l-(e-h)):n}(e))}function O(e){return d=void 0,g&&c?E(e):(c=_=void 0,p)}function M(){var e=o(),n=b(e);if(c=arguments,_=this,f=e,n){if(void 0===d)return function(e){return h=e,d=setTimeout(v,t),m?E(e):p}(f);if(y)return clearTimeout(d),d=setTimeout(v,t),E(f)}return void 0===d&&(d=setTimeout(v,t)),p}return t=i(t)||0,r(n)&&(m=!!n.leading,l=(y="maxWait"in n)?s(i(n.maxWait)||0,t):l,g="trailing"in n?!!n.trailing:g),M.cancel=function(){void 0!==d&&clearTimeout(d),h=0,c=f=_=d=void 0},M.flush=function(){return void 0===d?p:O(o())},M}},sEtK:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(){},t.revert=function(){}},sFw1:function(e,t,n){n("7DDg")("Int8",1,function(e){return function(t,n,r){return e(this,t,n,r)}})},sINF:function(e,t,n){"use strict";function r(e){return function(t){var n=t.dispatch,r=t.getState;return function(t){return function(o){return"function"==typeof o?o(n,r,e):t(o)}}}}var o=r();o.withExtraArgument=r,t.a=o},sKrG:function(e,t,n){"use strict";var r=n("TqRt");t.__esModule=!0,t.default=function(e,t,n){var r="",_="",l=t;if("string"==typeof t){if(void 0===n)return e.style[(0,o.default)(t)]||(0,a.default)(e).getPropertyValue((0,i.default)(t));(l={})[t]=n}Object.keys(l).forEach(function(t){var n=l[t];n||0===n?(0,c.default)(t)?_+=t+"("+n+") ":r+=(0,i.default)(t)+": "+n+";":(0,s.default)(e,(0,i.default)(t))}),_&&(r+=u.transform+": "+_+";");e.style.cssText+=";"+r};var o=r(n("9SKx")),i=r(n("X9D3")),a=r(n("H0zx")),s=r(n("a413")),u=n("xU8c"),c=r(n("O9o6"));e.exports=t.default},sMNL:function(e,t,n){"use strict";t.__esModule=!0;var r=function(){function e(e,t){for(var n=0;n-1,'Expected the drag source specification to only have some of the following keys: %s. Instead received a specification with an unexpected "%s" key. Read more: http://react-dnd.github.io/react-dnd/docs-drag-source.html',i.join(", "),t),o("function"==typeof e[t],"Expected %s in the drag source specification to be a function. Instead received a specification with %s: %s. Read more: http://react-dnd.github.io/react-dnd/docs-drag-source.html",t,t,e[t])}),a.forEach(function(t){o("function"==typeof e[t],"Expected %s in the drag source specification to be a function. Instead received a specification with %s: %s. Read more: http://react-dnd.github.io/react-dnd/docs-drag-source.html",t,t,e[t])});var t=function(){function t(e){this.monitor=e,this.props=null,this.ref=r.createRef(),this.beginDrag=this.beginDrag.bind(this)}return t.prototype.receiveProps=function(e){this.props=e},t.prototype.canDrag=function(){return!!this.props&&(!e.canDrag||e.canDrag(this.props,this.monitor))},t.prototype.isDragging=function(t,n){return!!this.props&&(e.isDragging?e.isDragging(this.props,this.monitor):n===t.getSourceId())},t.prototype.beginDrag=function(){if(this.props)return e.beginDrag(this.props,this.monitor,this.ref.current)},t.prototype.endDrag=function(){this.props&&e.endDrag&&e.endDrag(this.props,this.monitor,this.ref.current)},t}();return function(e){return new t(e)}}},sTGe:function(e,t,n){"use strict";(function(e){n.d(t,"c",function(){return c}),n.d(t,"b",function(){return _}),n.d(t,"d",function(){return l}),n.d(t,"a",function(){return d}),n.d(t,"e",function(){return f}),n.d(t,"g",function(){return m}),n.d(t,"h",function(){return y}),n.d(t,"f",function(){return O});var r,o=n("ph6d"),i=(n("6qjq"),n("dbib"));(r=n("0cfB").enterModule)&&r(e);var a,s,u="FETCH_SUBJECT",c="FETCH_SUBJECT_PENDING",_="FETCH_SUBJECT_FULFILLED",l="FETCH_SUBJECT_REJECTED",p="FETCH_GRADE",d="FETCH_GRADE_FULFILLED",f="SET_GRADE";function h(e){var t="chapters/grade/".concat(e);return new Promise(function(n,r){Object(o.a)(t).then(function(e){return e}).then(function(t){n({gradeType:e,items:t})}).catch(function(e){r(e)})})}function m(e){return function(t){return t({type:u,payload:h(e.type)}).catch(function(e){t(Object(i.a)(e))})}}function y(e){return{type:f,gradeType:e}}function g(e){return function(t){t({type:f,gradeType:e})}}function E(e){return{type:_,payload:{gradeType:e.gradeType,items:e.items}}}function b(e){return{type:d,payload:e}}function v(){return new Promise(function(e,t){Object(o.a)("grades/list").then(function(e){return e}).then(function(t){e(t)}).catch(function(e){return t(e)})})}function O(e){return function(e){return e({type:p,payload:v()}).catch(function(t){e(Object(i.a)(t))})}}a=n("0cfB").default,s=n("0cfB").leaveModule,a&&(a.register(u,"FETCH_SUBJECT","/mnt/d/pm2/lgh-quizz-pc/client/modules/Subjects/SubjectAction.js"),a.register(c,"FETCH_SUBJECT_PENDING","/mnt/d/pm2/lgh-quizz-pc/client/modules/Subjects/SubjectAction.js"),a.register(_,"FETCH_SUBJECT_FULFILLED","/mnt/d/pm2/lgh-quizz-pc/client/modules/Subjects/SubjectAction.js"),a.register(l,"FETCH_SUBJECT_REJECTED","/mnt/d/pm2/lgh-quizz-pc/client/modules/Subjects/SubjectAction.js"),a.register(p,"FETCH_GRADE","/mnt/d/pm2/lgh-quizz-pc/client/modules/Subjects/SubjectAction.js"),a.register("FETCH_GRADE_PENDING","FETCH_GRADE_PENDING","/mnt/d/pm2/lgh-quizz-pc/client/modules/Subjects/SubjectAction.js"),a.register(d,"FETCH_GRADE_FULFILLED","/mnt/d/pm2/lgh-quizz-pc/client/modules/Subjects/SubjectAction.js"),a.register("FETCH_GRADE_REJECTED","FETCH_GRADE_REJECTED","/mnt/d/pm2/lgh-quizz-pc/client/modules/Subjects/SubjectAction.js"),a.register(f,"SET_GRADE","/mnt/d/pm2/lgh-quizz-pc/client/modules/Subjects/SubjectAction.js"),a.register("GET_GRADE","GET_GRADE","/mnt/d/pm2/lgh-quizz-pc/client/modules/Subjects/SubjectAction.js"),a.register(h,"requestFetchSubject","/mnt/d/pm2/lgh-quizz-pc/client/modules/Subjects/SubjectAction.js"),a.register(m,"fetchSubjects","/mnt/d/pm2/lgh-quizz-pc/client/modules/Subjects/SubjectAction.js"),a.register(y,"setGrade","/mnt/d/pm2/lgh-quizz-pc/client/modules/Subjects/SubjectAction.js"),a.register(g,"setGradeType","/mnt/d/pm2/lgh-quizz-pc/client/modules/Subjects/SubjectAction.js"),a.register(E,"setSubjects","/mnt/d/pm2/lgh-quizz-pc/client/modules/Subjects/SubjectAction.js"),a.register(b,"setGradeList","/mnt/d/pm2/lgh-quizz-pc/client/modules/Subjects/SubjectAction.js"),a.register(v,"requestFetchGrade","/mnt/d/pm2/lgh-quizz-pc/client/modules/Subjects/SubjectAction.js"),a.register(O,"fetchGrade","/mnt/d/pm2/lgh-quizz-pc/client/modules/Subjects/SubjectAction.js"),s(e))}).call(this,n("3UD+")(e))},sbF8:function(e,t,n){var r=n("XKFU"),o=n("nBIS"),i=Math.abs;r(r.S,"Number",{isSafeInteger:function(e){return o(e)&&i(e)<=9007199254740991}})},seXi:function(e,t,n){var r=n("qZTm"),o=1,i=Object.prototype.hasOwnProperty;e.exports=function(e,t,n,a,s,u){var c=n&o,_=r(e),l=_.length;if(l!=r(t).length&&!c)return!1;for(var p=l;p--;){var d=_[p];if(!(c?d in t:i.call(t,d)))return!1}var f=u.get(e),h=u.get(t);if(f&&h)return f==t&&h==e;var m=!0;u.set(e,t),u.set(t,e);for(var y=c;++p-1&&e%1==0&&e<=n}},sk9p:function(e,t,n){"use strict";t.__esModule=!0;var r=i(n("k/8l")),o=i(n("FyfS"));function i(e){return e&&e.__esModule?e:{default:e}}t.default=function(){return function(e,t){if(Array.isArray(e))return e;if((0,r.default)(Object(e)))return function(e,t){var n=[],r=!0,i=!1,a=void 0;try{for(var s,u=(0,o.default)(e);!(r=(s=u.next()).done)&&(n.push(s.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{!r&&u.return&&u.return()}finally{if(i)throw a}}return n}(e,t);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}()},snGp:function(e,t,n){"use strict";var r=n("xn1u"),o=[],i=[],a=r.makeRequestCallFromTimer(function(){if(i.length)throw i.shift()});function s(e){var t;(t=o.length?o.pop():new u).task=e,r(t)}function u(){this.task=null}e.exports=s,u.prototype.call=function(){try{this.task.call()}catch(e){s.onerror?s.onerror(e):(i.push(e),a())}finally{this.task=null,o[o.length]=this}}},ssYx:function(module,__webpack_exports__,__webpack_require__){"use strict";(function(module){var react__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("q1tI"),react__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__),_util_builHtmlFromArray__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("I+pd"),_BoxTextSpecial_css__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("7MZ4"),_BoxTextSpecial_css__WEBPACK_IMPORTED_MODULE_2___default=__webpack_require__.n(_BoxTextSpecial_css__WEBPACK_IMPORTED_MODULE_2__),enterModule;function _typeof(e){return(_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function _classCallCheck(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function _defineProperties(e,t){for(var n=0;n0?o(r(e),9007199254740991):0}},tLB3:function(e,t){e.exports=function(e){return e}},tMB7:function(e,t,n){var r=n("y1pI");e.exports=function(e){var t=this.__data__,n=r(t,e);return n<0?void 0:t[n][1]}},tMJk:function(e,t,n){var r=n("XKFU");r(r.S,"Math",{imulh:function(e,t){var n=+e,r=+t,o=65535&n,i=65535&r,a=n>>16,s=r>>16,u=(a*i>>>0)+(o*i>>>16);return a*s+(u>>16)+((o*s>>>0)+(65535&u)>>16)}})},tQ2B:function(e,t,n){"use strict";var r=n("xTJ+"),o=n("Rn+g"),i=n("MLWZ"),a=n("w0Vi"),s=n("OTTw"),u=n("LYNF"),c="undefined"!=typeof window&&window.btoa&&window.btoa.bind(window)||n("n6bm");e.exports=function(e){return new Promise(function(t,_){var l=e.data,p=e.headers;r.isFormData(l)&&delete p["Content-Type"];var d=new XMLHttpRequest,f="onreadystatechange",h=!1;if("undefined"==typeof window||!window.XDomainRequest||"withCredentials"in d||s(e.url)||(d=new window.XDomainRequest,f="onload",h=!0,d.onprogress=function(){},d.ontimeout=function(){}),e.auth){var m=e.auth.username||"",y=e.auth.password||"";p.Authorization="Basic "+c(m+":"+y)}if(d.open(e.method.toUpperCase(),i(e.url,e.params,e.paramsSerializer),!0),d.timeout=e.timeout,d[f]=function(){if(d&&(4===d.readyState||h)&&(0!==d.status||d.responseURL&&0===d.responseURL.indexOf("file:"))){var n="getAllResponseHeaders"in d?a(d.getAllResponseHeaders()):null,r={data:e.responseType&&"text"!==e.responseType?d.response:d.responseText,status:1223===d.status?204:d.status,statusText:1223===d.status?"No Content":d.statusText,headers:n,config:e,request:d};o(t,_,r),d=null}},d.onerror=function(){_(u("Network Error",e,null,d)),d=null},d.ontimeout=function(){_(u("timeout of "+e.timeout+"ms exceeded",e,"ECONNABORTED",d)),d=null},r.isStandardBrowserEnv()){var g=n("eqyj"),E=(e.withCredentials||s(e.url))&&e.xsrfCookieName?g.read(e.xsrfCookieName):void 0;E&&(p[e.xsrfHeaderName]=E)}if("setRequestHeader"in d&&r.forEach(p,function(e,t){void 0===l&&"content-type"===t.toLowerCase()?delete p[t]:d.setRequestHeader(t,e)}),e.withCredentials&&(d.withCredentials=!0),e.responseType)try{d.responseType=e.responseType}catch(t){if("json"!==e.responseType)throw t}"function"==typeof e.onDownloadProgress&&d.addEventListener("progress",e.onDownloadProgress),"function"==typeof e.onUploadProgress&&d.upload&&d.upload.addEventListener("progress",e.onUploadProgress),e.cancelToken&&e.cancelToken.promise.then(function(e){d&&(d.abort(),_(e),d=null)}),void 0===l&&(l=null),d.send(l)})}},tUcR:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.attributeNames=t.elementNames=void 0,t.elementNames=new Map([["altglyph","altGlyph"],["altglyphdef","altGlyphDef"],["altglyphitem","altGlyphItem"],["animatecolor","animateColor"],["animatemotion","animateMotion"],["animatetransform","animateTransform"],["clippath","clipPath"],["feblend","feBlend"],["fecolormatrix","feColorMatrix"],["fecomponenttransfer","feComponentTransfer"],["fecomposite","feComposite"],["feconvolvematrix","feConvolveMatrix"],["fediffuselighting","feDiffuseLighting"],["fedisplacementmap","feDisplacementMap"],["fedistantlight","feDistantLight"],["fedropshadow","feDropShadow"],["feflood","feFlood"],["fefunca","feFuncA"],["fefuncb","feFuncB"],["fefuncg","feFuncG"],["fefuncr","feFuncR"],["fegaussianblur","feGaussianBlur"],["feimage","feImage"],["femerge","feMerge"],["femergenode","feMergeNode"],["femorphology","feMorphology"],["feoffset","feOffset"],["fepointlight","fePointLight"],["fespecularlighting","feSpecularLighting"],["fespotlight","feSpotLight"],["fetile","feTile"],["feturbulence","feTurbulence"],["foreignobject","foreignObject"],["glyphref","glyphRef"],["lineargradient","linearGradient"],["radialgradient","radialGradient"],["textpath","textPath"]]),t.attributeNames=new Map([["definitionurl","definitionURL"],["attributename","attributeName"],["attributetype","attributeType"],["basefrequency","baseFrequency"],["baseprofile","baseProfile"],["calcmode","calcMode"],["clippathunits","clipPathUnits"],["diffuseconstant","diffuseConstant"],["edgemode","edgeMode"],["filterunits","filterUnits"],["glyphref","glyphRef"],["gradienttransform","gradientTransform"],["gradientunits","gradientUnits"],["kernelmatrix","kernelMatrix"],["kernelunitlength","kernelUnitLength"],["keypoints","keyPoints"],["keysplines","keySplines"],["keytimes","keyTimes"],["lengthadjust","lengthAdjust"],["limitingconeangle","limitingConeAngle"],["markerheight","markerHeight"],["markerunits","markerUnits"],["markerwidth","markerWidth"],["maskcontentunits","maskContentUnits"],["maskunits","maskUnits"],["numoctaves","numOctaves"],["pathlength","pathLength"],["patterncontentunits","patternContentUnits"],["patterntransform","patternTransform"],["patternunits","patternUnits"],["pointsatx","pointsAtX"],["pointsaty","pointsAtY"],["pointsatz","pointsAtZ"],["preservealpha","preserveAlpha"],["preserveaspectratio","preserveAspectRatio"],["primitiveunits","primitiveUnits"],["refx","refX"],["refy","refY"],["repeatcount","repeatCount"],["repeatdur","repeatDur"],["requiredextensions","requiredExtensions"],["requiredfeatures","requiredFeatures"],["specularconstant","specularConstant"],["specularexponent","specularExponent"],["spreadmethod","spreadMethod"],["startoffset","startOffset"],["stddeviation","stdDeviation"],["stitchtiles","stitchTiles"],["surfacescale","surfaceScale"],["systemlanguage","systemLanguage"],["tablevalues","tableValues"],["targetx","targetX"],["targety","targetY"],["textlength","textLength"],["viewbox","viewBox"],["viewtarget","viewTarget"],["xchannelselector","xChannelSelector"],["ychannelselector","yChannelSelector"],["zoomandpan","zoomAndPan"]])},tUrg:function(e,t,n){"use strict";n("OGtf")("link",function(e){return function(t){return e(this,"a","href",t)}})},tZmH:function(e,t,n){"use strict";var r=["accept","acceptCharset","accessKey","action","allowFullScreen","allowTransparency","alt","async","autoComplete","autoFocus","autoPlay","capture","cellPadding","cellSpacing","challenge","charSet","checked","cite","classID","className","colSpan","cols","content","contentEditable","contextMenu","controls","coords","crossOrigin","data","dateTime","default","defer","dir","disabled","download","draggable","encType","form","formAction","formEncType","formMethod","formNoValidate","formTarget","frameBorder","headers","height","hidden","high","href","hrefLang","htmlFor","httpEquiv","icon","id","inputMode","integrity","is","keyParams","keyType","kind","label","lang","list","loop","low","manifest","marginHeight","marginWidth","max","maxLength","media","mediaGroup","method","min","minLength","multiple","muted","name","noValidate","nonce","open","optimum","pattern","placeholder","poster","preload","profile","radioGroup","readOnly","rel","required","reversed","role","rowSpan","rows","sandbox","scope","scoped","scrolling","seamless","selected","shape","size","sizes","span","spellCheck","src","srcDoc","srcLang","srcSet","start","step","style","summary","tabIndex","target","title","type","useMap","value","width","wmode","wrap","onClick"].concat(["autoCapitalize","autoCorrect","color","itemProp","itemScope","itemType","itemRef","itemID","security","unselectable","results","autoSave"]).concat(["accentHeight","accumulate","additive","alignmentBaseline","allowReorder","alphabetic","amplitude","arabicForm","ascent","attributeName","attributeType","autoReverse","azimuth","baseFrequency","baseProfile","baselineShift","bbox","begin","bias","by","calcMode","capHeight","clip","clipPath","clipPathUnits","clipRule","colorInterpolation","colorInterpolationFilters","colorProfile","colorRendering","contentScriptType","contentStyleType","cursor","cx","cy","d","decelerate","descent","diffuseConstant","direction","display","divisor","dominantBaseline","dur","dx","dy","edgeMode","elevation","enableBackground","end","exponent","externalResourcesRequired","fill","fillOpacity","fillRule","filter","filterRes","filterUnits","floodColor","floodOpacity","focusable","fontFamily","fontSize","fontSizeAdjust","fontStretch","fontStyle","fontVariant","fontWeight","format","from","fx","fy","g1","g2","glyphName","glyphOrientationHorizontal","glyphOrientationVertical","glyphRef","gradientTransform","gradientUnits","hanging","horizAdvX","horizOriginX","ideographic","imageRendering","in","in2","intercept","k","k1","k2","k3","k4","kernelMatrix","kernelUnitLength","kerning","keyPoints","keySplines","keyTimes","lengthAdjust","letterSpacing","lightingColor","limitingConeAngle","local","markerEnd","markerHeight","markerMid","markerStart","markerUnits","markerWidth","mask","maskContentUnits","maskUnits","mathematical","mode","numOctaves","offset","opacity","operator","order","orient","orientation","origin","overflow","overlinePosition","overlineThickness","paintOrder","panose1","pathLength","patternContentUnits","patternTransform","patternUnits","pointerEvents","points","pointsAtX","pointsAtY","pointsAtZ","preserveAlpha","preserveAspectRatio","primitiveUnits","r","radius","refX","refY","renderingIntent","repeatCount","repeatDur","requiredExtensions","requiredFeatures","restart","result","rotate","rx","ry","scale","seed","shapeRendering","slope","spacing","specularConstant","specularExponent","speed","spreadMethod","startOffset","stdDeviation","stemh","stemv","stitchTiles","stopColor","stopOpacity","strikethroughPosition","strikethroughThickness","string","stroke","strokeDasharray","strokeDashoffset","strokeLinecap","strokeLinejoin","strokeMiterlimit","strokeOpacity","strokeWidth","surfaceScale","systemLanguage","tableValues","targetX","targetY","textAnchor","textDecoration","textLength","textRendering","to","transform","u1","u2","underlinePosition","underlineThickness","unicode","unicodeBidi","unicodeRange","unitsPerEm","vAlphabetic","vHanging","vIdeographic","vMathematical","values","vectorEffect","version","vertAdvY","vertOriginX","vertOriginY","viewBox","viewTarget","visibility","widths","wordSpacing","writingMode","x","x1","x2","xChannelSelector","xHeight","xlinkActuate","xlinkArcrole","xlinkHref","xlinkRole","xlinkShow","xlinkTitle","xlinkType","xmlns","xmlnsXlink","xmlBase","xmlLang","xmlSpace","y","y1","y2","yChannelSelector","z","zoomAndPan"]).reduce(function(e,t){var n=t.toLowerCase();return n!==t&&(e[n]=t),e},{});e.exports=r},tgZa:function(e,t,n){n("nGDx"),e.exports=n("WEpk").Object.entries},tiJc:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=function(){function e(){this.isDisposed=!1}return e.prototype.getDisposable=function(){return this.current},e.prototype.setDisposable=function(e){var t=this.isDisposed;if(!t){var n=this.current;this.current=e,n&&n.dispose()}t&&e&&e.dispose()},e.prototype.dispose=function(){if(!this.isDisposed){this.isDisposed=!0;var e=this.current;this.current=void 0,e&&e.dispose()}},e}();t.SerialDisposable=r},tiOK:function(e,t,n){var r=n("Cd+2");"string"==typeof r&&(r=[[e.i,r,""]]);var o={hmr:!0,transform:void 0,insertInto:void 0};n("aET+")(r,o);r.locals&&(e.exports=r.locals)},"tk//":function(e,t,n){"use strict";var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n),Object.defineProperty(e,r,{enumerable:!0,get:function(){return t[n]}})}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),t.DomHandler=void 0;var i=n("77Jp"),a=n("eape");o(n("eape"),t);var s=/\s+/g,u={normalizeWhitespace:!1,withStartIndices:!1,withEndIndices:!1,xmlMode:!1},c=function(){function e(e,t,n){this.dom=[],this.root=new a.Document(this.dom),this.done=!1,this.tagStack=[this.root],this.lastNode=null,this.parser=null,"function"==typeof t&&(n=t,t=u),"object"==typeof e&&(t=e,e=void 0),this.callback=null!==e&&void 0!==e?e:null,this.options=null!==t&&void 0!==t?t:u,this.elementCB=null!==n&&void 0!==n?n:null}return e.prototype.onparserinit=function(e){this.parser=e},e.prototype.onreset=function(){this.dom=[],this.root=new a.Document(this.dom),this.done=!1,this.tagStack=[this.root],this.lastNode=null,this.parser=null},e.prototype.onend=function(){this.done||(this.done=!0,this.parser=null,this.handleCallback(null))},e.prototype.onerror=function(e){this.handleCallback(e)},e.prototype.onclosetag=function(){this.lastNode=null;var e=this.tagStack.pop();this.options.withEndIndices&&(e.endIndex=this.parser.endIndex),this.elementCB&&this.elementCB(e)},e.prototype.onopentag=function(e,t){var n=this.options.xmlMode?i.ElementType.Tag:void 0,r=new a.Element(e,t,void 0,n);this.addNode(r),this.tagStack.push(r)},e.prototype.ontext=function(e){var t=this.options.normalizeWhitespace,n=this.lastNode;if(n&&n.type===i.ElementType.Text)t?n.data=(n.data+e).replace(s," "):n.data+=e,this.options.withEndIndices&&(n.endIndex=this.parser.endIndex);else{t&&(e=e.replace(s," "));var r=new a.Text(e);this.addNode(r),this.lastNode=r}},e.prototype.oncomment=function(e){if(this.lastNode&&this.lastNode.type===i.ElementType.Comment)this.lastNode.data+=e;else{var t=new a.Comment(e);this.addNode(t),this.lastNode=t}},e.prototype.oncommentend=function(){this.lastNode=null},e.prototype.oncdatastart=function(){var e=new a.Text(""),t=new a.NodeWithChildren(i.ElementType.CDATA,[e]);this.addNode(t),e.parent=t,this.lastNode=e},e.prototype.oncdataend=function(){this.lastNode=null},e.prototype.onprocessinginstruction=function(e,t){var n=new a.ProcessingInstruction(e,t);this.addNode(n)},e.prototype.handleCallback=function(e){if("function"==typeof this.callback)this.callback(e,this.dom);else if(e)throw e},e.prototype.addNode=function(e){var t=this.tagStack[this.tagStack.length-1],n=t.children[t.children.length-1];this.options.withStartIndices&&(e.startIndex=this.parser.startIndex),this.options.withEndIndices&&(e.endIndex=this.parser.endIndex),t.children.push(e),n&&(e.prev=n,n.next=e),e.parent=t,this.lastNode=null},e}();t.DomHandler=c,t.default=c},tpMO:function(e,t,n){"use strict";(function(e){var r,o=n("3OWR"),i=n.n(o),a=n("Suow");function s(e){for(var t=1;t0&&void 0!==arguments[0]?arguments[0]:l,t=arguments.length>1?arguments[1]:void 0;switch(t.type){case a.d:return s({},e);case a.c:return i()({},e,t.payload,{is_loading:!1});case a.e:return s({},e,{is_loading:!1});case a.g:return s({},e,{is_loading:!0});case a.f:var n={toptag:t.payload};return i()({},e,n);case a.h:return s({},e);default:return e}},d=p;t.a=d,c=n("0cfB").default,_=n("0cfB").leaveModule,c&&(c.register(l,"initialState","/mnt/d/pm2/lgh-quizz-pc/client/modules/ExamOnline/ListExamReducer.js"),c.register(p,"ListExamReducer","/mnt/d/pm2/lgh-quizz-pc/client/modules/ExamOnline/ListExamReducer.js"),c.register(d,"default","/mnt/d/pm2/lgh-quizz-pc/client/modules/ExamOnline/ListExamReducer.js"),_(e))}).call(this,n("3UD+")(e))},tqwc:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n("dQBR"),o=!1,i=function(){function e(e){this.internalMonitor=e.getMonitor()}return e.prototype.receiveHandlerId=function(e){this.targetId=e},e.prototype.canDrop=function(){r(!o,"You may not call monitor.canDrop() inside your canDrop() implementation. Read more: http://react-dnd.github.io/react-dnd/docs-drop-target-monitor.html");try{return o=!0,this.internalMonitor.canDropOnTarget(this.targetId)}finally{o=!1}},e.prototype.isOver=function(e){return this.internalMonitor.isOverTarget(this.targetId,e)},e.prototype.getItemType=function(){return this.internalMonitor.getItemType()},e.prototype.getItem=function(){return this.internalMonitor.getItem()},e.prototype.getDropResult=function(){return this.internalMonitor.getDropResult()},e.prototype.didDrop=function(){return this.internalMonitor.didDrop()},e.prototype.getInitialClientOffset=function(){return this.internalMonitor.getInitialClientOffset()},e.prototype.getInitialSourceClientOffset=function(){return this.internalMonitor.getInitialSourceClientOffset()},e.prototype.getSourceClientOffset=function(){return this.internalMonitor.getSourceClientOffset()},e.prototype.getClientOffset=function(){return this.internalMonitor.getClientOffset()},e.prototype.getDifferenceFromInitialOffset=function(){return this.internalMonitor.getDifferenceFromInitialOffset()},e}();t.TargetMonitor=i,t.default=function(e){return new i(e)}},tuSo:function(e,t,n){n("7DDg")("Int32",4,function(e){return function(t,n,r){return e(this,t,n,r)}})},"tyy+":function(e,t,n){var r=n("XKFU"),o=n("11IZ");r(r.G+r.F*(parseFloat!=o),{parseFloat:o})},"u/Jn":function(e,t,n){"use strict";(function(e){var r,o=n("m7E7");(r=n("XsMp").enterModule)&&r(e);var i,a,s=function(e){return"undefined"!==e&&null!==e},u=[{status:["init","dropIn"],nextAction:o.b.IS_DRAGGING,getNextProps:function(e){return{status:"isDragging",srcItem:e.srcItem,shouldUpdate:!0}}},{status:["isDragging"],nextAction:o.b.IN_OVER,getNextProps:function(e){return{status:"canDrop",shouldUpdate:!0}}},{status:["canDrop"],nextAction:o.b.DROP_IN,getNextProps:function(e){return{status:"init",shouldUpdate:!0}}},{status:["dropIn"],action:o.b.RESET,getNextProps:function(e){return{shouldUpdate:!1,status:"init"}}}],c=u;t.a=c,i=n("XsMp").default,a=n("XsMp").leaveModule,i&&(i.register(s,"isExistObj","/mnt/d/pm2/lgh-quizz-pc/lib/react_event_connector/src/event_source/cnc/state-machine/dropStates.js"),i.register(u,"dropStates","/mnt/d/pm2/lgh-quizz-pc/lib/react_event_connector/src/event_source/cnc/state-machine/dropStates.js"),i.register(c,"default","/mnt/d/pm2/lgh-quizz-pc/lib/react_event_connector/src/event_source/cnc/state-machine/dropStates.js"),a(e))}).call(this,n("3UD+")(e))},u0CC:function(e,t,n){"use strict";(function(e){var r;n.d(t,"a",function(){return s}),(r=n("+MRw").enterModule)&&r(e);var o,i,a=0;function s(){return a++}o=n("+MRw").default,i=n("+MRw").leaveModule,o&&(o.register(a,"nextUniqueId","/mnt/d/pm2/lgh-quizz-pc/lib/choice_core/src/utils/getNextUniqueId.js"),o.register(s,"getNextUniqueId","/mnt/d/pm2/lgh-quizz-pc/lib/choice_core/src/utils/getNextUniqueId.js"),i(e))}).call(this,n("3UD+")(e))},u1VM:function(e,t,n){"use strict";t.__esModule=!0,t.default={scheme:"solarized",author:"ethan schoonover (http://ethanschoonover.com/solarized)",base00:"#002b36",base01:"#073642",base02:"#586e75",base03:"#657b83",base04:"#839496",base05:"#93a1a1",base06:"#eee8d5",base07:"#fdf6e3",base08:"#dc322f",base09:"#cb4b16",base0A:"#b58900",base0B:"#859900",base0C:"#2aa198",base0D:"#268bd2",base0E:"#6c71c4",base0F:"#d33682"}},u2mz:function(e,t,n){"use strict";(function(e){var r;n.d(t,"a",function(){return a}),(r=n("0cfB").enterModule)&&r(e);var o,i,a=function(e){if(void 0===e)return null;if(!Array.isArray(e))return"";var t="";return e.forEach(function(e){var n="";if(null!==e){if("html"===e.type)"\\n

"===(n+=e.content).substr(n.length-6)&&(n+="
"),t+=n;else if("image"===e.type){var r="";if(+e.quantity>0){for(var o=0;o').concat(r,""),t+=n}else n+='\n
\n \n
'),t+=n}else if("notice"===e.type){var i="";i=1==e.notice_type?"https://cdn.vungoi.vn/vungoi/2021/0507/1620375113123_icon_chuy.png":2==e.notice_type?"https://cdn.vungoi.vn/vungoi/2021/0507/1620375210964_icon_chuy2.png":"https://cdn.vungoi.vn/vungoi/2021/0507/1620375233555_icon_chuy3.png",n+='
'),n+='
'),n+='
'.concat(e.content,"
"),t+=n+="
"}else if("simple_notice"===e.type)n+='
'),n+='
'.concat(e.content,"
"),t+=n+="
";else if("icon_notice"===e.type){var a="";a=1==e.notice_type?"https://cdn.vungoi.vn/vungoi/2021/0507/1620375113123_icon_chuy.png":2==e.notice_type?"https://cdn.vungoi.vn/vungoi/2021/0507/1620375210964_icon_chuy2.png":"https://cdn.vungoi.vn/vungoi/2021/0507/1620375233555_icon_chuy3.png",n+='
'),n+='
'),n+='
'.concat(e.content,"
"),t+=n+="
"}}else t+=n}),t};o=n("0cfB").default,i=n("0cfB").leaveModule,o&&(o.register(a,"builHtmlFromArray","/mnt/d/pm2/lgh-quizz-pc/lib/quiz_component/util/builHtmlFromArray.js"),i(e))}).call(this,n("3UD+")(e))},u4yO:function(e,t,n){"use strict";(function(e){var r,o,i;function a(e,t,n){var r=n.getRegistry(),o=r.addSource(e,t);return{handlerId:o,unregister:function(){r.removeSource(o)}}}n.d(t,"a",function(){return a}),(r=n("+MRw").enterModule)&&r(e),o=n("+MRw").default,i=n("+MRw").leaveModule,o&&(o.register(a,"registerSource","/mnt/d/pm2/lgh-quizz-pc/lib/choice_core/src/registerSource.js"),i(e))}).call(this,n("3UD+")(e))},u8ZT:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n("RgtY"),o=n("BTyQ"),i=n("Tabm"),a=n("rzyP"),s=n("Ztej"),u=function(){function e(e,t){void 0===t&&(t={}),this.context=t,this.isSetUp=!1;var n=r.createStore(o.default);this.store=n,this.monitor=new a.default(n,new s.default(n)),this.backend=e(this),n.subscribe(this.handleRefCountChange.bind(this))}return e.prototype.getContext=function(){return this.context},e.prototype.getMonitor=function(){return this.monitor},e.prototype.getBackend=function(){return this.backend},e.prototype.getRegistry=function(){return this.monitor.registry},e.prototype.getActions=function(){var e=this,t=this.store.dispatch;var n=i.default(this);return Object.keys(n).reduce(function(r,o){var i,a=n[o];return r[o]=(i=a,function(){for(var n=[],r=0;r0;e&&!this.isSetUp?(this.backend.setup(),this.isSetUp=!0):!e&&this.isSetUp&&(this.backend.teardown(),this.isSetUp=!1)},e}();t.default=u},uAtd:function(e,t,n){var r=n("T39b"),o=n("Q3ne"),i=n("N6cJ"),a=n("y3w9"),s=n("OP3Y"),u=i.keys,c=i.key,_=function(e,t){var n=u(e,t),i=s(e);if(null===i)return n;var a=_(i,t);return a.length?n.length?o(new r(n.concat(a))):a:n};i.exp({getMetadataKeys:function(e){return _(a(e),arguments.length<2?void 0:c(arguments[1]))}})},uBIC:function(module,__webpack_exports__,__webpack_require__){"use strict";(function(module){__webpack_require__.d(__webpack_exports__,"a",function(){return OutsideClick});var react__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("q1tI"),react__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__),prop_types__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("g8p1"),prop_types__WEBPACK_IMPORTED_MODULE_1___default=__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_1__),enterModule;function _typeof(e){return(_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function _classCallCheck(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function _defineProperties(e,t){for(var n=0;n0&&void 0!==arguments[0]?arguments[0]:l,t=arguments.length>1?arguments[1]:void 0;switch(t.type){case a.b:return i()({},e,{items:t.payload.items,gradeType:t.payload.gradeType,content_loadding:!1});case a.c:return s({},e,{content_loadding:!0});case a.d:return s({},e,{content_loadding:!1});default:return e}},d=p;t.a=d,c=n("0cfB").default,_=n("0cfB").leaveModule,c&&(c.register(l,"initialState","/mnt/d/pm2/lgh-quizz-pc/client/modules/Subjects/SubjectReducer.js"),c.register(p,"SubjectsReducer","/mnt/d/pm2/lgh-quizz-pc/client/modules/Subjects/SubjectReducer.js"),c.register(d,"default","/mnt/d/pm2/lgh-quizz-pc/client/modules/Subjects/SubjectReducer.js"),_(e))}).call(this,n("3UD+")(e))},uXYV:function(module,__webpack_exports__,__webpack_require__){"use strict";(function(module){__webpack_require__.d(__webpack_exports__,"a",function(){return sortItem});var lodash_assign__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("3OWR"),lodash_assign__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(lodash_assign__WEBPACK_IMPORTED_MODULE_0__),react_sortable_hoc__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("17CV"),react_sortable_hoc__WEBPACK_IMPORTED_MODULE_1___default=__webpack_require__.n(react_sortable_hoc__WEBPACK_IMPORTED_MODULE_1__),react__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("q1tI"),react__WEBPACK_IMPORTED_MODULE_2___default=__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_2__),prop_types__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__("wP27"),prop_types__WEBPACK_IMPORTED_MODULE_3___default=__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_3__),enterModule;function _typeof(e){return(_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function _extends(){return(_extends=Object.assign||function(e){for(var t=1;t0&&void 0!==arguments[0]?arguments[0]:l,t=arguments.length>1?arguments[1]:void 0;switch(t.type){case a.a:return i()({},e,{items:t.items,gradeType:t.gradeType});case a.b:return i()({},e,{wrongQuizGrade:t.payload,is_loading:!1});case a.c:return s({},e,{is_loading:!0});case a.d:return s({},e,{is_loading:!1});default:return e}},d=p;t.a=d,c=n("0cfB").default,_=n("0cfB").leaveModule,c&&(c.register(l,"initialState","/mnt/d/pm2/lgh-quizz-pc/client/modules/Thongke/components/WrongQuiz/WrongQuizReducer.js"),c.register(p,"WrongQuizReducer","/mnt/d/pm2/lgh-quizz-pc/client/modules/Thongke/components/WrongQuiz/WrongQuizReducer.js"),c.register(d,"default","/mnt/d/pm2/lgh-quizz-pc/client/modules/Thongke/components/WrongQuiz/WrongQuizReducer.js"),_(e))}).call(this,n("3UD+")(e))},uhBA:function(e,t,n){"use strict";var r=Object.prototype.hasOwnProperty,o="~";function i(){}function a(e,t,n,r,i){if("function"!=typeof n)throw new TypeError("The listener must be a function");var a=new function(e,t,n){this.fn=e,this.context=t,this.once=n||!1}(n,r||e,i),s=o?o+t:t;return e._events[s]?e._events[s].fn?e._events[s]=[e._events[s],a]:e._events[s].push(a):(e._events[s]=a,e._eventsCount++),e}function s(e,t){0==--e._eventsCount?e._events=new i:delete e._events[t]}function u(){this._events=new i,this._eventsCount=0}Object.create&&(i.prototype=Object.create(null),(new i).__proto__||(o=!1)),u.prototype.eventNames=function(){var e,t,n=[];if(0===this._eventsCount)return n;for(t in e=this._events)r.call(e,t)&&n.push(o?t.slice(1):t);return Object.getOwnPropertySymbols?n.concat(Object.getOwnPropertySymbols(e)):n},u.prototype.listeners=function(e){var t=o?o+e:e,n=this._events[t];if(!n)return[];if(n.fn)return[n.fn];for(var r=0,i=n.length,a=new Array(i);r0&&void 0!==arguments[0]?arguments[0]:c,t=arguments.length>1?arguments[1]:void 0;arguments.length>2&&void 0!==arguments[2]&&arguments[2];switch(t.type){case a.a:return i()({},e,{exam_state:t.exam_state},t.params);case a.b:return i()({},c,{fetchState:t.fetchType});default:return e}},l=_;t.a=l,s=n("0cfB").default,u=n("0cfB").leaveModule,s&&(s.register(c,"initialState","/mnt/d/pm2/lgh-quizz-pc/client/modules/ExamOnline/ExamReducer.js"),s.register(_,"ExamReducer","/mnt/d/pm2/lgh-quizz-pc/client/modules/ExamOnline/ExamReducer.js"),s.register(l,"default","/mnt/d/pm2/lgh-quizz-pc/client/modules/ExamOnline/ExamReducer.js"),u(e))}).call(this,n("3UD+")(e))},upKx:function(e,t,n){"use strict";var r=n("S/j/"),o=n("d/Gc"),i=n("ne8i");e.exports=[].copyWithin||function(e,t){var n=r(this),a=i(n.length),s=o(e,a),u=o(t,a),c=arguments.length>2?arguments[2]:void 0,_=Math.min((void 0===c?a:o(c,a))-u,a-s),l=1;for(u0;)u in n?n[s]=n[u]:delete n[s],s+=l,u+=l;return n}},us2i:function(e,t,n){"use strict";e.exports={shouldProcessEveryNode:function(e){return!0}}},"ut/Y":function(e,t,n){var r=n("ZCpW"),o=n("GDhZ"),i=n("zZ0H"),a=n("Z0cm"),s=n("+c4W");e.exports=function(e){return"function"==typeof e?e:null==e?i:"object"==typeof e?a(e)?o(e[0],e[1]):r(e):s(e)}},uwEK:function(e,t,n){"use strict";(function(e){n.d(t,"a",function(){return s});var r,o=n("ph6d");(r=n("0cfB").enterModule)&&r(e);var i,a,s="FETCH_RECOMMENT_GRADE";function u(e,t){return{type:s,items:e,gradeType:t}}function c(e){var t="recommend/quiz/grade/".concat(e);return function(n){Object(o.a)(t).then(function(e){return e}).then(function(t){n(u(t,e))}).catch(function(e){return console.log("co loi xay ra load subject: ",e)})}}function _(e){var t="recommend/quiz/subject/".concat(e);return function(e){Object(o.a)(t).then(function(e){return e}).then(function(t){e(u(t))}).catch(function(e){return console.log("co loi xay ra load subject: ",e)})}}i=n("0cfB").default,a=n("0cfB").leaveModule,i&&(i.register(s,"FETCH_RECOMMENT_GRADE","/mnt/d/pm2/lgh-quizz-pc/client/pages/GioiThieu/AboutUsAction.js"),i.register(u,"fetchRecommentAction","/mnt/d/pm2/lgh-quizz-pc/client/pages/GioiThieu/AboutUsAction.js"),i.register(c,"fetchRecommentGrade","/mnt/d/pm2/lgh-quizz-pc/client/pages/GioiThieu/AboutUsAction.js"),i.register(_,"fetchRecommentSubject","/mnt/d/pm2/lgh-quizz-pc/client/pages/GioiThieu/AboutUsAction.js"),a(e))}).call(this,n("3UD+")(e))},uwnE:function(e,t,n){"use strict";n.d(t,"e",function(){return p}),n.d(t,"a",function(){return d}),n.d(t,"c",function(){return f}),n.d(t,"b",function(){return h}),n.d(t,"d",function(){return m}),n.d(t,"f",function(){return E}),n.d(t,"g",function(){return b});var r=n("LR/J"),o=n.n(r),i=n("kOwS"),a=n("QLaP"),s=n.n(a),u=n("17x9"),c=n.n(u),_=n("ga9N");function l(e){return function(){for(var t=arguments.length,n=new Array(t),r=0;r1&&void 0!==arguments[1])||arguments[1])?String(e):String(e).replace(/&/g,"&").replace(//g,">").replace(/"/g,""").replace(/'/g,"'")},l=function(e,t){return t.filter(function(t){return void 0!==t[e]}).map(function(t){return t[e]}).reduce(function(e,t){return o({},e,t)},{})},p=function(e,t,n){var o={};return n.filter(function(t){return!!Array.isArray(t[e])||(void 0!==t[e]&&g("Helmet: "+e+' should be of type "Array". Instead found type "'+r(t[e])+'"'),!1)}).map(function(t){return t[e]}).reverse().reduce(function(e,n){var r={};n.filter(function(e){for(var n=void 0,i=Object.keys(e),a=0;a=0;n--){var r=e[n];if(r.hasOwnProperty(t))return r[t]}return null},f=(c=Date.now(),function(e){var t=Date.now();t-c>16?(c=t,e(t)):setTimeout(function(){f(e)},0)}),h=function(e){return clearTimeout(e)},m="undefined"!=typeof window?window.requestAnimationFrame||window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame||f:e.requestAnimationFrame||f,y="undefined"!=typeof window?window.cancelAnimationFrame||window.webkitCancelAnimationFrame||window.mozCancelAnimationFrame||h:e.cancelAnimationFrame||h,g=function(e){return console&&"function"==typeof console.warn&&console.warn(e)},E=null,b=function(e,t){var n=e.baseTag,r=e.bodyAttributes,o=e.htmlAttributes,i=e.linkTags,a=e.metaTags,u=e.noscriptTags,c=e.onChangeClientState,_=e.scriptTags,l=e.styleTags,p=e.title,d=e.titleAttributes;M(s.TAG_NAMES.BODY,r),M(s.TAG_NAMES.HTML,o),O(p,d);var f={baseTag:P(s.TAG_NAMES.BASE,n),linkTags:P(s.TAG_NAMES.LINK,i),metaTags:P(s.TAG_NAMES.META,a),noscriptTags:P(s.TAG_NAMES.NOSCRIPT,u),scriptTags:P(s.TAG_NAMES.SCRIPT,_),styleTags:P(s.TAG_NAMES.STYLE,l)},h={},m={};Object.keys(f).forEach(function(e){var t=f[e],n=t.newTags,r=t.oldTags;n.length&&(h[e]=n),r.length&&(m[e]=f[e].oldTags)}),t&&t(),c(e,h,m)},v=function(e){return Array.isArray(e)?e.join(""):e},O=function(e,t){void 0!==e&&document.title!==e&&(document.title=v(e)),M(s.TAG_NAMES.TITLE,t)},M=function(e,t){var n=document.getElementsByTagName(e)[0];if(n){for(var r=n.getAttribute(s.HELMET_ATTRIBUTE),o=r?r.split(","):[],i=[].concat(o),a=Object.keys(t),u=0;u=0;p--)n.removeAttribute(i[p]);o.length===i.length?n.removeAttribute(s.HELMET_ATTRIBUTE):n.getAttribute(s.HELMET_ATTRIBUTE)!==a.join(",")&&n.setAttribute(s.HELMET_ATTRIBUTE,a.join(","))}},P=function(e,t){var n=document.head||document.querySelector(s.TAG_NAMES.HEAD),r=n.querySelectorAll(e+"["+s.HELMET_ATTRIBUTE+"]"),o=Array.prototype.slice.call(r),i=[],a=void 0;return t&&t.length&&t.forEach(function(t){var n=document.createElement(e);for(var r in t)if(t.hasOwnProperty(r))if(r===s.TAG_PROPERTIES.INNER_HTML)n.innerHTML=t.innerHTML;else if(r===s.TAG_PROPERTIES.CSS_TEXT)n.styleSheet?n.styleSheet.cssText=t.cssText:n.appendChild(document.createTextNode(t.cssText));else{var u=void 0===t[r]?"":t[r];n.setAttribute(r,u)}n.setAttribute(s.HELMET_ATTRIBUTE,"true"),o.some(function(e,t){return a=t,n.isEqualNode(e)})?o.splice(a,1):i.push(n)}),o.forEach(function(e){return e.parentNode.removeChild(e)}),i.forEach(function(e){return n.appendChild(e)}),{oldTags:o,newTags:i}},D=function(e){return Object.keys(e).reduce(function(t,n){var r=void 0!==e[n]?n+'="'+e[n]+'"':""+n;return t?t+" "+r:r},"")},T=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return Object.keys(e).reduce(function(t,n){return t[s.REACT_TAG_MAP[n]||n]=e[n],t},t)},C=function(e,t,n){switch(e){case s.TAG_NAMES.TITLE:return{toComponent:function(){return e=t.title,n=t.titleAttributes,(r={key:e})[s.HELMET_ATTRIBUTE]=!0,o=T(n,r),[i.default.createElement(s.TAG_NAMES.TITLE,o,e)];var e,n,r,o},toString:function(){return function(e,t,n,r){var o=D(n),i=v(t);return o?"<"+e+" "+s.HELMET_ATTRIBUTE+'="true" '+o+">"+_(i,r)+"":"<"+e+" "+s.HELMET_ATTRIBUTE+'="true">'+_(i,r)+""}(e,t.title,t.titleAttributes,n)}};case s.ATTRIBUTE_NAMES.BODY:case s.ATTRIBUTE_NAMES.HTML:return{toComponent:function(){return T(t)},toString:function(){return D(t)}};default:return{toComponent:function(){return function(e,t){return t.map(function(t,n){var r,o=((r={key:n})[s.HELMET_ATTRIBUTE]=!0,r);return Object.keys(t).forEach(function(e){var n=s.REACT_TAG_MAP[e]||e;if(n===s.TAG_PROPERTIES.INNER_HTML||n===s.TAG_PROPERTIES.CSS_TEXT){var r=t.innerHTML||t.cssText;o.dangerouslySetInnerHTML={__html:r}}else o[n]=t[e]}),i.default.createElement(e,o)})}(e,t)},toString:function(){return function(e,t,n){return t.reduce(function(t,r){var o=Object.keys(r).filter(function(e){return!(e===s.TAG_PROPERTIES.INNER_HTML||e===s.TAG_PROPERTIES.CSS_TEXT)}).reduce(function(e,t){var o=void 0===r[t]?t:t+'="'+_(r[t],n)+'"';return e?e+" "+o:o},""),i=r.innerHTML||r.cssText||"",a=-1===s.SELF_CLOSING_TAGS.indexOf(e);return t+"<"+e+" "+s.HELMET_ATTRIBUTE+'="true" '+o+(a?"/>":">"+i+"")},"")}(e,t,n)}}}};t.convertReactPropstoHtmlAttributes=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return Object.keys(e).reduce(function(t,n){return t[s.HTML_TAG_MAP[n]||n]=e[n],t},t)},t.handleClientStateChange=function(e){E&&y(E),e.defer?E=m(function(){b(e,function(){E=null})}):(b(e),E=null)},t.mapStateOnServer=function(e){var t=e.baseTag,n=e.bodyAttributes,r=e.encode,o=e.htmlAttributes,i=e.linkTags,a=e.metaTags,u=e.noscriptTags,c=e.scriptTags,_=e.styleTags,l=e.title,p=void 0===l?"":l,d=e.titleAttributes;return{base:C(s.TAG_NAMES.BASE,t,r),bodyAttributes:C(s.ATTRIBUTE_NAMES.BODY,n,r),htmlAttributes:C(s.ATTRIBUTE_NAMES.HTML,o,r),link:C(s.TAG_NAMES.LINK,i,r),meta:C(s.TAG_NAMES.META,a,r),noscript:C(s.TAG_NAMES.NOSCRIPT,u,r),script:C(s.TAG_NAMES.SCRIPT,c,r),style:C(s.TAG_NAMES.STYLE,_,r),title:C(s.TAG_NAMES.TITLE,{title:p,titleAttributes:d},r)}},t.reducePropsToState=function(e){return{baseTag:function(e,t){return t.filter(function(e){return void 0!==e[s.TAG_NAMES.BASE]}).map(function(e){return e[s.TAG_NAMES.BASE]}).reverse().reduce(function(t,n){if(!t.length)for(var r=Object.keys(n),o=0;o or
. Read more: https://facebook.github.io/react/docs/more-about-refs.html#the-ref-callback-attribute"),n?r.cloneElement(e,{ref:function(e){t(e),n&&n(e)}}):r.cloneElement(e,{ref:t})}},vKrd:function(e,t,n){var r=n("y3w9"),o=n("0/R4"),i=n("pbhE");e.exports=function(e,t){if(r(e),o(t)&&t.constructor===e)return t;var n=i.f(e);return(0,n.resolve)(t),n.promise}},"vN+2":function(e,t){e.exports=function(){}},vVMA:function(e,t,n){var r;"undefined"!=typeof self&&self,r=function(e,t){return function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}return n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{configurable:!1,enumerable:!0,get:r})},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=2)}([function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){console.warn("[react-ga]",e)}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){return e.replace(/^\s+|\s+$/g,"")}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.testModeAPI=t.OutboundLink=t.plugin=void 0;var r=Object.assign||function(e){for(var t=1;t1?t-1:0),r=1;r0&&(y.apply(void 0,t),f&&((0,_.default)("called ga('arguments');"),(0,_.default)("with arguments: "+JSON.stringify(t)))),window.ga}function M(e,t){e?"object"===(void 0===e?"undefined":o(e))?(0===Object.keys(e).length&&(0,c.default)("empty `fieldsObject` given to .set()"),E(t,"set",e),f&&((0,_.default)("called ga('set', fieldsObject);"),(0,_.default)("with fieldsObject: "+JSON.stringify(e)))):(0,c.default)("Expected `fieldsObject` arg to be an Object"):(0,c.default)("`fieldsObject` is required in .set()")}function P(e,t){E(t,"send",e),f&&((0,_.default)("called ga('send', fieldObject);"),(0,_.default)("with fieldObject: "+JSON.stringify(e)),(0,_.default)("with trackers: "+JSON.stringify(t)))}function D(e,t,n){if(e){var o=(0,s.default)(e);if(""!==o){var i={};if(n&&(i.title=n),E(t,"send",r({hitType:"pageview",page:o},i)),f){(0,_.default)("called ga('send', 'pageview', path);");var a="";n&&(a=" and title: "+n),(0,_.default)("with path: "+o+a)}}else(0,c.default)("path cannot be an empty string in .pageview()")}else(0,c.default)("path is required in .pageview()")}function T(e,t){if(e){var n=(0,a.default)((0,s.default)(e));if(""!==n){var r="/modal/"+n;E(t,"send","pageview",r),f&&((0,_.default)("called ga('send', 'pageview', path);"),(0,_.default)("with path: "+r))}else(0,c.default)("modalName cannot be an empty string or a single / in .modalview()")}else(0,c.default)("modalName is required in .modalview(modalName)")}function C(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.category,n=e.variable,r=e.value,o=e.label,i=arguments[1];if(t&&n&&r&&"number"==typeof r){var a={hitType:"timing",timingCategory:g(t),timingVar:g(n),timingValue:r};o&&(a.timingLabel=g(o)),P(a,i)}else(0,c.default)("args.category, args.variable AND args.value are required in timing() AND args.value has to be a number")}function w(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments[1],n=e.category,r=e.action,o=e.label,i=e.value,a=e.nonInteraction,s=e.transport,u=function(e,t){var n={};for(var r in e)t.indexOf(r)>=0||Object.prototype.hasOwnProperty.call(e,r)&&(n[r]=e[r]);return n}(e,["category","action","label","value","nonInteraction","transport"]);if(n&&r){var _={hitType:"event",eventCategory:g(n),eventAction:g(r)};o&&(_.eventLabel=g(o)),void 0!==i&&("number"!=typeof i?(0,c.default)("Expected `args.value` arg to be a Number."):_.eventValue=i),void 0!==a&&("boolean"!=typeof a?(0,c.default)("`args.nonInteraction` must be a boolean."):_.nonInteraction=a),void 0!==s&&("string"!=typeof s?(0,c.default)("`args.transport` must be a string."):(-1===["beacon","xhr","image"].indexOf(s)&&(0,c.default)("`args.transport` must be either one of these values: `beacon`, `xhr` or `image`"),_.transport=s)),Object.keys(u).filter(function(e){return"dimension"===e.substr(0,"dimension".length)}).forEach(function(e){_[e]=u[e]}),Object.keys(u).filter(function(e){return"metric"===e.substr(0,"metric".length)}).forEach(function(e){_[e]=u[e]}),P(_,t)}else(0,c.default)("args.category AND args.action are required in event()")}function I(e,t){var n=e.description,r=e.fatal,o={hitType:"exception"};n&&(o.exDescription=g(n)),void 0!==r&&("boolean"!=typeof r?(0,c.default)("`args.fatal` must be a boolean."):o.exFatal=r),P(o,t)}var A=t.plugin={require:function(e,t){if(e){var n=(0,s.default)(e);if(""!==n)if(t){if("object"!==(void 0===t?"undefined":o(t)))return void(0,c.default)("Expected `options` arg to be an Object");0===Object.keys(t).length&&(0,c.default)("Empty `options` given to .require()"),O("require",n,t),f&&(0,_.default)("called ga('require', '"+n+"', "+JSON.stringify(t))}else O("require",n),f&&(0,_.default)("called ga('require', '"+n+"');");else(0,c.default)("`name` cannot be an empty string in .require()")}else(0,c.default)("`name` is required in .require()")},execute:function(e,t){var n=void 0,r=void 0;if(1==(arguments.length<=2?0:arguments.length-2)?n=arguments.length<=2?void 0:arguments[2]:(r=arguments.length<=2?void 0:arguments[2],n=arguments.length<=3?void 0:arguments[3]),"string"!=typeof e)(0,c.default)("Expected `pluginName` arg to be a String.");else if("string"!=typeof t)(0,c.default)("Expected `action` arg to be a String.");else{var o=e+":"+t;n=n||null,r&&n?(O(o,r,n),f&&((0,_.default)("called ga('"+o+"');"),(0,_.default)('actionType: "'+r+'" with payload: '+JSON.stringify(n)))):n?(O(o,n),f&&((0,_.default)("called ga('"+o+"');"),(0,_.default)("with payload: "+JSON.stringify(n)))):(O(o),f&&(0,_.default)("called ga('"+o+"');"))}}};function k(e,t,n){if("function"==typeof t)if(e&&e.label){var r={hitType:"event",eventCategory:"Outbound",eventAction:"Click",eventLabel:g(e.label)},o=!1,i=setTimeout(function(){o=!0,t()},250);r.hitCallback=function(){clearTimeout(i),o||t()},P(r,n)}else(0,c.default)("args.label is required in outboundLink()");else(0,c.default)("hitCallback function is required")}p.default.origTrackLink=p.default.trackLink,p.default.trackLink=k;var R=t.OutboundLink=p.default;t.testModeAPI=l.default;t.default={initialize:v,ga:O,set:M,send:P,pageview:D,modalview:T,timing:C,event:w,exception:I,plugin:A,outboundLink:k,OutboundLink:R,testModeAPI:l.default}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){if((0,r.default)(e))return(0,i.default)("This arg looks like an email address, redacting."),s;if(t)return(0,o.default)(e);return e};var r=a(n(4)),o=a(n(5)),i=a(n(0));function a(e){return e&&e.__esModule?e:{default:e}}var s="REDACTED (Potential Email Address)"},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){return/[^@]+@[^@]+/.test(e)}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){return(0,i.default)(e).replace(/[A-Za-z0-9\u00C0-\u00FF]+[^\s-]*/g,function(e,t,n){return t>0&&t+e.length!==n.length&&e.search(a)>-1&&":"!==n.charAt(t-2)&&("-"!==n.charAt(t+e.length)||"-"===n.charAt(t-1))&&n.charAt(t-1).search(/[^\s-]/)<0?e.toLowerCase():e.substr(1).search(/[A-Z]|\../)>-1?e:e.charAt(0).toUpperCase()+e.substr(1)})};var r,o=n(1),i=(r=o)&&r.__esModule?r:{default:r};var a=/^(a|an|and|as|at|but|by|en|for|if|in|nor|of|on|or|per|the|to|vs?\.?|via)$/i},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){if("/"===e.substring(0,1))return e.substring(1);return e}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){var t,n,r,o,i,a,s;t=window,n=document,r="script",o=e&&e.gaAddress?e.gaAddress:"https://www.google-analytics.com/analytics.js",i="ga",t.GoogleAnalyticsObject=i,t.ga=t.ga||function(){(t.ga.q=t.ga.q||[]).push(arguments)},t.ga.l=1*new Date,a=n.createElement(r),s=n.getElementsByTagName(r)[0],a.async=1,a.src=o,s.parentNode.insertBefore(a,s)}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){console.info("[react-ga]",e)}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=t.gaCalls=[];t.default={calls:r,ga:function(){for(var e=arguments.length,t=Array(e),n=0;ne.length)&&(t=e.length);for(var n=0,r=new Array(t);n=0)return;a[t]="set-cookie"===t?(a[t]?a[t]:[]).concat([n]):a[t]?a[t]+", "+n:n}}),a):a}},w2a5:function(e,t,n){var r=n("aCFj"),o=n("ne8i"),i=n("d/Gc");e.exports=function(e){return function(t,n,a){var s,u=r(t),c=o(u.length),_=i(a,c);if(e&&n!=n){for(;c>_;)if((s=u[_++])!=s)return!0}else for(;c>_;_++)if((e||_ in u)&&u[_]===n)return e||_||0;return!e&&-1}}},"w2d+":function(e,t,n){"use strict";var r=n("hDam"),o=n("UO39"),i=n("SBuE"),a=n("NsO/");e.exports=n("MPFp")(Array,"Array",function(e,t){this._t=a(e),this._i=0,this._k=t},function(){var e=this._t,t=this._k,n=this._i++;return!e||n>=e.length?(this._t=void 0,o(1)):o(0,"keys"==t?n:"values"==t?e[n]:[n,e[n]])},"values"),i.Arguments=i.Array,r("keys"),r("values"),r("entries")},w6GO:function(e,t,n){var r=n("5vMV"),o=n("FpHa");e.exports=Object.keys||function(e){return r(e,o)}},wCsR:function(e,t,n){"use strict";var r=n("ZD67"),o=n("s5qY");n("4LiD")("WeakSet",function(e){return function(){return e(this,arguments.length>0?arguments[0]:void 0)}},{add:function(e){return r.def(o(this,"WeakSet"),e,!0)}},r,!1,!0)},"wEy/":function(e,t,n){var r=n("ut/Y"),o=n("f5xI");e.exports=function(e,t){var n=[];if(!e||!e.length)return n;var i=-1,a=[],s=e.length;for(t=r(t,3);++i-1&&e%1==0&&e0&&void 0!==arguments[0]?arguments[0]:0)+1}n.d(t,"a",function(){return a}),(r=n("+MRw").enterModule)&&r(e),o=n("+MRw").default,i=n("+MRw").leaveModule,o&&(o.register(a,"stateId","/mnt/d/pm2/lgh-quizz-pc/lib/choice_core/src/reducers/stateId.js"),i(e))}).call(this,n("3UD+")(e))},wQFJ:function(e,t,n){var r=n("l7q6"),o=n("LPBM"),i=n("8/j2");function a(e,t,n){for(var r=n.next();!r.done;){if((t=e["@@transducer/step"](t,r.value))&&t["@@transducer/reduced"]){t=t["@@transducer/value"];break}r=n.next()}return e["@@transducer/result"](t)}function s(e,t,n,r){return e["@@transducer/result"](n[r](i(e["@@transducer/step"],e),t))}var u="undefined"!=typeof Symbol?Symbol.iterator:"@@iterator";e.exports=function(e,t,n){if("function"==typeof e&&(e=o(e)),r(n))return function(e,t,n){for(var r=0,o=n.length;r>>0,r=0;r0)for(n=0;n=0;return(i?n?"+":"":"-")+Math.pow(10,Math.max(0,o)).toString().substr(1)+r}var z=/(\[[^\[]*\])|(\\)?([Hh]mm(ss)?|Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|Qo?|YYYYYY|YYYYY|YYYY|YY|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|kk?|mm?|ss?|S{1,9}|x|X|zz?|ZZ?|.)/g,K=/(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g,W={},N={};function H(e,t,n,r){var o=r;"string"==typeof r&&(o=function(){return this[r]()}),e&&(N[e]=o),t&&(N[t[0]]=function(){return q(o.apply(this,arguments),t[1],t[2])}),n&&(N[n]=function(){return this.localeData().ordinal(o.apply(this,arguments),e)})}function F(e,t){return e.isValid()?(t=Q(t,e.localeData()),W[t]=W[t]||function(e){var t,n,r,o=e.match(z);for(t=0,n=o.length;t=0&&K.test(e);)e=e.replace(K,r),K.lastIndex=0,n-=1;return e}var G=/\d/,V=/\d\d/,X=/\d{3}/,Y=/\d{4}/,J=/[+-]?\d{6}/,Z=/\d\d?/,$=/\d\d\d\d?/,ee=/\d\d\d\d\d\d?/,te=/\d{1,3}/,ne=/\d{1,4}/,re=/[+-]?\d{1,6}/,oe=/\d+/,ie=/[+-]?\d+/,ae=/Z|[+-]\d\d:?\d\d/gi,se=/Z|[+-]\d\d(?::?\d\d)?/gi,ue=/[0-9]{0,256}['a-z\u00A0-\u05FF\u0700-\uD7FF\uF900-\uFDCF\uFDF0-\uFF07\uFF10-\uFFEF]{1,256}|[\u0600-\u06FF\/]{1,256}(\s*?[\u0600-\u06FF]{1,256}){1,2}/i,ce={};function _e(e,t,n){ce[e]=A(t)?t:function(e,r){return e&&n?n:t}}function le(e,t){return l(ce,e)?ce[e](t._strict,t._locale):new RegExp(pe(e.replace("\\","").replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g,function(e,t,n,r,o){return t||n||r||o})))}function pe(e){return e.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&")}var de={};function fe(e,t){var n,r=t;for("string"==typeof e&&(e=[e]),u(t)&&(r=function(e,n){n[t]=M(e)}),n=0;n68?1900:2e3)};var we,Ie=Ae("FullYear",!0);function Ae(e,t){return function(n){return null!=n?(Re(this,e,n),o.updateOffset(this,t),this):ke(this,e)}}function ke(e,t){return e.isValid()?e._d["get"+(e._isUTC?"UTC":"")+t]():NaN}function Re(e,t,n){e.isValid()&&!isNaN(n)&&("FullYear"===t&&Ce(e.year())&&1===e.month()&&29===e.date()?e._d["set"+(e._isUTC?"UTC":"")+t](n,e.month(),Se(n,e.month())):e._d["set"+(e._isUTC?"UTC":"")+t](n))}function Se(e,t){if(isNaN(e)||isNaN(t))return NaN;var n,r=(t%(n=12)+n)%n;return e+=(t-r)/12,1===r?Ce(e)?29:28:31-r%7%2}we=Array.prototype.indexOf?Array.prototype.indexOf:function(e){var t;for(t=0;t=0&&isFinite(t.getUTCFullYear())&&t.setUTCFullYear(e),t}function Ne(e,t,n){var r=7+t-n,o=(7+We(e,0,r).getUTCDay()-t)%7;return-o+r-1}function He(e,t,n,r,o){var i,a,s=(7+n-r)%7,u=Ne(e,r,o),c=1+7*(t-1)+s+u;return c<=0?a=Te(i=e-1)+c:c>Te(e)?(i=e+1,a=c-Te(e)):(i=e,a=c),{year:i,dayOfYear:a}}function Fe(e,t,n){var r,o,i=Ne(e.year(),t,n),a=Math.floor((e.dayOfYear()-i-1)/7)+1;return a<1?(o=e.year()-1,r=a+Qe(o,t,n)):a>Qe(e.year(),t,n)?(r=a-Qe(e.year(),t,n),o=e.year()+1):(o=e.year(),r=a),{week:r,year:o}}function Qe(e,t,n){var r=Ne(e,t,n),o=Ne(e+1,t,n);return(Te(e)-r+o)/7}H("w",["ww",2],"wo","week"),H("W",["WW",2],"Wo","isoWeek"),L("week","w"),L("isoWeek","W"),j("week",5),j("isoWeek",5),_e("w",Z),_e("ww",Z,V),_e("W",Z),_e("WW",Z,V),he(["w","ww","W","WW"],function(e,t,n,r){t[r.substr(0,1)]=M(e)}),H("d",0,"do","day"),H("dd",0,0,function(e){return this.localeData().weekdaysMin(this,e)}),H("ddd",0,0,function(e){return this.localeData().weekdaysShort(this,e)}),H("dddd",0,0,function(e){return this.localeData().weekdays(this,e)}),H("e",0,0,"weekday"),H("E",0,0,"isoWeekday"),L("day","d"),L("weekday","e"),L("isoWeekday","E"),j("day",11),j("weekday",11),j("isoWeekday",11),_e("d",Z),_e("e",Z),_e("E",Z),_e("dd",function(e,t){return t.weekdaysMinRegex(e)}),_e("ddd",function(e,t){return t.weekdaysShortRegex(e)}),_e("dddd",function(e,t){return t.weekdaysRegex(e)}),he(["dd","ddd","dddd"],function(e,t,n,r){var o=n._locale.weekdaysParse(e,r,n._strict);null!=o?t.d=o:f(n).invalidWeekday=e}),he(["d","e","E"],function(e,t,n,r){t[r]=M(e)});var Ge="Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),Ve="Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),Xe="Su_Mo_Tu_We_Th_Fr_Sa".split("_"),Ye=ue,Je=ue,Ze=ue;function $e(){function e(e,t){return t.length-e.length}var t,n,r,o,i,a=[],s=[],u=[],c=[];for(t=0;t<7;t++)n=d([2e3,1]).day(t),r=this.weekdaysMin(n,""),o=this.weekdaysShort(n,""),i=this.weekdays(n,""),a.push(r),s.push(o),u.push(i),c.push(r),c.push(o),c.push(i);for(a.sort(e),s.sort(e),u.sort(e),c.sort(e),t=0;t<7;t++)s[t]=pe(s[t]),u[t]=pe(u[t]),c[t]=pe(c[t]);this._weekdaysRegex=new RegExp("^("+c.join("|")+")","i"),this._weekdaysShortRegex=this._weekdaysRegex,this._weekdaysMinRegex=this._weekdaysRegex,this._weekdaysStrictRegex=new RegExp("^("+u.join("|")+")","i"),this._weekdaysShortStrictRegex=new RegExp("^("+s.join("|")+")","i"),this._weekdaysMinStrictRegex=new RegExp("^("+a.join("|")+")","i")}function et(){return this.hours()%12||12}function tt(e,t){H(e,0,0,function(){return this.localeData().meridiem(this.hours(),this.minutes(),t)})}function nt(e,t){return t._meridiemParse}H("H",["HH",2],0,"hour"),H("h",["hh",2],0,et),H("k",["kk",2],0,function(){return this.hours()||24}),H("hmm",0,0,function(){return""+et.apply(this)+q(this.minutes(),2)}),H("hmmss",0,0,function(){return""+et.apply(this)+q(this.minutes(),2)+q(this.seconds(),2)}),H("Hmm",0,0,function(){return""+this.hours()+q(this.minutes(),2)}),H("Hmmss",0,0,function(){return""+this.hours()+q(this.minutes(),2)+q(this.seconds(),2)}),tt("a",!0),tt("A",!1),L("hour","h"),j("hour",13),_e("a",nt),_e("A",nt),_e("H",Z),_e("h",Z),_e("k",Z),_e("HH",Z,V),_e("hh",Z,V),_e("kk",Z,V),_e("hmm",$),_e("hmmss",ee),_e("Hmm",$),_e("Hmmss",ee),fe(["H","HH"],be),fe(["k","kk"],function(e,t,n){var r=M(e);t[be]=24===r?0:r}),fe(["a","A"],function(e,t,n){n._isPm=n._locale.isPM(e),n._meridiem=e}),fe(["h","hh"],function(e,t,n){t[be]=M(e),f(n).bigHour=!0}),fe("hmm",function(e,t,n){var r=e.length-2;t[be]=M(e.substr(0,r)),t[ve]=M(e.substr(r)),f(n).bigHour=!0}),fe("hmmss",function(e,t,n){var r=e.length-4,o=e.length-2;t[be]=M(e.substr(0,r)),t[ve]=M(e.substr(r,2)),t[Oe]=M(e.substr(o)),f(n).bigHour=!0}),fe("Hmm",function(e,t,n){var r=e.length-2;t[be]=M(e.substr(0,r)),t[ve]=M(e.substr(r))}),fe("Hmmss",function(e,t,n){var r=e.length-4,o=e.length-2;t[be]=M(e.substr(0,r)),t[ve]=M(e.substr(r,2)),t[Oe]=M(e.substr(o))});var rt,ot=Ae("Hours",!0),it={calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},longDateFormat:{LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"},invalidDate:"Invalid date",ordinal:"%d",dayOfMonthOrdinalParse:/\d{1,2}/,relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},months:xe,monthsShort:Be,week:{dow:0,doy:6},weekdays:Ge,weekdaysMin:Xe,weekdaysShort:Ve,meridiemParse:/[ap]\.?m?\.?/i},at={},st={};function ut(e){return e?e.toLowerCase().replace("_","-"):e}function ct(t){var r=null;if(!at[t]&&void 0!==e&&e&&e.exports)try{r=rt._abbr,n("Ycnr")("./"+t),_t(r)}catch(e){}return at[t]}function _t(e,t){var n;return e&&((n=s(t)?pt(e):lt(e,t))?rt=n:"undefined"!=typeof console&&console.warn&&console.warn("Locale "+e+" not found. Did you forget to load it?")),rt._abbr}function lt(e,t){if(null!==t){var n,r=it;if(t.abbr=e,null!=at[e])I("defineLocaleOverride","use moment.updateLocale(localeName, config) to change an existing locale. moment.defineLocale(localeName, config) should only be used for creating a new locale See http://momentjs.com/guides/#/warnings/define-locale/ for more info."),r=at[e]._config;else if(null!=t.parentLocale)if(null!=at[t.parentLocale])r=at[t.parentLocale]._config;else{if(null==(n=ct(t.parentLocale)))return st[t.parentLocale]||(st[t.parentLocale]=[]),st[t.parentLocale].push({name:e,config:t}),null;r=n._config}return at[e]=new R(k(r,t)),st[e]&&st[e].forEach(function(e){lt(e.name,e.config)}),_t(e),at[e]}return delete at[e],null}function pt(e){var t;if(e&&e._locale&&e._locale._abbr&&(e=e._locale._abbr),!e)return rt;if(!i(e)){if(t=ct(e))return t;e=[e]}return function(e){for(var t,n,r,o,i=0;i0;){if(r=ct(o.slice(0,t).join("-")))return r;if(n&&n.length>=t&&P(o,n,!0)>=t-1)break;t--}i++}return rt}(e)}function dt(e){var t,n=e._a;return n&&-2===f(e).overflow&&(t=n[ge]<0||n[ge]>11?ge:n[Ee]<1||n[Ee]>Se(n[ye],n[ge])?Ee:n[be]<0||n[be]>24||24===n[be]&&(0!==n[ve]||0!==n[Oe]||0!==n[Me])?be:n[ve]<0||n[ve]>59?ve:n[Oe]<0||n[Oe]>59?Oe:n[Me]<0||n[Me]>999?Me:-1,f(e)._overflowDayOfYear&&(tEe)&&(t=Ee),f(e)._overflowWeeks&&-1===t&&(t=Pe),f(e)._overflowWeekday&&-1===t&&(t=De),f(e).overflow=t),e}function ft(e,t,n){return null!=e?e:null!=t?t:n}function ht(e){var t,n,r,i,a,s=[];if(!e._d){for(r=function(e){var t=new Date(o.now());return e._useUTC?[t.getUTCFullYear(),t.getUTCMonth(),t.getUTCDate()]:[t.getFullYear(),t.getMonth(),t.getDate()]}(e),e._w&&null==e._a[Ee]&&null==e._a[ge]&&function(e){var t,n,r,o,i,a,s,u;if(null!=(t=e._w).GG||null!=t.W||null!=t.E)i=1,a=4,n=ft(t.GG,e._a[ye],Fe(At(),1,4).year),r=ft(t.W,1),((o=ft(t.E,1))<1||o>7)&&(u=!0);else{i=e._locale._week.dow,a=e._locale._week.doy;var c=Fe(At(),i,a);n=ft(t.gg,e._a[ye],c.year),r=ft(t.w,c.week),null!=t.d?((o=t.d)<0||o>6)&&(u=!0):null!=t.e?(o=t.e+i,(t.e<0||t.e>6)&&(u=!0)):o=i}r<1||r>Qe(n,i,a)?f(e)._overflowWeeks=!0:null!=u?f(e)._overflowWeekday=!0:(s=He(n,r,o,i,a),e._a[ye]=s.year,e._dayOfYear=s.dayOfYear)}(e),null!=e._dayOfYear&&(a=ft(e._a[ye],r[ye]),(e._dayOfYear>Te(a)||0===e._dayOfYear)&&(f(e)._overflowDayOfYear=!0),n=We(a,0,e._dayOfYear),e._a[ge]=n.getUTCMonth(),e._a[Ee]=n.getUTCDate()),t=0;t<3&&null==e._a[t];++t)e._a[t]=s[t]=r[t];for(;t<7;t++)e._a[t]=s[t]=null==e._a[t]?2===t?1:0:e._a[t];24===e._a[be]&&0===e._a[ve]&&0===e._a[Oe]&&0===e._a[Me]&&(e._nextDay=!0,e._a[be]=0),e._d=(e._useUTC?We:function(e,t,n,r,o,i,a){var s=new Date(e,t,n,r,o,i,a);return e<100&&e>=0&&isFinite(s.getFullYear())&&s.setFullYear(e),s}).apply(null,s),i=e._useUTC?e._d.getUTCDay():e._d.getDay(),null!=e._tzm&&e._d.setUTCMinutes(e._d.getUTCMinutes()-e._tzm),e._nextDay&&(e._a[be]=24),e._w&&void 0!==e._w.d&&e._w.d!==i&&(f(e).weekdayMismatch=!0)}}var mt=/^\s*((?:[+-]\d{6}|\d{4})-(?:\d\d-\d\d|W\d\d-\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?::\d\d(?::\d\d(?:[.,]\d+)?)?)?)([\+\-]\d\d(?::?\d\d)?|\s*Z)?)?$/,yt=/^\s*((?:[+-]\d{6}|\d{4})(?:\d\d\d\d|W\d\d\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?:\d\d(?:\d\d(?:[.,]\d+)?)?)?)([\+\-]\d\d(?::?\d\d)?|\s*Z)?)?$/,gt=/Z|[+-]\d\d(?::?\d\d)?/,Et=[["YYYYYY-MM-DD",/[+-]\d{6}-\d\d-\d\d/],["YYYY-MM-DD",/\d{4}-\d\d-\d\d/],["GGGG-[W]WW-E",/\d{4}-W\d\d-\d/],["GGGG-[W]WW",/\d{4}-W\d\d/,!1],["YYYY-DDD",/\d{4}-\d{3}/],["YYYY-MM",/\d{4}-\d\d/,!1],["YYYYYYMMDD",/[+-]\d{10}/],["YYYYMMDD",/\d{8}/],["GGGG[W]WWE",/\d{4}W\d{3}/],["GGGG[W]WW",/\d{4}W\d{2}/,!1],["YYYYDDD",/\d{7}/]],bt=[["HH:mm:ss.SSSS",/\d\d:\d\d:\d\d\.\d+/],["HH:mm:ss,SSSS",/\d\d:\d\d:\d\d,\d+/],["HH:mm:ss",/\d\d:\d\d:\d\d/],["HH:mm",/\d\d:\d\d/],["HHmmss.SSSS",/\d\d\d\d\d\d\.\d+/],["HHmmss,SSSS",/\d\d\d\d\d\d,\d+/],["HHmmss",/\d\d\d\d\d\d/],["HHmm",/\d\d\d\d/],["HH",/\d\d/]],vt=/^\/?Date\((\-?\d+)/i;function Ot(e){var t,n,r,o,i,a,s=e._i,u=mt.exec(s)||yt.exec(s);if(u){for(f(e).iso=!0,t=0,n=Et.length;t0&&f(e).unusedInput.push(a),s=s.slice(s.indexOf(n)+n.length),c+=n.length),N[i]?(n?f(e).empty=!1:f(e).unusedTokens.push(i),me(i,n,e)):e._strict&&!n&&f(e).unusedTokens.push(i);f(e).charsLeftOver=u-c,s.length>0&&f(e).unusedInput.push(s),e._a[be]<=12&&!0===f(e).bigHour&&e._a[be]>0&&(f(e).bigHour=void 0),f(e).parsedDateParts=e._a.slice(0),f(e).meridiem=e._meridiem,e._a[be]=(_=e._locale,l=e._a[be],null==(p=e._meridiem)?l:null!=_.meridiemHour?_.meridiemHour(l,p):null!=_.isPM?((d=_.isPM(p))&&l<12&&(l+=12),d||12!==l||(l=0),l):l),ht(e),dt(e)}else Tt(e);else Ot(e);var _,l,p,d}function wt(e){var t=e._i,n=e._f;return e._locale=e._locale||pt(e._l),null===t||void 0===n&&""===t?m({nullInput:!0}):("string"==typeof t&&(e._i=t=e._locale.preparse(t)),v(t)?new b(dt(t)):(c(t)?e._d=t:i(n)?function(e){var t,n,r,o,i;if(0===e._f.length)return f(e).invalidFormat=!0,void(e._d=new Date(NaN));for(o=0;othis?this:e:m()});function St(e,t){var n,r;if(1===t.length&&i(t[0])&&(t=t[0]),!t.length)return At();for(n=t[0],r=1;ri&&(t=i),function(e,t,n,r,o){var i=He(e,t,n,r,o),a=We(i.year,0,i.dayOfYear);return this.year(a.getUTCFullYear()),this.month(a.getUTCMonth()),this.date(a.getUTCDate()),this}.call(this,e,t,n,r,o))}H(0,["gg",2],0,function(){return this.weekYear()%100}),H(0,["GG",2],0,function(){return this.isoWeekYear()%100}),rn("gggg","weekYear"),rn("ggggg","weekYear"),rn("GGGG","isoWeekYear"),rn("GGGGG","isoWeekYear"),L("weekYear","gg"),L("isoWeekYear","GG"),j("weekYear",1),j("isoWeekYear",1),_e("G",ie),_e("g",ie),_e("GG",Z,V),_e("gg",Z,V),_e("GGGG",ne,Y),_e("gggg",ne,Y),_e("GGGGG",re,J),_e("ggggg",re,J),he(["gggg","ggggg","GGGG","GGGGG"],function(e,t,n,r){t[r.substr(0,2)]=M(e)}),he(["gg","GG"],function(e,t,n,r){t[r]=o.parseTwoDigitYear(e)}),H("Q",0,"Qo","quarter"),L("quarter","Q"),j("quarter",7),_e("Q",G),fe("Q",function(e,t){t[ge]=3*(M(e)-1)}),H("D",["DD",2],"Do","date"),L("date","D"),j("date",9),_e("D",Z),_e("DD",Z,V),_e("Do",function(e,t){return e?t._dayOfMonthOrdinalParse||t._ordinalParse:t._dayOfMonthOrdinalParseLenient}),fe(["D","DD"],Ee),fe("Do",function(e,t){t[Ee]=M(e.match(Z)[0])});var an=Ae("Date",!0);H("DDD",["DDDD",3],"DDDo","dayOfYear"),L("dayOfYear","DDD"),j("dayOfYear",4),_e("DDD",te),_e("DDDD",X),fe(["DDD","DDDD"],function(e,t,n){n._dayOfYear=M(e)}),H("m",["mm",2],0,"minute"),L("minute","m"),j("minute",14),_e("m",Z),_e("mm",Z,V),fe(["m","mm"],ve);var sn=Ae("Minutes",!1);H("s",["ss",2],0,"second"),L("second","s"),j("second",15),_e("s",Z),_e("ss",Z,V),fe(["s","ss"],Oe);var un,cn=Ae("Seconds",!1);for(H("S",0,0,function(){return~~(this.millisecond()/100)}),H(0,["SS",2],0,function(){return~~(this.millisecond()/10)}),H(0,["SSS",3],0,"millisecond"),H(0,["SSSS",4],0,function(){return 10*this.millisecond()}),H(0,["SSSSS",5],0,function(){return 100*this.millisecond()}),H(0,["SSSSSS",6],0,function(){return 1e3*this.millisecond()}),H(0,["SSSSSSS",7],0,function(){return 1e4*this.millisecond()}),H(0,["SSSSSSSS",8],0,function(){return 1e5*this.millisecond()}),H(0,["SSSSSSSSS",9],0,function(){return 1e6*this.millisecond()}),L("millisecond","ms"),j("millisecond",16),_e("S",te,G),_e("SS",te,V),_e("SSS",te,X),un="SSSS";un.length<=9;un+="S")_e(un,oe);function _n(e,t){t[Me]=M(1e3*("0."+e))}for(un="S";un.length<=9;un+="S")fe(un,_n);var ln=Ae("Milliseconds",!1);H("z",0,0,"zoneAbbr"),H("zz",0,0,"zoneName");var pn=b.prototype;function dn(e){return e}pn.add=Jt,pn.calendar=function(e,t){var n=e||At(),r=Kt(n,this).startOf("day"),i=o.calendarFormat(this,r)||"sameElse",a=t&&(A(t[i])?t[i].call(this,n):t[i]);return this.format(a||this.localeData().calendar(i,this,At(n)))},pn.clone=function(){return new b(this)},pn.diff=function(e,t,n){var r,o,i;if(!this.isValid())return NaN;if(!(r=Kt(e,this)).isValid())return NaN;switch(o=6e4*(r.utcOffset()-this.utcOffset()),t=x(t)){case"year":i=$t(this,r)/12;break;case"month":i=$t(this,r);break;case"quarter":i=$t(this,r)/3;break;case"second":i=(this-r)/1e3;break;case"minute":i=(this-r)/6e4;break;case"hour":i=(this-r)/36e5;break;case"day":i=(this-r-o)/864e5;break;case"week":i=(this-r-o)/6048e5;break;default:i=this-r}return n?i:O(i)},pn.endOf=function(e){return void 0===(e=x(e))||"millisecond"===e?this:("date"===e&&(e="day"),this.startOf(e).add(1,"isoWeek"===e?"week":e).subtract(1,"ms"))},pn.format=function(e){e||(e=this.isUtc()?o.defaultFormatUtc:o.defaultFormat);var t=F(this,e);return this.localeData().postformat(t)},pn.from=function(e,t){return this.isValid()&&(v(e)&&e.isValid()||At(e).isValid())?Qt({to:this,from:e}).locale(this.locale()).humanize(!t):this.localeData().invalidDate()},pn.fromNow=function(e){return this.from(At(),e)},pn.to=function(e,t){return this.isValid()&&(v(e)&&e.isValid()||At(e).isValid())?Qt({from:this,to:e}).locale(this.locale()).humanize(!t):this.localeData().invalidDate()},pn.toNow=function(e){return this.to(At(),e)},pn.get=function(e){return A(this[e=x(e)])?this[e]():this},pn.invalidAt=function(){return f(this).overflow},pn.isAfter=function(e,t){var n=v(e)?e:At(e);return!(!this.isValid()||!n.isValid())&&("millisecond"===(t=x(t)||"millisecond")?this.valueOf()>n.valueOf():n.valueOf()9999?F(n,t?"YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYYYY-MM-DD[T]HH:mm:ss.SSSZ"):A(Date.prototype.toISOString)?t?this.toDate().toISOString():new Date(this.valueOf()+60*this.utcOffset()*1e3).toISOString().replace("Z",F(n,"Z")):F(n,t?"YYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYY-MM-DD[T]HH:mm:ss.SSSZ")},pn.inspect=function(){if(!this.isValid())return"moment.invalid(/* "+this._i+" */)";var e="moment",t="";this.isLocal()||(e=0===this.utcOffset()?"moment.utc":"moment.parseZone",t="Z");var n="["+e+'("]',r=0<=this.year()&&this.year()<=9999?"YYYY":"YYYYYY",o=t+'[")]';return this.format(n+r+"-MM-DD[T]HH:mm:ss.SSS"+o)},pn.toJSON=function(){return this.isValid()?this.toISOString():null},pn.toString=function(){return this.clone().locale("en").format("ddd MMM DD YYYY HH:mm:ss [GMT]ZZ")},pn.unix=function(){return Math.floor(this.valueOf()/1e3)},pn.valueOf=function(){return this._d.valueOf()-6e4*(this._offset||0)},pn.creationData=function(){return{input:this._i,format:this._f,locale:this._locale,isUTC:this._isUTC,strict:this._strict}},pn.year=Ie,pn.isLeapYear=function(){return Ce(this.year())},pn.weekYear=function(e){return on.call(this,e,this.week(),this.weekday(),this.localeData()._week.dow,this.localeData()._week.doy)},pn.isoWeekYear=function(e){return on.call(this,e,this.isoWeek(),this.isoWeekday(),1,4)},pn.quarter=pn.quarters=function(e){return null==e?Math.ceil((this.month()+1)/3):this.month(3*(e-1)+this.month()%3)},pn.month=je,pn.daysInMonth=function(){return Se(this.year(),this.month())},pn.week=pn.weeks=function(e){var t=this.localeData().week(this);return null==e?t:this.add(7*(e-t),"d")},pn.isoWeek=pn.isoWeeks=function(e){var t=Fe(this,1,4).week;return null==e?t:this.add(7*(e-t),"d")},pn.weeksInYear=function(){var e=this.localeData()._week;return Qe(this.year(),e.dow,e.doy)},pn.isoWeeksInYear=function(){return Qe(this.year(),1,4)},pn.date=an,pn.day=pn.days=function(e){if(!this.isValid())return null!=e?this:NaN;var t=this._isUTC?this._d.getUTCDay():this._d.getDay();return null!=e?(e=function(e,t){return"string"!=typeof e?e:isNaN(e)?"number"==typeof(e=t.weekdaysParse(e))?e:null:parseInt(e,10)}(e,this.localeData()),this.add(e-t,"d")):t},pn.weekday=function(e){if(!this.isValid())return null!=e?this:NaN;var t=(this.day()+7-this.localeData()._week.dow)%7;return null==e?t:this.add(e-t,"d")},pn.isoWeekday=function(e){if(!this.isValid())return null!=e?this:NaN;if(null!=e){var t=function(e,t){return"string"==typeof e?t.weekdaysParse(e)%7||7:isNaN(e)?null:e}(e,this.localeData());return this.day(this.day()%7?t:t-7)}return this.day()||7},pn.dayOfYear=function(e){var t=Math.round((this.clone().startOf("day")-this.clone().startOf("year"))/864e5)+1;return null==e?t:this.add(e-t,"d")},pn.hour=pn.hours=ot,pn.minute=pn.minutes=sn,pn.second=pn.seconds=cn,pn.millisecond=pn.milliseconds=ln,pn.utcOffset=function(e,t,n){var r,i=this._offset||0;if(!this.isValid())return null!=e?this:NaN;if(null!=e){if("string"==typeof e){if(null===(e=zt(se,e)))return this}else Math.abs(e)<16&&!n&&(e*=60);return!this._isUTC&&t&&(r=Wt(this)),this._offset=e,this._isUTC=!0,null!=r&&this.add(r,"m"),i!==e&&(!t||this._changeInProgress?Yt(this,Qt(e-i,"m"),1,!1):this._changeInProgress||(this._changeInProgress=!0,o.updateOffset(this,!0),this._changeInProgress=null)),this}return this._isUTC?i:Wt(this)},pn.utc=function(e){return this.utcOffset(0,e)},pn.local=function(e){return this._isUTC&&(this.utcOffset(0,e),this._isUTC=!1,e&&this.subtract(Wt(this),"m")),this},pn.parseZone=function(){if(null!=this._tzm)this.utcOffset(this._tzm,!1,!0);else if("string"==typeof this._i){var e=zt(ae,this._i);null!=e?this.utcOffset(e):this.utcOffset(0,!0)}return this},pn.hasAlignedHourOffset=function(e){return!!this.isValid()&&(e=e?At(e).utcOffset():0,(this.utcOffset()-e)%60==0)},pn.isDST=function(){return this.utcOffset()>this.clone().month(0).utcOffset()||this.utcOffset()>this.clone().month(5).utcOffset()},pn.isLocal=function(){return!!this.isValid()&&!this._isUTC},pn.isUtcOffset=function(){return!!this.isValid()&&this._isUTC},pn.isUtc=Nt,pn.isUTC=Nt,pn.zoneAbbr=function(){return this._isUTC?"UTC":""},pn.zoneName=function(){return this._isUTC?"Coordinated Universal Time":""},pn.dates=T("dates accessor is deprecated. Use date instead.",an),pn.months=T("months accessor is deprecated. Use month instead",je),pn.years=T("years accessor is deprecated. Use year instead",Ie),pn.zone=T("moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/",function(e,t){return null!=e?("string"!=typeof e&&(e=-e),this.utcOffset(e,t),this):-this.utcOffset()}),pn.isDSTShifted=T("isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information",function(){if(!s(this._isDSTShifted))return this._isDSTShifted;var e={};if(g(e,this),(e=wt(e))._a){var t=e._isUTC?d(e._a):At(e._a);this._isDSTShifted=this.isValid()&&P(e._a,t.toArray())>0}else this._isDSTShifted=!1;return this._isDSTShifted});var fn=R.prototype;function hn(e,t,n,r){var o=pt(),i=d().set(r,t);return o[n](i,e)}function mn(e,t,n){if(u(e)&&(t=e,e=void 0),e=e||"",null!=t)return hn(e,t,n,"month");var r,o=[];for(r=0;r<12;r++)o[r]=hn(e,r,n,"month");return o}function yn(e,t,n,r){"boolean"==typeof e?(u(t)&&(n=t,t=void 0),t=t||""):(n=t=e,e=!1,u(t)&&(n=t,t=void 0),t=t||"");var o,i=pt(),a=e?i._week.dow:0;if(null!=n)return hn(t,(n+a)%7,r,"day");var s=[];for(o=0;o<7;o++)s[o]=hn(t,(o+a)%7,r,"day");return s}fn.calendar=function(e,t,n){var r=this._calendar[e]||this._calendar.sameElse;return A(r)?r.call(t,n):r},fn.longDateFormat=function(e){var t=this._longDateFormat[e],n=this._longDateFormat[e.toUpperCase()];return t||!n?t:(this._longDateFormat[e]=n.replace(/MMMM|MM|DD|dddd/g,function(e){return e.slice(1)}),this._longDateFormat[e])},fn.invalidDate=function(){return this._invalidDate},fn.ordinal=function(e){return this._ordinal.replace("%d",e)},fn.preparse=dn,fn.postformat=dn,fn.relativeTime=function(e,t,n,r){var o=this._relativeTime[n];return A(o)?o(e,t,n,r):o.replace(/%d/i,e)},fn.pastFuture=function(e,t){var n=this._relativeTime[e>0?"future":"past"];return A(n)?n(t):n.replace(/%s/i,t)},fn.set=function(e){var t,n;for(n in e)A(t=e[n])?this[n]=t:this["_"+n]=t;this._config=e,this._dayOfMonthOrdinalParseLenient=new RegExp((this._dayOfMonthOrdinalParse.source||this._ordinalParse.source)+"|"+/\d{1,2}/.source)},fn.months=function(e,t){return e?i(this._months)?this._months[e.month()]:this._months[(this._months.isFormat||Le).test(t)?"format":"standalone"][e.month()]:i(this._months)?this._months:this._months.standalone},fn.monthsShort=function(e,t){return e?i(this._monthsShort)?this._monthsShort[e.month()]:this._monthsShort[Le.test(t)?"format":"standalone"][e.month()]:i(this._monthsShort)?this._monthsShort:this._monthsShort.standalone},fn.monthsParse=function(e,t,n){var r,o,i;if(this._monthsParseExact)return function(e,t,n){var r,o,i,a=e.toLocaleLowerCase();if(!this._monthsParse)for(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[],r=0;r<12;++r)i=d([2e3,r]),this._shortMonthsParse[r]=this.monthsShort(i,"").toLocaleLowerCase(),this._longMonthsParse[r]=this.months(i,"").toLocaleLowerCase();return n?"MMM"===t?-1!==(o=we.call(this._shortMonthsParse,a))?o:null:-1!==(o=we.call(this._longMonthsParse,a))?o:null:"MMM"===t?-1!==(o=we.call(this._shortMonthsParse,a))?o:-1!==(o=we.call(this._longMonthsParse,a))?o:null:-1!==(o=we.call(this._longMonthsParse,a))?o:-1!==(o=we.call(this._shortMonthsParse,a))?o:null}.call(this,e,t,n);for(this._monthsParse||(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[]),r=0;r<12;r++){if(o=d([2e3,r]),n&&!this._longMonthsParse[r]&&(this._longMonthsParse[r]=new RegExp("^"+this.months(o,"").replace(".","")+"$","i"),this._shortMonthsParse[r]=new RegExp("^"+this.monthsShort(o,"").replace(".","")+"$","i")),n||this._monthsParse[r]||(i="^"+this.months(o,"")+"|^"+this.monthsShort(o,""),this._monthsParse[r]=new RegExp(i.replace(".",""),"i")),n&&"MMMM"===t&&this._longMonthsParse[r].test(e))return r;if(n&&"MMM"===t&&this._shortMonthsParse[r].test(e))return r;if(!n&&this._monthsParse[r].test(e))return r}},fn.monthsRegex=function(e){return this._monthsParseExact?(l(this,"_monthsRegex")||Ke.call(this),e?this._monthsStrictRegex:this._monthsRegex):(l(this,"_monthsRegex")||(this._monthsRegex=ze),this._monthsStrictRegex&&e?this._monthsStrictRegex:this._monthsRegex)},fn.monthsShortRegex=function(e){return this._monthsParseExact?(l(this,"_monthsRegex")||Ke.call(this),e?this._monthsShortStrictRegex:this._monthsShortRegex):(l(this,"_monthsShortRegex")||(this._monthsShortRegex=qe),this._monthsShortStrictRegex&&e?this._monthsShortStrictRegex:this._monthsShortRegex)},fn.week=function(e){return Fe(e,this._week.dow,this._week.doy).week},fn.firstDayOfYear=function(){return this._week.doy},fn.firstDayOfWeek=function(){return this._week.dow},fn.weekdays=function(e,t){return e?i(this._weekdays)?this._weekdays[e.day()]:this._weekdays[this._weekdays.isFormat.test(t)?"format":"standalone"][e.day()]:i(this._weekdays)?this._weekdays:this._weekdays.standalone},fn.weekdaysMin=function(e){return e?this._weekdaysMin[e.day()]:this._weekdaysMin},fn.weekdaysShort=function(e){return e?this._weekdaysShort[e.day()]:this._weekdaysShort},fn.weekdaysParse=function(e,t,n){var r,o,i;if(this._weekdaysParseExact)return function(e,t,n){var r,o,i,a=e.toLocaleLowerCase();if(!this._weekdaysParse)for(this._weekdaysParse=[],this._shortWeekdaysParse=[],this._minWeekdaysParse=[],r=0;r<7;++r)i=d([2e3,1]).day(r),this._minWeekdaysParse[r]=this.weekdaysMin(i,"").toLocaleLowerCase(),this._shortWeekdaysParse[r]=this.weekdaysShort(i,"").toLocaleLowerCase(),this._weekdaysParse[r]=this.weekdays(i,"").toLocaleLowerCase();return n?"dddd"===t?-1!==(o=we.call(this._weekdaysParse,a))?o:null:"ddd"===t?-1!==(o=we.call(this._shortWeekdaysParse,a))?o:null:-1!==(o=we.call(this._minWeekdaysParse,a))?o:null:"dddd"===t?-1!==(o=we.call(this._weekdaysParse,a))?o:-1!==(o=we.call(this._shortWeekdaysParse,a))?o:-1!==(o=we.call(this._minWeekdaysParse,a))?o:null:"ddd"===t?-1!==(o=we.call(this._shortWeekdaysParse,a))?o:-1!==(o=we.call(this._weekdaysParse,a))?o:-1!==(o=we.call(this._minWeekdaysParse,a))?o:null:-1!==(o=we.call(this._minWeekdaysParse,a))?o:-1!==(o=we.call(this._weekdaysParse,a))?o:-1!==(o=we.call(this._shortWeekdaysParse,a))?o:null}.call(this,e,t,n);for(this._weekdaysParse||(this._weekdaysParse=[],this._minWeekdaysParse=[],this._shortWeekdaysParse=[],this._fullWeekdaysParse=[]),r=0;r<7;r++){if(o=d([2e3,1]).day(r),n&&!this._fullWeekdaysParse[r]&&(this._fullWeekdaysParse[r]=new RegExp("^"+this.weekdays(o,"").replace(".","\\.?")+"$","i"),this._shortWeekdaysParse[r]=new RegExp("^"+this.weekdaysShort(o,"").replace(".","\\.?")+"$","i"),this._minWeekdaysParse[r]=new RegExp("^"+this.weekdaysMin(o,"").replace(".","\\.?")+"$","i")),this._weekdaysParse[r]||(i="^"+this.weekdays(o,"")+"|^"+this.weekdaysShort(o,"")+"|^"+this.weekdaysMin(o,""),this._weekdaysParse[r]=new RegExp(i.replace(".",""),"i")),n&&"dddd"===t&&this._fullWeekdaysParse[r].test(e))return r;if(n&&"ddd"===t&&this._shortWeekdaysParse[r].test(e))return r;if(n&&"dd"===t&&this._minWeekdaysParse[r].test(e))return r;if(!n&&this._weekdaysParse[r].test(e))return r}},fn.weekdaysRegex=function(e){return this._weekdaysParseExact?(l(this,"_weekdaysRegex")||$e.call(this),e?this._weekdaysStrictRegex:this._weekdaysRegex):(l(this,"_weekdaysRegex")||(this._weekdaysRegex=Ye),this._weekdaysStrictRegex&&e?this._weekdaysStrictRegex:this._weekdaysRegex)},fn.weekdaysShortRegex=function(e){return this._weekdaysParseExact?(l(this,"_weekdaysRegex")||$e.call(this),e?this._weekdaysShortStrictRegex:this._weekdaysShortRegex):(l(this,"_weekdaysShortRegex")||(this._weekdaysShortRegex=Je),this._weekdaysShortStrictRegex&&e?this._weekdaysShortStrictRegex:this._weekdaysShortRegex)},fn.weekdaysMinRegex=function(e){return this._weekdaysParseExact?(l(this,"_weekdaysRegex")||$e.call(this),e?this._weekdaysMinStrictRegex:this._weekdaysMinRegex):(l(this,"_weekdaysMinRegex")||(this._weekdaysMinRegex=Ze),this._weekdaysMinStrictRegex&&e?this._weekdaysMinStrictRegex:this._weekdaysMinRegex)},fn.isPM=function(e){return"p"===(e+"").toLowerCase().charAt(0)},fn.meridiem=function(e,t,n){return e>11?n?"pm":"PM":n?"am":"AM"},_t("en",{dayOfMonthOrdinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(e){var t=e%10,n=1===M(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th";return e+n}}),o.lang=T("moment.lang is deprecated. Use moment.locale instead.",_t),o.langData=T("moment.langData is deprecated. Use moment.localeData instead.",pt);var gn=Math.abs;function En(e,t,n,r){var o=Qt(t,n);return e._milliseconds+=r*o._milliseconds,e._days+=r*o._days,e._months+=r*o._months,e._bubble()}function bn(e){return e<0?Math.floor(e):Math.ceil(e)}function vn(e){return 4800*e/146097}function On(e){return 146097*e/4800}function Mn(e){return function(){return this.as(e)}}var Pn=Mn("ms"),Dn=Mn("s"),Tn=Mn("m"),Cn=Mn("h"),wn=Mn("d"),In=Mn("w"),An=Mn("M"),kn=Mn("y");function Rn(e){return function(){return this.isValid()?this._data[e]:NaN}}var Sn=Rn("milliseconds"),Ln=Rn("seconds"),xn=Rn("minutes"),Bn=Rn("hours"),Un=Rn("days"),jn=Rn("months"),qn=Rn("years"),zn=Math.round,Kn={ss:44,s:45,m:45,h:22,d:26,M:11},Wn=Math.abs;function Nn(e){return(e>0)-(e<0)||+e}function Hn(){if(!this.isValid())return this.localeData().invalidDate();var e,t,n=Wn(this._milliseconds)/1e3,r=Wn(this._days),o=Wn(this._months);e=O(n/60),t=O(e/60),n%=60,e%=60;var i=O(o/12),a=o%=12,s=r,u=t,c=e,_=n?n.toFixed(3).replace(/\.?0+$/,""):"",l=this.asSeconds();if(!l)return"P0D";var p=l<0?"-":"",d=Nn(this._months)!==Nn(l)?"-":"",f=Nn(this._days)!==Nn(l)?"-":"",h=Nn(this._milliseconds)!==Nn(l)?"-":"";return p+"P"+(i?d+i+"Y":"")+(a?d+a+"M":"")+(s?f+s+"D":"")+(u||c||_?"T":"")+(u?h+u+"H":"")+(c?h+c+"M":"")+(_?h+_+"S":"")}var Fn=xt.prototype;return Fn.isValid=function(){return this._isValid},Fn.abs=function(){var e=this._data;return this._milliseconds=gn(this._milliseconds),this._days=gn(this._days),this._months=gn(this._months),e.milliseconds=gn(e.milliseconds),e.seconds=gn(e.seconds),e.minutes=gn(e.minutes),e.hours=gn(e.hours),e.months=gn(e.months),e.years=gn(e.years),this},Fn.add=function(e,t){return En(this,e,t,1)},Fn.subtract=function(e,t){return En(this,e,t,-1)},Fn.as=function(e){if(!this.isValid())return NaN;var t,n,r=this._milliseconds;if("month"===(e=x(e))||"year"===e)return t=this._days+r/864e5,n=this._months+vn(t),"month"===e?n:n/12;switch(t=this._days+Math.round(On(this._months)),e){case"week":return t/7+r/6048e5;case"day":return t+r/864e5;case"hour":return 24*t+r/36e5;case"minute":return 1440*t+r/6e4;case"second":return 86400*t+r/1e3;case"millisecond":return Math.floor(864e5*t)+r;default:throw new Error("Unknown unit "+e)}},Fn.asMilliseconds=Pn,Fn.asSeconds=Dn,Fn.asMinutes=Tn,Fn.asHours=Cn,Fn.asDays=wn,Fn.asWeeks=In,Fn.asMonths=An,Fn.asYears=kn,Fn.valueOf=function(){return this.isValid()?this._milliseconds+864e5*this._days+this._months%12*2592e6+31536e6*M(this._months/12):NaN},Fn._bubble=function(){var e,t,n,r,o,i=this._milliseconds,a=this._days,s=this._months,u=this._data;return i>=0&&a>=0&&s>=0||i<=0&&a<=0&&s<=0||(i+=864e5*bn(On(s)+a),a=0,s=0),u.milliseconds=i%1e3,e=O(i/1e3),u.seconds=e%60,t=O(e/60),u.minutes=t%60,n=O(t/60),u.hours=n%24,a+=O(n/24),o=O(vn(a)),s+=o,a-=bn(On(o)),r=O(s/12),s%=12,u.days=a,u.months=s,u.years=r,this},Fn.clone=function(){return Qt(this)},Fn.get=function(e){return e=x(e),this.isValid()?this[e+"s"]():NaN},Fn.milliseconds=Sn,Fn.seconds=Ln,Fn.minutes=xn,Fn.hours=Bn,Fn.days=Un,Fn.weeks=function(){return O(this.days()/7)},Fn.months=jn,Fn.years=qn,Fn.humanize=function(e){if(!this.isValid())return this.localeData().invalidDate();var t=this.localeData(),n=function(e,t,n){var r=Qt(e).abs(),o=zn(r.as("s")),i=zn(r.as("m")),a=zn(r.as("h")),s=zn(r.as("d")),u=zn(r.as("M")),c=zn(r.as("y")),_=o<=Kn.ss&&["s",o]||o0,_[4]=n,function(e,t,n,r,o){return o.relativeTime(t||1,!!n,e,r)}.apply(null,_)}(this,!e,t);return e&&(n=t.pastFuture(+this,n)),t.postformat(n)},Fn.toISOString=Hn,Fn.toString=Hn,Fn.toJSON=Hn,Fn.locale=en,Fn.localeData=nn,Fn.toIsoString=T("toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",Hn),Fn.lang=tn,H("X",0,0,"unix"),H("x",0,0,"valueOf"),_e("x",ie),_e("X",/[+-]?\d+(\.\d{1,3})?/),fe("X",function(e,t,n){n._d=new Date(1e3*parseFloat(e,10))}),fe("x",function(e,t,n){n._d=new Date(M(e))}),o.version="2.23.0",t=At,o.fn=pn,o.min=function(){return St("isBefore",[].slice.call(arguments,0))},o.max=function(){return St("isAfter",[].slice.call(arguments,0))},o.now=function(){return Date.now?Date.now():+new Date},o.utc=d,o.unix=function(e){return At(1e3*e)},o.months=function(e,t){return mn(e,t,"months")},o.isDate=c,o.locale=_t,o.invalid=m,o.duration=Qt,o.isMoment=v,o.weekdays=function(e,t,n){return yn(e,t,n,"weekdays")},o.parseZone=function(){return At.apply(null,arguments).parseZone()},o.localeData=pt,o.isDuration=Bt,o.monthsShort=function(e,t){return mn(e,t,"monthsShort")},o.weekdaysMin=function(e,t,n){return yn(e,t,n,"weekdaysMin")},o.defineLocale=lt,o.updateLocale=function(e,t){if(null!=t){var n,r,o=it;null!=(r=ct(e))&&(o=r._config),t=k(o,t),(n=new R(t)).parentLocale=at[e],at[e]=n,_t(e)}else null!=at[e]&&(null!=at[e].parentLocale?at[e]=at[e].parentLocale:null!=at[e]&&delete at[e]);return at[e]},o.locales=function(){return C(at)},o.weekdaysShort=function(e,t,n){return yn(e,t,n,"weekdaysShort")},o.normalizeUnits=x,o.relativeTimeRounding=function(e){return void 0===e?zn:"function"==typeof e&&(zn=e,!0)},o.relativeTimeThreshold=function(e,t){return void 0!==Kn[e]&&(void 0===t?Kn[e]:(Kn[e]=t,"s"===e&&(Kn.ss=t-1),!0))},o.calendarFormat=function(e,t){var n=e.diff(t,"days",!0);return n<-6?"sameElse":n<-1?"lastWeek":n<0?"lastDay":n<1?"sameDay":n<2?"nextDay":n<7?"nextWeek":"sameElse"},o.prototype=pn,o.HTML5_FMT={DATETIME_LOCAL:"YYYY-MM-DDTHH:mm",DATETIME_LOCAL_SECONDS:"YYYY-MM-DDTHH:mm:ss",DATETIME_LOCAL_MS:"YYYY-MM-DDTHH:mm:ss.SSS",DATE:"YYYY-MM-DD",TIME:"HH:mm",TIME_SECONDS:"HH:mm:ss",TIME_MS:"HH:mm:ss.SSS",WEEK:"GGGG-[W]WW",MONTH:"YYYY-MM"},o}()}).call(this,n("YuTi")(e))},wgeU:function(e,t){},wmvG:function(e,t,n){"use strict";var r=n("hswa").f,o=n("Kuth"),i=n("3Lyj"),a=n("m0Pp"),s=n("9gX7"),u=n("SlkY"),c=n("Afnz"),_=n("1TsA"),l=n("elZq"),p=n("nh4g"),d=n("Z6vF").fastKey,f=n("s5qY"),h=p?"_s":"size",m=function(e,t){var n,r=d(t);if("F"!==r)return e._i[r];for(n=e._f;n;n=n.n)if(n.k==t)return n};e.exports={getConstructor:function(e,t,n,c){var _=e(function(e,r){s(e,_,t,"_i"),e._t=t,e._i=o(null),e._f=void 0,e._l=void 0,e[h]=0,void 0!=r&&u(r,n,e[c],e)});return i(_.prototype,{clear:function(){for(var e=f(this,t),n=e._i,r=e._f;r;r=r.n)r.r=!0,r.p&&(r.p=r.p.n=void 0),delete n[r.i];e._f=e._l=void 0,e[h]=0},delete:function(e){var n=f(this,t),r=m(n,e);if(r){var o=r.n,i=r.p;delete n._i[r.i],r.r=!0,i&&(i.n=o),o&&(o.p=i),n._f==r&&(n._f=o),n._l==r&&(n._l=i),n[h]--}return!!r},forEach:function(e){f(this,t);for(var n,r=a(e,arguments.length>1?arguments[1]:void 0,3);n=n?n.n:this._f;)for(r(n.v,n.k,this);n&&n.r;)n=n.p},has:function(e){return!!m(f(this,t),e)}}),p&&r(_.prototype,"size",{get:function(){return f(this,t)[h]}}),_},def:function(e,t,n){var r,o,i=m(e,t);return i?i.v=n:(e._l=i={i:o=d(t,!0),k:t,v:n,p:r=e._l,n:void 0,r:!1},e._f||(e._f=i),r&&(r.n=i),e[h]++,"F"!==o&&(e._i[o]=i)),e},getEntry:m,setStrong:function(e,t,n){c(e,t,function(e,n){this._t=f(e,t),this._k=n,this._l=void 0},function(){for(var e=this._k,t=this._l;t&&t.r;)t=t.p;return this._t&&(this._l=t=t?t.n:this._t._f)?_(0,"keys"==e?t.k:"values"==e?t.v:[t.k,t.v]):(this._t=void 0,_(1))},n?"entries":"values",!n,!0),l(t)}}},wnZU:function(e,t,n){"use strict";(function(e){n.d(t,"b",function(){return d}),n.d(t,"a",function(){return h});var r,o,i,a=n("LpSC"),s=n.n(a),u=n("vDqi"),c=n.n(u),_=n("obyI"),l=n("OoBT"),p=n("dbib");function d(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"get",n=arguments.length>2?arguments[2]:void 0,r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{"content-type":"application/json"};return new Promise(function(o,i){var a=l.a.getUser();a&&void 0!==a.token&&(r["x-access-token"]=a.token),s()("".concat(_.a,"/").concat(e),{headers:r,method:t,body:JSON.stringify(n)}).then(function(e){return e.json().then(function(t){return{json:t,response:e}})}).then(function(e){var t=e.json,n=e.response;return n.ok||(a.server_render||Object(p.a)(n),i({status:n.status,msg:t})),o(t)}).then(function(e){return e},function(e){return Object(p.a)(e),e})})}function f(e){arguments.length>1&&void 0!==arguments[1]&&arguments[1],arguments.length>2&&void 0!==arguments[2]&&arguments[2];return new Promise(function(t,n){var r=l.a.getUser().token;c.a.post("".concat(_.a,"/users/profile/upload_avatar"),e,{headers:{"x-access-token":r}}).then(function(e){return 200===e.status?(Object(p.b)("success","Up load file thành công!"),t(e.data)):(Object(p.b)("error","Có lỗi xảy ra! Không thể up được file!"),n(e))}).catch(function(e){void 0!==e&&Object(p.b)("error","Có lỗi xảy ra! Không thể up được file!")})})}function h(e){arguments.length>1&&void 0!==arguments[1]&&arguments[1],arguments.length>2&&void 0!==arguments[2]&&arguments[2];var t=arguments.length>3?arguments[3]:void 0;return new Promise(function(n,r){var o=l.a.getUser().token,i=new FormData;i.append("img_attachment",e),c.a.post("".concat(_.a,"/users/essay/upload_essay"),i,{headers:{"x-access-token":o,"Content-Type":"multipart/form-data"},onUploadProgress:t}).then(function(e){return 200===e.status?n(e.data.path):r(e)}).catch(function(e){void 0!==e&&(void 0===e.msg?alert("Có lỗi xảy ra! Không thể up được file! "+e.response.data):alert("Có lỗi xảy ra! Không thể up được file! "+e.msg+" .Tên ảnh nhỏ hơn 50 ký tự, dung lượng ảnh dưới 6 megabytes. Ảnh thuộc các định dạng sau 'png', 'jpg', 'bmp', 'jpeg' "))})})}(r=n("0cfB").enterModule)&&r(e),o=n("0cfB").default,i=n("0cfB").leaveModule,o&&(o.register(d,"callApi","/mnt/d/pm2/lgh-quizz-pc/lib/quiz_component/util/apiCaller.js"),o.register(f,"callApiUploadFile","/mnt/d/pm2/lgh-quizz-pc/lib/quiz_component/util/apiCaller.js"),o.register(h,"callApiUploadEssayImg","/mnt/d/pm2/lgh-quizz-pc/lib/quiz_component/util/apiCaller.js"),i(e))}).call(this,n("3UD+")(e))},wrZu:function(e,t){e.exports=function(e){return e}},"x+el":function(e,t,n){},"x+wt":function(e,t){IntlPolyfill.__addLocaleData({locale:"en",date:{ca:["gregory","buddhist","chinese","coptic","dangi","ethioaa","ethiopic","generic","hebrew","indian","islamic","islamicc","japanese","persian","roc"],hourNo0:!0,hour12:!0,formats:{short:"{1}, {0}",medium:"{1}, {0}",full:"{1} 'at' {0}",long:"{1} 'at' {0}",availableFormats:{d:"d",E:"ccc",Ed:"d E",Ehm:"E h:mm a",EHm:"E HH:mm",Ehms:"E h:mm:ss a",EHms:"E HH:mm:ss",Gy:"y G",GyMMM:"MMM y G",GyMMMd:"MMM d, y G",GyMMMEd:"E, MMM d, y G",h:"h a",H:"HH",hm:"h:mm a",Hm:"HH:mm",hms:"h:mm:ss a",Hms:"HH:mm:ss",hmsv:"h:mm:ss a v",Hmsv:"HH:mm:ss v",hmv:"h:mm a v",Hmv:"HH:mm v",M:"L",Md:"M/d",MEd:"E, M/d",MMM:"LLL",MMMd:"MMM d",MMMEd:"E, MMM d",MMMMd:"MMMM d",ms:"mm:ss",y:"y",yM:"M/y",yMd:"M/d/y",yMEd:"E, M/d/y",yMMM:"MMM y",yMMMd:"MMM d, y",yMMMEd:"E, MMM d, y",yMMMM:"MMMM y",yQQQ:"QQQ y",yQQQQ:"QQQQ y"},dateFormats:{yMMMMEEEEd:"EEEE, MMMM d, y",yMMMMd:"MMMM d, y",yMMMd:"MMM d, y",yMd:"M/d/yy"},timeFormats:{hmmsszzzz:"h:mm:ss a zzzz",hmsz:"h:mm:ss a z",hms:"h:mm:ss a",hm:"h:mm a"}},calendars:{buddhist:{months:{narrow:["J","F","M","A","M","J","J","A","S","O","N","D"],short:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],long:["January","February","March","April","May","June","July","August","September","October","November","December"]},days:{narrow:["S","M","T","W","T","F","S"],short:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],long:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]},eras:{narrow:["BE"],short:["BE"],long:["BE"]},dayPeriods:{am:"AM",pm:"PM"}},chinese:{months:{narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],short:["Mo1","Mo2","Mo3","Mo4","Mo5","Mo6","Mo7","Mo8","Mo9","Mo10","Mo11","Mo12"],long:["Month1","Month2","Month3","Month4","Month5","Month6","Month7","Month8","Month9","Month10","Month11","Month12"]},days:{narrow:["S","M","T","W","T","F","S"],short:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],long:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]},dayPeriods:{am:"AM",pm:"PM"}},coptic:{months:{narrow:["1","2","3","4","5","6","7","8","9","10","11","12","13"],short:["Tout","Baba","Hator","Kiahk","Toba","Amshir","Baramhat","Baramouda","Bashans","Paona","Epep","Mesra","Nasie"],long:["Tout","Baba","Hator","Kiahk","Toba","Amshir","Baramhat","Baramouda","Bashans","Paona","Epep","Mesra","Nasie"]},days:{narrow:["S","M","T","W","T","F","S"],short:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],long:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]},eras:{narrow:["ERA0","ERA1"],short:["ERA0","ERA1"],long:["ERA0","ERA1"]},dayPeriods:{am:"AM",pm:"PM"}},dangi:{months:{narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],short:["Mo1","Mo2","Mo3","Mo4","Mo5","Mo6","Mo7","Mo8","Mo9","Mo10","Mo11","Mo12"],long:["Month1","Month2","Month3","Month4","Month5","Month6","Month7","Month8","Month9","Month10","Month11","Month12"]},days:{narrow:["S","M","T","W","T","F","S"],short:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],long:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]},dayPeriods:{am:"AM",pm:"PM"}},ethiopic:{months:{narrow:["1","2","3","4","5","6","7","8","9","10","11","12","13"],short:["Meskerem","Tekemt","Hedar","Tahsas","Ter","Yekatit","Megabit","Miazia","Genbot","Sene","Hamle","Nehasse","Pagumen"],long:["Meskerem","Tekemt","Hedar","Tahsas","Ter","Yekatit","Megabit","Miazia","Genbot","Sene","Hamle","Nehasse","Pagumen"]},days:{narrow:["S","M","T","W","T","F","S"],short:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],long:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]},eras:{narrow:["ERA0","ERA1"],short:["ERA0","ERA1"],long:["ERA0","ERA1"]},dayPeriods:{am:"AM",pm:"PM"}},ethioaa:{months:{narrow:["1","2","3","4","5","6","7","8","9","10","11","12","13"],short:["Meskerem","Tekemt","Hedar","Tahsas","Ter","Yekatit","Megabit","Miazia","Genbot","Sene","Hamle","Nehasse","Pagumen"],long:["Meskerem","Tekemt","Hedar","Tahsas","Ter","Yekatit","Megabit","Miazia","Genbot","Sene","Hamle","Nehasse","Pagumen"]},days:{narrow:["S","M","T","W","T","F","S"],short:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],long:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]},eras:{narrow:["ERA0"],short:["ERA0"],long:["ERA0"]},dayPeriods:{am:"AM",pm:"PM"}},generic:{months:{narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],short:["M01","M02","M03","M04","M05","M06","M07","M08","M09","M10","M11","M12"],long:["M01","M02","M03","M04","M05","M06","M07","M08","M09","M10","M11","M12"]},days:{narrow:["S","M","T","W","T","F","S"],short:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],long:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]},eras:{narrow:["ERA0","ERA1"],short:["ERA0","ERA1"],long:["ERA0","ERA1"]},dayPeriods:{am:"AM",pm:"PM"}},gregory:{months:{narrow:["J","F","M","A","M","J","J","A","S","O","N","D"],short:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],long:["January","February","March","April","May","June","July","August","September","October","November","December"]},days:{narrow:["S","M","T","W","T","F","S"],short:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],long:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]},eras:{narrow:["B","A","BCE","CE"],short:["BC","AD","BCE","CE"],long:["Before Christ","Anno Domini","Before Common Era","Common Era"]},dayPeriods:{am:"AM",pm:"PM"}},hebrew:{months:{narrow:["1","2","3","4","5","6","7","8","9","10","11","12","13","7"],short:["Tishri","Heshvan","Kislev","Tevet","Shevat","Adar I","Adar","Nisan","Iyar","Sivan","Tamuz","Av","Elul","Adar II"],long:["Tishri","Heshvan","Kislev","Tevet","Shevat","Adar I","Adar","Nisan","Iyar","Sivan","Tamuz","Av","Elul","Adar II"]},days:{narrow:["S","M","T","W","T","F","S"],short:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],long:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]},eras:{narrow:["AM"],short:["AM"],long:["AM"]},dayPeriods:{am:"AM",pm:"PM"}},indian:{months:{narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],short:["Chaitra","Vaisakha","Jyaistha","Asadha","Sravana","Bhadra","Asvina","Kartika","Agrahayana","Pausa","Magha","Phalguna"],long:["Chaitra","Vaisakha","Jyaistha","Asadha","Sravana","Bhadra","Asvina","Kartika","Agrahayana","Pausa","Magha","Phalguna"]},days:{narrow:["S","M","T","W","T","F","S"],short:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],long:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]},eras:{narrow:["Saka"],short:["Saka"],long:["Saka"]},dayPeriods:{am:"AM",pm:"PM"}},islamic:{months:{narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],short:["Muh.","Saf.","Rab. I","Rab. II","Jum. I","Jum. II","Raj.","Sha.","Ram.","Shaw.","Dhuʻl-Q.","Dhuʻl-H."],long:["Muharram","Safar","Rabiʻ I","Rabiʻ II","Jumada I","Jumada II","Rajab","Shaʻban","Ramadan","Shawwal","Dhuʻl-Qiʻdah","Dhuʻl-Hijjah"]},days:{narrow:["S","M","T","W","T","F","S"],short:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],long:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]},eras:{narrow:["AH"],short:["AH"],long:["AH"]},dayPeriods:{am:"AM",pm:"PM"}},islamicc:{months:{narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],short:["Muh.","Saf.","Rab. I","Rab. II","Jum. I","Jum. II","Raj.","Sha.","Ram.","Shaw.","Dhuʻl-Q.","Dhuʻl-H."],long:["Muharram","Safar","Rabiʻ I","Rabiʻ II","Jumada I","Jumada II","Rajab","Shaʻban","Ramadan","Shawwal","Dhuʻl-Qiʻdah","Dhuʻl-Hijjah"]},days:{narrow:["S","M","T","W","T","F","S"],short:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],long:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]},eras:{narrow:["AH"],short:["AH"],long:["AH"]},dayPeriods:{am:"AM",pm:"PM"}},japanese:{months:{narrow:["J","F","M","A","M","J","J","A","S","O","N","D"],short:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],long:["January","February","March","April","May","June","July","August","September","October","November","December"]},days:{narrow:["S","M","T","W","T","F","S"],short:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],long:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]},eras:{narrow:["Taika (645–650)","Hakuchi (650–671)","Hakuhō (672–686)","Shuchō (686–701)","Taihō (701–704)","Keiun (704–708)","Wadō (708–715)","Reiki (715–717)","Yōrō (717–724)","Jinki (724–729)","Tenpyō (729–749)","Tenpyō-kampō (749-749)","Tenpyō-shōhō (749-757)","Tenpyō-hōji (757-765)","Tenpyō-jingo (765-767)","Jingo-keiun (767-770)","Hōki (770–780)","Ten-ō (781-782)","Enryaku (782–806)","Daidō (806–810)","Kōnin (810–824)","Tenchō (824–834)","Jōwa (834–848)","Kajō (848–851)","Ninju (851–854)","Saikō (854–857)","Ten-an (857-859)","Jōgan (859–877)","Gangyō (877–885)","Ninna (885–889)","Kanpyō (889–898)","Shōtai (898–901)","Engi (901–923)","Enchō (923–931)","Jōhei (931–938)","Tengyō (938–947)","Tenryaku (947–957)","Tentoku (957–961)","Ōwa (961–964)","Kōhō (964–968)","Anna (968–970)","Tenroku (970–973)","Ten’en (973–976)","Jōgen (976–978)","Tengen (978–983)","Eikan (983–985)","Kanna (985–987)","Eien (987–989)","Eiso (989–990)","Shōryaku (990–995)","Chōtoku (995–999)","Chōhō (999–1004)","Kankō (1004–1012)","Chōwa (1012–1017)","Kannin (1017–1021)","Jian (1021–1024)","Manju (1024–1028)","Chōgen (1028–1037)","Chōryaku (1037–1040)","Chōkyū (1040–1044)","Kantoku (1044–1046)","Eishō (1046–1053)","Tengi (1053–1058)","Kōhei (1058–1065)","Jiryaku (1065–1069)","Enkyū (1069–1074)","Shōho (1074–1077)","Shōryaku (1077–1081)","Eihō (1081–1084)","Ōtoku (1084–1087)","Kanji (1087–1094)","Kahō (1094–1096)","Eichō (1096–1097)","Jōtoku (1097–1099)","Kōwa (1099–1104)","Chōji (1104–1106)","Kashō (1106–1108)","Tennin (1108–1110)","Ten-ei (1110-1113)","Eikyū (1113–1118)","Gen’ei (1118–1120)","Hōan (1120–1124)","Tenji (1124–1126)","Daiji (1126–1131)","Tenshō (1131–1132)","Chōshō (1132–1135)","Hōen (1135–1141)","Eiji (1141–1142)","Kōji (1142–1144)","Ten’yō (1144–1145)","Kyūan (1145–1151)","Ninpei (1151–1154)","Kyūju (1154–1156)","Hōgen (1156–1159)","Heiji (1159–1160)","Eiryaku (1160–1161)","Ōho (1161–1163)","Chōkan (1163–1165)","Eiman (1165–1166)","Nin’an (1166–1169)","Kaō (1169–1171)","Shōan (1171–1175)","Angen (1175–1177)","Jishō (1177–1181)","Yōwa (1181–1182)","Juei (1182–1184)","Genryaku (1184–1185)","Bunji (1185–1190)","Kenkyū (1190–1199)","Shōji (1199–1201)","Kennin (1201–1204)","Genkyū (1204–1206)","Ken’ei (1206–1207)","Jōgen (1207–1211)","Kenryaku (1211–1213)","Kenpō (1213–1219)","Jōkyū (1219–1222)","Jōō (1222–1224)","Gennin (1224–1225)","Karoku (1225–1227)","Antei (1227–1229)","Kanki (1229–1232)","Jōei (1232–1233)","Tenpuku (1233–1234)","Bunryaku (1234–1235)","Katei (1235–1238)","Ryakunin (1238–1239)","En’ō (1239–1240)","Ninji (1240–1243)","Kangen (1243–1247)","Hōji (1247–1249)","Kenchō (1249–1256)","Kōgen (1256–1257)","Shōka (1257–1259)","Shōgen (1259–1260)","Bun’ō (1260–1261)","Kōchō (1261–1264)","Bun’ei (1264–1275)","Kenji (1275–1278)","Kōan (1278–1288)","Shōō (1288–1293)","Einin (1293–1299)","Shōan (1299–1302)","Kengen (1302–1303)","Kagen (1303–1306)","Tokuji (1306–1308)","Enkyō (1308–1311)","Ōchō (1311–1312)","Shōwa (1312–1317)","Bunpō (1317–1319)","Genō (1319–1321)","Genkō (1321–1324)","Shōchū (1324–1326)","Karyaku (1326–1329)","Gentoku (1329–1331)","Genkō (1331–1334)","Kenmu (1334–1336)","Engen (1336–1340)","Kōkoku (1340–1346)","Shōhei (1346–1370)","Kentoku (1370–1372)","Bunchū (1372–1375)","Tenju (1375–1379)","Kōryaku (1379–1381)","Kōwa (1381–1384)","Genchū (1384–1392)","Meitoku (1384–1387)","Kakei (1387–1389)","Kōō (1389–1390)","Meitoku (1390–1394)","Ōei (1394–1428)","Shōchō (1428–1429)","Eikyō (1429–1441)","Kakitsu (1441–1444)","Bun’an (1444–1449)","Hōtoku (1449–1452)","Kyōtoku (1452–1455)","Kōshō (1455–1457)","Chōroku (1457–1460)","Kanshō (1460–1466)","Bunshō (1466–1467)","Ōnin (1467–1469)","Bunmei (1469–1487)","Chōkyō (1487–1489)","Entoku (1489–1492)","Meiō (1492–1501)","Bunki (1501–1504)","Eishō (1504–1521)","Taiei (1521–1528)","Kyōroku (1528–1532)","Tenbun (1532–1555)","Kōji (1555–1558)","Eiroku (1558–1570)","Genki (1570–1573)","Tenshō (1573–1592)","Bunroku (1592–1596)","Keichō (1596–1615)","Genna (1615–1624)","Kan’ei (1624–1644)","Shōho (1644–1648)","Keian (1648–1652)","Jōō (1652–1655)","Meireki (1655–1658)","Manji (1658–1661)","Kanbun (1661–1673)","Enpō (1673–1681)","Tenna (1681–1684)","Jōkyō (1684–1688)","Genroku (1688–1704)","Hōei (1704–1711)","Shōtoku (1711–1716)","Kyōhō (1716–1736)","Genbun (1736–1741)","Kanpō (1741–1744)","Enkyō (1744–1748)","Kan’en (1748–1751)","Hōreki (1751–1764)","Meiwa (1764–1772)","An’ei (1772–1781)","Tenmei (1781–1789)","Kansei (1789–1801)","Kyōwa (1801–1804)","Bunka (1804–1818)","Bunsei (1818–1830)","Tenpō (1830–1844)","Kōka (1844–1848)","Kaei (1848–1854)","Ansei (1854–1860)","Man’en (1860–1861)","Bunkyū (1861–1864)","Genji (1864–1865)","Keiō (1865–1868)","M","T","S","H"],short:["Taika (645–650)","Hakuchi (650–671)","Hakuhō (672–686)","Shuchō (686–701)","Taihō (701–704)","Keiun (704–708)","Wadō (708–715)","Reiki (715–717)","Yōrō (717–724)","Jinki (724–729)","Tenpyō (729–749)","Tenpyō-kampō (749-749)","Tenpyō-shōhō (749-757)","Tenpyō-hōji (757-765)","Tenpyō-jingo (765-767)","Jingo-keiun (767-770)","Hōki (770–780)","Ten-ō (781-782)","Enryaku (782–806)","Daidō (806–810)","Kōnin (810–824)","Tenchō (824–834)","Jōwa (834–848)","Kajō (848–851)","Ninju (851–854)","Saikō (854–857)","Ten-an (857-859)","Jōgan (859–877)","Gangyō (877–885)","Ninna (885–889)","Kanpyō (889–898)","Shōtai (898–901)","Engi (901–923)","Enchō (923–931)","Jōhei (931–938)","Tengyō (938–947)","Tenryaku (947–957)","Tentoku (957–961)","Ōwa (961–964)","Kōhō (964–968)","Anna (968–970)","Tenroku (970–973)","Ten’en (973–976)","Jōgen (976–978)","Tengen (978–983)","Eikan (983–985)","Kanna (985–987)","Eien (987–989)","Eiso (989–990)","Shōryaku (990–995)","Chōtoku (995–999)","Chōhō (999–1004)","Kankō (1004–1012)","Chōwa (1012–1017)","Kannin (1017–1021)","Jian (1021–1024)","Manju (1024–1028)","Chōgen (1028–1037)","Chōryaku (1037–1040)","Chōkyū (1040–1044)","Kantoku (1044–1046)","Eishō (1046–1053)","Tengi (1053–1058)","Kōhei (1058–1065)","Jiryaku (1065–1069)","Enkyū (1069–1074)","Shōho (1074–1077)","Shōryaku (1077–1081)","Eihō (1081–1084)","Ōtoku (1084–1087)","Kanji (1087–1094)","Kahō (1094–1096)","Eichō (1096–1097)","Jōtoku (1097–1099)","Kōwa (1099–1104)","Chōji (1104–1106)","Kashō (1106–1108)","Tennin (1108–1110)","Ten-ei (1110-1113)","Eikyū (1113–1118)","Gen’ei (1118–1120)","Hōan (1120–1124)","Tenji (1124–1126)","Daiji (1126–1131)","Tenshō (1131–1132)","Chōshō (1132–1135)","Hōen (1135–1141)","Eiji (1141–1142)","Kōji (1142–1144)","Ten’yō (1144–1145)","Kyūan (1145–1151)","Ninpei (1151–1154)","Kyūju (1154–1156)","Hōgen (1156–1159)","Heiji (1159–1160)","Eiryaku (1160–1161)","Ōho (1161–1163)","Chōkan (1163–1165)","Eiman (1165–1166)","Nin’an (1166–1169)","Kaō (1169–1171)","Shōan (1171–1175)","Angen (1175–1177)","Jishō (1177–1181)","Yōwa (1181–1182)","Juei (1182–1184)","Genryaku (1184–1185)","Bunji (1185–1190)","Kenkyū (1190–1199)","Shōji (1199–1201)","Kennin (1201–1204)","Genkyū (1204–1206)","Ken’ei (1206–1207)","Jōgen (1207–1211)","Kenryaku (1211–1213)","Kenpō (1213–1219)","Jōkyū (1219–1222)","Jōō (1222–1224)","Gennin (1224–1225)","Karoku (1225–1227)","Antei (1227–1229)","Kanki (1229–1232)","Jōei (1232–1233)","Tenpuku (1233–1234)","Bunryaku (1234–1235)","Katei (1235–1238)","Ryakunin (1238–1239)","En’ō (1239–1240)","Ninji (1240–1243)","Kangen (1243–1247)","Hōji (1247–1249)","Kenchō (1249–1256)","Kōgen (1256–1257)","Shōka (1257–1259)","Shōgen (1259–1260)","Bun’ō (1260–1261)","Kōchō (1261–1264)","Bun’ei (1264–1275)","Kenji (1275–1278)","Kōan (1278–1288)","Shōō (1288–1293)","Einin (1293–1299)","Shōan (1299–1302)","Kengen (1302–1303)","Kagen (1303–1306)","Tokuji (1306–1308)","Enkyō (1308–1311)","Ōchō (1311–1312)","Shōwa (1312–1317)","Bunpō (1317–1319)","Genō (1319–1321)","Genkō (1321–1324)","Shōchū (1324–1326)","Karyaku (1326–1329)","Gentoku (1329–1331)","Genkō (1331–1334)","Kenmu (1334–1336)","Engen (1336–1340)","Kōkoku (1340–1346)","Shōhei (1346–1370)","Kentoku (1370–1372)","Bunchū (1372–1375)","Tenju (1375–1379)","Kōryaku (1379–1381)","Kōwa (1381–1384)","Genchū (1384–1392)","Meitoku (1384–1387)","Kakei (1387–1389)","Kōō (1389–1390)","Meitoku (1390–1394)","Ōei (1394–1428)","Shōchō (1428–1429)","Eikyō (1429–1441)","Kakitsu (1441–1444)","Bun’an (1444–1449)","Hōtoku (1449–1452)","Kyōtoku (1452–1455)","Kōshō (1455–1457)","Chōroku (1457–1460)","Kanshō (1460–1466)","Bunshō (1466–1467)","Ōnin (1467–1469)","Bunmei (1469–1487)","Chōkyō (1487–1489)","Entoku (1489–1492)","Meiō (1492–1501)","Bunki (1501–1504)","Eishō (1504–1521)","Taiei (1521–1528)","Kyōroku (1528–1532)","Tenbun (1532–1555)","Kōji (1555–1558)","Eiroku (1558–1570)","Genki (1570–1573)","Tenshō (1573–1592)","Bunroku (1592–1596)","Keichō (1596–1615)","Genna (1615–1624)","Kan’ei (1624–1644)","Shōho (1644–1648)","Keian (1648–1652)","Jōō (1652–1655)","Meireki (1655–1658)","Manji (1658–1661)","Kanbun (1661–1673)","Enpō (1673–1681)","Tenna (1681–1684)","Jōkyō (1684–1688)","Genroku (1688–1704)","Hōei (1704–1711)","Shōtoku (1711–1716)","Kyōhō (1716–1736)","Genbun (1736–1741)","Kanpō (1741–1744)","Enkyō (1744–1748)","Kan’en (1748–1751)","Hōreki (1751–1764)","Meiwa (1764–1772)","An’ei (1772–1781)","Tenmei (1781–1789)","Kansei (1789–1801)","Kyōwa (1801–1804)","Bunka (1804–1818)","Bunsei (1818–1830)","Tenpō (1830–1844)","Kōka (1844–1848)","Kaei (1848–1854)","Ansei (1854–1860)","Man’en (1860–1861)","Bunkyū (1861–1864)","Genji (1864–1865)","Keiō (1865–1868)","Meiji","Taishō","Shōwa","Heisei"],long:["Taika (645–650)","Hakuchi (650–671)","Hakuhō (672–686)","Shuchō (686–701)","Taihō (701–704)","Keiun (704–708)","Wadō (708–715)","Reiki (715–717)","Yōrō (717–724)","Jinki (724–729)","Tenpyō (729–749)","Tenpyō-kampō (749-749)","Tenpyō-shōhō (749-757)","Tenpyō-hōji (757-765)","Tenpyō-jingo (765-767)","Jingo-keiun (767-770)","Hōki (770–780)","Ten-ō (781-782)","Enryaku (782–806)","Daidō (806–810)","Kōnin (810–824)","Tenchō (824–834)","Jōwa (834–848)","Kajō (848–851)","Ninju (851–854)","Saikō (854–857)","Ten-an (857-859)","Jōgan (859–877)","Gangyō (877–885)","Ninna (885–889)","Kanpyō (889–898)","Shōtai (898–901)","Engi (901–923)","Enchō (923–931)","Jōhei (931–938)","Tengyō (938–947)","Tenryaku (947–957)","Tentoku (957–961)","Ōwa (961–964)","Kōhō (964–968)","Anna (968–970)","Tenroku (970–973)","Ten’en (973–976)","Jōgen (976–978)","Tengen (978–983)","Eikan (983–985)","Kanna (985–987)","Eien (987–989)","Eiso (989–990)","Shōryaku (990–995)","Chōtoku (995–999)","Chōhō (999–1004)","Kankō (1004–1012)","Chōwa (1012–1017)","Kannin (1017–1021)","Jian (1021–1024)","Manju (1024–1028)","Chōgen (1028–1037)","Chōryaku (1037–1040)","Chōkyū (1040–1044)","Kantoku (1044–1046)","Eishō (1046–1053)","Tengi (1053–1058)","Kōhei (1058–1065)","Jiryaku (1065–1069)","Enkyū (1069–1074)","Shōho (1074–1077)","Shōryaku (1077–1081)","Eihō (1081–1084)","Ōtoku (1084–1087)","Kanji (1087–1094)","Kahō (1094–1096)","Eichō (1096–1097)","Jōtoku (1097–1099)","Kōwa (1099–1104)","Chōji (1104–1106)","Kashō (1106–1108)","Tennin (1108–1110)","Ten-ei (1110-1113)","Eikyū (1113–1118)","Gen’ei (1118–1120)","Hōan (1120–1124)","Tenji (1124–1126)","Daiji (1126–1131)","Tenshō (1131–1132)","Chōshō (1132–1135)","Hōen (1135–1141)","Eiji (1141–1142)","Kōji (1142–1144)","Ten’yō (1144–1145)","Kyūan (1145–1151)","Ninpei (1151–1154)","Kyūju (1154–1156)","Hōgen (1156–1159)","Heiji (1159–1160)","Eiryaku (1160–1161)","Ōho (1161–1163)","Chōkan (1163–1165)","Eiman (1165–1166)","Nin’an (1166–1169)","Kaō (1169–1171)","Shōan (1171–1175)","Angen (1175–1177)","Jishō (1177–1181)","Yōwa (1181–1182)","Juei (1182–1184)","Genryaku (1184–1185)","Bunji (1185–1190)","Kenkyū (1190–1199)","Shōji (1199–1201)","Kennin (1201–1204)","Genkyū (1204–1206)","Ken’ei (1206–1207)","Jōgen (1207–1211)","Kenryaku (1211–1213)","Kenpō (1213–1219)","Jōkyū (1219–1222)","Jōō (1222–1224)","Gennin (1224–1225)","Karoku (1225–1227)","Antei (1227–1229)","Kanki (1229–1232)","Jōei (1232–1233)","Tenpuku (1233–1234)","Bunryaku (1234–1235)","Katei (1235–1238)","Ryakunin (1238–1239)","En’ō (1239–1240)","Ninji (1240–1243)","Kangen (1243–1247)","Hōji (1247–1249)","Kenchō (1249–1256)","Kōgen (1256–1257)","Shōka (1257–1259)","Shōgen (1259–1260)","Bun’ō (1260–1261)","Kōchō (1261–1264)","Bun’ei (1264–1275)","Kenji (1275–1278)","Kōan (1278–1288)","Shōō (1288–1293)","Einin (1293–1299)","Shōan (1299–1302)","Kengen (1302–1303)","Kagen (1303–1306)","Tokuji (1306–1308)","Enkyō (1308–1311)","Ōchō (1311–1312)","Shōwa (1312–1317)","Bunpō (1317–1319)","Genō (1319–1321)","Genkō (1321–1324)","Shōchū (1324–1326)","Karyaku (1326–1329)","Gentoku (1329–1331)","Genkō (1331–1334)","Kenmu (1334–1336)","Engen (1336–1340)","Kōkoku (1340–1346)","Shōhei (1346–1370)","Kentoku (1370–1372)","Bunchū (1372–1375)","Tenju (1375–1379)","Kōryaku (1379–1381)","Kōwa (1381–1384)","Genchū (1384–1392)","Meitoku (1384–1387)","Kakei (1387–1389)","Kōō (1389–1390)","Meitoku (1390–1394)","Ōei (1394–1428)","Shōchō (1428–1429)","Eikyō (1429–1441)","Kakitsu (1441–1444)","Bun’an (1444–1449)","Hōtoku (1449–1452)","Kyōtoku (1452–1455)","Kōshō (1455–1457)","Chōroku (1457–1460)","Kanshō (1460–1466)","Bunshō (1466–1467)","Ōnin (1467–1469)","Bunmei (1469–1487)","Chōkyō (1487–1489)","Entoku (1489–1492)","Meiō (1492–1501)","Bunki (1501–1504)","Eishō (1504–1521)","Taiei (1521–1528)","Kyōroku (1528–1532)","Tenbun (1532–1555)","Kōji (1555–1558)","Eiroku (1558–1570)","Genki (1570–1573)","Tenshō (1573–1592)","Bunroku (1592–1596)","Keichō (1596–1615)","Genna (1615–1624)","Kan’ei (1624–1644)","Shōho (1644–1648)","Keian (1648–1652)","Jōō (1652–1655)","Meireki (1655–1658)","Manji (1658–1661)","Kanbun (1661–1673)","Enpō (1673–1681)","Tenna (1681–1684)","Jōkyō (1684–1688)","Genroku (1688–1704)","Hōei (1704–1711)","Shōtoku (1711–1716)","Kyōhō (1716–1736)","Genbun (1736–1741)","Kanpō (1741–1744)","Enkyō (1744–1748)","Kan’en (1748–1751)","Hōreki (1751–1764)","Meiwa (1764–1772)","An’ei (1772–1781)","Tenmei (1781–1789)","Kansei (1789–1801)","Kyōwa (1801–1804)","Bunka (1804–1818)","Bunsei (1818–1830)","Tenpō (1830–1844)","Kōka (1844–1848)","Kaei (1848–1854)","Ansei (1854–1860)","Man’en (1860–1861)","Bunkyū (1861–1864)","Genji (1864–1865)","Keiō (1865–1868)","Meiji","Taishō","Shōwa","Heisei"]},dayPeriods:{am:"AM",pm:"PM"}},persian:{months:{narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],short:["Farvardin","Ordibehesht","Khordad","Tir","Mordad","Shahrivar","Mehr","Aban","Azar","Dey","Bahman","Esfand"],long:["Farvardin","Ordibehesht","Khordad","Tir","Mordad","Shahrivar","Mehr","Aban","Azar","Dey","Bahman","Esfand"]},days:{narrow:["S","M","T","W","T","F","S"],short:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],long:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]},eras:{narrow:["AP"],short:["AP"],long:["AP"]},dayPeriods:{am:"AM",pm:"PM"}},roc:{months:{narrow:["J","F","M","A","M","J","J","A","S","O","N","D"],short:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],long:["January","February","March","April","May","June","July","August","September","October","November","December"]},days:{narrow:["S","M","T","W","T","F","S"],short:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],long:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]},eras:{narrow:["Before R.O.C.","Minguo"],short:["Before R.O.C.","Minguo"],long:["Before R.O.C.","Minguo"]},dayPeriods:{am:"AM",pm:"PM"}}}},number:{nu:["latn"],patterns:{decimal:{positivePattern:"{number}",negativePattern:"{minusSign}{number}"},currency:{positivePattern:"{currency}{number}",negativePattern:"{minusSign}{currency}{number}"},percent:{positivePattern:"{number}{percentSign}",negativePattern:"{minusSign}{number}{percentSign}"}},symbols:{latn:{decimal:".",group:",",nan:"NaN",plusSign:"+",minusSign:"-",percentSign:"%",infinity:"∞"}},currencies:{AUD:"A$",BRL:"R$",CAD:"CA$",CNY:"CN¥",EUR:"€",GBP:"£",HKD:"HK$",ILS:"₪",INR:"₹",JPY:"¥",KRW:"₩",MXN:"MX$",NZD:"NZ$",TWD:"NT$",USD:"$",VND:"₫",XAF:"FCFA",XCD:"EC$",XOF:"CFA",XPF:"CFPF"}}})},"x/ws":function(e,t,n){var r=n("luk+");"string"==typeof r&&(r=[[e.i,r,""]]);var o={hmr:!0,transform:void 0,insertInto:void 0};n("aET+")(r,o);r.locals&&(e.exports=r.locals)},"x/yI":function(module,__webpack_exports__,__webpack_require__){"use strict";(function(module){var react__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("q1tI"),react__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__),prop_types__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("g8p1"),prop_types__WEBPACK_IMPORTED_MODULE_1___default=__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_1__),_BoxChoice__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("IbwZ"),_sample_spec_options_json__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__("Qmb7"),_sample_spec_options_json__WEBPACK_IMPORTED_MODULE_3___namespace=__webpack_require__.t("Qmb7",1),_store_quiz_result_store__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__("25vq"),_index_css__WEBPACK_IMPORTED_MODULE_5__=__webpack_require__("dGlZ"),_index_css__WEBPACK_IMPORTED_MODULE_5___default=__webpack_require__.n(_index_css__WEBPACK_IMPORTED_MODULE_5__),_Header_Quiz_Header_Quiz__WEBPACK_IMPORTED_MODULE_6__=__webpack_require__("0Peb"),enterModule;function _typeof(e){return(_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function _extends(){return(_extends=Object.assign||function(e){for(var t=1;tĐáp án 1

",type:"html"}]},{id:"b2",obj_type:"choiceText",obj_evt:"choose",chooseType:1,answer:[{content:"

Đáp án 2

",type:"html"}]},{id:"b3",obj_type:"choiceText",obj_evt:"choose",chooseType:1,correct:!1,answer:[{content:"

Đáp án 3

",type:"html"}]},{id:"b4",obj_type:"choiceText",obj_evt:"choose",chooseType:1,correct:!1,answer:[{content:"

Đáp án 4

",type:"html"}]}]},content_question:{items:[{content:[{content:"

Tiêu Đề Câu Hỏi

",type:"html"}]}]}},solution:{option:{items:[{id:"b1",obj_type:"choiceText",obj_evt:"choose",chooseType:1,correct:!0,answer:[{content:"

Đáp án 1

",type:"html"}]},{id:"b2",obj_type:"choiceText",obj_evt:"choose",chooseType:1,correct:!0,answer:[{content:"

Đáp án 2

",type:"html"}]},{id:"b3",obj_type:"choiceText",obj_evt:"choose",chooseType:1,correct:!1,answer:[{content:"

Đáp án 3

",type:"html"}]},{id:"b4",obj_type:"choiceText",obj_evt:"choose",chooseType:1,correct:!1,answer:[{content:"

Đáp án 4

",type:"html"}]}]},content_question:{items:[{content:[{content:"

Tiêu Đề Câu Hỏi

",type:"html"}]}]}}};function y(e){return d()(e,function(e,t,n){"obj_evt"===n?e[n]={}:l()(t)?(e[n]=[],c()(t,function(t){e[n]=s()(e[n],y(t))})):i()(t)?e[n]=y(t):e[n]=t},{})}f=n("0cfB").default,h=n("0cfB").leaveModule,f&&(f.register(m,"nestedObj","/mnt/d/pm2/lgh-quizz-pc/lib/quiz_component/src/vungoi-component/PrimaryQuestion/util/transformNestedObj.js"),f.register(y,"transformDicardEvent","/mnt/d/pm2/lgh-quizz-pc/lib/quiz_component/src/vungoi-component/PrimaryQuestion/util/transformNestedObj.js"),h(e))}).call(this,n("3UD+")(e))},x8Yj:function(e,t,n){var r=n("XKFU"),o=n("LVwc"),i=Math.exp;r(r.S,"Math",{tanh:function(e){var t=o(e=+e),n=o(-e);return t==1/0?1:n==1/0?-1:(t-n)/(i(e)+i(-e))}})},x8ZO:function(e,t,n){var r=n("XKFU"),o=Math.abs;r(r.S,"Math",{hypot:function(e,t){for(var n,r,i=0,a=0,s=arguments.length,u=0;a0?(r=n/u)*r:n;return u===1/0?1/0:u*Math.sqrt(i)}})},x8qZ:function(e,t,n){n("OnI7")("observable")},x9Uk:function(e,t,n){"use strict";t.__esModule=!0,t.default=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=arguments[2];t.childMonitorStates||i.Children.forEach(e.children,function(e,t){"function"!=typeof e.type.update&&console.error("Child of with the index "+t+" ("+(e.type.displayName||e.type.name||e.type)+") does not appear to be a valid Redux DevTools monitor.")});return{position:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:e.defaultPosition;return arguments[2].type===r.CHANGE_POSITION?o.POSITIONS[(o.POSITIONS.indexOf(t)+1)%o.POSITIONS.length]:t}(e,t.position,n),isVisible:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:e.defaultIsVisible;return arguments[2].type===r.TOGGLE_VISIBILITY?!t:t}(e,t.isVisible,n),size:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:e.defaultSize,n=arguments[2];return n.type===r.CHANGE_SIZE?n.size:t}(e,t.size,n),childMonitorIndex:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;switch(arguments[2].type){case r.CHANGE_MONITOR:return(t+1)%i.Children.count(e.children);default:return t}}(e,t.childMonitorIndex,n),childMonitorStates:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[],n=arguments[2];return i.Children.map(e.children,function(e,r){return e.type.update(e.props,t[r],n)})}(e,t.childMonitorStates,n)}};var r=n("Q2PB"),o=n("O7iB"),i=n("q1tI")},xAGQ:function(e,t,n){"use strict";var r=n("xTJ+");e.exports=function(e,t,n){return r.forEach(n,function(n){e=n(e,t)}),e}},xBny:function(e,t,n){var r=n("8Jk7");"string"==typeof r&&(r=[[e.i,r,""]]);var o={hmr:!0,transform:void 0,insertInto:void 0};n("aET+")(r,o);r.locals&&(e.exports=r.locals)},"xF/b":function(e,t,n){"use strict";var r=n("EWmC"),o=n("0/R4"),i=n("ne8i"),a=n("m0Pp"),s=n("K0xU")("isConcatSpreadable");e.exports=function e(t,n,u,c,_,l,p,d){for(var f,h,m=_,y=0,g=!!p&&a(p,d,3);y0)m=e(t,n,f,i(f.length),m,l-1)-1;else{if(m>=9007199254740991)throw TypeError();t[m]=f}m++}y++}return m}},xIqb:function(e,t,n){"use strict";t.__esModule=!0,t.default=function(e,t){var n,i="#"===t[0],a="."===t[0],s=i||a?t.slice(1):t;if(r.test(s))return i?(e=e.getElementById?e:document,(n=e.getElementById(s))?[n]:[]):e.getElementsByClassName&&a?o(e.getElementsByClassName(s)):o(e.getElementsByTagName(t));return o(e.querySelectorAll(t))};var r=/^[\w-]*$/,o=Function.prototype.bind.call(Function.prototype.call,[].slice);e.exports=t.default},xPhz:function(module,__webpack_exports__,__webpack_require__){"use strict";(function(module){var react__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("q1tI"),react__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__),prop_types__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("17x9"),prop_types__WEBPACK_IMPORTED_MODULE_1___default=__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_1__),enterModule;function _typeof(e){return(_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function _extends(){return(_extends=Object.assign||function(e){for(var t=1;t=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}return o}function _objectWithoutPropertiesLoose(e,t){if(null==e)return{};var n,r,o={},i=Object.keys(e);for(r=0;r=0||(o[n]=e[n]);return o}function _classCallCheck(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function _defineProperties(e,t){for(var n=0;n-1}},xZVr:function(e,t,n){"use strict";(function(e){var r;n.d(t,"a",function(){return a}),n.d(t,"b",function(){return s}),(r=n("XsMp").enterModule)&&r(e);var o,i,a={IS_DRAGGING:"IS_DRAGGING",DROP_IN:"DROP_IN",DROP_OUT:"DROP_OUT"},s={IS_DRAGGING:"IS_DRAGGING",IN_OVER:"IN_OVER",OUT_OVER:"OUT_OVER",DROP_OUT:"DROP_OUT",DROP_IN:"DROP_IN",RESET:"RESET"};o=n("XsMp").default,i=n("XsMp").leaveModule,o&&(o.register(a,"DRAG_ACTION","/mnt/d/pm2/lgh-quizz-pc/lib/react_event_connector/src/event_source/dnd/const/dndActionConst.js"),o.register(s,"DROP_ACTION","/mnt/d/pm2/lgh-quizz-pc/lib/react_event_connector/src/event_source/dnd/const/dndActionConst.js"),i(e))}).call(this,n("3UD+")(e))},xbSm:function(e,t,n){"use strict";e.exports=n("LQAc")||!n("eeVq")(function(){var e=Math.random();__defineSetter__.call(null,e,function(){}),delete n("dyZX")[e]})},xeH2:function(e,t){e.exports=jQuery},xfY5:function(e,t,n){"use strict";var r=n("dyZX"),o=n("aagx"),i=n("LZWt"),a=n("Xbzi"),s=n("apmT"),u=n("eeVq"),c=n("kJMx").f,_=n("EemH").f,l=n("hswa").f,p=n("qncB").trim,d=r.Number,f=d,h=d.prototype,m="Number"==i(n("Kuth")(h)),y="trim"in String.prototype,g=function(e){var t=s(e,!1);if("string"==typeof t&&t.length>2){var n,r,o,i=(t=y?t.trim():p(t,3)).charCodeAt(0);if(43===i||45===i){if(88===(n=t.charCodeAt(2))||120===n)return NaN}else if(48===i){switch(t.charCodeAt(1)){case 66:case 98:r=2,o=49;break;case 79:case 111:r=8,o=55;break;default:return+t}for(var a,u=t.slice(2),c=0,_=u.length;c<_;c++)if((a=u.charCodeAt(c))<48||a>o)return NaN;return parseInt(u,r)}}return+t};if(!d(" 0o1")||!d("0b1")||d("+0x1")){d=function(e){var t=arguments.length<1?0:e,n=this;return n instanceof d&&(m?u(function(){h.valueOf.call(n)}):"Number"!=i(n))?a(new f(g(t)),n,d):g(t)};for(var E,b=n("nh4g")?c(f):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,isFinite,isInteger,isNaN,isSafeInteger,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,parseFloat,parseInt,isInteger".split(","),v=0;b.length>v;v++)o(f,E=b[v])&&!o(d,E)&&l(d,E,_(f,E));d.prototype=h,h.constructor=d,n("KroJ")(r,"Number",d)}},xfxO:function(e,t,n){"use strict";t.__esModule=!0,t.classNamesShape=t.timeoutsShape=void 0;var r;(r=n("17x9"))&&r.__esModule;t.timeoutsShape=null;t.classNamesShape=null},xhFO:function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}t.__esModule=!0;var o=r(n("gIfi"));t.isDisposable=o.default;var i=r(n("D8y5"));t.Disposable=i.default;var a=r(n("5agT"));t.CompositeDisposable=a.default;var s=r(n("bNad"));t.SerialDisposable=s.default},xhNM:function(e,t,n){"use strict";t.__esModule=!0,t.default=function(e){return(0,r.default)(e)||(t=e,t&&"body"===t.tagName.toLowerCase())?function(e){var t=(0,o.default)(e),n=(0,r.default)(t).innerWidth;if(!n){var i=t.documentElement.getBoundingClientRect();n=i.right-Math.abs(i.left)}return t.body.clientWidthe.clientHeight;var t};var r=i(n("8Y+z")),o=i(n("o43f"));function i(e){return e&&e.__esModule?e:{default:e}}e.exports=t.default},xlXI:function(module,__webpack_exports__,__webpack_require__){"use strict";(function(module){var react__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("q1tI"),react__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__),prop_types__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("17x9"),prop_types__WEBPACK_IMPORTED_MODULE_1___default=__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_1__),enterModule;function _typeof(e){return(_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function _classCallCheck(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function _defineProperties(e,t){for(var n=0;na){for(var t=0,n=o.length-i;t1&&void 0!==arguments[1]?arguments[1]:{};_classCallCheck(this,ChoiceManager);var n=redux_lib_createStore__WEBPACK_IMPORTED_MODULE_0___default()(_reducers__WEBPACK_IMPORTED_MODULE_1__.a);this.context=t,this.store=n,this.monitor=new _ChoiceMonitor__WEBPACK_IMPORTED_MODULE_3__.a(n),this.registry=this.monitor.registry,this.backend=new _HTML5Backend__WEBPACK_IMPORTED_MODULE_4__.a(this)}return _createClass(ChoiceManager,[{key:"getContext",value:function(){return this.context}},{key:"getMonitor",value:function(){return this.monitor}},{key:"getBackend",value:function(){return this.backend}},{key:"getRegistry",value:function(){return this.registry}},{key:"getActions",value:function(){var e=this,t=this.store.dispatch;return Object.keys(_actions_choice__WEBPACK_IMPORTED_MODULE_2__).filter(function(e){return"function"==typeof _actions_choice__WEBPACK_IMPORTED_MODULE_2__[e]}).reduce(function(n,r){var o,i=_actions_choice__WEBPACK_IMPORTED_MODULE_2__[r];return n[r]=(o=i,function(){for(var n=arguments.length,r=new Array(n),i=0;i1&&a(e,t[0],t[1])?t=[]:n>2&&a(t[0],t[1],t[2])&&(t=[t[0]]),o(e,r(t,1),[])});e.exports=s},xyTa:function(e,t,n){"use strict";(function(e){var r,o,i;function a(e){var t={color:"bgblue1",text_level:"Nhận biết"};switch(e){case 1:t.color="bgblue1",t.text_level="Nhận biết";break;case 2:t.color="bggreen1",t.text_level="Thông hiểu";break;case 3:t.color="bglogo2",t.text_level="Vận dụng";break;case 4:t.color="bgred1",t.text_level="Vận dụng cao"}return t}n.d(t,"a",function(){return a}),(r=n("0cfB").enterModule)&&r(e),o=n("0cfB").default,i=n("0cfB").leaveModule,o&&(o.register(a,"getDifficultDegreeCss","/mnt/d/pm2/lgh-quizz-pc/lib/quiz_component/util/difficultDegreeCss.js"),i(e))}).call(this,n("3UD+")(e))},xzGW:function(module,__webpack_exports__,__webpack_require__){"use strict";(function(module){var react__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("q1tI"),react__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__),_QuizBox__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("rcan"),_util_builHtmlFromArray__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("I+pd"),_util_dangerousHtml__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__("R2C9"),enterModule;function _typeof(e){return(_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function _extends(){return(_extends=Object.assign||function(e){for(var t=1;t1&&void 0!==arguments[1]?arguments[1]:{}).handlerIds,this.store.getState().stateId;return this.store.subscribe(function(){var n=t.store.getState().stateId;try{e()}finally{n}})}},{key:"isChoosing",value:function(){return Boolean(this.getItemType())}},{key:"isChooseSource",value:function(e){var t=this.registry.getSource(e,!0);return!!this.isChoosing()&&(this.registry.getSourceType(e)===this.getItemType()&&t.isChoosing(this,e))}},{key:"canDropOnTarget",value:function(e){var t=this.registry.getTarget(e);if(!this.isChoosing()||this.didChoiceTarget())return!1;var n=this.registry.getTargetType(e),r=this.getItemType();return Object(_utils_matchesType__WEBPACK_IMPORTED_MODULE_3__.a)(n,r)&&t.canDrop(this,e)}},{key:"getTargetResult",value:function(){return this.store.getState().choiceOperation.targetResult}},{key:"didChoiceTarget",value:function(){return this.store.getState().choiceOperation.didChoiceTarget}},{key:"canChoiceOnTarget",value:function(e){var t=this.registry.getTarget(e);if(!this.isChoosing())return!1;var n=this.registry.getTargetType(e),r=this.getItemType();return Object(_utils_matchesType__WEBPACK_IMPORTED_MODULE_3__.a)(n,r)&&t.canDrop(this,e)}},{key:"isOverTarget",value:function(e){var t=(arguments.length>1&&void 0!==arguments[1]?arguments[1]:{shallow:!1}).shallow;if(!this.isChoosing())return!1;var n=this.registry.getTargetType(e),r=this.getItemType();if(!Object(_utils_matchesType__WEBPACK_IMPORTED_MODULE_3__.a)(n,r))return!1;var o=this.getTargetIds();if(!o.length)return!1;var i=o.indexOf(e);return t?i===o.length-1:i>-1}},{key:"getItemType",value:function(){return this.store.getState().choiceOperation.itemType}},{key:"getItem",value:function(){return this.store.getState().choiceOperation.item}},{key:"getSourceId",value:function(){return this.store.getState().choiceOperation.sourceId}},{key:"getCounter",value:function(){return this.store.getState().choiceOperation.counter}},{key:"getTargetIds",value:function(){return this.store.getState().choiceOperation.targetIds}},{key:"__reactstandin__regenerateByEval",value:function __reactstandin__regenerateByEval(key,code){this[key]=eval(code)}}]),DragDropMonitor}(),reactHotLoader,leaveModule;reactHotLoader=__webpack_require__("Xug/").default,leaveModule=__webpack_require__("Xug/").leaveModule,reactHotLoader&&(reactHotLoader.register(DragDropMonitor,"DragDropMonitor","/mnt/d/pm2/lgh-quizz-pc/lib/cnc_core/src/ChoiceMonitor.js"),leaveModule(module))}).call(this,__webpack_require__("3UD+")(module))},"yH+4":function(e,t,n){"use strict";(function(e){n.d(t,"a",function(){return h});var r,o,i,a=n("q1tI"),s=n.n(a),u=n("17x9"),c=n.n(u),_=n("Vg22"),l=(n("dtw8"),n("Np+M")),p=(n("2Sww"),n("FEKL"),n("hS7z"),n("LEAW")),d=n("rUi7"),f=n("+1sR");n("ZQVo");function h(e){var t=0,n=0;return t=document.getElementById("root").getAttribute("conceptId"),n=document.getElementById("root").getAttribute("gradeType"),t=parseInt(t),n=parseInt(n),s.a.createElement(_.Provider,{store:e.store},s.a.createElement(l.a,null,s.a.createElement(p.a,{data:e.initalizeData},s.a.createElement(f.default,{conceptId:t,device:"mobile",gradeType:n}))))}(r=n("0cfB").enterModule)&&r(e),d.a.info("start app"),h.propTypes={store:c.a.object.isRequired},o=n("0cfB").default,i=n("0cfB").leaveModule,o&&(o.register(h,"App","/mnt/d/pm2/lgh-quizz-pc/client/App.js"),i(e))}).call(this,n("3UD+")(e))},yHx3:function(e,t){var n=Object.prototype.hasOwnProperty;e.exports=function(e){var t=e.length,r=new e.constructor(t);return t&&"string"==typeof e[0]&&n.call(e,"index")&&(r.index=e.index,r.input=e.input),r}},yK9s:function(e,t,n){"use strict";var r=n("xTJ+");e.exports=function(e,t){r.forEach(e,function(n,r){r!==t&&r.toUpperCase()===t.toUpperCase()&&(e[t]=n,delete e[r])})}},yLpj:function(e,t){var n;n=function(){return this}();try{n=n||Function("return this")()||(0,eval)("this")}catch(e){"object"==typeof window&&(n=window)}e.exports=n},yM4b:function(e,t,n){var r=n("K0xU")("toPrimitive"),o=Date.prototype;r in o||n("Mukb")(o,r,n("g4EE"))},yYbo:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r=i(n("q1tI")),o=i(n("17x9"));function i(e){return e&&e.__esModule?e:{default:e}}function a(e){return(a="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function s(e,t){for(var n=0;n0?n:0})},10)}},{key:"componentDidUpdate",value:function(){this.state.percent<=0&&this.intervalId&&clearTimeout(this.intervalId)}},{key:"componentWillUnmount",value:function(){this.intervalId&&clearTimeout(this.intervalId)}},{key:"render",value:function(){var e=this.state.percent;return r.default.createElement("div",{className:"rrt-progress-container"},r.default.createElement("div",{className:"rrt-progressbar",style:{width:"".concat(e,"%")}}))}}])&&s(n.prototype,o),i&&s(n,i),t}();t.default=p,l(p,"displayName","ProgressBar"),l(p,"propTypes",{duration:o.default.number.isRequired})},yZE0:function(e,t,n){"use strict";t.__esModule=!0,t.default={scheme:"green screen",author:"chris kempson (http://chriskempson.com)",base00:"#001100",base01:"#003300",base02:"#005500",base03:"#007700",base04:"#009900",base05:"#00bb00",base06:"#00dd00",base07:"#00ff00",base08:"#007700",base09:"#009900",base0A:"#007700",base0B:"#00bb00",base0C:"#005500",base0D:"#009900",base0E:"#00bb00",base0F:"#005500"},e.exports=t.default},yaP4:function(module,__webpack_exports__,__webpack_require__){"use strict";(function(module){__webpack_require__.d(__webpack_exports__,"a",function(){return sortContainer});var lodash_assign__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("3OWR"),lodash_assign__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(lodash_assign__WEBPACK_IMPORTED_MODULE_0__),lodash_map__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("3WF5"),lodash_map__WEBPACK_IMPORTED_MODULE_1___default=__webpack_require__.n(lodash_map__WEBPACK_IMPORTED_MODULE_1__),react_sortable_hoc__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("17CV"),react_sortable_hoc__WEBPACK_IMPORTED_MODULE_2___default=__webpack_require__.n(react_sortable_hoc__WEBPACK_IMPORTED_MODULE_2__),react__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__("q1tI"),react__WEBPACK_IMPORTED_MODULE_3___default=__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_3__),prop_types__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__("wP27"),prop_types__WEBPACK_IMPORTED_MODULE_4___default=__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_4__),enterModule,reactHotLoader,leaveModule;function _typeof(e){return(_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function _extends(){return(_extends=Object.assign||function(e){for(var t=1;t-1?r.createElement(e,n):r.createElement(e,n,e.data,t))}}}},yt8O:function(e,t,n){"use strict";var r=n("nGyu"),o=n("1TsA"),i=n("hPIQ"),a=n("aCFj");e.exports=n("Afnz")(Array,"Array",function(e,t){this._t=a(e),this._i=0,this._k=t},function(){var e=this._t,t=this._k,n=this._i++;return!e||n>=e.length?(this._t=void 0,o(1)):o(0,"keys"==t?n:"values"==t?e[n]:[n,e[n]])},"values"),i.Arguments=i.Array,r("keys"),r("values"),r("entries")},yue5:function(e,t,n){var r=n("/9aa");e.exports=function(e,t){if(e!==t){var n=void 0!==e,o=null===e,i=e==e,a=r(e),s=void 0!==t,u=null===t,c=t==t,_=r(t);if(!u&&!_&&!a&&e>t||a&&s&&c&&!u&&!_||o&&s&&c||!n&&c||!i)return 1;if(!o&&!a&&!_&&e=0;){if(n[p]===e)return r[p]===t;p-=1}switch(o){case"Map":return e.size===t.size&&_(e.entries(),t.entries(),n.concat([e]),r.concat([t]));case"Set":return e.size===t.size&&_(e.values(),t.values(),n.concat([e]),r.concat([t]));case"Arguments":case"Array":case"Object":case"Boolean":case"Number":case"String":case"Date":case"Error":case"RegExp":case"Int8Array":case"Uint8Array":case"Uint8ClampedArray":case"Int16Array":case"Uint16Array":case"Int32Array":case"Uint32Array":case"Float32Array":case"Float64Array":case"ArrayBuffer":break;default:return!1}var d=u(e);if(d.length!==u(t).length)return!1;var f=n.concat([e]),h=r.concat([t]);for(p=d.length-1;p>=0;){var m=d[p];if(!a(m,t)||!l(t[m],e[m],f,h))return!1;p-=1}return!0}e.exports=l},zhAb:function(e,t,n){var r=n("aagx"),o=n("aCFj"),i=n("w2a5")(!1),a=n("YTvA")("IE_PROTO");e.exports=function(e,t){var n,s=o(e),u=0,c=[];for(n in s)n!=a&&r(s,n)&&c.push(n);for(;t.length>u;)r(s,n=t[u++])&&(~i(c,n)||c.push(n));return c}},zlUZ:function(module,__webpack_exports__,__webpack_require__){"use strict";(function(module){__webpack_require__.d(__webpack_exports__,"a",function(){return HandlerRegistry});var invariant__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("mdVC"),invariant__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(invariant__WEBPACK_IMPORTED_MODULE_0__),lodash_isArray__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("Z0cm"),lodash_isArray__WEBPACK_IMPORTED_MODULE_1___default=__webpack_require__.n(lodash_isArray__WEBPACK_IMPORTED_MODULE_1__),asap__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("I9jU"),asap__WEBPACK_IMPORTED_MODULE_2___default=__webpack_require__.n(asap__WEBPACK_IMPORTED_MODULE_2__),_actions_registry__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__("cq8I"),_utils_getNextUniqueId__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__("u0CC"),enterModule;function _classCallCheck(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function _defineProperties(e,t){for(var n=0;ne))return n[c];u=c-1}}var l=e-t[a=Math.max(0,u)],p=l*l;return n[a]+r[a]*l+o[a]*p+i[a]*l*p}}]),e}();t.default=o},zqxM:function(e,t,n){var r=n("LqpT"),o=n("XGnz"),i=n("EA7m"),a=n("3L66"),s=i(function(e,t){return a(e)?r(e,o(t,1,a,!0)):[]});e.exports=s},zrS1:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t,n){var r=n.getRegistry(),o=r.addSource(e,t);return{handlerId:o,unregister:function(){r.removeSource(o)}}}},ztxQ:function(e,t){var n=/\/\*[^*]*\*+([^/*][^*]*\*+)*\//g,r=/\n/g,o=/^\s*/,i=/^(\*?[-#/*\\\w]+(\[[0-9a-z_-]+\])?)\s*/,a=/^:\s*/,s=/^((?:'(?:\\'|.)*?'|"(?:\\"|.)*?"|\([^)]*?\)|[^};])+)/,u=/^[;\s]*/,c=/^\s+|\s+$/g,_="\n",l="/",p="*",d="",f="comment",h="declaration";function m(e){return e?e.replace(c,d):d}e.exports=function(e,t){if("string"!=typeof e)throw new TypeError("First argument must be a string");if(!e)return[];t=t||{};var c=1,y=1;function g(e){var t=e.match(r);t&&(c+=t.length);var n=e.lastIndexOf(_);y=~n?e.length-n:y+e.length}function E(){var e={line:c,column:y};return function(t){return t.position=new b(e),P(),t}}function b(e){this.start=e,this.end={line:c,column:y},this.source=t.source}b.prototype.content=e;var v=[];function O(n){var r=new Error(t.source+":"+c+":"+y+": "+n);if(r.reason=n,r.filename=t.source,r.line=c,r.column=y,r.source=e,!t.silent)throw r;v.push(r)}function M(t){var n=t.exec(e);if(n){var r=n[0];return g(r),e=e.slice(r.length),n}}function P(){M(o)}function D(e){var t;for(e=e||[];t=T();)!1!==t&&e.push(t);return e}function T(){var t=E();if(l==e.charAt(0)&&p==e.charAt(1)){for(var n=2;d!=e.charAt(n)&&(p!=e.charAt(n)||l!=e.charAt(n+1));)++n;if(n+=2,d===e.charAt(n-1))return O("End of comment missing");var r=e.slice(2,n-2);return y+=2,g(r),e=e.slice(n),y+=2,t({type:f,comment:r})}}function C(){var e=E(),t=M(i);if(t){if(T(),!M(a))return O("property missing ':'");var r=M(s),o=e({type:h,property:m(t[0].replace(n,d)),value:r?m(r[0].replace(n,d)):d});return M(u),o}}return P(),function(){var e,t=[];for(D(t);e=C();)!1!==e&&(t.push(e),D(t));return t}()}},zuR4:function(e,t,n){"use strict";var r=n("xTJ+"),o=n("HSsa"),i=n("CgaS"),a=n("JEQr");function s(e){var t=new i(e),n=o(i.prototype.request,t);return r.extend(n,i.prototype,t),r.extend(n,t),n}var u=s(a);u.Axios=i,u.create=function(e){return s(r.merge(a,e))},u.Cancel=n("endd"),u.CancelToken=n("jfS+"),u.isCancel=n("Lmem"),u.all=function(e){return Promise.all(e)},u.spread=n("DfZB"),e.exports=u,e.exports.default=u}});