1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
| <View>
| <Audio name="audio" value="$audio" zoom="true" hotkey="ctrl+enter" />
| <Header value="Provide Transcription" />
| <TextArea name="transcription" toName="audio" rows="4" editable="true" maxSubmissions="1" />
| </View>
|
| <!-- { "data":
|
| {"audio": "/static/samples/game.wav"},
| "annotations": [{
| "result": [
| {
| "value": {
| "text": [
| "Wow wow wow!... "
| ]
| },
| "id": "hj0mP4gEC1",
| "from_name": "transcription",
| "to_name": "audio",
| "type": "textarea"
| }
| ]
| }]
| } -->
|
|