-
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
Ability to specify versions of submissions/grade reports #14
Comments
This is an excellent idea, it should be modularized too. Modules like inspect / review (on its way) would both benefit from being able to select containers this way. |
On Mon, Jan 25, 2016 at 3:10 PM, Billy Rhoades notifications@github.com
|
Here are some notes from discussion that Mike and I had today. Firstly, grader's
|
Grader should be able to handle multiple imports / multiple regrades more cleanly. Consider this situation:
You download everything from Blackboard at the submission deadline. Then, you import all submissions into Grader. A day later, you download everything from Blackboard again (because who wants to go through and just cherry pick the late submitters). It would be convenient if, when grading, you could specify to Grader that you only want to grade the first submission for each student.
In that example, we would be importing a student's submission twice if they submitted on time. But we're too lazy to filter out lates, so there they are. Duplicates.
We should use a cool syntax like Git does with rev-parse. Maybe something like...
We could do something similar for generating or retrieving specific reports.
The text was updated successfully, but these errors were encountered: