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

Change utlis for customiztion code. #3

Open
jisoo1738 opened this issue Apr 26, 2022 · 0 comments
Open

Change utlis for customiztion code. #3

jisoo1738 opened this issue Apr 26, 2022 · 0 comments

Comments

@jisoo1738
Copy link

If you customized OMR template,
you have to change codes questions<-> choices

def drawGrid(img,questions=15,choices=5):
secW = int(img.shape[1]/questions)
secH = int(img.shape[0]/choices)

def showAnswers(img,myIndex,grading,ans,questions=15,choices=5):
secW = int(img.shape[1]/questions)
secH = int(img.shape[0]/choices)

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