Skip to content

Simple Question Types

Simple question types collect a single free-form value from the participant: either text or a number. They are the most straightforward question format and suit open-ended questions where a fixed set of options is not appropriate.

The Text question type presents a single-line input field. Use it when you want participants to write a short, free-form answer.

OptionDescription
RequiredWhen enabled, the participant must fill in the field before proceeding.
SizeControls the visual width of the input: Small, Medium, or Large.
Min lengthThe minimum number of characters the participant must enter. Leave blank for no minimum.
Max lengthThe maximum number of characters allowed. Leave blank for no limit.

Text questions accept any characters. Min and max length constraints are enforced when the participant submits the question.

The Number question type presents a numeric input field. Use it when the answer should be a specific quantity or measurement.

OptionDescription
RequiredWhen enabled, the participant must fill in the field before proceeding.
Min valueThe lowest number the participant may enter. Leave blank for no minimum.
Max valueThe highest number the participant may enter. Leave blank for no limit.
Allow negative numbersWhen enabled, negative values are accepted. Disabled by default.
  • The input only accepts numeric characters. Non-numeric input is rejected.
  • Min and max value constraints are enforced when the participant submits the question.
  • If negative numbers are not allowed and the participant enters a negative value, they will be prompted to correct it.

Both question types share the following:

  • They can be given a condition that controls whether the question is shown, based on a participant’s earlier answers. See Conditional Questions.
  • They have a code field, used to identify the question in exports and condition expressions.
  • Question text supports rich text formatting.