Survey variables

Survey variables

To embed variables in survey related to project, survey and respondent, the following can be used

Respondent related: 

Respondent name: ${respondent_name}

Respondent node: ${respondent_node_name}

Respondent email: ${respondent_email}

Respondents survey ISO language code: ${respondent_language_iso}

Project related:

Company name the project belongs to: ${company_name} 

Project name: ${project_name}

Project contact name: ${project_contact_name}

Project contact email: ${project_contact_email}

Project contact phone: ${project_contact_phone}

Parent-child survey related:

Name of parent respondent: ${parentsurvey_respondent_name}

Email of parent respondent ${parentsurvey_respondent_email}

Current respondent role name (singular): ${role_name_singular}

Current respondent role name (plural): ${role_name_plural}
    • Related Articles

    • Computed variables

      Calculate variables are used for calculating indexes or variables based on a respondents answer to multiple questions. The variables are set for each survey, and can be reused in all reports using this survey. You find the computed variables by ...
    • Javascript (JS) question type variables

      In the Javascript component, you can use the variables presented below to customize content: {{respondentName}} - Respondent Name {{respondentEmail}} - Respondent E-mail {{respondentNode}} - respondent node {{timesOpenedSurvey}}- How many times ...
    • Survey general layout

      In the survey settings, you have the option of setting the general layout of the survey. The style you edit by going to the Survey Designs submenu. The above settings will enable different parts of the survey. The Content area is always visible and ...
    • Creating a new survey

      To create a new survey, you need to have the role of tenant admin in your Effect.IO tenant. Also, make sure you are working within the scope of being a tenant admin (not as part of a company) In the left side menu, navigate to the surveys->surveys ...
    • Survey designs - tips to adjust styling

      At the current stat, the styling of surveys is done directly as CSS. If you know CSS and how to use the browser console, you will be able to style every single item in the survey. As a quick reference, some of the most used stylings are added below ...