Text Collection with Rapid
Text collection is a powerful task type that enables you to classify and categorize your data. With Text Collection, you can have labelers answer free response questions or choose from a set of predefined answer choices. Use Text Collection if you’d like to collect data that’s similar to what you’d collect with a survey. On the Rapid user interface, text collection includes the following field types :- Text Response
- List Selection
- Tree Selection
- Date
- Linear Scale
- Label Group
| Name on the Rapid UI | API endpoint text collection fields | ||
|---|---|---|---|
| Text Response | TextField | ||
| List Selection | CategoryField (with min_choice = 1 and max_choice = 1, no nested options) | ||
| Tree Selection | CategoryField | ||
| Date | DatetimeField | ||
| Linear Scale | NumberField | ||
| Label Group | FieldSet |