Docs

Dropdown block

Use the Dropdown block when you want a compact single-select list instead of radios, cards, or buttons.

How to use

  1. Add a Dropdown block from the Question Blocks palette.
  2. Write your prompt and add at least two options (or use Bulk paste).
  3. Open Settings to configure required response, scoring, tags, randomization, and Jump Logic.
  4. Preview the quiz to confirm the selection flow and routing.

Behavior

  • Selection mode: Dropdown blocks are single-select only.
  • Scoring: Supports per-option integer scores like Multiple Choice.
  • Tags: Supports per-option tags and the same {{tag:<questionId>}} placeholder behavior.
  • Jump Logic: Supports single-select conditions and variable rules.
  • Randomization: Option order can be randomized from the Style section.

Settings notes

  • The style is fixed to Dropdown for this block.
  • Layout and label style controls are not applicable to dropdown rendering.
  • If you need multi-select, switch to the Multiple Choice block.

Bulk paste options

Use Bulk paste in the options row to import lists quickly.

  • One option per line
  • Tab-separated rows
  • CSV rows
  • Optional columns: tag, score

Tips

  • Keep labels concise so long lists stay easy to scan.
  • Use tags for normalized reporting values when labels are user-facing copy.
  • For very long taxonomies (country/state/city), start with bulk paste and consistent tag keys.