epai
epai
All these are necessary for grading, but not all of them should be exposed in the "kind" dropdown. For example, staff shouldn't have to manually assign any of them except...
Only scores from latest autograder run should be shown in the histogram. Having all scores from all autograder runs appear makes the score histograms misleading.
Possibility of auto grading errors if two tests have the same name.
No tests for auth is biting us, as we're getting a _lot_ of auth errors slipping into production.
I know this was supposed to be a "feature" solving a lot of problems, but this becomes problematic when trying to add a rate-limiting feature. This rate-limiting feature should by...
Idea: Use keyed hashes to ensure authenticity of ok config files https://docs.python.org/3/library/hmac.html. Store copy of hash in okconfig, and verify when ok loads the assignment in. Have the Makefiles generate...
Add a hint message to tell students they can run the tests interactively by adding a `-i` at the end
It seems like many students are still getting `invalid_grant` errors, which are caused when they have expired local tokens. I thought I handled this in the latest ok_client update, but...
Would it be possible to release a new version of pythonparser to PyPI now that Python 3.6 has been added by 0ac31a8? Thanks!