Use the internal memo
widget to leave comments or additional instructions directly within a survey. These comments will not be shown in the live survey and will not be included in any Microsoft Word downloads.
internal memo: AGEBREAKCHECK text: Please check the following age breaks before launch. Sometimes different age breaks are needed in survey. AGEGRP. Age group type: coded single select 1. 18-24 {if $QAGE>=18 and $QAGE<=24} 2. 25-34 {if $QAGE>=25 and $QAGE<=34} 3. 35-44 {if $QAGE>=35 and $QAGE<=44} 4. 45-54 {if $QAGE>=45 and $QAGE<=54} 5. 55+{if $QAGE>=55}
In the example above, the internal memo
note will be seen in both the SPL and IntelliBuilder, but not in the survey reports or anywhere that is respondent-facing.
Details
- The
internal memo
widget must be a standalone widget, not attached to another question in the SPL. - The
internal memo
widget requires a unique ID and atext
tag on a separate line. - The
text
tag supports the use of heredoc syntax.
Using 'internal memo' in templates
Since internal memo
is a standalone widget, it can be used to easily add notes and instructions to a survey template. The memo will be displayed in a yellow toolbar in IntelliBuilder.
SPL | IntelliBuilder |
internal memo: PRODUCT text: Replace [PRODUCT] with the product for the current project. 2A. Please tell us how you feel about your <mark>PRODUCT</mark>? type: textbox |
Tip! Enclosing text within the HTML tags <mark></mark> highlights it in IntelliBuilder, as can be seen with "PRODUCT" in the example above.
Comments
0 comments
Please sign in to leave a comment.