Build your survey Archives | SnapSurveys Support documentation for Snap Surveys products Mon, 18 Nov 2024 15:47:46 +0000 en-GB hourly 1 https://wordpress.org/?v=6.4.5 https://www.snapsurveys.com/support-snapxmp/wp-content/uploads/2020/07/favicon-32x32-1.png Build your survey Archives | SnapSurveys 32 32 Upload Template Thumbnail https://www.snapsurveys.com/support-snapxmp/snapxmp/upload-template-thumbnail/ Mon, 18 Nov 2024 15:47:40 +0000 https://www.snapsurveys.com/support-snapxmp/?post_type=epkb_post_type_1&p=12615 In the Summary section of a survey template, you have the option to upload a thumbnail image. This can help users identify the survey template when they are creating a new survey.

The post Upload Template Thumbnail appeared first on SnapSurveys.

]]>
In the Summary section of a survey template, you have the option to upload a thumbnail image. This can help users identify the survey template when they are creating a new survey.

  1. Select the survey template in Your work to display the Summary.
Upload a thumbnail for the survey template
  1. Click the Upload thumbnail button to display the Upload thumbnail dialog.
Select the thumbnail file
  1. Click the Select file button to select an image. Here, the image has previously been created by copying part of the questionnaire.
Open the thumbnail file
  1. Click Open to display the image in the Summary section.
Thumbnail image shown in Summary tab

The post Upload Template Thumbnail appeared first on SnapSurveys.

]]>
Creating a new survey from a template https://www.snapsurveys.com/support-snapxmp/snapxmp/creating-a-new-survey-from-a-template/ Mon, 29 Apr 2024 09:30:14 +0000 https://www.snapsurveys.com/support-snapxmp/?post_type=epkb_post_type_1&p=11817 After logging in to Snap XMP Online you are ready to create a new survey from a template.

The post Creating a new survey from a template appeared first on SnapSurveys.

]]>
After logging in to Snap XMP Online you are ready to create a new survey from a template.

  1. The first page in Snap XMP Online shows a summary of Your Work. The survey template is available here. Templates are shown with the icon templateIcon.png . Click the icon or template name to show the template Summary.
  1. In the Summary, click New Survey.
  1. Enter the survey name then click Create survey.
  1. This opens the Build tab where you can add questions to your survey.

The post Creating a new survey from a template appeared first on SnapSurveys.

]]>
Routing rule expressions https://www.snapsurveys.com/support-snapxmp/snapxmp/routing-rule-expressions/ Fri, 19 Mar 2021 10:43:16 +0000 https://www.snapsurveys.com/support-snapxmp/?post_type=epkb_post_type_1&p=4492 You can find out more by watching this video demonstrating how to add expressions. If conditions for single and multiple response questions The conditions used for routing must return true or false. These conditions are mainly for use in single or multiple response questions. Symbol Text Meaning Example = MT Value matches If Q1 = 3 is […]

The post Routing rule expressions appeared first on SnapSurveys.

]]>
You can find out more by watching this video demonstrating how to add expressions.

If conditions for single and multiple response questions

The conditions used for routing must return true or false.

These conditions are mainly for use in single or multiple response questions.

SymbolTextMeaningExample
=MTValue matchesIf Q1 = 3 is true when code 3 is selected in response to Q1
==EQExact value matchIf Q1 == 3 is true when code 3 is the only code chosen in response to Q1
<>NENot an exact value matchIf Q1 <> 3 is true if any other code than 3 has been selected in response to Q1 (even if code 3 has been selected as well)
<LTLess thanIf Q1 < 5 is true when the selected code has a value less than 5
<=LELess than or equal toIf Q1 <= 5 is true if the code selected has a value of 5 or less than 5
>GTGreater thanIf Q1 < 5 is true if the code selected has a value greater than 5
>=GEGreater than or equal toIf Q1 >= 5 is true if the code selected has a value of 5 or greater than 5
,OR
or
OrIf Q1 =(1, 3, 5) is true is Q1 has a value of 1,3 or 5
~TO
to
Range, from first value to second valueIf Q1 =(1~5) is true if Q1 has a value of 1, 2, 3, 4 or 5
#NUM numNumber of responsesIf Num(Q1=2) is true if two answers have been ticked for Q1

If conditions for any question

These conditions are for use with any type of question.

Q1 NAThis is true if Q1 is not asked
Q1 OKThis is true if a valid answer has been given to Q1
Q1 NRThis is true if an answer has not been recorded to Q1

Examples of If conditions

These examples show possible conditions applied to single or multiple response questions

If ConditionMeaning
Q7=2Code 2 is selected in Q7
Q3>3Any code above code 3 is selected in Q3
Q3<3Any code below code 3 is selected in Q3
Q3>=3Code 3 or above is selected in Q3
Q3<=2Code 2 or below is selected in Q3
Q7=(1,4) OR Q7=(1 or 4)Code 1 or code 4 is selected in Q7
Q7=(3~5)Code 3 or code 4 or code 5 in selected in Q7
Q7==2Only code 2 is selected in Q7 (Q7 is a multiple response)
(Q2=2 OR Q4=1)EITHER code 2 is selected in Q2 or code 1 is selected in Q4
(Q2=2 AND Q4=1)BOTH code 2 of Q2 is selected AND code 1 of Q4 is selected
(Q2=2 AND Q4=1)BOTH code 2 of Q2 is selected AND code 1 of Q4 is selected
(Q2=2 OR Q4=1) AND Q5>=10)EITHER code 2 of Q2 is selected or code 1 of Q4 is selected, and also gave an answer of 10 or above to Q5
NUM Q2=2Two answers have been selected at Q2 (Q2 would be a multi response question)
UNLESS (Q2=2)Code 2 is NOT selected in Q2
NOT(Q1=4)Code 4 is NOT selected in Q1
UNLESS (Q2=2)OR NOT(Q1=4)Either code 2 is NOT selected in Q2 or code 4 is NOT selected in Q1

The post Routing rule expressions appeared first on SnapSurveys.

]]>
Including a consent question https://www.snapsurveys.com/support-snapxmp/snapxmp/including-a-consent-question-snap-online/ Mon, 08 Mar 2021 17:06:04 +0000 https://www.snapsurveys.com/support-snapxmp/?post_type=epkb_post_type_1&p=4197 Under the GDPR, all organisations must have a documented lawful basis for processing personal data. If you choose to use consent as the basis for collecting and processing survey response data, Snap XMP Online allows you to provide potential participants with the relevant information that they need to give informed consent, and to configure your […]

The post Including a consent question appeared first on SnapSurveys.

]]>
Under the GDPR, all organisations must have a documented lawful basis for processing personal data. If you choose to use consent as the basis for collecting and processing survey response data, Snap XMP Online allows you to provide potential participants with the relevant information that they need to give informed consent, and to configure your survey to obtain the participant’s consent to proceed with the survey.

Participants choose whether to give consent by answering a specific question at the beginning of the survey.  If they choose not to provide consent they are prevented from completing the survey.

Provide potential participants with the relevant information

You need to ensure that the consent that you obtain from participants is ‘informed’, meaning that participants have been given ‘fair processing information’ and have been informed of all aspects of the survey project that are relevant to their decision to participate. This is commonly done by providing potential participants with a privacy or information notice. You can present this information by including it in the instruction question type field at the start of your survey. You have the option of providing this information in a layered format by providing a summary of the essential information in the instruction question type field, followed by a link to your full privacy policy or notice for more detailed information. Snap Surveys provides a link to the Snap Surveys’ Privacy Policy; available at https://www.snapsurveys.com/survey-software/privacy-policy-uk/. This provides information as to how we act as your data processor.

Worksheet example

In this worksheet example, the question and text are an example of simple wording that may be used as part of the process of gaining consent to the collection of the survey response data and processing it for the purposes of the survey itself. You can set the question and the explanation to include whatever information you as data controller consider appropriate for your survey, the type of data that you propose to collect, and the uses that you propose to make of the survey response data.

For example, where special categories of personal data will be collected (e.g. gender and ethnicity data) and explicit consent is required, you may wish to include specific wording to make it clear that the participant is willing to provide such information. If you plan to use the response data for other purposes beyond the survey itself, you may also set multiple consent questions, to separately obtain consent for each of them.

Create a Multi Choice consent question

  1. In Your work, open your survey.
  2. In the Summary tab, click on the Build link. This opens the Online Designer where you can build and edit your questionnaire.
  3. Click in the first question then double click the Multi Choice option to insert the consent question. You may also use drag and drop or Ctrl + Enter.
  4. In the area marked Enter Multi Choice question text, enter your consent request text.
Consent question and checkbox in the questionnaire
  1. Double click the Page Break option in the side menu. This inserts a page break before the consent question and also between the consent question and any following question. You may also use drag and drop.

Set the question as a mandatory response

  1. Select the consent question and select the Validation & Masking option in the side menu.
  2. Select the Mandatory checkbox to make the question mandatory.
Set the selected question as mandatory
  1. Click Save SaveIcon.png .

Test the survey

  1. In the Online Designer, click Preview. The preview opens a new browser window displaying the questionnaire as it would look if it after it has been published. Use this previewed survey to test that your consent question behaves accordingly
  2. In the published version it will look like this.
Consent message and checkbox in a questionnaire
  1. Check that the consent question appears on a page by itself. The respondent must answer the question before they can complete the rest of the survey.

Keep a record of consent

  1. In Snap XMP Online, select the survey and in the Summary tab click the Collect link.
  2. Select the Responses option in the side menu.
  3. Select the Responses in the list of options.
Download the data responses to an export file
  1. You can export the survey response data by clicking the format, Excel, CSV or TSV, that you want to download.

If there is a topic you would like a worksheet on, email to snapideas@snapsurveys.com

The post Including a consent question appeared first on SnapSurveys.

]]>
Creating a survey template for use in Snap XMP Online https://www.snapsurveys.com/support-snapxmp/snapxmp/creating-a-survey-template-for-snap-online/ Tue, 09 Feb 2021 10:05:14 +0000 https://www.snapsurveys.com/support-snapxmp/?post_type=epkb_post_type_1&p=3902 Survey templates are used as the starting point when creating a survey in Snap XMP Desktop and Snap XMP Online. A number of pre-defined survey templates are provided including the default Blank Template. You can also create additional online templates in Snap XMP Desktop. Upload Template Thumbnail in Snap XMP Online In the Summary section […]

The post Creating a survey template for use in Snap XMP Online appeared first on SnapSurveys.

]]>
Survey templates are used as the starting point when creating a survey in Snap XMP Desktop and Snap XMP Online. A number of pre-defined survey templates are provided including the default Blank Template. You can also create additional online templates in Snap XMP Desktop.

  1. In Snap XMP Desktop, open the Survey Overview window.
  2. Click OnlineSurveysIcon.png to view the Online Surveys.
  3. Select the survey that will be the basis of your survey template.
Survey overview showing the online folders and surveys
  1. Select File|Save as Template to display the New Online Template dialog. A default survey template name and folder are entered in the dialog. You can change these before saving. In our example the name is “Conference survey template” and the location is “Demo Folder”.
New Online Template dialog
  1. Click OK to save the survey template.
Survey overview showing the online survey template
  1. The survey template is now available for use in Snap XMP Online.

Upload Template Thumbnail in Snap XMP Online

In the Summary section of a survey template, you have the option to upload a thumbnail image. This can help users identify the survey template when they are creating a new survey.

  1. Select the survey template in Your work to display the Summary.
Upload a thumbnail for the survey template
  1. Click the Upload thumbnail button to display the Upload thumbnail dialog.
Select the thumbnail file
  1. Click the Select file button to select an image. Here, the image has previously been created by copying part of the questionnaire.
Open the thumbnail file
  1. Click Open to display the image in the Summary section.
Thumbnail image shown in Summary tab

The post Creating a survey template for use in Snap XMP Online appeared first on SnapSurveys.

]]>
Masking https://www.snapsurveys.com/support-snapxmp/snapxmp/masking/ Wed, 24 Jun 2020 13:46:58 +0000 https://www.snapsurveys.com/support-snapxmp/?post_type=epkb_post_type_1&p=415 What is masking? As part of your survey you may want to ask questions that follow on or rely on answers given in previous questions. Masking is used to pass on answers from a question that will provide information for use in subsequent questions. Masking can make the questionnaire easier to answer by showing the […]

The post Masking appeared first on SnapSurveys.

]]>
What is masking?

As part of your survey you may want to ask questions that follow on or rely on answers given in previous questions. Masking is used to pass on answers from a question that will provide information for use in subsequent questions.

Masking can make the questionnaire easier to answer by showing the respondent a shorter list of answers that are relevant to them.

In cases where only one answer is left then the question can be automatically answered. This reduces the length of the questionnaire for the respondent.

Adding a mask to your question

  1. Select the question that requires masking. Masking is available on Single Choice and Multiple Choice questions.
  2. In the Build side menu select the Validation and Masking side menu.
Build side menu with Validation and Masking highlighted
  1. Go to the Masking section.
Set a mask for the selected question
  1. Click in the Mask field to enter a mask expression for the question.
  2. You can use any logical expression.
Example MaskDescription
Q1Only display codes that have been selected in Q1
Not Q1Hide all codes selected in Q1
Q1 or Q2Display codes that have been selected in Q1 or Q2.
2~4This is a static mask that shows codes 2 to 4.

Masking Errors

If the Mask entered is invalid for the selected question then the field will be highlighted in red.

Red background showing a masking error

An error message will also be displayed.

Error message for invalid masking

Automatically answering a question

The Auto-answer feature can be set on questions with masking. When there is only one possible response to the question, it will be answered automatically and the questionnaire will move on to the next question.

  1. Select the question that you would like to be automatically answered.
  2. Select the Validation and Masking side menu.
  3. Go to the Masking section.
  4. Tick the Auto-answer field to turn auto-answer on for the selected question.
Set the auto-answer flag to allow the question to be automatically answered when there is only one possible answer

