Skip to content

Commit 35b44eb

Browse files
Created generate_challenge_json script
1 parent 75d2b19 commit 35b44eb

33 files changed

+126
-48
lines changed

challenges.json

Lines changed: 1 addition & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1 @@
1-
{
2-
"name": "Python Beginner Challenges",
3-
"challenges": [
4-
{
5-
"id": "a",
6-
"title": "Addition",
7-
"repl": "https://repl.it/student_embed/assignment/136138/81542db8f9c1157a5a8741c702aa95bc",
8-
"completed": false
9-
},
10-
{
11-
"id": "b",
12-
"title": "Subtraction",
13-
"repl": "https://repl.it/student_embed/assignment/136139/36ee9cc212ca5a2fe77d3acfb4748a1b",
14-
"completed": false
15-
},
16-
{
17-
"id": "c",
18-
"title": "Dummy Lesson",
19-
"repl": "https://repl.it/student_embed/assignment/136137/d860e0ad34862a709895f54706dcf9af",
20-
"completed": false
21-
},
22-
{
23-
"id": "d",
24-
"title": "Really Long Title with tons of white space in it",
25-
"repl": "https://repl.it/student_embed/assignment/106433/cd0e574d0bd1c6e03110fe501ace41be",
26-
"completed": false
27-
}
28-
]
29-
}
1+
{"name":"Python Beginner Challenges","last_edit":1495857853978,"challenges":[[],[],[],[],[{"id":"592893767a194ee412ae2e1f","title":"Addition Edit","repl":"https://repl.it/student_embed/assignment/136137/d860e0ad34862a709895f54706dcf9af","completed":false,"chapter":4,"lesson":1},{"id":"592895b87a194ee412ae2e20","title":"Subtraction","repl":"https://repl.it/student_embed/assignment/136137/d860e0ad34862a709895f54706dcf9af","completed":false,"chapter":4,"lesson":2},{"id":"592895ef7a194ee412ae2e21","title":"Multiplication","repl":"https://repl.it/student_embed/assignment/136137/d860e0ad34862a709895f54706dcf9af","completed":false,"chapter":4,"lesson":3},{"id":"5928961e7a194ee412ae2e22","title":"Float Division","repl":"https://repl.it/student_embed/assignment/136137/d860e0ad34862a709895f54706dcf9af","completed":false,"chapter":4,"lesson":4},{"id":"592896397a194ee412ae2e23","title":"Integer Division","repl":"https://repl.it/student_embed/assignment/136137/d860e0ad34862a709895f54706dcf9af","completed":false,"chapter":4,"lesson":5},{"id":"5928965a7a194ee412ae2e24","title":"Exponents","repl":"https://repl.it/student_embed/assignment/136137/d860e0ad34862a709895f54706dcf9af","completed":false,"chapter":4,"lesson":6},{"id":"592896717a194ee412ae2e25","title":"Remainder","repl":"https://repl.it/student_embed/assignment/136137/d860e0ad34862a709895f54706dcf9af","completed":false,"chapter":4,"lesson":7},{"id":"592898c97a194ee412ae2e26","title":"Divmod","repl":"https://repl.it/student_embed/assignment/136137/d860e0ad34862a709895f54706dcf9af","completed":false,"chapter":4,"lesson":8},{"id":"592898dc7a194ee412ae2e27","title":"Square Root","repl":"https://repl.it/student_embed/assignment/136137/d860e0ad34862a709895f54706dcf9af","completed":false,"chapter":4,"lesson":9},{"id":"592899f67a194ee412ae2e28","title":"Sum","repl":"https://repl.it/student_embed/assignment/136137/d860e0ad34862a709895f54706dcf9af","completed":false,"chapter":4,"lesson":10},{"id":"59289a1a7a194ee412ae2e29","title":"Rounding","repl":"https://repl.it/student_embed/assignment/136137/d860e0ad34862a709895f54706dcf9af","completed":false,"chapter":4,"lesson":11},{"id":"59289a2f7a194ee412ae2e2a","title":"Absolute Value","repl":"https://repl.it/student_embed/assignment/136137/d860e0ad34862a709895f54706dcf9af","completed":false,"chapter":4,"lesson":12},{"id":"59289a477a194ee412ae2e2b","title":"Min Value","repl":"https://repl.it/student_embed/assignment/136137/d860e0ad34862a709895f54706dcf9af","completed":false,"chapter":4,"lesson":13},{"id":"59289a5a7a194ee412ae2e2c","title":"Max Value","repl":"https://repl.it/student_embed/assignment/136137/d860e0ad34862a709895f54706dcf9af","completed":false,"chapter":4,"lesson":14}],[]]}
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
2-
"lesson_title": "Addition",
2+
"lesson_title": "Addition Edit",
33
"chapter_number": 4,
44
"lesson_number": 1,
5-
"id":"592893767a194ee412ae2e1f"
5+
"id":"592893767a194ee412ae2e1f",
6+
"repl": ""
67
}

challenges/4.2.Subtraction/lesson_settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
"lesson_title": "Subtraction",
33
"chapter_number": 4,
44
"lesson_number": 2,
5-
"id":"592895b87a194ee412ae2e20"
5+
"id":"592895b87a194ee412ae2e20",
6+
"repl": ""
67
}

challenges/4.3.Multiplication/lesson_settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
"lesson_title": "Multiplication",
33
"chapter_number": 4,
44
"lesson_number": 3,
5-
"id":"592895ef7a194ee412ae2e21"
5+
"id":"592895ef7a194ee412ae2e21",
6+
"repl": ""
67
}

challenges/4.4.Float_Division/lesson_settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
"lesson_title": "Float Division",
33
"chapter_number": 4,
44
"lesson_number": 4,
5-
"id":"5928961e7a194ee412ae2e22"
5+
"id":"5928961e7a194ee412ae2e22",
6+
"repl": ""
67
}

challenges/4.5.Integer_Division/lesson_settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
"lesson_title": "Integer Division",
33
"chapter_number": 4,
44
"lesson_number": 5,
5-
"id":"592896397a194ee412ae2e23"
5+
"id":"592896397a194ee412ae2e23",
6+
"repl": ""
67
}

challenges/4.6.Exponents/lesson_settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
"lesson_title": "Exponents",
33
"chapter_number": 4,
44
"lesson_number": 6,
5-
"id":"5928965a7a194ee412ae2e24"
5+
"id":"5928965a7a194ee412ae2e24",
6+
"repl": ""
67
}

challenges/4.7.Remainder/lesson_settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
"lesson_title": "Remainder",
33
"chapter_number": 4,
44
"lesson_number": 7,
5-
"id":"592896717a194ee412ae2e25"
5+
"id":"592896717a194ee412ae2e25",
6+
"repl": ""
67
}

challenges/4.8.Divmod/lesson_settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
"lesson_title": "Divmod",
33
"chapter_number": 4,
44
"lesson_number": 8,
5-
"id":"592898c97a194ee412ae2e26"
5+
"id":"592898c97a194ee412ae2e26",
6+
"repl": ""
67
}

challenges/4.9.Square_Root/lesson_settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
"lesson_title": "Square Root",
33
"chapter_number": 4,
44
"lesson_number": 9,
5-
"id":"592898dc7a194ee412ae2e27"
5+
"id":"592898dc7a194ee412ae2e27",
6+
"repl": ""
67
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy