-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlearn.json
More file actions
31 lines (31 loc) · 1016 Bytes
/
learn.json
File metadata and controls
31 lines (31 loc) · 1016 Bytes
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
{
"port": 3000,
"address": "https://a59821c5-aefc-458f-84bb-510905bccbff.ws-us03.gitpod.io",
"editor": "gitpod",
"configPath": {
"config": "bc.json",
"base": ".learn",
"exercises": "./exercises",
"output": ".learn/dist"
},
"outputPath": "./.learn/dist",
"publicPath": "/preview",
"grading": "isolated",
"disable_grading": false,
"language": "python3",
"compiler": "python3",
"tester": "pytest",
"actions": [
"run",
"test",
"reset"
],
"title": "Learn Python Functions Interactively",
"repository": "https://github.com/4GeeksAcademy/python-functions-programming-exercises",
"preview": "https://github.com/4GeeksAcademy/python-functions-programming-exercises/blob/master/preview.gif?raw=true",
"description": "Learn and master functional programing by doing auto-graded interactive exercises.",
"duration": 10,
"difficulty": "easy",
"video-solutions": false,
"graded": true
}