We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98db6d9 commit ae7d3c5Copy full SHA for ae7d3c5
res/assignments.json
@@ -17,17 +17,17 @@
17
"released": "2020-01-20 5:00:00 PM",
18
"due": "2020-02-04 11:59:59 PM",
19
"visible": true,
20
- "active": true
+ "active": false
21
},
22
{
23
"num": 2,
24
"title": "Quest for the 🦄",
25
"spec": "https://github.com/stanfordpython/python-assignments/blob/master/assign2/README.md",
26
- "starter_code": "https://github.com/stanfordpython/python-assignments/tree/master/assign2",
+ "starter_code": "#",
27
"released": "2020-02-03 5:00:00 PM",
28
"due": "2020-02-21 11:59:59 PM",
29
- "visible": false,
30
- "active": false
+ "visible": true,
+ "active": true
31
32
33
"num": 3,
0 commit comments