UNPKG

@coorpacademy/progression-engine

Version:

31 lines (30 loc) 894 B
"use strict"; exports.__esModule = true; exports.default = void 0; var _assign2 = _interopRequireDefault(require("lodash/fp/assign")); function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; } const CURRENT_BASE_CONFIGURATION = { version: '1', lives: 0, livesDisabled: true, maxTypos: 2, slidesToComplete: 5, shuffleChoices: true, answerBoundaryLimit: 5, starsPerAskingClue: 0, starsPerCorrectAnswer: 8, starsPerResourceViewed: 0, remainingLifeRequests: 0 }; const configurations = [CURRENT_BASE_CONFIGURATION, (0, _assign2.default)(CURRENT_BASE_CONFIGURATION, { version: '2', starsPerCorrectAnswer: 12 }), (0, _assign2.default)(CURRENT_BASE_CONFIGURATION, { version: '3', starsPerCorrectAnswer: 4 })]; var _default = exports.default = { configurations, defaultConfiguration: configurations[2] }; //# sourceMappingURL=review.js.map