The post Masking appeared first on SnapSurveys.

]]>
Validation https://www.snapsurveys.com/support-snapxmp/snapxmp/validation/ Wed, 24 Jun 2020 13:18:36 +0000 https://www.snapsurveys.com/support-snapxmp/?post_type=epkb_post_type_1&p=412 Validation ensures that the respondent enters data into a question in the correct format and that other input criteria are satisfied. The validation includes: making a question mandatory , where the participant must answer it setting the maximum length for a free format text answer adding a pattern, such as a date or email address, […]

The post Validation appeared first on SnapSurveys.

]]>
Validation ensures that the respondent enters data into a question in the correct format and that other input criteria are satisfied.

The validation includes:

  • making a question mandatory , where the participant must answer it
  • setting the maximum length for a free format text answer
  • adding a pattern, such as a date or email address, that the answer needs to match
  • setting a minimum number of answers for multiple response questions
  • setting a maximum number of answers for multiple response questions
  • setting the ordering of the code values with the ability to exclude some codes from the ordering
  • setting an initial value for a question
  • making a question read only

The Validation & Masking menu can be found in the Build side menu.

Build side menu with Validation and Masking highlighted

Making a question mandatory

 When the Mandatory box is ticked the respondent must give an answer to the question asked. The Mandatory option is available for all question types.

Set the selected question as mandatory

Setting the minimum number of answers

You can set the minimum number of answers for multiple response questions. This feature is set in the Validation and Masking side menu.

The Mandatory option needs to be set on before the Min answers drop down list is enabled.

Select the Min answers from the drop down list. Here the minimum number of answers is 1.

Set the minimum number of answers allowed for a multi choice question

Setting the maximum number of answers

You can set the maximum number of answers for multiple response questions. This feature is set in the Validation and Masking side menu.

Select the Max answers from the drop down list. Here the maximum number of answers is 2. The respondent can choose up to 2 answers for this question.

Set the maximum number of answers allowed for a multi choice question

Making an answer mutually exclusive

A mutually exclusiveanswer can only be selected on its own. This can be used when there are several answers to choose from alongside answers such as, “Other” or “Don’t Know”. If these answers are selected by the respondent you may want to deselect or prevent the other answers being selected. This can be done by setting an answer to be mutually exclusive.

  1. Select the question that you would like to set with a mutually exclusive answer.
  2. Select the Validation & masking side menu.
  3. Go to the Mutually-exclusive options.
  4. Select the box next to the answer or answers that are mutually exclusive.
Set the mutually exclusive answers for a multi choice question
  1. Selecting a mutually exclusive code in a multiple response question will clear all other codes. If you select another code after a mutually exclusive code, then the mutually exclusive code is cleared.

Ordering

To avoid any interview bias, it is possible to rotate or re-order the codes of a question. The codes are re-ordered each time the question is shown in an interview, according to the ordering option selected.

During the interview the question codes are re-arranged in the specified order. The code numbers remain the same and the response is recorded against the correct answer code.

The available ordering options are

  • None: the codes are always presented in the order shown.
  • Inverse: the codes are presented in reverse order in successive interviews.
  • Forward: the codes move forward on successive interviews.
  • Random: The codes are randomly re-arranged for each interview.

You can set ordering in the Validation and Masking side menu in the Build tab.

  1. Select the question that you wish to order
  2. Select the Validation & masking side menu.
  3. Go to the Ordering option.
  4. In Method select the type of ordering.
Ordering methods available

Excluding codes from the ordering

There is often a requirement to leave some codes in their original positions, for example, when the question contains a code such as “Other” or “None of the above”. These codes are usually displayed at the end of the list of choices. You can exclude final codes from the ordering by specifying the code value(s) to exclude in the Exclude field. This can be a single number or a comma separated list, but must include the final code.

You can exclude codes in the Validation and Masking side menu in the Build tab.

  1. Select the question where you wish to exclude codes.
  2. Select the Validation & masking side menu.
  3. Go to the Ordering option.
  4. In Exclude enter the code or codes to exclude from the ordering.

For example, a question has 6 codes with “None of the above” as the last code. In Exclude, enter 6 to exclude the final code. When the question is shown in an interview, code 6 will remain in its original position and codes 1 to 5 will be ordered randomly.

Ordering the codes in a Random order and excluding code value 6

Initial Value

An initial value can be set for a question. This value is selected or displayed in the question when a participant is completing the questionnaire. The Initial Value field can be set to a code, literal constant or an expression using values from the preceding questions, depending on the question style.

The initial value is set in the Validation and Masking side menu in the Build section.

  1. Select the question where you wish to exclude codes.
  2. Select the Validation & masking side menu.
  3. Go to the Initial Value option.
  4. In Value, enter the code, literal or expression.

For example, in a single choice question enter 1 to select the first code.

Initial value set to 1, the first code value

For an example on how to set the initial value using an expression a questionnaire is set up with Q2 is an Open Series question asking for the number of adults and children in a group of people at a restaurant and Q3 is an Open Ended question asking how many people in the party ordered food. Usually everyone orders food so the default for Q3 is the total number of people in Q2. InitialValue2.PNG

Select Q3 and in Value, enter the expression Q2a + Q2b so the initial value in Q3 defaults to the total number of people entered in Q2.

Read Only

When a question is set as Read only this prevents the participant from answering or overwriting that question during an interview.

The read only property may be used where:

  • the question is seeded with values from a participant database that you do not want the participant to change
  • the question contains an initial value that is based on answers to previous questions in the survey that you do not want the participant to change

You can set a question as read only in the Validation and Masking side menu in the Build section.

  1. Select the question where you wish to exclude codes.
  2. Select the Validation & masking side menu.
  3. Go to the Initial Value option.
  4. In Read only, select Yes to prevent the participant from changing the question, or No to allow the participant to edit the question.
Read only flag in the Snap Online Designer

The post Validation appeared first on SnapSurveys.

]]>
Routing https://www.snapsurveys.com/support-snapxmp/snapxmp/routing/ Wed, 24 Jun 2020 11:05:49 +0000 https://www.snapsurveys.com/support-snapxmp/?post_type=epkb_post_type_1&p=410 What is routing? In your questionnaire you often want to ask certain questions to specific groups of respondents rather than all respondents. This is usually based on the answers they have already selected in previous questions.  Question routing sets up the questionnaire so respondents are only asked questions relevant to them during completion. Questions that […]

The post Routing appeared first on SnapSurveys.

]]>
What is routing?

In your questionnaire you often want to ask certain questions to specific groups of respondents rather than all respondents. This is usually based on the answers they have already selected in previous questions.

 Question routing sets up the questionnaire so respondents are only asked questions relevant to them during completion. Questions that are not relevant to them are skipped. You can set up the routing rules in the Routing side menu in the Build side menu in the Online Designer.

Build side menu with Routing highlighted

There are three types of routing rules that can be used in a Snap XMP Online questionnaire.

  • Ask this question if … – the question is only asked if a specific answer or answers have been given to a previous question.
  • Go-to routing – the next question that is asked is dependent on the answer selected.
  • Post-condition routing – this will forward the respondent onto the next relevant question regardless of the answer given.

