Inhaltsverzeichnis

Questionnaire Layout

The final appearance of your survey depends on the chosen layout (graphic design). In the section layout you can adjust color, font, font size, available width etc.. You can adjust the layout in the menu item Questionnaire Layout.

SoSci Survey contents a set of layout templates at choice. You can also create your own layout (e.g. in line with the company CI or the university homepage) – indeed you will need some basic knowledge in web design (HTML,CSS) for this.

Using Layout Templates

In the Menu item Questionnaire Layout you can find some Layout Templates. You have to click Activate at the desired layout to use it. Afterwards the layout will be listed above and you are able to change it as the case may be.

Simple Customization

If you haven't created or activated a layout yet, SoSci Survey will use a plain, decent layout in blue and white with a width of 600 pixels. If you want to adapt color or width of the standard layout, you have to copy the standard layout:

To edit the default layout or an other layout you have to click on the edit button (edit layout) in the list of active layouts (at the very top of Questionnaire Layout).

Advanced Customization

Almost every single element of the survey can be adapted in the different tabs. Beyond colors basic knowledge of CSS (CSS Reference) could be helpful.

To access the centrally predefined colors in the CSS- style definitions the variables %color.1% to %color.8% are available. The numeration simply results from the chronological order of the colors in the color scheme tab. %color.2% for example stands for the warning color defined in the color scheme.

Full Customization

The underlying HTML code for the layout can be adjusted or totally regenerated in the HTML template tab. In this respect, the following factors should be taken into consideration:

The following placeholders are available for your layout:

PlaceholderFunction
%questionnaire%Placeholder for the actually content of your survey
%imprint%Placeholder for the imprint defined in the survey project
%logo%Placeholder for a logo, which can be adapted in the survey project
%progress%Placeholder for the progress bar
%color.1% to %color.8%Colors of the color scheme
%width%, %width-80%The baseline width (pixel, px) adjusted for the layout. If there is entered a plus (+) or minus (-) behind the width, the placeholder represents the baseline width plus/less this value.
%button.next%Placeholder for the next button. If this placeholder isn't used, the button will be placed at %button.submit% automatically.
%button.back%Placeholder for the back button. If this placeholder isn't used, the button will be placed at %button.submit% automatically.
%button.submit%Placeholder for next and back buttons. If this placeholder isn't used, the buttons will be placed below the survey automatically.
%button.break%Button to interrupt the interview. This button has to be activated separately in the survey settings. If this placeholder isn't used, the button will be placed at %button.control%.
%button.leave%Button to cancel and delete the interview. This button has to be activated separately in the survey settings. If this placeholder isn't used, the button will be placed at %button.control%.
%button.language%Buttons to change the language settings. These buttons are only available in multilingual surveys and have to be activated separately in the survey settings. If this placeholder isn't used, the buttons will be placed at %button.control%.
%button.screenreader%Button to leave the accessible screen reader mode if it has been activated. If this placeholder isn't used, the button will be placed at %button.control%.
%button.control%Placeholder for the control buttons (see above), if this placeholder isn't used, the buttons will be placed below the survey.