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
Solved! Go to Solution.
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
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
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.
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.