-
Notifications
You must be signed in to change notification settings - Fork 84
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
Slips Calculator Job #1384
base: master
Are you sure you want to change the base?
Slips Calculator Job #1384
Conversation
I think this will be great, but is it possible to have per-assignment slip time in the course CSV? So the header is |
@cycomachead Yeah sure, I will make it this week |
@cycomachead Hey! Sorry for the delay. Check the course slips once again, I think I have made it the way you ask. |
@matulka Yes, this looks awesome now!! Thank you so much!! 🎉 🎊 |
@cycomachead Great! You are welcome :) |
Any chance this could be merged soon or there is a way to run this, just to double check? |
Can I get a bump on this? :) @matulka @rahularya50 |
Hey @cycomachead ! Sorry so much for a late response. The thing is that I have not been working on okpy since the May of last year, so I have no idea about the possibility of merging this :( |
No worries, thank you! :) |
This pull request is supposed to solve the problem addressed in #1375
This is an updated version of #1068 which takes into account most of the comments for that PR. The main changed made is that in the initial PR slips were calculated for each of user's submissions and in this PR they are calculated only for the final submission.
Slips can be calculated both for the whole course (with an option to change which exact assignments should be included) and for individual assignments.
Output of the job is an .csv table which contains and SID, email and the amoung of slip days (or hours, minutes) used by a student. If a student has not used slip days, they will not be included in the table.