Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
angra1 authored Mar 18, 2021
1 parent a730c08 commit 7a92850
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ Please contact co-PI Jenny Amos (jamos@illinois.edu or git: jennyamos) for quest
This repo has code to scrape Gradescope exported data to create various tag organized visualizations of assessment data

## plot.py
This python script scrapes Gradescope exported data into tag organized studentwise radar plots visualizing student performance vs class performance
This python script scrapes Gradescope exported data into studentwise radar plots visualizing tag organized student performance vs class performance

## Usage
Install necessary Python packages: bokeh, numpy, pandas
Bokeh installation: https://docs.bokeh.org/en/latest/docs/first_steps/installation.html
(Install numpy and pandas similarly)

All the csv files exported from gradescope to be scraped should be placed in a folder named 'Data'. Store this 'Data' folder in the same place as the plot.py script. To store data differently or to use files with different extension, 'path' and 'extension' variables can be changed in the script respectively.
All the csv files exported from gradescope to be scraped should be placed in a folder named 'Data'. Store this 'Data' folder in the same place as the plot.py script. To store data differently or to use files with different extension, 'path' and 'extension' variables can be changed respectively.

Running this script: [python/python3/py] plot.py shall create plot for every student with their email as the filename.

Expand Down

0 comments on commit 7a92850

Please sign in to comment.