Setting up Ask this question if… routing

Questions with this type of routing are only asked if a specific answer or answers have been given to a previous question. Before this question is asked, Snap XMP Online checks that the routing conditions are met. If the conditions are met the question is asked, otherwise it is skipped.

There are 3 restrictions for this type of routing

  • only one such rule is allowed per question
  • the rule can reference more than one question
  • the rule can only reference previously asked questions on the questionnaire

Steps to follow when setting up the routing are

  1. Select Routing in the side menu. This is underneath the Insert question menu.
  2. Select the Edit Routing icon icon on the Ask this question if… item.
  3. This shows a Manage pre-condition routing window where you can enter the routing relationships.
Manage pre-condition routing for ask this question if routing
  1. There is an expression entry for every section or row in the question. In this example, Q6 is the Multiple Choice section and Q6a is the Other response section.
  2. Add a routing expression for the question. Further details on routing rules can be found in Routing rules expressions.
  3. Click OK to save the routing.
FieldsDescription
ExpressionThis is the condition that needs to be satisfied for the question to be asked. More details on expression are given in Routing Rule Expressions.
ActionYou can click the bin icon to delete the routing on the question shown in the same row.
ScopeThe scope selects whether the expression will apply to all questions in the dialog list or only the current selection.
Display settingsThis drop down shows a list of options for hiding or displaying the routing on your questionnaire.
OKClick OK to save the routing.
CancelClick Cancel to cancel any changes made.

Setting up Go-to routing

This routing will direct a respondent to the next relevant question within the questionnaire depending on the answer they select.

This type of routing is available for Multiple Choice, Single Choice and Drop down questions. This routing is usually used with single response questions. If a multiple response question has Go to routing on several codes going to different question numbers, then the routing will go to the question furthest down the questionnaire.

Steps to follow when setting up the routing are

  1. Select Routing in the side menu. This is underneath the Insert question menu.
  2. Select the Edit Routing icon icon on the Go-to routing item.
  3. This shows a Manage go-to routing window where you can enter the routing relationships
Manage go-to routing
  1. The Target drop down contains the list of available target question. Select the target question from the drop down list. The target question will be the next question when the corresponding answer is selected.
  2. Click OK to save the changes.
FieldsDescription
Code labelThe code labels from the selected question
TargetThis is a list of all the questions that are after the selected question. This list also includes titles and the end of the questionnaire. You can choose the question you would like to go to when this answer is selected.
Display settingsThis drop down shows a list of options for hiding or displaying the routing on your questionnaire.
Bin IconYou can click this icon to delete the routing on the code label in the same row.
OKClick OK to save the routing.
CancelClick Cancel to cancel any changes made.

Setting up Post-condition routing

This will forward the respondent onto the next relevant question in the questionnaire irrespective of the answer given in the current question.

Steps to follow when setting up the routing are

  1. Select Routing in the side menu. This is underneath the Insert question menu.
  2. Select the Edit Routing icon icon on the Post-condition routing item.
  3. This shows a Manage post-condition routing window where you can enter the routing relationships
Manage post-condition routing
  1. Add a routing expression for the question. Further details on routing rules can be found in Routing rules expressions.
  2. Select the target question from the list available.
  3. Click Add rule if you need more than one post-condition rule. Then repeat steps 4 and 5 to add the routing.
  4. Click OK to save the routing changes.
FieldsDescription
ExpressionThis is the condition that needs to be satisfied in order to go to the target question. More details on expression are given in Routing Rule Expressions.
TargetThis is a list of all the questions that are after the selected question. This list also includes titles and the end of the questionnaire. You can choose the question you would like to go to when this expression is satisfied.
Display settingsThis drop down shows a list of options for hiding or displaying the routing on your questionnaire.
Bin IconYou can click the bin icon to delete the routing on the question shown in the same row.
Add ruleYou can have more than one post-condition routing expression. You can click the Add Rule button to add another expression row.
OKClick OK to save the routing.
CancelClick Cancel to cancel any changes made.

Showing Routing

Routing can be hidden or displayed in the questionnaire when it is used for interviewing or printed on paper. This setting is in all the Manage routing dialogs which appear after clicking the Edit Routing icon routing icon.

Show the routing icons on the questionnaire

The 3 options available are:

  • Paper only – routing is shown on paper questionnaires, but not other publication methods.
  • Always show – routing is always displayed on the questionnaire in all publication methods.
  • Never show – routing is not shown on the questionnaire in any form of publication method.

If questions are moved around after routing rules have been set up, the routing will automatically be updated with the new question numbers.

Viewing the question relationships

The Routing side menu shows the routing rules and relationships that have been applied to the selected question.

The Routing menu shown below has no routing applied and is the default when adding a question into a questionnaire.

Routing side menu showing the routing applied to the selected question

The following menu has some routing applied. In each section of routing you can see the routing expressions that are applied on the selected question, which is Q6 in this example.

The question has

  • Ask this question if routing on Q6 which uses the answer for Q5. Q5 is listed as a Source in the Relationships section.
  • Ask this question if routing on Q6a which is shown when the Other response is chosen
  • Go-to routing where the target is Q8 when the Solution Desk answer is selected. Q8 is listed as under Dependencies in the Relationships section.
Routing side menu showing the routing relationships for the selected question

The post Routing appeared first on SnapSurveys.

]]>
Questionnaire properties https://www.snapsurveys.com/support-snapxmp/snapxmp/questionnaire-properties/ Wed, 24 Jun 2020 09:12:06 +0000 https://www.snapsurveys.com/support-snapxmp/?post_type=epkb_post_type_1&p=402 You can set up the questionnaire properties in the Questionnaire properties side menu in the Build section. In the Questionnaire properties are the following sections Layout Buttons Save and Submit Using the title as the questionnaire header The Layout section of the Questionnaire properties side menu includes the Header and Interview title options for the […]

The post Questionnaire properties appeared first on SnapSurveys.

]]>
You can set up the questionnaire properties in the Questionnaire properties side menu in the Build section.

Build side menu with Questionnaire properties highlighted

In the Questionnaire properties are the following sections

  • Layout
  • Buttons
  • Save and Submit

Using the title as the questionnaire header

The Layout section of the Questionnaire properties side menu includes the Header and Interview title options for the questionnaire.

Questionnaire layout properties
Layout OptionsDescription
HeaderThe header used is the first Title type question in the questionnaire. Selecting Yes shows the header on every page of the questionnaire. Selecting No does not show a header.
Interview TitleThis is the Interview title that is shown on the Analysis reports.

Setting the buttons properties

You can specify which buttons appear on the pages of your questionnaire. The survey template used to create the survey determines how the buttons look when the questionnaire is running.

