CSCI128 / 101GradingScript

Script designed to move grades between Gradescope and Canvas
https://gradingscript.trihardstudios.com/#/
0 stars 0 forks source link

[BUG] If column names don't match, script will crash #33

Closed gregbell26 closed 2 years ago

gregbell26 commented 2 years ago

Description

Issue

If the column names of any of the spreadsheets don't match, the entire script will crash.

Steps to recreate

Open a special case spreadsheet with the 'full name' column named 'name'.

Solution

The program should either remap the incorrect name to the correct name or elegantly handle the error state and report the error.

Acceptance Criteria