-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathreviews.json
More file actions
124 lines (124 loc) · 4.43 KB
/
reviews.json
File metadata and controls
124 lines (124 loc) · 4.43 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
{
"reviews": [
{
"professor": "Dr. Emily Johnson",
"subject": "Biology",
"stars": 4,
"reviews": "Dr. Johnson's lectures are engaging and informative. She really knows how to break down complex concepts."
},
{
"professor": "Prof. Michael Chen",
"subject": "Computer Science",
"stars": 5,
"reviews": "Brilliant professor! His passion for coding is contagious. Challenging but rewarding classes."
},
{
"professor": "Dr. Sarah Williams",
"subject": "Psychology",
"stars": 3,
"reviews": "Interesting material, but sometimes the pace is too fast. Office hours are helpful."
},
{
"professor": "Prof. Robert Taylor",
"subject": "History",
"stars": 4,
"reviews": "Prof. Taylor brings history to life with his storytelling. Assignments can be tough but fair."
},
{
"professor": "Dr. Lisa Martinez",
"subject": "Chemistry",
"stars": 5,
"reviews": "Best chemistry professor I've had. Clear explanations and fun lab experiments."
},
{
"professor": "Prof. David Wilson",
"subject": "Mathematics",
"stars": 2,
"reviews": "Lectures are confusing and he goes too fast. Textbook is essential for understanding."
},
{
"professor": "Dr. Amanda Brown",
"subject": "English Literature",
"stars": 4,
"reviews": "Dr. Brown's analysis of classic literature is insightful. Be prepared for lots of reading."
},
{
"professor": "Prof. James Lee",
"subject": "Physics",
"stars": 3,
"reviews": "Knowledgeable but sometimes struggles to explain complex concepts. Homework is challenging."
},
{
"professor": "Dr. Rachel Green",
"subject": "Environmental Science",
"stars": 5,
"reviews": "Passionate about the subject and incorporates current events. Field trips are a highlight."
},
{
"professor": "Prof. Thomas Moore",
"subject": "Philosophy",
"stars": 4,
"reviews": "Thought-provoking lectures and discussions. Prof. Moore really makes you question your assumptions."
},
{
"professor": "Dr. Jessica Patel",
"subject": "Sociology",
"stars": 3,
"reviews": "Interesting course content but lectures can be dry. Group projects are hit or miss."
},
{
"professor": "Prof. Daniel Kim",
"subject": "Economics",
"stars": 5,
"reviews": "Explains complex economic theories in relatable ways. Always available for extra help."
},
{
"professor": "Dr. Laura Thompson",
"subject": "Art History",
"stars": 4,
"reviews": "Passionate about art and it shows in her teaching. Museum visits are a great addition to the course."
},
{
"professor": "Prof. Steven Garcia",
"subject": "Political Science",
"stars": 2,
"reviews": "Seems biased in his lectures. Grading can be inconsistent and unclear."
},
{
"professor": "Dr. Michelle Wong",
"subject": "Neuroscience",
"stars": 5,
"reviews": "Cutting-edge research incorporated into lectures. Challenging but extremely rewarding course."
},
{
"professor": "Prof. Christopher Adams",
"subject": "Music Theory",
"stars": 4,
"reviews": "Makes music theory accessible even for non-musicians. Patient and encouraging."
},
{
"professor": "Dr. Elizabeth Carter",
"subject": "Anthropology",
"stars": 3,
"reviews": "Fascinating subject matter but the workload can be overwhelming at times."
},
{
"professor": "Prof. Andrew Ross",
"subject": "Marketing",
"stars": 4,
"reviews": "Great real-world examples and case studies. Group projects are actually useful."
},
{
"professor": "Dr. Olivia Sanchez",
"subject": "Linguistics",
"stars": 5,
"reviews": "Dr. Sanchez's enthusiasm for language is infectious. Challenging but incredibly interesting course."
},
{
"professor": "Prof. Richard Evans",
"subject": "Mechanical Engineering",
"stars": 3,
"reviews": "Solid understanding of the subject but can be unapproachable. Lab work is the best part of the course."
}
]
}