forked from 4GeeksAcademy/html-tutorial-exercises-course
-
Notifications
You must be signed in to change notification settings - Fork 0
/
learn.json
36 lines (36 loc) · 1.22 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": "html-tutorial-exercises-course",
"skills": [
"html-forms"
],
"title": {
"us": "Learn the basics of HTML Interactively",
"es": "Aprende lo básico de HTML Interactivamente"
},
"preview": "https://github.com/4GeeksAcademy/html-tutorial-exercises-course/blob/master/preview.png?raw=true",
"repository": "https://github.com/4GeeksAcademy/html-tutorial-exercises-course",
"description": {
"us": "Learn the most popular HTML Tags and how to use them with real life interactive examples, automatic grading and video solutions",
"es": "Aprende los tags más populares de HTML y como usarlos en casos de la vida real con ejemplos interactivos, calicaciones automáticas y video-soluciones"
},
"intro": "https://www.youtube.com/watch?v=Vd2dby9ind4",
"duration": 8,
"difficulty": "easy",
"videoSolutions": true,
"bugsLink": "https://github.com/learnpack/learnpack/issues/new",
"disabledActions": [],
"autoPlay": true,
"telemetry": {
"batch":"https://breathecode.herokuapp.com/v1/assignment/me/telemetry"
},
"editor": {
"version": "3.1.40"
},
"video": {
"intro": {
"en":"https://www.youtube.com/watch?v=zKfaek8q2vI",
"es": "https://www.youtube.com/watch?v=kDQAnCqGS-w"
}
}
}