Dear Pavlovia Survey Developers,
Is it possible to download all responses as a single JSON file? When clicking the ‘download responses’ button in the responses tab of a survey, the file format is .csv. We have had some issues loading this .csv file into Excel, and in the end I resorted to writing a JSON parser in Python. However, this approach required that I copy-paste all the individual JSON responses from each row in the participants table, which becomes somewhat prohibitive when there are a lot of participants. Having the option to download all the JSON data simultaneously would be convenient in this case.