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

Scanned exams - decouple student matching from scanning #7447

Open
donny-wong opened this issue Mar 6, 2025 · 0 comments
Open

Scanned exams - decouple student matching from scanning #7447

donny-wong opened this issue Mar 6, 2025 · 0 comments

Comments

@donny-wong
Copy link
Contributor

MarkUs has automatic student matching when scanning exams. This happens during the scanning of exams. For example, you can scan by student number or UtorID, and we annotate where it should look for this:

Image

however, if one of the identifier fails (e.g. student number), we would like to try matching on the other one (e.g. UtorID). For this to happen we will need to do another scan but this time annotate the UtorID section.

To improve this by not needing to scan again, we need to decouple the student matching component from the scanning. So then we can do rematching without needing to scan again.

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