You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: