Use the components named field.*
as the data entry fields, such as a text box or dropdown list. Be sure to specify where to save the data from such elements.
Component | Description |
---|---|
field.audio | Component for recording audio. Works in the Toloka app for mobile devices. In a browser, this component opens a window for uploading an audio file. |
field.button-radio | Adds a button. This is useful for creating an optional answer. |
field.button-radio-group | Adds buttons for selecting an answer option. This is useful if there are several options. You can add just one button, but it's easier to use field.button-radio for that. |
field.checkbox | A checkbox. |
field.checkbox-group | Adds a group of checkboxes for selecting independent answer options. This is useful if there are several options. You can add just one checkbox, but it's easier to use field.checkbox for that. |
field.date | A component for entering the date and time in the desired format and range. |
field.email | Creates a field for entering an email address. |
field.file | This component can be used for uploading files. It's displayed in the interface as an upload button. |
field.image-annotation | Component for image labeling. |
field.list | A component that allows a Toloker to add and remove list items, such as text fields to fill in. This way you can allow a Toloker to give multiple answers to a question. |
field.media-file | Adds buttons for different types of uploads: uploading photos or videos, selecting files from the file manager or choosing from the gallery. |
field.number | A component that allows a Toloker to enter a number. |
field.phone-number | Creates a field for entering a phone number. |
field.quiz | A quiz component that counts only the first answered values. |
field.radio-group | A component for selecting one value out of several options. It is designed as a group of circles arranged vertically. |
field.select | Button for selecting from a drop-down list. Use this component when the list is long and only one option can be chosen. |
field.text | A field for entering a short text, not more than a line. To add a field for entering multiple lines of text, use field.textarea. |
field.text-annotation | A component for text segmentation. |
field.textarea | Box for entering multi-line text. |
Last updated: March 29, 2023