For this type of project, you can use the Audio classification preset. Note that validation, keyboard shortcuts, and task layout are already configured in this example.
View exampleYou can add media files (audio files, videos, images) from your own server, a cloud storage like Google Cloud, Amazon AWS, or Yandex Cloud.
To add a detailed description to the task, use the label
property of the view.audio component.
To enhance Toloker's experience, you can highlight different types of data with colors using view.alert. You can place it in the view.list along with the other components.
In this example, the description is highlighted with a blue border, and the buttons are highlighted with a yellow one.
To let Tolokers leave comments about the task or their response, add a text field using field.textarea.
The helper.if component displays an interface element after a specific response is selected. For example, it lets a Toloker select correct statements about an audio only if the audio is loaded.
You can add text from input data to audio classification tasks. For example, this is useful if an audio recording was recognized automatically, and now you need Tolokers to correct errors in the text. To do this, use the view.text component and refer to the number of the element in the input data array in the content
property.
Last updated: August 30, 2023