Survey/questionnaire

questionnaire

TeX newbie here!

I am trying to make a questionnaire using this code but I want to make bigger boxes, suitable for writing numbers or data not just to cross, such as the image and an option to increase the number of cells if possible.
Thanks in advance for any help =)

Bigger boxes not to cross but to fill with data

Best Answer

You can use fbox with phantom to show a box easily with minimum code. It's flexible because you can easily fix the size that depends on the text inside (text in this example).

\fbox{\phantom{text}}    
\fbox{\phantom{long text}}
Related Question