-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add column to CSV export toggle normalized grades #187
Comments
Currently edX's remote gradebook sends this CSV data to MIT's enterprise gradebook[1].
In edX openedx#10890, we proposed adding columns to the CSV file. There is a more detailed explanation of the proposal there. Here we propose to add yet another column to indicate which grading scheme the course staff wants to export to the enterprise grade system. To add support for toggling the grading scheme, we propose adding another column titled
The |
There were performance issues with #221 and courses like https://github.mit.edu/mitx/content-mit-8S05r-2016_Spring and https://github.mit.edu/mitx/content-mit-802r_2-2016_Spring 8.S05 may be a good test case because it would time out on exporting grades with just 35 students. 8.02 has 700 students in production. It would timeout even if grades had been pre-computed. |
One place to start would be to compare performance for 8.S05 with #221 and with a similar PR against Dogwood. |
Another episode in the Remote Gradebook saga. When we last visited (#147) our hero, Remote Gradebook, she was mourning the loss of her companion, Legacy Dashboard (edx openedx#10890), deprecated by the villainous Open EdX (edx openedx#10942).
Add another column to the CSV file that contains grades to toggle whether the CSV file exported to the remote gradebook contains normalized grades (0-1, the default and current behavior) or raw scores (0-max-points, the new feature).
The text was updated successfully, but these errors were encountered: