Audio transcription
For this type of project, you can use the Audio Transcription template (view code in the sandbox). It has pre-configured validation, task layout, and shortcuts.
- view.audio: An audio player.
- condition.played-fully: Checks if the user listened to the entire audio track.
- field.button-radio-group: Buttons for answer options.
- field.textarea: Text input field.
- condition.required: Checks if the text field is filled in.
- plugin.toloka: Customizes the task layout.
What else can be configured
If you want to check whether the audio has been started, replace the condition.played-fully component with condition.played.
To put a short audio track on repeat, change the properties of the view.audio component by adding
loop: true
.
If this template doesn't meet your needs, see other examples in this section.
Other options for buttons
Choose whether a user can select only one or multiple answer options:
Add pre-recognized text
You 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 performers 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.