While putting together my application for promotion to full professor, I thought why not visualize the progress I have made over the years in my teaching. Hence, I started writing this code. I tried to write the code in a way that is as general as possible so that the same code can be used regardless of the course or the year for which the course was taught. Note that the survey format at Plymouth State University has evolved over the years: for example, the survey format of 2018 is not entirely identical to that of 2014, including the survey questions.
The student course evaluations (of Plymouth State University) were collected in the following manner.
- Go myPlymouth -> myCourses -> CoursEval -> Reports -> Evaluation Reports
- Select
Show All
in all dropdown menus of the top line.
- Search Course Numer -> Contains -> 2550 (or your own course number)
- Click on Options, and uncheck every box possible (a few boxes have to be checked: No worrries about these boxes) except:
- Numeric Results: Include data tables only (No Graphs)
- Focus Options: All
- Core Statistics: Mean
- Scroll down and, under Evaluation Reports, check reports you want to download.
- Click PDF.
- Download and save it in a folder.
- Go File -> Export To -> Spreadsheet -> Microsoft Excel Workbook.
- Open the Excel file you just saved, and go File -> Save As -> Save as type -> CSV (Comma delimited).
- Now you have three files with the same name but one in PDF, one in Excel Spreadsheet, and one in Excel Comma Separated Values File.
- You will use the last saved CSV file for the analysis below.
- The code used in the analysis can be found in my github account. Click here.
EC2550
The chart below identifies the trends in course evaluations of EC2550: macroeconomics. This is a ideal course to show the progress I have made in teaching over the years because it’s the one I have taught the most and for the longest period.
The chart shows the overall upward trend in student evaluation between 2013 and 2016.


Questions defined
- The criteria for grading were clearly stated.
- The course contributed to my intellectual growth.
- The course objectives were clear.
- To what degree did the course materials and activities meet the course description?
- The course stimulated my interest in the subject.
- How would you rate the overall value of the course?
- The instructor demonstrates strong knowledge of subject matter.
- The instructor’s use of technology was appropriate for the course.
- How much did the course add to your knowledge or skill in the subject?
- How challenging was this course?
- I have been aware that this course is part of the General Education Program of PSU.
- I have found this course relevant to my life.
- Please rate the extent to which the course addressed: Critical Thinking
- Please rate the extent to which the course addressed: Reading
- Please rate the extent to which the course addressed: Quantitative Reasoning
- Please rate the extent to which the course addressed: Writing
- Please rate the extent to which the course addressed: Speaking and Listening
- Please rate the extent to which the course addressed: Conducting Research
- Please rate the extent to which the course addressed: Working with Information Technology
- Please rate the extent to which the course addressed: Collaborating with Others
- Through this course, I have become aware that humans are interdependent members of a global community.
- This course has made me aware that there are both similarities and differences in societies and cultures of the world and that the manners in which people lead their lives need not be exactly alike.
- This course has exposed me to important societal issues facing the world and has encouraged me to think about such issues from different points of view.
- This course focused on events that have influenced peoples, cultures, nations, and regions of the world.
- In this course, I have gained knowledge and skills that will help me in other courses and in my profession.
- The instructor provided constructive feedback.
- How would you rate the overall effectiveness of the instructor?
- The instructor provided timely feedback.
- The instructor encouraged student participation.
BU2240
The same anlaysis can be done for other courses. I’m using BU2240: Business Statistics as an example to demonstrate this. The code below is identical for the one for macroeconomics above, except for the file name.
However, the survey questions are not the same. It appears that some changes were made to the survey after the summer 2017.


Questions defined
- The criteria for grading were clearly stated.
- The course objectives were clear.
- The course contributed to my intellectual growth.
- To what degree did the course materials and activities meet the course description?
- The course stimulated my interest in the subject.
- How would you rate the overall value of the course?
- The instructor demonstrates strong knowledge of subject matter.
- The instructor’s use of technology was appropriate for the course.
- How much did the course add to your knowledge or skill in the subject?
- How challenging was this course?
- I have been aware that this course is part of the General Education Program of PSU.
- I have found this course relevant to my life.
- Please rate the extent to which the course addressed: Critical Thinking
- Please rate the extent to which the course addressed: Reading
- Please rate the extent to which the course addressed: Quantitative Reasoning
- Please rate the extent to which the course addressed: Writing
- Please rate the extent to which the course addressed: Speaking and Listening
- Please rate the extent to which the course addressed: Conducting Research
- Please rate the extent to which the course addressed: Working with Information Technology
- Please rate the extent to which the course addressed: Collaborating with Others
- This course has deepened my appreciation of the relevance of quantitative reasoning to us all.
- This course has caused me to recognize that my major discipline requires me to have quantitative reasoning skills.
- This course has taught me quantitative techniques and tools that I will be able to use in my major discipline.
- This course has taught me quantitative reasoning skills that are relevant to my life.
- The instructor provided constructive feedback.
- How would you rate the overall effectiveness of the instructor?
- The instructor provided timely feedback.
- The instructor encouraged student participation.