humdek-unibe-ch / sh-selfhelp

The SelfHelp WebApp is a tool that allows to create a web application that serves as a platform for research experiments.
Mozilla Public License 2.0
2 stars 0 forks source link

Content Security Policy "frame-src" - Problem with Redirection - Qualtrics #334

Closed Kodzhabashev closed 8 months ago

Kodzhabashev commented 2 years ago

In GitLab by @nicolas.scheurer on Sep 30, 2022, 11:12

Hi Stefan If a survey flow element in a study (e.g. Qualtrics) contains a redirection, the page refuses to display it.! Here, I want users to be able to jump back to the start of the study, when they click a button that is implemented in the survey (e.g. a button called "Abbrechen" in a Qualtrics survey).

On the Selfhelp Project Site

restart_survey_when_triggered_from_qualtrics

Seite untersuchen

restart_survey_when_triggered_from_qualtrics_02

restart_survey_when_triggered_from_qualtrics_03

Survey Element in Qualtrics

restart_survey_when_triggered_from_qualtrics_04

Kodzhabashev commented 2 years ago

In GitLab by @Kodzhabashev on Sep 30, 2022, 13:41

Use <script> setTimeout(() => { window.open('https://synesthesia.psy.unibe.ch/synesthesia_survey', "_parent"); }, 1000); </script>

in end message in Qualtrics

Kodzhabashev commented 2 years ago

In GitLab by @nicolas.scheurer on Sep 30, 2022, 13:42

closed