-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreviews.json
124 lines (124 loc) · 4.01 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
{
"reviews": [
{
"professor": "Dr. Sarah Thompson",
"subject": "Biology",
"stars": 4,
"review": "Engaging lectures and clear explanations. Tough but fair grading."
},
{
"professor": "Prof. Michael Chen",
"subject": "Computer Science",
"stars": 5,
"review": "Brilliant instructor. Makes complex topics accessible and fun."
},
{
"professor": "Dr. Emily Rodriguez",
"subject": "Psychology",
"stars": 3,
"review": "Knowledgeable but sometimes disorganized. Office hours are helpful."
},
{
"professor": "Prof. David Williams",
"subject": "History",
"stars": 4,
"review": "Passionate about the subject. Assignments can be challenging."
},
{
"professor": "Dr. Olivia Parker",
"subject": "Chemistry",
"stars": 5,
"review": "Excellent teacher. Lab sessions are well-structured and informative."
},
{
"professor": "Prof. Jonathan Lee",
"subject": "Mathematics",
"stars": 2,
"review": "Moves too fast through material. Needs to provide more examples."
},
{
"professor": "Dr. Rachel Foster",
"subject": "English Literature",
"stars": 4,
"review": "Insightful discussions. Heavy reading load but worth it."
},
{
"professor": "Prof. Alexander Kim",
"subject": "Economics",
"stars": 3,
"review": "Dry lectures but very knowledgeable. Exams are tough."
},
{
"professor": "Dr. Lisa Martinez",
"subject": "Sociology",
"stars": 5,
"review": "Thought-provoking classes. Encourages critical thinking."
},
{
"professor": "Prof. Robert Taylor",
"subject": "Physics",
"stars": 4,
"review": "Clear explanations of complex concepts. Homework can be challenging."
},
{
"professor": "Dr. Jennifer Wu",
"subject": "Art History",
"stars": 5,
"review": "Passionate and knowledgeable. Field trips are a great addition."
},
{
"professor": "Prof. Daniel Brown",
"subject": "Political Science",
"stars": 3,
"review": "Interesting topics but can be biased. Encourages debate."
},
{
"professor": "Dr. Amanda Clark",
"subject": "Environmental Science",
"stars": 4,
"review": "Engaging lecturer. Projects are relevant and interesting."
},
{
"professor": "Prof. Kevin Nelson",
"subject": "Philosophy",
"stars": 2,
"review": "Often goes off-topic. Grading criteria are unclear."
},
{
"professor": "Dr. Sophia Patel",
"subject": "Neuroscience",
"stars": 5,
"review": "Brilliant researcher and teacher. Challenging but rewarding course."
},
{
"professor": "Prof. Thomas Green",
"subject": "Business Administration",
"stars": 4,
"review": "Practical approach. Guest speakers add valuable insights."
},
{
"professor": "Dr. Natalie Wong",
"subject": "Linguistics",
"stars": 3,
"review": "Interesting material but fast-paced. More practice exercises needed."
},
{
"professor": "Prof. Christopher Adams",
"subject": "Music Theory",
"stars": 5,
"review": "Exceptional teacher. Makes complex concepts accessible and fun."
},
{
"professor": "Dr. Elizabeth Scott",
"subject": "Anthropology",
"stars": 4,
"review": "Fascinating course content. Field work component is valuable."
},
{
"professor": "Prof. Andrew Johnson",
"subject": "Statistics",
"stars": 3,
"review": "Knowledgeable but sometimes unclear. Extra help sessions are useful."
}
]
}