Repose | Script for study onboarding info
Clickup: https://app.clickup.com/t/863g6rq15
Add a script that automatically creates study onboarding info from the respondent IDs and passphrases. These will be provided as a csv file. Mock data: repose-sample-data.csv
Each onboarding info "segment" (= info for one participant) contains the following: QR code, respondent ID, passphrase, link to app.
My idea was to make it an HTML file because that's easy to create, read and print. The DOM structure prevents the "segments" from being cut in half when paginating for printing. The only thing that has to be done manually is cutting out the segments, I wanted to save paper and not use a whole page for just one segment :-)
For QR code generation I used the same package that is also used in the app (qrcode).