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

Homework: Add support for multiline setup/answers #28

Open
dolsysmith opened this issue Jun 29, 2023 · 1 comment
Open

Homework: Add support for multiline setup/answers #28

dolsysmith opened this issue Jun 29, 2023 · 1 comment

Comments

@dolsysmith
Copy link
Collaborator

In autograder.py, script should support multiple setup cells for a given problem, to increase readability.

@dolsysmith dolsysmith changed the title Add support for multiline setup Add support for multiline setup/answers Nov 20, 2023
@dolsysmith
Copy link
Collaborator Author

In addition, deleting the tagged cell in the process of entering one's answer causes the autograder to fail, even if the tests pass in the notebook.

Solution:

  1. Autograder runs the tagged/commented cells first. If tests pass, exit.
  2. If tests fail, re-run by running all cells. If tests pass, exit.

@dolsysmith dolsysmith changed the title Add support for multiline setup/answers Homework: Add support for multiline setup/answers Nov 20, 2023
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