Select to view content in your preferred language

Survey 123 Connect - Is there a way to adjust question box height?

164
3
Jump to solution
12-09-2024 10:36 AM
SarahKendell
Occasional Contributor

I am creating a survey that has a lot of tallies. I have them all set up to be 3 wide within a grid. Is there a way to adjust the grid height so that the questions "fill the page", are less clustered, and have a little more space between?

Thanks

SarahKendell_0-1733769227760.png

 

0 Kudos
1 Solution

Accepted Solutions
ClayDonaldsonSWCA
Frequent Contributor

I would use <br> in the hint or label text to create breaklines. that would expand the question boxes a bit

Something like this would add two breaklines:

30 BF </br></br> 

 

You could also add note questions under each set of three questions that just contain <br> to create seperators between the rows

View solution in original post

3 Replies
ClayDonaldsonSWCA
Frequent Contributor

I would use <br> in the hint or label text to create breaklines. that would expand the question boxes a bit

Something like this would add two breaklines:

30 BF </br></br> 

 

You could also add note questions under each set of three questions that just contain <br> to create seperators between the rows

abureaux
MVP Frequent Contributor

Is there a way to adjust the grid height

Short answer is "no". That isn't supported.

While S123 simulates HTML, it doesn't allow normal HTML things like "height".

As @ClayDonaldsonSWCA  alluded to, you can fake this behaviour with adding things like blank spaces and carriage return.

0 Kudos
SarahKendell
Occasional Contributor

Thank you for the suggestions and info. I ended up faking it with a break. Not perfect, but a looks a little nicer. I also had the thought about adding blank questions, but ultimately decided this would be too much work to null out and it also added line breaks which did not create the desired effect.