-
Notifications
You must be signed in to change notification settings - Fork 20
Description
Is your feature request related to a problem? Please describe.
I have a column in the Gradebook which is the student's letter grade. In Pawtograder, it renders as intended, but when the CSV is downloaded, it renders as the underlying number, which has more potential for typos when uploading the grades.
Describe the solution you'd like
It would be nice if, when downloading as CSV, there is a checkbox that allows us to have it put the Render Expression instead of the underlying number in the CSV. Then, the downloaded CSV can directly have letter grades in it.
Describe alternatives you've considered
Our current solution is for me to give other instructors an excel formula to convert the number to the letter grade.
Additional context
It would be good to have this when uploading final grades. Thank you!