Your IP : 192.168.165.1


Current Path : C:/xampp/htdocs/moodle/mod/quiz/amd/build/
Upload File :
Current File : C:/xampp/htdocs/moodle/mod/quiz/amd/build/quizquestionbank.min.js.map

{"version":3,"sources":["../src/quizquestionbank.js"],"names":["define","AddQuestionModalLauncher","ModalQuizQuestionBank","init","contextId","TYPE"],"mappings":"AAuBAA,OAAM,6BACF,CACI,sCADJ,CAEI,mCAFJ,CADE,CAKF,SACIC,CADJ,CAEIC,CAFJ,CAGE,CAEF,MAAO,CAMHC,IAAI,CAAE,cAASC,CAAT,CAAoB,CACtBH,CAAwB,CAACE,IAAzB,CACID,CAAqB,CAACG,IAD1B,CAEI,sCAFJ,CAGID,CAHJ,CAKH,CAZE,CAcV,CAxBK,CAAN","sourcesContent":["// This file is part of Moodle - http://moodle.org/\n//\n// Moodle is free software: you can redistribute it and/or modify\n// it under the terms of the GNU General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// Moodle is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n// GNU General Public License for more details.\n//\n// You should have received a copy of the GNU General Public License\n// along with Moodle.  If not, see <http://www.gnu.org/licenses/>.\n\n/**\n * Initialise the question bank modal on the quiz page.\n *\n * @module    mod_quiz/quizquestionbank\n * @package   mod_quiz\n * @copyright 2018 Ryan Wyllie <ryan@moodle.com>\n * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later\n */\ndefine(\n    [\n        'mod_quiz/add_question_modal_launcher',\n        'mod_quiz/modal_quiz_question_bank'\n    ],\n    function(\n        AddQuestionModalLauncher,\n        ModalQuizQuestionBank\n    ) {\n\n    return {\n        /**\n         * Create the question bank modal.\n         *\n         * @param  {int} contextId Current context id.\n         */\n        init: function(contextId) {\n            AddQuestionModalLauncher.init(\n                ModalQuizQuestionBank.TYPE,\n                '.menu [data-action=\"questionbank\"]',\n                contextId\n            );\n        }\n    };\n});\n"],"file":"quizquestionbank.min.js"}