UNPKG

395 BJavaScriptView Raw
1const configurations = [{
2 version: '1',
3 lives: 1,
4 livesDisabled: true,
5 maxTypos: 0,
6 slidesToComplete: 0,
7 shuffleChoices: false,
8 answerBoundaryLimit: 0,
9 starsPerAskingClue: 0,
10 starsPerCorrectAnswer: 0,
11 starsPerResourceViewed: 0,
12 remainingLifeRequests: 0
13}];
14export default {
15 configurations,
16 defaultConfiguration: configurations[0]
17};
18//# sourceMappingURL=external.js.map
\No newline at end of file