-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreviews.json
130 lines (130 loc) · 4.1 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
126
127
128
129
130
{
"reviews": [
{
"professor": "Dr. Alice Johnson",
"subject": "Mathematics",
"stars": 4,
"review": "Dr. Johnson is an excellent professor who explains concepts clearly and is always available for extra help."
},
{
"professor": "Prof. Bob Smith",
"subject": "Computer Science",
"stars": 5,
"review": "Prof. Smith is very knowledgeable and makes complex topics easy to understand. Highly recommended!"
},
{
"professor": "Dr. Carol Williams",
"subject": "Biology",
"stars": 3,
"review": "Dr. Williams is good, but the lectures can be a bit dry at times. The material is still well covered."
},
{
"professor": "Dr. David Brown",
"subject": "Chemistry",
"stars": 4,
"review": "Dr. Brown is engaging and makes chemistry interesting. Labs are well-organized and informative."
},
{
"professor": "Prof. Emily Davis",
"subject": "Physics",
"stars": 2,
"review": "Prof. Davis's lectures are hard to follow. Needs to work on clarity and organization."
},
{
"professor": "Dr. Frank Miller",
"subject": "Economics",
"stars": 5,
"review": "Dr. Miller is fantastic. His real-world examples make economics easy to grasp and enjoyable."
},
{
"professor": "Prof. Grace Wilson",
"subject": "History",
"stars": 4,
"review": "Prof. Wilson is very passionate about history. Her classes are engaging and well-structured."
},
{
"professor": "Dr. Henry Moore",
"subject": "English Literature",
"stars": 3,
"review": "Dr. Moore's classes are insightful but can be quite challenging. Requires a lot of reading."
},
{
"professor": "Prof. Ivy Taylor",
"subject": "Philosophy",
"stars": 4,
"review": "Prof. Taylor encourages critical thinking and discussion. Her lectures are thought-provoking and stimulating."
},
{
"professor": "Dr. Jack Anderson",
"subject": "Political Science",
"stars": 5,
"review": "Dr. Anderson is very knowledgeable and passionate about politics. Classes are interactive and engaging."
},
{
"professor": "Prof. Karen Thomas",
"subject": "Psychology",
"stars": 3,
"review": "Prof. Thomas is good but sometimes the material is presented in a disorganized manner."
},
{
"professor": "Dr. Larry Jackson",
"subject": "Sociology",
"stars": 4,
"review": "Dr. Jackson provides a comprehensive understanding of sociology. His lectures are well-organized and insightful."
},
{
"professor": "Prof. Maria Martinez",
"subject": "Art History",
"stars": 5,
"review": "Prof. Martinez brings art history to life with her engaging teaching style and deep knowledge."
},
{
"professor": "Dr. Nathan Lee",
"subject": "Engineering",
"stars": 2,
"review": "Dr. Lee is knowledgeable but his lectures are often confusing and unstructured."
},
{
"professor": "Prof. Olivia Robinson",
"subject": "Statistics",
"stars": 4,
"review": "Prof. Robinson makes complex statistics concepts easier to understand with her clear explanations."
},
{
"professor": "Dr. Paul Walker",
"subject": "Environmental Science",
"stars": 3,
"review": "Dr. Walker covers the material well but his lectures can be a bit monotonous."
},
{
"professor": "Prof. Quinn Lewis",
"subject": "Business Administration",
"stars": 4,
"review": "Prof. Lewis provides valuable insights into business practices and is very approachable."
},
{
"professor": "Dr. Rachel Young",
"subject": "Linguistics",
"stars": 5,
"review": "Dr. Young is an excellent linguistics professor who makes learning fun and engaging."
},
{
"professor": "Prof. Steve Wright",
"subject": "Music",
"stars": 4,
"review": "Prof. Wright is very enthusiastic about music and his classes are both educational and enjoyable."
},
{
"professor": "Dr. Tina Harris",
"subject": "Law",
"stars": 3,
"review": "Dr. Harris's classes are informative but can be quite demanding and fast-paced."
},
{
"professor": "Prof. Ursula Clark",
"subject": "Theater",
"stars": 5,
"review": "Prof. Clark is incredibly passionate about theater and brings a lot of energy to her classes."
}
]
}