forked from ace-lab/pl-ucb-csxxx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
infoCourse.json
154 lines (148 loc) · 3.99 KB
/
infoCourse.json
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
142
143
144
145
146
147
148
149
150
151
152
153
154
{
"uuid": "A60F4B5E-660F-41FD-9C6C-CF5BE6C129DD",
"name": "CS170",
"title": "Efficient Algorithms and Intractable Problems",
"options": {
"useNewQuestionRenderer": true
},
"assessmentSets": [],
"topics": [
{
"name": "Template",
"color": "orange2",
"description": "Templates to copy as the start for a new question."
},
{ "name": "Algebra", "color": "red3", "description": "Basic algebra." },
{
"name": "Calculus",
"color": "yellow3",
"description": "Single and multiple variable calculus."
},
{
"name": "Vectors",
"color": "blue3",
"description": "Vector algebra in 3D."
},
{
"name": "Functions",
"color": "pink3",
"description": "Writing and calling functions in code."
},
{
"name": "Energy",
"color": "purple3",
"description": "Mechanical energy; kinetic and potential."
},
{
"name": "Particle kinetics",
"color": "red3",
"description": "Newton's equation for point masses."
},
{
"name": "Coding",
"color": "turquoise3",
"description": "Writing computer code."
},
{
"name": "Center of mass",
"color": "green3",
"description": "Calculating the center of mass for irregular bodies and systems."
},
{
"name": "Linear algebra",
"color": "brown3",
"description": "Matrix math."
},
{ "name": "Test", "color": "gray3", "description": "Feature examples." },
{
"name": "Names",
"color": "red2",
"description": "Questions to help you learn names."
},
{
"name": "Statistics",
"color": "blue2",
"description": "Probability distributions."
}
],
"tags": [
{
"name": "formative",
"color": "brown2",
"description": "HW and lab questions",
"assessment": true
},
{
"name": "summative",
"color": "brown3",
"description": "Quiz, Midterm, and Final Questions",
"assessment": true
},
{ "name": "quiz", "color": "pink1", "description": "Exam level." },
{ "name": "midterm", "color": "pink2", "description": "Exam level." },
{ "name": "final", "color": "pink3", "description": "Exam level." },
{ "name": "easy", "color": "blue1", "description": "Difficulty." },
{ "name": "medium", "color": "blue2", "description": "Difficulty." },
{ "name": "hard", "color": "blue3", "description": "Difficulty." },
{
"name": "blank",
"color": "orange2",
"description": "Element: input for number, integer, string, symbol, ect."
},
{
"name": "code",
"color": "orange2",
"description": "Element: Dead python."
},
{
"name": "radio",
"color": "orange3",
"description": "Element: Single select multiple choice."
},
{
"name": "checkbox",
"color": "purple3",
"description": "Element: Multiple select multiple choice."
},
{
"name": "matrix",
"color": "purple1",
"description": "Element: Matrix component or matrix input."
},
{
"name": "drop-down",
"color": "purple2",
"description": "Element: Drop-down select menu list."
},
{
"name": "alpha",
"color": "green1",
"description": "Question is ready for TA review.",
"status": true
},
{
"name": "beta",
"color": "green2",
"description": "Question is ready for instructor to review.",
"status": true
},
{
"name": "release",
"color": "green3",
"description": "Instructor has blessed the question and can now be released to students.",
"status": true
},
{
"name": "ddgarcia",
"color": "brown1",
"description": "This question was originally written by Dan Garcia ([email protected])",
"author": true
},
{
"name": "berkeley",
"color": "blue3",
"description": "Intellectual property owned by the University of California, Berkeley",
"institution": true
}
]
}