-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSyllabus.json
More file actions
141 lines (141 loc) · 6 KB
/
Copy pathSyllabus.json
File metadata and controls
141 lines (141 loc) · 6 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
{
"statements": [
"the course is 10 weeks",
"project 1 will be available start of week 3",
"Project 1 will be due end of week 6",
"projects must be turned into canvas",
"assignment 1 will be released in week 6",
"assignment 1 is due week 7",
"the midterm occurs on week 8",
"the final occurs on week 9",
"the final must be submitted to piazza",
"projects are submitted as zip files",
"assignments are submitted as pdf files"
],
"questions": [
{
"question": "is this a 16 week course",
"answer": "no"
},
{
"question": "does project 1 begin on week 3",
"answer": "yes"
},
{
"question": "is project 1 due on week 6",
"answer": "yes"
},
{
"question": "do I submit projects to canvas",
"answer": "yes"
},
{
"question": "can I get assignment 1 in week 6",
"answer": "yes"
},
{
"question": "do I have 1 week to complete assignment 1",
"answer": "yes"
},
{
"question": "is there a midterm",
"answer": "yes"
},
{
"question": "is the final during week 9",
"answer": "yes"
},
{
"question": "do I need to check piazza everyday",
"answer": "idk"
},
{
"question": "do I turn in my project as a pdf",
"answer": "no"
},
{
"question": "do I turn in my assignments as zip files",
"answer": "no"
},
{
"question": "are there 2 projects",
"answer": "no"
},
{
"question": "is the midterm after assignment 1",
"answer": "yes"
},
{
"question": "will I have 3 weeks to finish project 1",
"answer": "yes"
},
{
"question": "can I start project 1 in week 2",
"answer": "no"
},
{
"question": "do I need to check Piazza regularly",
"answer": "idk"
},
{
"question": "will I learn human cognition",
"answer": "idk"
},
{
"question": "is project 1 worth 15%",
"answer": "idk"
},
{
"question": "is assignment 1 worth 20%",
"answer": "idk"
},
{
"question": "does this class teach knowledge-based AI",
"answer": "idk"
},
{
"question": "are projects distributed on Canvas",
"answer": "idk"
},
{
"question": "does this class have projects and assignments",
"answer": "yes"
},
{
"question": "is there a final in this class",
"answer": "yes"
},
{
"question": "are there many projects",
"answer": "no"
},
{
"question": "can I submit projects to Piazza",
"answer": "no"
},
{
"question": "should I code my projects in Python",
"answer": "idk"
},
{
"question": "does project 1 contribute 15% to my grade",
"answer": "idk"
},
{
"question": "do I need to write a report for project 1",
"answer": "idk"
},
{
"question": "do I need to check Piazza regularly",
"answer": "idk"
},
{
"question": "if I turn in project 1 late do I get credit",
"answer": "idk"
},
{
"question": "is Piazza the preferred method of collaboration",
"answer": "idk"
}
]
}