Skip to content

Add condition query param to return URL

Shon Feder requested to merge condition-query-param into master

add another string to the link that takes them to the final survey that signifies which condition they are coming from and call it "cond"? So then the control (0), intervention (1), and intervention+modification (2) will then be something like:

- Control: https://utsa.az1.qualtrics.com/jfe/form/SV_51heEkn5uJHfRrg?uuid=MYUUID&cond=0
- Intervention: https://utsa.az1.qualtrics.com/jfe/form/SV_51heEkn5uJHfRrg?uuid=MYUUID&cond=1
- Intervention+modification: https://utsa.az1.qualtrics.com/jfe/form/SV_51heEkn5uJHfRrg?uuid=MYUUID&cond=2

Merge request reports