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

Tool mistook number fields for checkboxes #17

Open
timpaul opened this issue Apr 23, 2024 · 1 comment
Open

Tool mistook number fields for checkboxes #17

timpaul opened this issue Apr 23, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@timpaul
Copy link
Owner

timpaul commented Apr 23, 2024

On this image, the tool interpreted the number fields in question 35 for a series of checkboxes:

image

This is a great example of where the context required to correctly interpret the question is pretty subtle.

You need to know that:

  • The question is asking for some numbers
  • Checkboxes are always square
@timpaul timpaul added the bug Something isn't working label Apr 23, 2024
@timpaul
Copy link
Owner Author

timpaul commented Apr 25, 2024

I added the following description to the tool:

  • answer_type: If a question contains square boxes, it's probably a multiple_choice question. If it's asking how many of something there is, it's probably a number question.

This kind of worked!

image

It now correctly identifies that this is a number type question. However, it can't display multiple number fields for a question, because there's no nunjucks template for that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant