-
Notifications
You must be signed in to change notification settings - Fork 226
/
learn.json
36 lines (36 loc) · 1.1 KB
/
learn.json
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
{
"language": "html",
"slug": "css-tutorial-exercises-course",
"skills": ["css-styling"],
"preview": "https://github.com/4GeeksAcademy/css-tutorial-exercises-course/blob/master/preview.png?raw=true",
"repository": "https://github.com/4GeeksAcademy/css-tutorial-exercises-course",
"title": {
"us": "Learn CSS Interactively",
"es": "Aprende CSS Interactivamente"
},
"intro": "https://www.youtube.com/watch?v=BDKdUPDez-U",
"description": {
"us": "Learn CSS with an interactive and auto-graded tutorial with dozens of exercises.",
"es": "Aprende CSS con una docena de ejercicios interactivos y auto-corregidos"
},
"duration": 8,
"difficulty": "easy",
"videoSolutions": true,
"bugsLink": "https://github.com/learnpack/learnpack/issues/new",
"projectType": "tutorial",
"graded": true,
"disabledActions": [],
"disableGrading": false,
"editor": {
"version": "4.0.0"
},
"telemetry": {
"batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry"
},
"video": {
"intro": {
"en":"https://www.youtube.com/watch?v=AuXnQHKhjxw",
"es": "https://www.youtube.com/watch?v=mZPmxx18kXo"
}
}
}