{"version":3,"sources":["https:\/\/moosa-el.medad.com\/blocks\/learnerscript\/amd\/src\/track.js"],"names":["define","$","TimeMe","trackModule2","document","cookie","timeme","initialize","currentPageName","idleTimeoutInSeconds","setInterval","timeSpentOnPage","getTimeOnCurrentPageInSeconds"],"mappings":"AASAA,OAAM,6BAAC,CAAC,QAAD,CAAW,4BAAX,CAAD,CAA2C,SAASC,CAAT,CAAYC,CAAZ,CAAoB,CACjE,GAAIC,CAAAA,CAAJ,CACAC,QAAQ,CAACC,MAAT,CAAkB,yBAAlB,CAEA,MAAOF,CAAAA,CAAY,CAAG,CAClBG,MAAM,CAAE,iBAAW,CACfJ,CAAM,CAACK,UAAP,CAAkB,CACdC,eAAe,CAAE,EADH,CAEdC,oBAAoB,CAAE,EAFR,CAAlB,EAIAC,WAAW,CAAC,UAAW,CACnBC,eAAe,CAAGT,CAAM,CAACU,6BAAP,EAAlB,CACAR,QAAQ,CAACC,MAAT,CAAkB,gBAAkBM,eAAlB,CAAoC,SACzD,CAHU,CAGR,GAHQ,CAAX,CAIAP,QAAQ,CAACC,MAAT,CAAkB,gEACrB,CAXiB,CAazB,CAjBK,CAAN","sourcesContent":["\/**\r\n * Standard Report wrapper for Moodle. It calls the central JS file for Report plugin,\r\n * Also it includes JS libraries like Select2,Datatables and Highcharts\r\n * @module block_learnerscript\/report\r\n * @class report\r\n * @package block_learnerscript\r\n * @copyright 2017 Naveen kumar \r\n * @since 3.3\r\n *\/\r\ndefine(['jquery', 'block_learnerscript\/timeme'], function($, TimeMe) {\r\n var trackModule2;\r\n document.cookie = \"time_timeme = 0 ;path=\/\";\r\n\r\n return trackModule2 = {\r\n timeme: function() {\r\n TimeMe.initialize({\r\n currentPageName: \"\", \/\/ Current page.\r\n idleTimeoutInSeconds: 10, \/\/ Stop recording time due to inactivity.\r\n });\r\n setInterval(function() {\r\n timeSpentOnPage = TimeMe.getTimeOnCurrentPageInSeconds();\r\n document.cookie = \"time_timeme =\" + timeSpentOnPage + \";path=\/\";\r\n }, 500);\r\n document.cookie = \"time_timeme = 0 ;path=\/;expires=Thu, 01 Jan 1970 00:00:01 GMT;\";\r\n }\r\n };\r\n});"],"file":"track.min.js"}