Bin
2025-12-16 9e0b2ba2c317b1a86212f24cbae3195ad1f3dbfa
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<View>
  <Header value="Audio transcription:"></Header>
  <Audio name="audio" value="$url" height="46"></Audio>
  <TextArea name="answer" toName="audio" transcription="true" rows="3" maxSubmissions="1"></TextArea>
 
 
  <Style>
  [dataneedsupdate]{display:flex;align-items:center}
  [dataneedsupdate]>div:first-child{flex-grow:1;order:2}
  [dataneedsupdate]>div:last-child{margin-top:0 !important;margin-right:1em}
  [dataneedsupdate] button{height:46px}
  [dataneedsupdate] button span:nth-child(2){display:none}
  </Style>
</View>