我从其中一个任务模板中提取了以下代码:(包装器是人群形式)
<p> Please play 5-10 minutes of this audio file to get a sense of the candidate's responses and then answer the questions below.</p>
<audio controls="" style="width: 100%">
<!-- Your audio file URLs will be substituted for the "audio_url" variable
when you publish a batch with a CSV input file containing multiple
audio file URLs -->
<source src="${audio_url}" type="audio/wav" />
</audio>