-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathdefaultOptions.json
More file actions
108 lines (79 loc) · 4.44 KB
/
defaultOptions.json
File metadata and controls
108 lines (79 loc) · 4.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"darkOptions": true,
"strengthBars": true,
"strengthBarBackgrounds": true,
"noStrengthValues": false,
"ignoreMasteredSkills": true,
"masteredButton": true,
"masteredCriterion": "markedOnly",
"masteredThreshold": "5",
"separateGrammarSkillMasteredThreshold": false,
"grammarMasteredThreshold": "2",
"needsStrengtheningList": true,
"needsStrengtheningListLength": "10",
"showBonusSkillsInNeedsStrengtheningList": true,
"needsStrengtheningPopoutButton": true,
"practiseL5NeedsStrengtheningSkills": false,
"needsStrengtheningListSortOrder": "0",
"crackedSkillsList": true,
"crackedSkillsListLength": "10",
"showBonusSkillsInCrackedSkillsList": true,
"crackedPopoutButton": true,
"crackedSkillsListSortOrder": "0",
"practiseL5CrackedSkills": false,
"skillSuggestion": true,
"skillSuggestionMethod": "0",
"hideSuggestionNonStrengthened": true,
"hideSuggestionWithCrackedSkills": true,
"suggestionPopoutButton": true,
"focusFirstSkill": true,
"focusPriorities": "ncs",
"practiceType": "0",
"lessonThreshold": "4",
"showOnlyNeededSkills": false,
"showCompletedCheckpointsWithSkillsThatNeedAttention":false,
"fixedSidebar": false,
"focusMode": false,
"focusModeButton": true,
"showLeagues": true,
"treeLevelBorder": true,
"crownsInfo": true,
"crownsInfoInSidebar": false,
"crownsInfoInPopup": true,
"crownsMaximum": true,
"crownsPercentage": true,
"crownsGraph": true,
"goldenTreePercentage": false,
"crownsBreakdown": true,
"crownsBreakdownShowZerosRows": true,
"bonusSkillsBreakdown": true,
"separateGrammarSkillsInBreakdown": true,
"grammarSkillsBreakdown": true,
"checkpointPrediction": true,
"treeLevelPrediction": true,
"XPInfo": true,
"XPInfoInSidebar": true,
"XPInfoInPopup": false,
"XPBreakdown": true,
"XPPrediction": true,
"languagesInfo": true,
"languagesInfoSortOrder": "0",
"totalStrengthBox": true,
"sidebarBoxOrder": " ",
"showTranslationText": true,
"showToggleHidingTextButton": true,
"showNewWords": true,
"revealHotkey": true,
"revealHotkeyCode": "Ctrl+Alt+H",
"revealNewWordTranslation": true,
"hideCartoons": false,
"keepQuestionBorders": false,
"addTipsPagePractiseButton": true,
"legendaryTipsPageButton": true,
"addTipsPageBottomButtons": true,
"practiseButton": true,
"crownZeroPractiseButton": false,
"wordsButton": true,
"grammarSkillsTestButton": true,
"checkpointButtons": true
}