Python 3.x
This python script allows for the automated upload of scores from UCSD Autograder into Gradesource. It is specifically made for CSE 3 to copy scores of students who completed 0, 1, or 2 of the weekly assignments (LAB/HW).
In the future, I plan to expand the script to read scores from csv files and upload them to Gradesource.
To run the script, enter this in your terminal.
python3 RecordScores.py
Follow the directions as prompted. You will need the following to successfully run the entire script:
1. Autograder username
2. Autograder password
3. Autograder course number
4. Autograder assignment number
5. Gradesource username
6. Gradesource password
7. Gradesource course number
8. Gradesource assignment number