You can also create PDF-files from your surveys in case you need to have them answered in person rather than on a device.
This can be done in the Preview view by clicking 'Save' and 'Print PDF'
Sometimes the layout of the survey doesn't translate quite well to PDF, it may have empty pages or too much of empty space. Here are some tips you can use to optimize the layout of your PDF. It is recommended that you create a copy of the survey which you can edit more freely.
Text size
An easy way to fit more of the survey on paper is to reduce the default font size. This can be done by going to Design-view, clicking the laptop icon and choosing Typography on the left. There you can find Base font where you can set font style and font size. In the Typography-menu you can set font sizes for other texts in the survey as well.
Text elements
If your survey has text elements, make sure you don't have any text in the title as it can take more space. If you wish to use Titles anyway, you can reduce their size from the Format-menu to Heading 2 or Heading 3.
Narrow vs wide
If you click on the gear icon, you can make the element either narrow or wide. This can save space and allow you to put multiple questions side-by-side.
CSS
You can add the following code to your survey to reduce the distance between elements.
.element
{
margin-bottom: 5px;
}
Where to add:
Go to Design-view and click </>. Paste the code above to the end of the text box that opens of the left (as pictured below)