Skip to content

Commit dca367d

Browse files
authored
update config.json (#182)
* update config.json updated core and branch callouts. * add bonus exercises changed core setting to false on two exercises so that they are seen as bonus exercises. To make Configlet happy.
1 parent 2ece56a commit dca367d

File tree

1 file changed

+23
-20
lines changed

1 file changed

+23
-20
lines changed

config.json

Lines changed: 23 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"blurb": "Object Pascal based, Delphi is great for developing cross-platform desktop, mobile, web, and console applications.",
44
"exercises": [
55
{
6-
"core": false,
6+
"core": true,
77
"difficulty": 1,
88
"slug": "hello-world",
99
"topics": [
@@ -13,7 +13,7 @@
1313
"uuid": "497011b8-4dcf-4084-a7d1-11ea954e605f"
1414
},
1515
{
16-
"core": true,
16+
"core": false,
1717
"difficulty": 1,
1818
"slug": "two-fer",
1919
"topics": [
@@ -50,29 +50,29 @@
5050
"strings",
5151
"transforming"
5252
],
53-
"unlocked_by": null,
53+
"unlocked_by": "roman-numerals",
5454
"uuid": "4a50bfd2-f6c9-480e-af82-d468cf585f0d"
5555
},
5656
{
57-
"core": false,
57+
"core": true,
5858
"difficulty": 2,
5959
"slug": "raindrops",
6060
"topics": [
6161
"filtering",
6262
"text_formatting"
6363
],
64-
"unlocked_by": "two-fer",
64+
"unlocked_by": null,
6565
"uuid": "2617f4a3-cf0e-4690-a464-45eac3f97317"
6666
},
6767
{
6868
"core": false,
69-
"difficulty": 2,
69+
"difficulty": 1,
7070
"slug": "hamming",
7171
"topics": [
7272
"filtering",
7373
"strings"
7474
],
75-
"unlocked_by": null,
75+
"unlocked_by": "hello-world",
7676
"uuid": "c623f1f2-8e54-4c46-a577-2570fa2f317b"
7777
},
7878
{
@@ -82,7 +82,7 @@
8282
"topics": [
8383
"classes"
8484
],
85-
"unlocked_by": null,
85+
"unlocked_by": "clock",
8686
"uuid": "777f9f9e-acf8-4b73-89c7-ee08d4ff49e3"
8787
},
8888
{
@@ -108,17 +108,18 @@
108108
"uuid": "f22f0ac1-3836-4ece-9c47-491929c8fc85"
109109
},
110110
{
111-
"core": true,
111+
"core": false,
112112
"difficulty": 2,
113113
"slug": "grains",
114114
"topics": [
115115
"integers",
116116
"recursion"
117117
],
118+
"unlocked_by": "leap",
118119
"uuid": "d0ddd5dc-30cd-4876-937d-9e89bae7dc93"
119120
},
120121
{
121-
"core": false,
122+
"core": true,
122123
"difficulty": 2,
123124
"slug": "collatz-conjecture",
124125
"topics": [
@@ -137,17 +138,18 @@
137138
"algorithms",
138139
"text_formatting"
139140
],
140-
"unlocked_by": "two-fer",
141+
"unlocked_by": "raindrops",
141142
"uuid": "48f443f6-3bbc-4086-9f47-f46bcfa0623a"
142143
},
143144
{
144-
"core": true,
145+
"core": false,
145146
"difficulty": 3,
146147
"slug": "phone-number",
147148
"topics": [
148149
"parsing",
149150
"transforming"
150151
],
152+
"unlocked_by": "collatz-conjecture",
151153
"uuid": "cba5cf99-8001-4113-af80-cf9c041f1b21"
152154
},
153155
{
@@ -161,15 +163,15 @@
161163
"uuid": "964abaeb-b1b6-4609-bb9e-ca569302f406"
162164
},
163165
{
164-
"core": false,
166+
"core": true,
165167
"difficulty": 3,
166168
"slug": "binary-search",
167169
"topics": [
168170
"arrays",
169171
"recursion",
170172
"searching"
171173
],
172-
"unlocked_by": "grains",
174+
"unlocked_by": null,
173175
"uuid": "b1cfe374-4881-4e06-9333-d5d9b367580f"
174176
},
175177
{
@@ -183,13 +185,14 @@
183185
"uuid": "0223dfe4-3ff4-4f4e-8cd2-821e1fd50217"
184186
},
185187
{
186-
"core": true,
188+
"core": false,
187189
"difficulty": 3,
188190
"slug": "triangle",
189191
"topics": [
190192
"enumerations",
191193
"integers"
192194
],
195+
"unlocked_by": "leap",
193196
"uuid": "f5d43bcd-34fe-4b96-a687-254f7c0f5601"
194197
},
195198
{
@@ -224,14 +227,14 @@
224227
"uuid": "f949b958-d2e0-4f21-a6db-12ba89f8ab57"
225228
},
226229
{
227-
"core": false,
230+
"core": true,
228231
"difficulty": 5,
229232
"slug": "minesweeper",
230233
"topics": [
231234
"parsing",
232235
"transforming"
233236
],
234-
"unlocked_by": "phone-number",
237+
"unlocked_by": null,
235238
"uuid": "5ab52a90-8a72-42f8-b430-042436041348"
236239
},
237240
{
@@ -252,7 +255,7 @@
252255
"algorithms",
253256
"control_flow_loops"
254257
],
255-
"unlocked_by": null,
258+
"unlocked_by": "circular-buffer",
256259
"uuid": "88f7ab7d-30c1-4cb5-81ff-1114b5f78291"
257260
},
258261
{
@@ -287,7 +290,7 @@
287290
"strings",
288291
"transforming"
289292
],
290-
"unlocked_by": "phone-number",
293+
"unlocked_by": "minesweeper",
291294
"uuid": "24d81651-de3b-4cc8-8a4a-67cefc0453f6"
292295
},
293296
{
@@ -299,7 +302,7 @@
299302
"parsing",
300303
"sorting"
301304
],
302-
"unlocked_by": null,
305+
"unlocked_by": "minesweeper",
303306
"uuid": "d4f0509b-2687-4ee2-adbb-2a1a295a9975"
304307
}
305308
],

0 commit comments

Comments
 (0)