-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathreviews.json
131 lines (130 loc) · 5.3 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
131
{
"reviews": [
{
"professor": "Dr. Alice Johnson",
"subject": "Introduction to Psychology",
"stars": 5,
"review": "Dr. Johnson is incredibly engaging and makes complex concepts easy to understand. Her lectures are always interactive and thought-provoking."
},
{
"professor": "Dr. Bob Smith",
"subject": "Advanced Calculus",
"stars": 4,
"review": "Dr. Smith knows his material well, but his teaching style can be a bit dry. The course is challenging but rewarding."
},
{
"professor": "Dr. Carol Lee",
"subject": "Organic Chemistry",
"stars": 3,
"review": "Dr. Lee is knowledgeable, but her lectures can be hard to follow. The course requires a lot of self-study."
},
{
"professor": "Dr. David Brown",
"subject": "Introduction to Sociology",
"stars": 5,
"review": "Dr. Brown is fantastic! His lectures are engaging, and he encourages open discussions. A very approachable professor."
},
{
"professor": "Dr. Emily Davis",
"subject": "Macroeconomics",
"stars": 4,
"review": "Dr. Davis explains economic theories clearly and provides useful real-world examples. The course workload is manageable."
},
{
"professor": "Dr. Frank Wilson",
"subject": "Data Structures",
"stars": 2,
"review": "Dr. Wilson's lectures are often confusing, and he doesn't offer much help outside of class. The course is difficult."
},
{
"professor": "Dr. Grace Martinez",
"subject": "Modern Art History",
"stars": 5,
"review": "Dr. Martinez is passionate about art and brings history to life. Her enthusiasm is contagious and makes the class enjoyable."
},
{
"professor": "Dr. Henry Clark",
"subject": "Biochemistry",
"stars": 3,
"review": "Dr. Clark has a lot of knowledge, but the pace of the course is fast. It requires a lot of outside study to keep up."
},
{
"professor": "Dr. Iris Lewis",
"subject": "Microeconomics",
"stars": 4,
"review": "Dr. Lewis provides clear explanations and helpful examples. The course is challenging but well-organized."
},
{
"professor": "Dr. Jack Thompson",
"subject": "Quantum Physics",
"stars": 5,
"review": "Dr. Thompson is an excellent teacher with a knack for making complex topics accessible. His enthusiasm is infectious."
},
{
"professor": "Dr. Karen Wilson",
"subject": "Introduction to Philosophy",
"stars": 4,
"review": "Dr. Wilson encourages critical thinking and offers thought-provoking discussions. The course is intellectually stimulating."
},
{
"professor": "Dr. Larry Allen",
"subject": "Statistical Methods",
"stars": 3,
"review": "Dr. Allen is knowledgeable but the course is quite rigorous. It requires a lot of practice to master the material."
},
{
"professor": "Dr. Maria Gonzalez",
"subject": "Environmental Science",
"stars": 5,
"review": "Dr. Gonzalez is very passionate about the subject and provides lots of practical examples. Her classes are always engaging."
},
{
"professor": "Dr. Nathan Carter",
"subject": "Introduction to Programming",
"stars": 4,
"review": "Dr. Carter's explanations are clear, and he provides helpful resources. The course is a great introduction to programming."
},
{
"professor": "Dr. Olivia Walker",
"subject": "World Literature",
"stars": 4,
"review": "Dr. Walker is knowledgeable and brings a lot of depth to the discussions. The reading list is diverse and thought-provoking."
},
{
"professor": "Dr. Peter Robinson",
"subject": "American History",
"stars": 5,
"review": "Dr. Robinson makes history come alive with his engaging storytelling. The class is both informative and enjoyable."
},
{
"professor": "Dr. Quinn Adams",
"subject": "Geology",
"stars": 3,
"review": "Dr. Adams is knowledgeable, but the lectures can be monotonous. The course content is interesting but requires effort to keep up."
},
{
"professor": "Dr. Rachel Scott",
"subject": "Calculus III",
"stars": 2,
"review": "Dr. Scott's teaching style is not very effective. The course material is difficult, and extra help is hard to come by."
},
{
"professor": "Dr. Samuel Harris",
"subject": "Genetics",
"stars": 4,
"review": "Dr. Harris is a great lecturer and provides plenty of examples. The course is challenging but well-structured."
},
{
"professor": "Dr. Tina Young",
"subject": "Public Speaking",
"stars": 5,
"review": "Dr. Young is an excellent instructor who provides constructive feedback and helps build confidence in public speaking."
},
{
"professor": "Dr. Ulysses Grant",
"subject": "Ethics",
"stars": 4,
"review": "Dr. Grant facilitates engaging discussions and encourages critical thinking. The course is challenging but rewarding."
}
]
}