We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Something like this:
repobee grades create-grades-file --assignments task-1 task-2 task-3 --students slarse glassey glennol --grades-file grades.csv
should create a grades.csv file that looks something like this:
grades.csv
username,task-1,task-2,task-3 slarse, , , glassey, , , glennol, , ,
The text was updated successfully, but these errors were encountered:
@marceloFA Assigning you to this issue, let me know if you don't want to do it :)
EDIT: Actually, I can't assign you until you comment on it. But feel free to keep working on it and just drop a comment here that you've started.
Sorry, something went wrong.
Sure, assign me to this pls :)
marceloFA
No branches or pull requests
Something like this:
should create a
grades.csv
file that looks something like this:The text was updated successfully, but these errors were encountered: