This script visualizes the student performance in MCQs and Single Responses from an OLI Torus course. It takes the raw Torus data download as input and generates item analysis for MCQs and list of single responses within the course.
Using the script in Windows command line (ensure python3 with relevant packages (pandas, fpdf, matplotlib, etc is installed on your system)
- Download the raw data file from your Torus course by selecting Improve --> Insights --> Download Raw Data
- Unzip the file, extract the raw_analytics file and save as CSV in the same directory as the script
- Run the python script: python torus_visualize.py
- The output pdf will be in the same directory