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

Improved output for batch grading #3

Closed
jathak opened this issue Jun 3, 2015 · 1 comment
Closed

Improved output for batch grading #3

jathak opened this issue Jun 3, 2015 · 1 comment

Comments

@jathak
Copy link
Contributor

jathak commented Jun 3, 2015

targets batch currently outputs a really bad plaintext log of all tests. This is fine enough when grading only a few students at a time, but it's annoying to scale this up to a full class of students. At a bare minimum, we need to add CSV output, and possibly some other options.

Along with this, we may want to change the current targets batch command to use standard output instead of writing to log.txt.

@jathak
Copy link
Contributor Author

jathak commented Aug 28, 2015

This was added as part of 0.8.0 (which is technically still on the experimental branch, but that's mostly because the server needs a bit more fine tuning). targets batch --json and targets check --json use a new JSON output. The new web console will format this into a nice table, but we can add CSV output (by converting the JSON) if we need it later.

@jathak jathak closed this as completed Aug 28, 2015
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