timpaul / form-extractor-prototype

A prototype of a tool that generates web forms from document forms
MIT License
376 stars 59 forks source link

Tool mistook hint text for question text #18

Open timpaul opened 5 months ago

timpaul commented 5 months ago

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 commented 5 months ago

I tried adding the following descriptions to the tool:

This didn't fix the bug.

timpaul commented 5 months ago

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

image