I understand that Qualtrics allows survey data to be analysed collectively for all participants under Data & Analysis → Stats iQ → Advanced → R code.
However, I am interested in analysing responses individually, as they are submitted, using R code. The process would work as follows:
- A participant completes the survey.
- As soon as the response is submitted, it is processed using R code to generate a PDF report.
- This PDF report is then attached to an email in a Qualtrics workflow and sent to the participant.
Is such a workflow possible?
Currently, I download the data, identify new responses, run the code, and send emails manually. I thought it would be more efficient to automate this.
Thank you.