-
Notifications
You must be signed in to change notification settings - Fork 9
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
How to download the repository right before the deadline(Submission Repositry)? #1
Comments
The script downloads always downloads the entire repo, because even if a
student submitted late I would sometimes want to check what they did.
The "grade" command takes a due date as an argument. This loops through
every repo and creates a branch ("grading_branch" I think) off the last
commit before the due date. Then, when you look through the repos you are
only seeing work that was committed before the deadline. This is probably
what you're looking for!
I put the student's grade and my comments in a file called "GRADE.txt" that
I would add to their repo and commit. The "return" command then merges
this back into their main branch, and pushes everything back to GitHub.
Best,
Geoff
…On Sun, Feb 18, 2018, 7:04 AM avatar-lavventura ***@***.***> wrote:
Your script downloads the latest submissions for all the students.
[image: screen shot 2018-02-18 at 15 02 49]
<https://user-images.githubusercontent.com/18537398/36351557-e7635464-14bc-11e8-83ee-b36fd66f7291.png>
[Q] Is there any way to download the submission repository (Submitted
Repository), which is right before the deadline? Thank you for your
valuable time and help.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AC6HE9UwX8HrSeFBUwrUF6VuxFfDaOL4ks5tWBHWgaJpZM4SJqn2>
.
|
Thanks @geoffryan. Yes its The issue was: for example if deadline is But if another user submits before and after the deadline his only latest commit before the deadline pulled. (This is what I want, so there is no problem) I have come up with this script, which moves late submissions (that is label as
|
Ah, I am deeply sorry :( . I mismatched your code with this one (https://gist.github.com/robwhess/48547bf369ccf422cca78e5753b5a1c7#comments). I think your code will not pull any code of someone if he/she has done a late submission. I am trying to run your code but I was not able to make it work. Where should I find the The way I run: Thanks for your valuable help. |
Your script downloads the latest submissions for all the students.
[Q] Is there any way to download the submitted repository, which is right before the deadline?
Please note that
--due-date
option does not work if the its submitted after the deadline and it downloads the latest submission again.Thank you for your valuable time and help.
The text was updated successfully, but these errors were encountered: