Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Comment Questions Python Script Randmise Responses with pooling #282

Open
djmoffat opened this issue Jul 16, 2018 · 0 comments
Open

Comment Questions Python Script Randmise Responses with pooling #282

djmoffat opened this issue Jul 16, 2018 · 0 comments
Labels

Comments

@djmoffat
Copy link
Collaborator

djmoffat commented Jul 16, 2018

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant