UNPKG

650 BJavaScriptView Raw
1const configurations = [{
2 version: '1',
3 lives: 3,
4 livesDisabled: false,
5 maxTypos: 2,
6 slidesToComplete: 4,
7 shuffleChoices: true,
8 answerBoundaryLimit: 5,
9 starsPerAskingClue: -1,
10 starsPerCorrectAnswer: 4,
11 starsPerResourceViewed: 4,
12 remainingLifeRequests: 1
13}, {
14 version: '2',
15 lives: 4,
16 livesDisabled: false,
17 maxTypos: 2,
18 slidesToComplete: 4,
19 shuffleChoices: true,
20 answerBoundaryLimit: 5,
21 starsPerAskingClue: -1,
22 starsPerCorrectAnswer: 4,
23 starsPerResourceViewed: 4,
24 remainingLifeRequests: 1
25}];
26export default {
27 configurations,
28 defaultConfiguration: configurations[1]
29};
30//# sourceMappingURL=learner.js.map
\No newline at end of file