Surveys
Survey Templates are useful for a consitent style of your surveys. Click 'create a new Template' to start.
Tab basic settings
Set a survey-name and a optional description here as usal. Use the 'Durchsuchen...' button to upload a thumbnail.
Tab HTML input
Insert your entire html source code. By creating a new template, emma generates a sample html source code with all important survey-placeholders automatically in this tab.
Tab CSS input
By using css-classes you can define style-details, colors, etc. To link your css into html, insert the following code into head of your html source code.
<link rel="stylesheet" type="text/css" href="[CSS-HREF]" />
Tab Javascript
You have the possibility to configure your survey dynamically by using JavaScript. For this, record functions into the javascript section. To link your javascript into html, insert the following code into head of your html source code:
<script src="[JS-SRC/]" ></script >