For this type of project, you can use the Transcribing audio recordings preset. It has pre-configured validation, task layout, and shortcuts.
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.
If you want to check whether the audio has been started, replace the condition.played-fully component with condition.played.
View exampleTo put a short audio track on repeat, change the properties of the view.audio component by adding loop: true
.
If this preset doesn't meet your needs, see other examples in this section.
Choose whether a Toloker can select only one or multiple answer options:
Use the field.checkbox-group component.
View exampleYou can add text from input data to audio transcription 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: February 10, 2023