Skip to content
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

Multiple Assignments at once #1

Open
aaiezza opened this issue Feb 5, 2017 · 0 comments
Open

Multiple Assignments at once #1

aaiezza opened this issue Feb 5, 2017 · 0 comments

Comments

@aaiezza
Copy link
Owner

aaiezza commented Feb 5, 2017

It doesn't seem out of the ordinary for a grader to have multiple assignment to get through for each student and then to hand back. Why not hand all available graded assignments to each student in a single email?

Move the roster.txt input to an option, --roster,-r and then the default arguments to the program will be assignment name and the combined PDF for it. These pairs will continue for as many assignments as there are. A grader will just have to be aware to change their email template.txt.

java -jar assignment-return.jar --roster  /path/to/roster.txt  "Assignment_Title" /path/to/combined.pdf  [["Another_Assignment_Title" /path/to/another_combined.pdf] ...]

The reserved ASSIGNMENT variable for the individual PDF naming and the email template will also need to accept an integer argument to indicate which assignment title to interpolate. The default might just be the first assignment listed; which would also be good for backwards compatibility.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant