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 hint text for question text #18

Open
timpaul opened this issue Apr 23, 2024 · 2 comments
Open

Tool mistook hint text for question text #18

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

Comments

@timpaul
Copy link
Owner

timpaul commented Apr 23, 2024

In this image the tool appended the hint text in question 36 to the end of the question title:

image

This is because the name Nunjucks component doesn't yet do anything with any hint text in the JSON.

But even if it had done, it would have got it wrong, because the hint text in the JSON was this:

Child's last name Child's first name Child's middle names
@timpaul timpaul added the bug Something isn't working label Apr 23, 2024
@timpaul
Copy link
Owner Author

timpaul commented Apr 25, 2024

I tried adding the following descriptions to the tool:

  • question_text: The title of the question. Questions titles are often bigger or bolder than the surrounding text.
  • hint_text: Any hint text associated with the question. It often appears immediately below the question title, in a smaller or lighter font.

This didn't fix the bug.

@timpaul
Copy link
Owner Author

timpaul commented Apr 30, 2024

Isolating the relevant part of the page still produces the error:

image

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