WebAudioEvaluationTool
WebAudioEvaluationTool copied to clipboard
Comment Questions Python Script Randmise Responses with pooling
Hey,
The comment questions parser does not un-randomise the responses, if you have the case where the order is randomised with a pool size and repeat count.
So, the pool size is randomly selecting one of the samples only, but the order is not guaranteed.
I have make a hacky-fix at the moment, where the audio element ID associated with the comment is also output to the file, but this is not a long term solution.
minimal example:
<page id='test' hostURL="media/example/" randomiseOrder='true' repeatCount='1' poolSize='1'>
<audioelement url="0.wav" id="track-0" />
<audioelement url="1.wav" id="track-1" />
<commentquestions>
<commentquestion id='describe'>
<statement>How would you describe this sound?</statement>
</commentquestion>
</commentquestions>
</page>