-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathlearn.json
More file actions
45 lines (45 loc) · 1.13 KB
/
learn.json
File metadata and controls
45 lines (45 loc) · 1.13 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
39
40
41
42
43
44
45
{
"slug": "interview-coding-challenges",
"duration": 10,
"difficulty": "intermediate",
"title": {
"us": "Interview Coding Challenges",
"es": "Desafios de Codigo para Entrevistas"
},
"description": {
"us": "Practice interview-style coding challenges with isolated auto-evaluation and progressive difficulty focused on common technical interview patterns.",
"es": "Practica desafios de codigo tipo entrevista con autoevaluacion aislada y dificultad progresiva, enfocados en patrones comunes de entrevistas tecnicas."
},
"projectType": "tutorial",
"template_url": "self",
"autoPlay": true,
"technologies": [
"javascript",
"algorithms",
"data structures",
"problem solving",
"technical interview"
],
"videoSolutions": false,
"bugsLink": "https://github.com/learnpack/learnpack/issues/new",
"graded": true,
"grading": "isolated",
"localhostOnly": true,
"editor": {
"version": "5.0",
"agent": "vscode",
"mode": "extension"
},
"entries": {
"node": "app.js"
},
"delivery": {
"formats": [
"no_delivery"
]
},
"translations": [
"es",
"en"
]
}