Skip to content

Commit

Permalink
add qualtics manual
Browse files Browse the repository at this point in the history
  • Loading branch information
timohuber committed Aug 7, 2024
1 parent 2c1fef6 commit 1e22d1f
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docs/best_practices/online_studies/qualtrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,13 @@ nav_order: 1

# Qualtrics

Lorem ipsum...
1. In your Qualtrics survey, create an `Embedded Data` field (Survey Flow > Add new element > Select Embedded Data) and name it the same as the url parameter that contains the `callbackUrl`. Qualtrics will automatically store the URL parameter in this embedded field.
1. If you want to use a different name, [refer to this section](#manually-store-url-parameter).
2. On the last page of your survey, you can create a link back to the pool using the following HTML snipped:

```html
<a href="${e://Field/redirectUrl}">Finish survey</a>
```

### Manually store URL parameter
TODO

0 comments on commit 1e22d1f

Please sign in to comment.