attempt_administration_chart_dataset_config.min.js.map 2.02 KB
Newer Older
0815-xyz's avatar
0815-xyz committed
1
{"version":3,"file":"attempt_administration_chart_dataset_config.min.js","sources":["../src/attempt_administration_chart_dataset_config.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 <http://www.gnu.org/licenses/>.\n\n/**\n * Defines order and indices for datasets.\n *\n * @module     mod_adaptivequiz/attempt_administration_chart_dataset_config\n * @copyright  2024 Vitaly Potenko <potenkov@gmail.com>\n * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later\n */\n\nexport default {\n    orderWeights: {\n        ABILITY_MEASURE: 10,\n        ADMINISTERED_DIFFICULTY: 20,\n        TARGET_DIFFICULTY: 30,\n        STANDARD_ERROR_BORDER: 40,\n        STANDARD_ERROR_PERCENT: 50,\n        CORRECT_WRONG_FLAG: 60,\n    },\n    indices: {\n        TARGET_DIFFICULTY: 0,\n        ADMINISTERED_DIFFICULTY: 1,\n        CORRECT_WRONG_FLAG: 2,\n        ABILITY_MEASURE: 3,\n        STANDARD_ERROR_MAX: 4,\n        STANDARD_ERROR_MIN: 5,\n        STANDARD_ERROR_PERCENT: 6,\n    },\n};\n"],"names":["orderWeights","ABILITY_MEASURE","ADMINISTERED_DIFFICULTY","TARGET_DIFFICULTY","STANDARD_ERROR_BORDER","STANDARD_ERROR_PERCENT","CORRECT_WRONG_FLAG","indices","STANDARD_ERROR_MAX","STANDARD_ERROR_MIN"],"mappings":"8MAuBe,CACXA,aAAc,CACVC,gBAAiB,GACjBC,wBAAyB,GACzBC,kBAAmB,GACnBC,sBAAuB,GACvBC,uBAAwB,GACxBC,mBAAoB,IAExBC,QAAS,CACLJ,kBAAmB,EACnBD,wBAAyB,EACzBI,mBAAoB,EACpBL,gBAAiB,EACjBO,mBAAoB,EACpBC,mBAAoB,EACpBJ,uBAAwB"}