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

Monthly challenge grader system #107

Merged
merged 2 commits into from
Jul 3, 2024
Merged

Conversation

ljcamargo
Copy link
Contributor

Hello,

This grading system proposal implements nbgrader for jupyter notebooks allowing automated grading and export of csv with the results. This collection of scripts will ease the job for creating, distributing and collecting solved notebooks. A example notebook is included with a simple test, it's a trivial qiskit challenge. This could be fully automated in some point but that will depends on your available or desired execution environment but it is a good start to run locally; for example, it could work with a CI triggered by pull requests in a github repo, upload of submissions in a website, or even a jupyter server as the now extint Qiskit Labs. The requirements for the jupyter notebooks with nbgrader metadata are simple, but as far as I know is not possible to create all-cases generic tests, the checks or assertions must be created carefuly to avoid the participants to reverse enginner the notebook or fake a correct answer and therefore the tests should be a combination of hidden and visible assertions to verify the correctness of the achievement.

There is a README.md for installing and usage.

Closes #94

[Unitary Hack 2024]

Copy link
Contributor

@amirebrahimi amirebrahimi Jun 13, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These files should be added to .gitignore. Make sure to remove these files before adding to .gitignore though.

@MaldoAlberto MaldoAlberto merged commit 8f39ea5 into qosf:master Jul 3, 2024
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

Successfully merging this pull request may close these issues.

Create an initial framework for an Autograder for the monthly challenges.
3 participants