{"version":3,"file":"assessmentinformation.min.js","sources":["https:\/\/2023.qmplus.qmul.ac.uk\/local\/assessmentinformation\/amd\/src\/assessmentinformation.js"],"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 .\n\n\/**\n * @author Andrew Hancox \n * @author Open Source Learning \n * @link https:\/\/opensourcelearning.co.uk\n * @license http:\/\/www.gnu.org\/copyleft\/gpl.html GNU GPL v3 or later\n * @copyright 2021, Andrew Hancox\n *\/\n\ndefine(['jquery', 'core\/ajax'], function ($, Ajax) {\n return {\n courseid: -1,\n init: function (courseid, showoninit, sectionid, sectionnumber, oncoursehomepage) {\n var assessmentinformation = this;\n this.courseid = courseid;\n\n \/\/ Back end API does not let us put the menu item where we want it\n \/\/ so we're moving it via JS.\n $(\".nav-item[data-key='assessmentinformation']\")\n .removeClass('dropdown-item')\n .addClass('nav-link')\n .attr('data-forceintomoremenu', false)\n .insertAfter(\".nav-item[data-key='coursehome']\");\n\n $('[data-for=\"course_sectionlist\"] #section[data-id=\"' + sectionid + '\"]').remove();\n $('.grid-section#section-' + sectionnumber).remove();\n\n var observer = new MutationObserver(function () {\n $('.grid-section#section-' + sectionnumber).remove();\n $('.courseindex-section[data-id=\"' + sectionid + '\"]').remove();\n $('[data-for=\"course_sectionlist\"] .section[data-id=\"' + sectionid + '\"]').remove();\n });\n observer.observe(document.getElementById(\"page-wrapper\"), {\n childList: true,\n subtree: true\n });\n\n \/\/ If the user followed a link directly to the assessment info then show it immediately.\n if (showoninit) {\n assessmentinformation.show();\n }\n\n \/\/ Override the default actions on course home and assessmentinformation menu buttons\n \/\/ but only if we're actually viewing the course.\n if (oncoursehomepage) {\n $(\".nav-item[data-key='coursehome'] a\").on('click', function (e) {\n e.preventDefault();\n e.stopPropagation();\n assessmentinformation.hide();\n });\n $(\".nav-item[data-key='assessmentinformation'] a\").on('click', function (e) {\n e.preventDefault();\n e.stopPropagation();\n assessmentinformation.show();\n });\n }\n },\n show: function () {\n Ajax.call([{\n methodname: 'local_assessmentinformation_get_assessmentinformationsection',\n args: {\n courseid: this.courseid,\n }\n }])[0].then(function (results) {\n $('.local_assessmentinformation').remove();\n \/\/ Hide all the course contents.\n $('.course-content > .stateready > *').attr('style', 'display:none!important');\n \/\/ Inject the assessment information block.\n $('.course-content .stateready').prepend(results);\n \/\/ Update nav menu item status.\n $(\".nav-item[data-key='assessmentinformation'] a\").addClass('active active_tree_node');\n $(\".nav-item[data-key='coursehome'] a\").removeClass('active active_tree_node');\n\n document.dispatchEvent(\n new Event(\"local_assessmentinformation_panelrendered\")\n );\n });\n },\n hide: function () {\n \/\/ Delete the assessment information.\n $('.local_assessmentinformation').remove();\n \/\/ Show all the course contents.\n $('.course-content > .stateready > *').attr('style', '');\n \/\/ Update nav menu item status.\n $(\".nav-item[data-key='assessmentinformation'] a\").removeClass('active active_tree_node');\n $(\".nav-item[data-key='coursehome'] a\").addClass('active active_tree_node');\n }\n };\n});\n"],"names":["define","$","Ajax","courseid","init","showoninit","sectionid","sectionnumber","oncoursehomepage","assessmentinformation","this","removeClass","addClass","attr","insertAfter","remove","MutationObserver","observe","document","getElementById","childList","subtree","show","on","e","preventDefault","stopPropagation","hide","call","methodname","args","then","results","prepend","dispatchEvent","Event"],"mappings":";;;;;;;AAuBAA,2DAAO,CAAC,SAAU,cAAc,SAAUC,EAAGC,YAClC,CACHC,UAAW,EACXC,KAAM,SAAUD,SAAUE,WAAYC,UAAWC,cAAeC,sBACxDC,sBAAwBC,UACvBP,SAAWA,SAIhBF,EAAE,+CACGU,YAAY,iBACZC,SAAS,YACTC,KAAK,0BAA0B,GAC\/BC,YAAY,oCAEjBb,EAAE,qDAAuDK,UAAY,MAAMS,SAC3Ed,EAAE,yBAA2BM,eAAeQ,SAE7B,IAAIC,kBAAiB,WAChCf,EAAE,yBAA2BM,eAAeQ,SAC5Cd,EAAE,iCAAmCK,UAAY,MAAMS,SACvDd,EAAE,qDAAuDK,UAAY,MAAMS,YAEtEE,QAAQC,SAASC,eAAe,gBAAiB,CACtDC,WAAW,EACXC,SAAS,IAIThB,YACAI,sBAAsBa,OAKtBd,mBACAP,EAAE,sCAAsCsB,GAAG,SAAS,SAAUC,GAC1DA,EAAEC,iBACFD,EAAEE,kBACFjB,sBAAsBkB,UAE1B1B,EAAE,iDAAiDsB,GAAG,SAAS,SAAUC,GACrEA,EAAEC,iBACFD,EAAEE,kBACFjB,sBAAsBa,YAIlCA,KAAM,WACFpB,KAAK0B,KAAK,CAAC,CACPC,WAAY,+DACZC,KAAM,CACF3B,SAAUO,KAAKP,aAEnB,GAAG4B,MAAK,SAAUC,SAClB\/B,EAAE,gCAAgCc,SAElCd,EAAE,qCAAqCY,KAAK,QAAS,0BAErDZ,EAAE,+BAA+BgC,QAAQD,SAEzC\/B,EAAE,iDAAiDW,SAAS,2BAC5DX,EAAE,sCAAsCU,YAAY,2BAEpDO,SAASgB,cACL,IAAIC,MAAM,kDAItBR,KAAM,WAEF1B,EAAE,gCAAgCc,SAElCd,EAAE,qCAAqCY,KAAK,QAAS,IAErDZ,EAAE,iDAAiDU,YAAY,2BAC\/DV,EAAE,sCAAsCW,SAAS"}