1
1
{
2
+ "port" : 3000 ,
3
+ "address" : " https://d418fa25-06aa-4a29-814d-bb5c8516786c.ws-us03.gitpod.io" ,
4
+ "editor" : " gitpod" ,
5
+ "configPath" : {
6
+ "config" : " bc.json" ,
7
+ "base" : " .learn" ,
8
+ "exercises" : " ./exercises" ,
9
+ "output" : " .learn/dist"
10
+ },
11
+ "outputPath" : " ./.learn/dist" ,
12
+ "publicPath" : " /preview" ,
13
+ "grading" : " isolated" ,
14
+ "ignoreRegex" : null ,
15
+ "webpack_template" : null ,
16
+ "disable_grading" : false ,
17
+ "onCompilerSuccess" : null ,
2
18
"language" : " node" ,
19
+ "compiler" : " node" ,
20
+ "tester" : " jest" ,
21
+ "actions" : [
22
+ " run" ,
23
+ " test" ,
24
+ " reset"
25
+ ],
3
26
"author" : {
4
27
"name" : " Alejandro Sanchez"
5
28
},
10
33
"duration" : 10 ,
11
34
"difficulty" : " easy" ,
12
35
"video-solutions" : true ,
13
- "graded" : true
36
+ "graded" : true ,
37
+ "session" : 1806811063147391000 ,
38
+ "exercises" : [
39
+ {
40
+ "slug" : " 01-Welcome" ,
41
+ "title" : " 01-Welcome" ,
42
+ "done" : false ,
43
+ "path" : " exercises/01-Welcome" ,
44
+ "translations" : [
45
+ " es" ,
46
+ " us"
47
+ ],
48
+ "graded" : false
49
+ },
50
+ {
51
+ "slug" : " 02-Hello-World" ,
52
+ "title" : " 02-Hello-World" ,
53
+ "done" : false ,
54
+ "path" : " exercises/02-Hello-World" ,
55
+ "translations" : [
56
+ " es" ,
57
+ " us"
58
+ ],
59
+ "graded" : true
60
+ },
61
+ {
62
+ "slug" : " 03-Print-variables-in-the-console" ,
63
+ "title" : " 03-Print-variables-in-the-console" ,
64
+ "done" : false ,
65
+ "path" : " exercises/03-Print-variables-in-the-console" ,
66
+ "translations" : [
67
+ " es" ,
68
+ " us"
69
+ ],
70
+ "graded" : true
71
+ },
72
+ {
73
+ "slug" : " 04-Multiply-two-values" ,
74
+ "title" : " 04-Multiply-two-values" ,
75
+ "done" : false ,
76
+ "path" : " exercises/04-Multiply-two-values" ,
77
+ "translations" : [
78
+ " es" ,
79
+ " us"
80
+ ],
81
+ "graded" : true
82
+ },
83
+ {
84
+ "slug" : " 05-User-inputed-variables" ,
85
+ "title" : " 05-User-inputed-variables" ,
86
+ "done" : false ,
87
+ "path" : " exercises/05-User-inputed-variables" ,
88
+ "translations" : [
89
+ " es" ,
90
+ " us"
91
+ ],
92
+ "graded" : true
93
+ },
94
+ {
95
+ "slug" : " 06-Constants" ,
96
+ "title" : " 06-Constants" ,
97
+ "done" : false ,
98
+ "path" : " exercises/06-Constants" ,
99
+ "translations" : [
100
+ " es" ,
101
+ " us"
102
+ ],
103
+ "graded" : true
104
+ },
105
+ {
106
+ "slug" : " 07-String-concatenation" ,
107
+ "title" : " 07-String-concatenation" ,
108
+ "done" : false ,
109
+ "path" : " exercises/07-String-concatenation" ,
110
+ "translations" : [
111
+ " es" ,
112
+ " us"
113
+ ],
114
+ "graded" : true
115
+ },
116
+ {
117
+ "slug" : " 08-Create-a-basic-HTML" ,
118
+ "title" : " 08-Create-a-basic-HTML" ,
119
+ "done" : false ,
120
+ "path" : " exercises/08-Create-a-basic-HTML" ,
121
+ "translations" : [
122
+ " es" ,
123
+ " us"
124
+ ],
125
+ "graded" : true
126
+ },
127
+ {
128
+ "slug" : " 09-Calling-your-first-function" ,
129
+ "title" : " 09-Calling-your-first-function" ,
130
+ "done" : false ,
131
+ "path" : " exercises/09-Calling-your-first-function" ,
132
+ "translations" : [
133
+ " es" ,
134
+ " us"
135
+ ],
136
+ "graded" : true
137
+ },
138
+ {
139
+ "slug" : " 10-Creating-your-first-function" ,
140
+ "title" : " 10-Creating-your-first-function" ,
141
+ "done" : false ,
142
+ "path" : " exercises/10-Creating-your-first-function" ,
143
+ "translations" : [
144
+ " es" ,
145
+ " us"
146
+ ],
147
+ "graded" : true
148
+ },
149
+ {
150
+ "slug" : " 11-Create-a-new-function" ,
151
+ "title" : " 11-Create-a-new-function" ,
152
+ "done" : false ,
153
+ "path" : " exercises/11-Create-a-new-function" ,
154
+ "translations" : [
155
+ " es" ,
156
+ " us"
157
+ ],
158
+ "graded" : true
159
+ },
160
+ {
161
+ "slug" : " 12-Your-first-if" ,
162
+ "title" : " 12-Your-first-if" ,
163
+ "done" : false ,
164
+ "path" : " exercises/12-Your-first-if" ,
165
+ "translations" : [
166
+ " es" ,
167
+ " us"
168
+ ],
169
+ "graded" : true
170
+ },
171
+ {
172
+ "slug" : " 13-How-much-the-wedding-costs" ,
173
+ "title" : " 13-How-much-the-wedding-costs" ,
174
+ "done" : false ,
175
+ "path" : " exercises/13-How-much-the-wedding-costs" ,
176
+ "translations" : [
177
+ " es" ,
178
+ " us"
179
+ ],
180
+ "graded" : true
181
+ },
182
+ {
183
+ "slug" : " 14-Your-first-switch" ,
184
+ "title" : " 14-Your-first-switch" ,
185
+ "done" : false ,
186
+ "path" : " exercises/14-Your-first-switch" ,
187
+ "translations" : [
188
+ " es" ,
189
+ " us"
190
+ ],
191
+ "graded" : true
192
+ },
193
+ {
194
+ "slug" : " 15-Random-numbers" ,
195
+ "title" : " 15-Random-numbers" ,
196
+ "done" : false ,
197
+ "path" : " exercises/15-Random-numbers" ,
198
+ "translations" : [
199
+ " es" ,
200
+ " us"
201
+ ],
202
+ "graded" : true
203
+ },
204
+ {
205
+ "slug" : " 16-Rand-from-one-to-six" ,
206
+ "title" : " 16-Rand-from-one-to-six" ,
207
+ "done" : false ,
208
+ "path" : " exercises/16-Rand-from-one-to-six" ,
209
+ "translations" : [
210
+ " es" ,
211
+ " us"
212
+ ],
213
+ "graded" : true
214
+ },
215
+ {
216
+ "slug" : " 17-Your-first-loop" ,
217
+ "title" : " 17-Your-first-loop" ,
218
+ "done" : false ,
219
+ "path" : " exercises/17-Your-first-loop" ,
220
+ "translations" : [
221
+ " es" ,
222
+ " us"
223
+ ],
224
+ "graded" : true
225
+ },
226
+ {
227
+ "slug" : " 18-Create-a-for-loop" ,
228
+ "title" : " 18-Create-a-for-loop" ,
229
+ "done" : false ,
230
+ "path" : " exercises/18-Create-a-for-loop" ,
231
+ "translations" : [
232
+ " es" ,
233
+ " us"
234
+ ],
235
+ "graded" : true
236
+ },
237
+ {
238
+ "slug" : " 19-While-loop" ,
239
+ "title" : " 19-While-loop" ,
240
+ "done" : false ,
241
+ "path" : " exercises/19-While-loop" ,
242
+ "translations" : [
243
+ " es" ,
244
+ " us"
245
+ ],
246
+ "graded" : true
247
+ },
248
+ {
249
+ "slug" : " 20-Random-colors-loop" ,
250
+ "title" : " 20-Random-colors-loop" ,
251
+ "done" : false ,
252
+ "path" : " exercises/20-Random-colors-loop" ,
253
+ "translations" : [
254
+ " es" ,
255
+ " us"
256
+ ],
257
+ "graded" : true
258
+ },
259
+ {
260
+ "slug" : " 21-Looping-with-FizzBuzz" ,
261
+ "title" : " 21-Looping-with-FizzBuzz" ,
262
+ "done" : false ,
263
+ "path" : " exercises/21-Looping-with-FizzBuzz" ,
264
+ "translations" : [
265
+ " es" ,
266
+ " us"
267
+ ],
268
+ "graded" : true
269
+ },
270
+ {
271
+ "slug" : " 22-Russian-Roulette" ,
272
+ "title" : " 22-Russian-Roulette" ,
273
+ "done" : false ,
274
+ "path" : " exercises/22-Russian-Roulette" ,
275
+ "translations" : [
276
+ " es" ,
277
+ " us"
278
+ ],
279
+ "graded" : true
280
+ },
281
+ {
282
+ "slug" : " 23-The-Beatles" ,
283
+ "title" : " 23-The-Beatles" ,
284
+ "done" : false ,
285
+ "path" : " exercises/23-The-Beatles" ,
286
+ "translations" : [
287
+ " es" ,
288
+ " us"
289
+ ],
290
+ "graded" : true
291
+ },
292
+ {
293
+ "slug" : " 24-Bottles-of-milk" ,
294
+ "title" : " 24-Bottles-of-milk" ,
295
+ "done" : false ,
296
+ "path" : " exercises/24-Bottles-of-milk" ,
297
+ "translations" : [
298
+ " es" ,
299
+ " us"
300
+ ],
301
+ "graded" : true
302
+ },
303
+ {
304
+ "slug" : " 25-Javascript-Objects" ,
305
+ "title" : " 25-Javascript-Objects" ,
306
+ "done" : false ,
307
+ "path" : " exercises/25-Javascript-Objects" ,
308
+ "translations" : [
309
+ " es" ,
310
+ " us"
311
+ ],
312
+ "graded" : true
313
+ }
314
+ ]
14
315
}
0 commit comments