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

Create a helper library and samples for code checks #26

Open
salikh opened this issue Jan 23, 2020 · 0 comments
Open

Create a helper library and samples for code checks #26

salikh opened this issue Jan 23, 2020 · 0 comments

Comments

@salikh
Copy link
Collaborator

salikh commented Jan 23, 2020

Writing autograding tests for student submissions is not a trivial task, as there are unlimited number of ways how the submission may be incorrect. For best student experience, it is necessary to detect many of the possible cases and provide as specific feedback message as possible.

To facilitate creation of good autograder tests, we need to have

  • A python library with functions that can do common checks (e.g. presence/type of a variable or a function)
  • A collection of code snippets with explanations.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant