Instructions
Instructions define what participants are asked to do in AI Task Builder. The same instruction types are available for both Batches and Collections.
For usage details, see Working with Batches or Working with Collections.
Common fields
All instructions share these fields:
Instruction types
multiple_choice
A selection from a list of options. Use answer_limit to control single or multi-select behavior.
By default, when there are 5 or more options, a dropdown select element is rendered instead of checkboxes or radio buttons. Set disable_dropdown: true to always use checkboxes (for multi-select) or radio buttons (for single-select) regardless of option count.
Example
Multi-select example
free_text
An open-ended text input field.
Example
multiple_choice_with_free_text
A selection from options, where each option has a heading and an associated free text field. Use this when you need participants to both select an option and provide additional context.
By default, when there are 5 or more options, a dropdown select element is rendered instead of checkboxes or radio buttons. Set disable_dropdown: true to always use checkboxes (for multi-select) or radio buttons (for single-select) regardless of option count.
Example
In this example, options are grouped under “Accuracy” and “Clarity” headings. Each selection includes an associated free text field for the participant to elaborate.
file_upload
A file submission field for participants to upload images, documents, or other files.