https://github.com/hadro/student_evaluations_visualization
Visualization of student evaluation scores for my Peer Review Committee packet
https://github.com/hadro/student_evaluations_visualization
Last synced: over 1 year ago
JSON representation
Visualization of student evaluation scores for my Peer Review Committee packet
- Host: GitHub
- URL: https://github.com/hadro/student_evaluations_visualization
- Owner: hadro
- Created: 2018-01-12T15:16:38.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-12T15:35:39.000Z (over 8 years ago)
- Last Synced: 2025-01-18T17:24:04.306Z (over 1 year ago)
- Language: R
- Size: 205 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
A quick visualization for the Pratt Institute School of Information Peer Review Committee of my student evaluations.
[](/evaluations.png)
The information is available to students (for all courses!) through the Pratt Library, and I encourage them to make use of the class evaluations when deciding which courses to take.
While the base heatmap methods of ggplot2 are killer out of the box, many of refinements on this particular visualization are a bit hacky, particularly around getting the right row order. That said, if others have their student evaluation information in a useful format, should be pretty easy to repurpose this code to get similar results.
Data is in this form:
|evaluation question|semester 1 score|semester 2 score|weighted average|display order|display text of evaluation question|
|--------------------|---------------|----------------|----------------|-------------|-----------------------------------|
|Would recommend class|3.5|3.4|3.42|2|I would recommend class to other students|
|Would recommend instructor|3.6|3.4|3.51|1|I would recommend instructor to other students|