Skip to content

Survey Templates

A survey template can include:

SettingDescription
NameDescriptive name for the template
DescriptionNotes about when/how to use this template
QuestionsQuestion IDs and text (for multi-question surveys)
Default CodesLink to a predefined codes set
Analysis SettingsDefault values for all analysis options
Output Column PatternNaming convention for result columns
OptionDescription
survey_open_ended_analysisGeneral open-ended response coding
survey_brand_analysisBrand name identification and coding
SettingBehavior
Off (default)AI uses predefined codes as a starting point but can create new ones
OnAI only uses predefined codes; all other responses go to “Other”

Use “Freeze Codes: On” when:

  • You have a complete, validated codebook
  • Strict consistency is required across studies
  • You’re replicating a specific analysis framework

Controls when small categories are merged into “Other.”

ValueEffect
0.01Categories with <1% responses → Other
0.04 (default)Categories with <4% responses → Other
0.10Categories with <10% responses → Other

Minimum number of responses required to keep a category.

ValueEffect
1 (default)No minimum — all categories kept (subject to other threshold)
5Categories with fewer than 5 responses → Other
10Categories with fewer than 10 responses → Other

Maximal number of categories per answer.

ValueEffect
Blank (default)AI determines optimal count based on response (typically 1 - 3)
Specific numberAI does not add more categories than this number

Default column to look for responses in uploaded files.

ValueEffect
__USE_SHEET_NAME__ (default)Uses the Excel sheet name to identify the question
Specific column nameAlways looks for this column (e.g., “Response”, “Answer”)

Default column for respondent identifiers.

Controls how result columns are named in the output file.

Available placeholders:

  • {QUESTION_ID} — The question identifier (from sheet name or question mapping)
  • {CODE_NUMBER} — The category code number

Examples:

PatternExample Output
Code{CODE_NUMBER} (default)Code1, Code2, Code3…
{QUESTION_ID}_Code{CODE_NUMBER}Q1_Code1, Q1_Code2…
{QUESTION_ID}_{CODE_NUMBER}Q1_1, Q1_2, Q1_3…