This is for separating the cumulative report of how students did on an assignment to just a report on your students.
Steps
-
You have to download the student report on an assignment using the “Download” button after selecting “Comma separated values text file”.
-
You have to put in your students’ names in the separateClass.py file, as shown inside.
-
In terminal/command prompt, put in “python separateClass.py , for example I would put “python separateClass.py ch4ex1.csv output.csv”
-
Now you should have a csv file containing only your students’ data.