Hi everyone,
I have an experiment where participants record audio and said audio is uploaded to our remote server after every 5 trials, and they’re asked to download their files with DownloadRecordingsButton() at the very end. However, when I’ve tested the .zip download there’s only ever a subset of the trials in it. The files seem to all be present on our server, but I want participants to have their entire trial history downloaded as well.
I didn’t have this issue previously when my experiment just involved a big batch upload at the very end, so I’m wondering if there’s some complexity in the interaction between the server uploads and the DownloadRecordingsButton() that I’m not understanding.
Here’s the demo link: https://farm.pcibex.net/r/yaLqsn/
Thanks for any help!