Buttons properties
ButtonsDescription
BackGo to previous page.
ResetClear all the respondent’s entries on this page.
RestartClose the current interview and restart the survey.
PrintPrint the current page.
SaveSave the current state of the survey.
NextGo to the next page. This is always displayed on every page.
SubmitSubmit the survey response. This button is always used in the questionnaire.
Button Display OptionsDescription
Do not showNever show this button when running the questionnaire.
All pagesAlways show this button on every page when running the questionnaire.
All but first pageDo not show this button on the first page, but show the button on the other pages.
All but last pageDo not show this button on the last page, but show the button on the other pages.
First page onlyOnly show this button on the first page.
Last page onlyOnly show this button on the last page.

Set the web page shown when the respondent saves and submits

The Save and Submit options determine what happens after the respondent chooses to Submit or Save their response.

Save and Submit landing web page properties
Save & Submit OptionsDescription
Close on submitClose the questionnaire web page when the respondent clicks the Submit button.
Submit URLThis is the URL of the web page that is shown when the respondent clicks the Submit button. The Default URL is provided by Snap Surveys and displays a Thank you message.
Save URLThis is the URL of the web page that is shown when the respondent clicks the Save button. The Default URL is provided by Snap Surveys and displays a Thank you message.

The post Questionnaire properties appeared first on SnapSurveys.

]]>
Changing the look of the question https://www.snapsurveys.com/support-snapxmp/snapxmp/changing-the-look-of-the-question/ Wed, 24 Jun 2020 08:58:45 +0000 https://www.snapsurveys.com/support-snapxmp/?post_type=epkb_post_type_1&p=400 Changing the text The text in the questions can be changed. This includes the question and code labels. When a text item is selected the Formatting toolbar is enabled. The text attributes that can be changed are Font Font size Bold, italic and underline formats In the Build section you can change the text by […]

The post Changing the look of the question appeared first on SnapSurveys.

]]>
Changing the text

The text in the questions can be changed. This includes the question and code labels.

When a text item is selected the Formatting toolbar is enabled.

Build format toolbar with the font properties highlighted

The text attributes that can be changed are

  • Font
  • Font size
  • Bold, italic and underline formats

In the Build section you can change the text by

  • Selecting the text you want to update and then updating the text attributes.
  • Change the text attribute and the text entered from the current cursor position will be updated.

Changing the colour

The colour of the text fields can be changed. This includes the question and code labels.

When a text item is selected the Formatting toolbar is enabled.

Build format toolbar with the color properties highlighted

The colour can be changed for

  • Text
  • Background

In the Build section you can change the colour by

  • Selecting the text you want to update and then updating the colour.
  • Change the colour and the text entered from the current cursor position will be in the new colour.

Changing the spacing

The spacing on grid style questions, such as a Grid and Open Series question, can be adjusted for each question.

The area of the question is split between the Text area and the Answer area.

Grid question spacing areas

In a Grid question the Question toolbar has two fields that control the question spacing, the Text width and Answer width. You can change the amount of space that each area occupies by altering the Text width or Answer width percentages.

Grid question spacing properties

In an Open Series question the Question toolbar has three fields that control the question spacing, the Text width, Answer width and Input width. Changing the Text width and Answer width alters the ratio of the areas in the same way as the Grid question. The Input width is the percentage of the Answer width that will be used for the answer text box width.

Open Series spacing properties

The total percentage of the Text width and the Answer width must always add up to 100%. The minimum width is 1% and the maximum width is 99%.

Showing or hiding a question

Some questions are only applicable for certain media. For example, you may want to show different information in a paper edition to a web edition. This can be achieved by managing the visibility of the question.

There are two ways to show or hide a question.

Current Edition

  1. Click on the question to show the Question toolbar.
  2. The visibility can be changed on the Question toolbar. This question is visible.
Question toolbar with the visibility icon highlighted
  1. Click Shown icon icon to hide the question.
  2. The question is shown as hidden. Click on the hidden question to show the toolbar again.
  3. The icon changes to Hidden icon which shows that the question is hidden.
  4. Click Hidden icon again to make the question visible.
  5. This changes the visibility of the question in the current edition.

All Editions

  1. Click on the question to show the Question toolbar.
  2. Click the More menu on the Question toolbar and click the Manage Visibility item.
  3. This shows the Manage Visibility dialog.
Manage visibility for each edition
  1. Toggle the Visible button between Yes and No for each available edition to change the visibility.
  2. Click OK to save the changes.

The post Changing the look of the question appeared first on SnapSurveys.

]]>
Editing a question https://www.snapsurveys.com/support-snapxmp/snapxmp/editing-questions/ Tue, 23 Jun 2020 15:52:46 +0000 https://www.snapsurveys.com/support-snapxmp/?post_type=epkb_post_type_1&p=398 Moving a question You can move your questions to a different location in the questionnaire. Click on the question you wish to move to show the Question toolbar. Click the More menu and select the Move item. This will display Paste buttons in all the available question locations. Click the Paste button at the new […]

The post Editing a question appeared first on SnapSurveys.

]]>
Moving a question

You can move your questions to a different location in the questionnaire.

  1. Click on the question you wish to move to show the Question toolbar.
  2. Click the More menu and select the Move item.
More menu with Move highlighted
  1. This will display Paste buttons in all the available question locations.
  2. Click the Paste button at the new location.
Paste buttons showing the location to paste the question
  1. The question will be moved to this location and the questions in the questionnaire are renumbered.
  2. Click Abort Paste on the Edit Menu to cancel the move.

Copying a question

You can copy your questions to a different location in the questionnaire.

  1. Click on the question you wish to copy to show the Question toolbar.
  2. Click the More menu and select the Copy item.
More menu with Copy highlighted
  1. This will display Paste buttons in all the available question locations.
  2. Click the Paste button at the new location.
Paste buttons showing the location to paste the question
  1. The question will be copied to this location and the questions in the questionnaire are renumbered.
  2. Click Abort Paste on the Edit Menu to cancel the copy.

Deleting a question

  1. Click on the question you wish to delete to show the Question toolbar.
  2. Click the bin icon on the Question toolbar.
Question toolbar with the delete icon highlighted
  1. The question will be deleted immediately.
  2. If you have deleted the question by accident use the Undo button to restore it.

The post Editing a question appeared first on SnapSurveys.

]]>
Undo and Redo https://www.snapsurveys.com/support-snapxmp/snapxmp/undo-and-redo/ Thu, 18 Jun 2020 16:36:39 +0000 https://www.snapsurveys.com/support-snapxmp/?post_type=epkb_post_type_1&p=291 Sometimes as you are working you may make a mistake. You can use the Undo function to undo your last action editing the questionnaire. Redo allows you to redo the previously undone action. The Undo and Redo buttons are located on the Online Designer menu. Click the Undo button to cancel your last action. The […]

The post Undo and Redo appeared first on SnapSurveys.

]]>
Sometimes as you are working you may make a mistake. You can use the Undo function to undo your last action editing the questionnaire. Redo allows you to redo the previously undone action.

The Undo and Redo buttons are located on the Online Designer menu.

Undo and Redo menus
  • Click the Undo button to cancel your last action. The Undo count will decrease by 1 and the Redo count will increase by 1. When the Undo count is 0 the Save button is greyed out.
  • Click the Redo button to redo the previously undone action. The Redo count will decrease by 1 and the Undo count will increase by 1.

There are some actions that you cannot undo, such as saving the questionnaire.

The post Undo and Redo appeared first on SnapSurveys.

]]>
Testing your questionnaire https://www.snapsurveys.com/support-snapxmp/snapxmp/testing-your-questionnaire/ Thu, 18 Jun 2020 16:17:43 +0000 https://www.snapsurveys.com/support-snapxmp/?post_type=epkb_post_type_1&p=289 Now the questionnaire is complete you can test it to ensure no errors have been made in the design process. You can enter test cases into the questionnaire to check that the questions, routing, validation and look of the questionnaire behave in the way you want. You should test all aspects of your questionnaire. If […]

The post Testing your questionnaire appeared first on SnapSurveys.

]]>
Now the questionnaire is complete you can test it to ensure no errors have been made in the design process. You can enter test cases into the questionnaire to check that the questions, routing, validation and look of the questionnaire behave in the way you want.

You should test all aspects of your questionnaire.

  • Check the format of each question. For example, the font and text colour.
  • Test the question response for every question. For example, if you have set up a question that allows more than one answer check that you can enter multiple answers. If you have a question that requires a single answer, check that you cannot enter multiple answers.
  • Test the routing of the questionnaire to make sure that the correct questions are displayed according to the responses given. For example, check that the Other response text box is displayed when the associated choice is selected in a Multiple Choice question.
  • Test the validation. For example, check that the correct number of characters can be entered.
  • Test the patterns. For example, check that a valid email address can be entered when the question’s pattern is set to email address and an invalid one cannot.

If you make any changes to the questionnaire, you should repeat the testing process.

First, the questionnaire has to be published in Snap XMP Online.

Publishing your survey for the first time

Your questionnaire is now ready for publishing. The publishing process creates web pages that run a survey in a web browser. When the Collect tab is selected the Overview is shown by default. This shows the status of the survey and is where you publish the survey.

  1. Click the Collect tab and go to the Overview section.
  2. Click the Publish current version button to publish your survey.
Publish current version button
  1. You will be asked to confirm that you want to publish. Click OK to publish the survey.

When you have published your survey the Overview now displays further information with sections for

  • Overview displays the current survey status.
  • Paper Interviews contains a PDF download.
  • Web Interviews shows the details for online interviewing.

Publishing an updated version of your survey

Sometimes you will need to change a questionnaire after it has been published. The updated questionnaire needs to be republished to ensure that the respondents are completing the latest version.

  1. From the Collect section navigate to the Settings side menu.
  2. In the Overview heading a warning message is shown when the questionnaire has been changed after it was last published. This means that the latest questionnaire is not the same as the published questionnaire that the respondents are currently completing.
Warning message that the survey has changed after publishing
  1. Interviewing needs to be paused before the survey can be published with the latest questionnaire. Click Pause interviewing.
  2. The interviewing is now paused and you can see the Publish current version button. Click on the Publish current version button to publish the latest version of the questionnaire.
  3. After you have published your survey’s latest version the message indicates that the most recent version of the survey is being used for interviewing. Click Resume interviewing to restart the interview process.

Previewing the published survey

Previewing the published questionnaire allows you to check how the questionnaire appears in the web browser, enter a number of test responses and try out the routing and validation. These test responses will not be saved or affect the survey data responses.

You can test the published survey

  • prior to starting interviewing
  • after interviewing has started when the survey is live
  1. From the Collect section navigate to the Settings side menu.
  2. Scroll down to the Web Interviews heading, if necessary.
  3. Click the Launch preview button. This opens the questionnaire in a new web browser tab.
  4. This starts with a notice that this is a survey preview and responses entered in the preview will not be saved and will not affect the survey results.
  5. Click the message” I understand – start the preview” to proceed.
  6. The preview starts the currently published questionnaire, and you can enter some test responses to check your questionnaire.
  7. If you need to make any changes, you can update the questionnaire and publish it again.

The post Testing your questionnaire appeared first on SnapSurveys.

]]>
Previewing your questionnaire https://www.snapsurveys.com/support-snapxmp/snapxmp/previewing-your-questionnaire/ Thu, 18 Jun 2020 10:27:16 +0000 https://www.snapsurveys.com/support-snapxmp/?post_type=epkb_post_type_1&p=258 Once you have completed your questionnaire, you can test it to make sure there are no errors in the design process. You can preview the questionnaire to check that the questions, routing, validation and look of the questionnaire behave in the way you want. First, publish the questionnaire in Snap XMP Online. Publishing your survey […]

The post Previewing your questionnaire appeared first on SnapSurveys.

]]>
Once you have completed your questionnaire, you can test it to make sure there are no errors in the design process. You can preview the questionnaire to check that the questions, routing, validation and look of the questionnaire behave in the way you want.

First, publish the questionnaire in Snap XMP Online.

Publishing your survey for the first time

Your questionnaire is now ready for publishing. The publishing process creates web pages that run a survey in a web browser. When the Collect tab is selected the Overview is shown by default. This shows the status of the survey and is where you publish the survey.

  1. Click the Collect tab and go to the Overview section.
  2. Click the Publish current version button to publish your survey.
Publish current version button
  1. A message asks you to confirm that you want to publish. Click OK to publish the survey.

When you have published your survey the Overview now displays further information with sections for

  • Overview displays the current survey status.
  • Paper Interviews contains a PDF download.
  • Web Interviews shows the details for online interviewing.

Publishing an updated version of your survey

Sometimes you will need to change a questionnaire after publication. You need to publish the questionnaire again to ensure that the respondents complete the latest version.

  1. From the Collect section navigate to the Settings side menu.
  2. The Overview heading displays a warning message if there are changes to the questionnaire after it was the last publication. This means that the latest questionnaire is not the same as the published questionnaire that the respondents are currently completing.
Warning message that the survey has changed after publishing
  1. You need to pause interviewing before publishing the survey again with the latest questionnaire. Click Pause interviewing.
  2. The Publish current version button is available after pausing interviewing. Click on the Publish current version button to publish the latest version of the questionnaire.
  3. After publishing your survey’s latest version, the message indicates that the most recent version of the survey is being used for interviewing. Click Resume interviewing to restart the interview process.

Previewing the published survey

Previewing the published questionnaire allows you to check how the questionnaire appears in the web browser, enter a number of test responses and try out the routing and validation. These test responses will not be saved or affect the survey data responses.

You can test the published survey

  • prior to starting interviewing
  • after interviewing has started when the survey is live
  1. From the Collect section navigate to the Settings side menu.
  2. Scroll down to the Web Interviews heading, if necessary.
  3. Click the Launch preview button. This opens the questionnaire in a new web browser tab.
  4. This starts with a notice that this is a survey preview and responses entered in the preview will not be saved and will not affect the survey results.
  5. Click the message” I understand – start the preview” to proceed.
  6. The preview starts the currently published questionnaire, and you can enter some test responses to check your questionnaire.
  7. If you need to make any changes, you can update the questionnaire and publish it again.

The post Previewing your questionnaire appeared first on SnapSurveys.

]]>
Saving your questionnaire https://www.snapsurveys.com/support-snapxmp/snapxmp/saving-your-questionnaire/ Thu, 18 Jun 2020 10:26:16 +0000 https://www.snapsurveys.com/support-snapxmp/?post_type=epkb_post_type_1&p=254 At this stage you will want to save your questionnaire. The Save button is located on the Online Designer menu. The Save button text is shown in red when there are changes to save. Click the Save button to save your survey and questionnaire. You will receive a confirmation message saying “Survey saved. Save was […]

The post Saving your questionnaire appeared first on SnapSurveys.

]]>
At this stage you will want to save your questionnaire. The Save button is located on the Online Designer menu. The Save button text is shown in red when there are changes to save.

Save menu
  1. Click the Save button to save your survey and questionnaire.
  2. You will receive a confirmation message saying “Survey saved. Save was successful”.
  3. The Save button then becomes greyed out.

The post Saving your questionnaire appeared first on SnapSurveys.

]]>
Inserting page breaks https://www.snapsurveys.com/support-snapxmp/snapxmp/inserting-page-breaks/ Wed, 17 Jun 2020 16:36:39 +0000 https://www.snapsurveys.com/support-snapxmp/?post_type=epkb_post_type_1&p=251 Page Breaks are used to separate the questions on to different pages. You can use them to group like questions on a page. Your questionnaire may change depending on the answers the respondent selects and you can put dependent questions on different pages. You can find the Page break at the bottom of the Insert […]

The post Inserting page breaks appeared first on SnapSurveys.

]]>
Page Breaks are used to separate the questions on to different pages. You can use them to group like questions on a page. Your questionnaire may change depending on the answers the respondent selects and you can put dependent questions on different pages.

You can find the Page break at the bottom of the Insert question side menu.

Page Break menu

You can insert a Page break in the same way as other questions by either double click or drag and drop.

Use your preferred method to insert the page break. The example shows a page break between the subtitle and Q1.

Page Break in the Snap Online Designer

The post Inserting page breaks appeared first on SnapSurveys.

]]>
Inserting your questions https://www.snapsurveys.com/support-snapxmp/snapxmp/inserting-questions/ Wed, 17 Jun 2020 15:32:10 +0000 https://www.snapsurveys.com/support-snapxmp/?post_type=epkb_post_type_1&p=243 Once you have created your new survey, Snap XMP Online displays the Build section of the questionnaire. The Build section is where you design your questionnaire. In the Build section you can This section takes you through the steps to build an example questionnaire. The questionnaire is based on a conference event where the organizers […]

The post Inserting your questions appeared first on SnapSurveys.

]]>
Once you have created your new survey, Snap XMP Online displays the Build section of the questionnaire. The Build section is where you design your questionnaire.

In the Build section you can

  • Insert questions
  • Add routing
  • Include validation and masking
  • Change the questionnaire properties
  • Preview and test your questionnaire

This section takes you through the steps to build an example questionnaire. The questionnaire is based on a conference event where the organizers would like feedback from the people who have attended the event.

These step by step instructions show you how to add a number of questions to create a questionnaire in Snap XMP Online.

Inserting a question

At the start of your questionnaire there may be questions that are automatically added from the template you have chosen. When you want to add new questions you can use the Insert question side menu to select a question style or use the keyboard shortcut.

Insert question menu showing the available questions

Once you have selected a question style from the Insert question side menu, there are three ways of inserting a question

  • Double click

This will insert the new question after the currently selected question in the questionnaire. If no question is selected, the new question is inserted at the end of the questionnaire.

  • Drag and drop

As you drag the question over the questionnaire you will see a Drop here message that shows you where the question will be placed.

Drop here message
Drop here
  • Keyboard Shortcut

Use Ctrl and Enter to insert a new question after the current question. This creates a question that can be from the Single choice or Multiple choice group of questions.

Question Toolbar

When a question is selected in the Online Designer a Question toolbar is displayed that lets you edit the question.

You can see the type of question in the drop down on the Question toolbar. The example below is a Title question.

Question toolbar for a Title question

Toolbar Icons

Description

ToolbarRouting.png

Click to open the Routing side menu for the current question.

ToolbarValidation.png

Click to open the Validation &Masking side menu for the current question.

ToolbarClose.png

Close the Question toolbar. Click on the question to open the Question toolbar again.

ToolbarShowHide.png

Click to toggle the visibility of the question for the current edition of the questionnaire.

ToolbarDelete.png

Click to delete the question.

ToolbarMore.png

Click to open the More menu which gives further actions.

More menu

Clicking the ToolbarMore.png button on the Question toolbar displays the following menu.

More menu opened from the Question toolbar

Menu Item

Description

Move

Move the question to another position in the questionnaire. Choose where to paste the question by selecting the relevant paste button. Click Abort Paste on the Questionnaire edit menu bar to cancel the operation.

Copy

Copy the question to another position in the questionnaire. Choose where to paste the question by selecting the relevant paste button. Click Abort Paste on the Questionnaire edit menu bar to cancel the operation.

Manage visibility

Display the Manage visibility dialog where you can set whether the question is shown or hidden for all the available editions.

Show other response

Available in a multiple choice question and inserts a label and a text input field that allows the respondent to enter free format text. This allows the respondent to enter an answer that is not included on the list.

Show footnote/

Hide footnote

Toggle the footnote to show or hide. The footnote is shown below the question and can contain additional information to the question.

Merge into grid above

Available when there are two consecutive grid questions that can be merged to create one grid.

Split into new grid

Available for a grid with multiple rows to split the questions into a new grid.

Reset all grid rows to default style

Remove formatting on the grid and return it to the default style. This does not alter other changes such as number of Options or Rows.

Adding a title

A questionnaire normally starts with a heading explaining the questionnaire’s purpose. The title can contain text and a logo or other image.

  1. To set the title text click in the Title text box.
New Title question
  1. Enter the title of your questionnaire.
Title question

Inserting a Logo in the Title

Often a questionnaire heading includes branding. This can be a logo or other image that is displayed by itself or with a title. In this example, the Snap Surveys logo is used.

  1. Click the Insert an Image button on the Format toolbar.
Format toolbar
  1. The Image Browser dialog opens.
  2. Each image can be provided with a description in the Alt/Title text. This is used as the tool tip, when the respondent is unable to see the image and is also used by voice readers active on the browser. This example shows the description as Snap Surveys logo.
Image Browser highlighting Alt text
  1. Click the Choose an image button to select an image.
  2. The Select an image to insert dialog shows the available images. If your image is not shown, use the Choose file button to find and select the image.

NOTE: In some web browsers the button is called Browse rather than Choose file.

NOTE: The image is stretched to fit in the dialog box however it will display in its expected ratio in the questionnaire.

Select an image
  1. Select the image you would like to insert and click OK. This takes you back to the Image Browser where you can click OK again. The selected image is inserted into the Title text as shown.

NOTE: In some web browsers the Image Browser displays Resize % to resize the image..

Title with image

Adding a Sub Title

