forked from 4GeeksAcademy/html-forms-tutorial-exercises
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlearn.json
More file actions
38 lines (37 loc) · 1.67 KB
/
learn.json
File metadata and controls
38 lines (37 loc) · 1.67 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
{
"slug": "html-forms-tutorial-exercises",
"title": {
"us": "Learn how to use and interact with HTML Forms",
"es": "Aprende cómo usar e interactuar con Formularios en HTML"
},
"preview": "https://github.com/4GeeksAcademy/html-forms-tutorial-exercises/blob/master/preview.jpeg?raw=true",
"description": {
"us": "Master the art of HTML forms with interactive exercises that cover text inputs, text areas, date and numeric inputs, dropdowns, and more. Learn form validation, styling, and the key differences between GET and POST methods. Perfect for enhancing your front-end skills with incremental, autograded challenges.",
"es": "Domina el arte de los formularios HTML con ejercicios interactivos que abarcan entradas de texto, áreas de texto, entradas de fecha y números, menús desplegables y más. Aprende validación de formularios, estilos y las diferencias clave entre los métodos GET y POST. Ideal para mejorar tus habilidades frontend con retos progresivos y autocalificados."
},
"video": {
"intro": {
"en": "https://www.youtube.com/watch?v=83HxtkBq7Yc",
"es": "https://www.youtube.com/watch?v=tCI20Ueo6Q8"
}
},
"duration": 3,
"difficulty": "easy",
"language": "html",
"skills": ["html-forms"],
"videoSolutions": true,
"bugsLink": "https://github.com/learnpack/learnpack/issues/new",
"projectType": "tutorial",
"autoPlay": "true",
"repository": "https://github.com/4GeeksAcademy/html-forms-tutorial-exercises",
"config": {
"disableGrading": true
},
"editor": {
"version": "4.0",
"agent": "vscode"
},
"telemetry": {
"batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry?asset_id=150"
}
}