-
Notifications
You must be signed in to change notification settings - Fork 2
/
reviews.json
125 lines (124 loc) · 4.52 KB
/
reviews.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
{
"reviews": [
{
"professor": "Dr. John Smith",
"subject": "Introduction to Psychology",
"stars": 5,
"review": "Dr. Smith is an amazing professor. His lectures are engaging, and he genuinely cares about his students."
},
{
"professor": "Dr. Emily Johnson",
"subject": "Advanced Calculus",
"stars": 3,
"review": "The course is challenging, but Dr. Johnson explains concepts clearly. However, the exams are quite difficult."
},
{
"professor": "Dr. Michael Lee",
"subject": "Organic Chemistry",
"stars": 4,
"review": "Dr. Lee's lectures are well-organized and informative, but the workload is heavy."
},
{
"professor": "Dr. Sarah Brown",
"subject": "World History",
"stars": 2,
"review": "The lectures are a bit dry, and it's hard to stay focused. The grading is fair, though."
},
{
"professor": "Dr. David Williams",
"subject": "Computer Science 101",
"stars": 5,
"review": "Dr. Williams is very knowledgeable and always willing to help. His assignments are challenging but fair."
},
{
"professor": "Dr. Jessica Davis",
"subject": "Philosophy of Mind",
"stars": 4,
"review": "Dr. Davis presents thought-provoking ideas, but her lectures can be hard to follow at times."
},
{
"professor": "Dr. Daniel Miller",
"subject": "Physics II",
"stars": 3,
"review": "The course content is interesting, but Dr. Miller's teaching style is not very engaging."
},
{
"professor": "Dr. Anna Wilson",
"subject": "Sociology 101",
"stars": 4,
"review": "Dr. Wilson is passionate about the subject and encourages class participation."
},
{
"professor": "Dr. Christopher Moore",
"subject": "Economics",
"stars": 5,
"review": "Dr. Moore explains complex concepts in a simple way. His classes are always interesting."
},
{
"professor": "Dr. Laura Taylor",
"subject": "Biology",
"stars": 2,
"review": "The lectures are not very interactive, and the exams are tough. It's hard to keep up with the material."
},
{
"professor": "Dr. James Anderson",
"subject": "Introduction to Literature",
"stars": 5,
"review": "Dr. Anderson makes literature come alive. His enthusiasm is contagious."
},
{
"professor": "Dr. Patricia Thomas",
"subject": "Statistics",
"stars": 3,
"review": "The course is well-structured, but Dr. Thomas's explanations can be confusing."
},
{
"professor": "Dr. Robert Jackson",
"subject": "Political Science",
"stars": 4,
"review": "Dr. Jackson is knowledgeable and presents the material in an engaging way. His exams are fair."
},
{
"professor": "Dr. Jennifer White",
"subject": "Introduction to Ethics",
"stars": 5,
"review": "Dr. White is an excellent professor. Her lectures are insightful, and she encourages critical thinking."
},
{
"professor": "Dr. Kevin Martinez",
"subject": "Art History",
"stars": 2,
"review": "The course content is interesting, but Dr. Martinez's lectures are monotonous and hard to follow."
},
{
"professor": "Dr. Susan Clark",
"subject": "Microeconomics",
"stars": 4,
"review": "Dr. Clark explains the material well and is always available for questions."
},
{
"professor": "Dr. Charles Rodriguez",
"subject": "Environmental Science",
"stars": 5,
"review": "Dr. Rodriguez is passionate about the subject and inspires his students to care about the environment."
},
{
"professor": "Dr. Angela Lewis",
"subject": "Spanish 101",
"stars": 3,
"review": "Dr. Lewis is a good instructor, but the pace of the course is very fast."
},
{
"professor": "Dr. Brian Walker",
"subject": "Introduction to Marketing",
"stars": 4,
"review": "Dr. Walker's classes are interesting, and he provides real-world examples to explain concepts."
},
{
"professor": "Dr. Mary Hall",
"subject": "Organic Chemistry Lab",
"stars": 2,
"review": "The lab is disorganized, and the instructions are not clear. It can be frustrating at times."
}
]
}