The sub title usually contains text that provides more information about the questionnaire.

  1. Select the Sub title question from the Titles and instructions section of the Insert question menu.
Titles and instructions menu
  1. Insert a Sub title question into the questionnaire.
New Sub Title question
  1. Click in the Sub Title text and enter your text
Sub Title question

Adding a Single Choice question

Next, add a Single choice question where the respondent can select a Yes or No answer.

  1. Select the Single Choice question from the Single choice questions section of the Insert question menu.
Single choice questions menu
  1. Insert a Single Choice question into the questionnaire.
  2. Set the number of Choices to 2 as the question has two answers.
  3. This question is going to be displayed vertically so the number of Columns remains at 1.
New Single choice question
  1. Enter the Single Choice question text “Would you like to receive further information on any of today’s workshops?”
  2. Click in each Option Text and add the desired text.
Single Choice question

Adding a Multiple choice question

A Multiple Choice question is similar to a Single Choice question, as it contains answers with radio or check boxes, but the respondent can respond with multiple answers.

  1. Select the Multi Choice question from the Multiple choice questions section of the Insert question menu.
Multi Choice questions menu
  1. Insert a Multi Choice question into the questionnaire.
  2. Set the number of Choices to 5 as the question has five answers.
  3. This question is going to be displayed vertically so the number of Columns remains at 1.
New Multi Choice question
  1. Click in the Multi Choice question text and enter “Please select the workshops you are interested in.”
  2. Click in each Option Text and add the desired text.
Multi Choice question

Show other response

When you are creating a list of items it is likely the list will not be exhaustive. This is where creating an answer of “Other” can help. This lets you collect further information from the respondent.

In our example, the last answer in the Multi choice question is “Other”. You can show an Open ended question where the respondent can enter free format text giving further details.

  1. Click More on the Question toolbar to open the menu.
Multi Choice question with More menu highlighted
  1. Click Show other response.
Show other response menu
  1. This inserts an Open ended question below with a label and a free format text input box. In our example, the label is entered as “If other, please specify.”
Other response question

Adding Instructions

An Instruction is text providing guidelines to a respondent on how to complete a section of the questionnaire. An Instruction can appear anywhere in the questionnaire.

  1. Select the Instruction question from the Titles and instructions section of the Insert question menu.
Titles and instructions menu
  1. Insert an Instruction question into the questionnaire.
  2. Click in the Instruction text and enter your instruction.
Instruction question

Adding a Grid Question

A Grid question consists of one or more rows of single or multiple response questions, each with one or more columns of answers, set up in a grid format. Grid questions are often used to ask respondents their attitude towards different aspects of an item using the same set of replies.

In our example, the questionnaire will ask the respondents to rate three aspects of the conference from very good to very poor.

  1. Select the Grid question from the Single choice questions section of the Insert question menu.
Single Choice questions menu
  1. Insert a Grid question into the questionnaire.
New grid question
  1. There are three aspects to rate in this question so set the number of Rows to 3.
  2. There will be five ratings to choose from so set the Choices to 5.
  3. You can change the Text width or Answer width to style the grid.
Grid question
  1. Click in each text area and add the desired wording.
Grid Question with labels

Adding an Open ended text question

An open ended text input question allows respondents to enter answers in free format text.

In the questionnaire, add a question where comments about improvements to the event can be given.

  1. Select the Open Ended question from the Text Input questions section of the Insert question menu.
Text Input questions menu
  1. Insert an Open Ended question into the questionnaire.
  2. Set the Input rows to 3 to increase the question’s response area to three lines.
  3. Click in the Open Ended question text area and enter your question text.
Open Ended question

Adding a Semantic Scale

Often in a questionnaire you would like to ask respondents how they rate a particular feature, product or service. Using a Semantic Scale question style is one way to provide a rating scale.

In our example, the question asks people who have attended the conference how likely they would be to encourage other people to attend the event.

  1. Select the Semantic Scale question from the Single choice questions section of the Insert question menu.
Single choice questions
  1. Insert a Semantic Scale question into the questionnaire.
New Semantic Scale question
  1. There is one aspect to rate in this question so set the number of Rows to 1.
  2. There will be eleven ratings to choose from so set the Options to 11.
Semantic Scale with eleven ratings
  1. Click in each text area and add the desired wording.
Semantic Scale question with labels

The post Inserting your questions appeared first on SnapSurveys.

]]>
Building your questionnaire https://www.snapsurveys.com/support-snapxmp/snapxmp/building-your-questionnaire/ Fri, 15 May 2020 14:33:32 +0000 https://www.snapsurveys.com/support-snapxmp/?post_type=epkb_post_type_1&p=53 Once you have created your new survey, Snap XMP Online displays the Build section of the questionnaire. The Build section is where you design your questionnaire. In the Build section you can This section takes you through the steps to build an example questionnaire. The questionnaire is based on a conference event where the organizers […]

The post Building your questionnaire appeared first on SnapSurveys.

]]>
Once you have created your new survey, Snap XMP Online displays the Build section of the questionnaire. The Build section is where you design your questionnaire.

In the Build section you can

  • Insert questions
  • Add routing
  • Include validation and masking
  • Change the questionnaire properties
  • Preview and test your questionnaire

This section takes you through the steps to build an example questionnaire. The questionnaire is based on a conference event where the organizers would like feedback from the people who have attended the event.

These step by step instructions show you how to add a number of questions to create a questionnaire in Snap XMP Online.

The post Building your questionnaire appeared first on SnapSurveys.

]]>
Adding a new survey https://www.snapsurveys.com/support-snapxmp/snapxmp/getting-started-with-a-new-survey/ Fri, 15 May 2020 14:28:50 +0000 https://www.snapsurveys.com/support-snapxmp/?post_type=epkb_post_type_1&p=51 A new survey is created in Your work or an existing folder. Although you can create your survey in Your work it may be easier to manage your surveys if they are in an easily identifiable folder. You can move the survey to another folder using drag and drop in the Your work side menu. […]

The post Adding a new survey appeared first on SnapSurveys.

]]>
A new survey is created in Your work or an existing folder. Although you can create your survey in Your work it may be easier to manage your surveys if they are in an easily identifiable folder. You can move the survey to another folder using drag and drop in the Your work side menu.

  1. Starting in Your work, select the folder where you want to create the new survey.
  2. Click on the New Survey button in the Summary page.
Summary tab highlighting New survey

This shows a list of one or more survey templates to choose from.

Selecting a survey template

The survey template creates an initial layout for your questionnaire, which can include questions, formatting and your organisation’s branding.

Snap XMP supplies a number of pre-defined survey templates. You may also see other survey templates that are specific to your organisation.

  1. Select the survey template you wish to use. If you need help finding a survey template, hover over the template icon to see an enlarged image. The survey template description identifies the most recently used survey template.
Select the survey template that the survey will be based on
  1. Click Next, then in Survey name, enter a name for the new survey.
Enter the survey details in the New survey dialog
  1. Click the Create survey button. This creates the survey and opens it in the Build section ready to start building your questionnaire.

The post Adding a new survey appeared first on SnapSurveys.

]]>