Skip to main content

Evaluation Routes

GET /api/evals/:number

Gets a list of evaluations for a specific course.

NameTypeDescription
ParamsnumberStringcourse number to get evaluation for
OutputEvaluation[]list of course evaluations for a course

Sample output

{
"_id": "5fb03037b9947393d3d9c61a",
"n": "Freshman Seminar: Representing Roman Power: Sculpture as Political Rhetoric from Republic to Empire",
"num": "AS.010.222",
"i": [
"Amy Christine Miranda"
],
"a": "H",
"w": "N",
"c": "3.00",
"d": "AS Classics^AS Dean's Teaching Fellowship Courses^AS Freshman Seminars^AS History of Art^",
"o": "0",
"e": [
0,
0,
0,
0,
0,
0
],
"rev": [
{
"s": "F18",
"i": "Amy Miranda",
"c": "The best aspects of the course included the engaging professor who kept the sessions evenly balanced between lecture and discussion, the varied methods of teaching and grading, and the course structure which provided a foundation of understanding before moving into the chronological information. Some students felt that the readings were very dry and the amount of information covered could be overwhelming. Suggestions for improvement included more recent reading material, more class discussions, and more resources regarding the history of the sculptures. Prospective students could benefit from an understanding of art history terminology and be prepared to keep up with the readings.",
"w": "4.80",
"d": "4.80",
"l": "4.80",
"g": "4.80",
"t": "4.80",
"b": "1",
"o": "4.80"
}
]
}