From 81e742ffa1ea485cccaeff0a21198b80d8fa01fe Mon Sep 17 00:00:00 2001 From: Timo Huber Date: Wed, 7 Aug 2024 10:51:53 +0200 Subject: [PATCH] WIP online survey examples --- docs/best_practices/custom_fields.md | 2 +- docs/best_practices/filter.md | 2 +- .../{online_studies.md => online_studies/index.md} | 3 ++- docs/best_practices/online_studies/qualtrics.md | 10 ++++++++++ 4 files changed, 14 insertions(+), 3 deletions(-) rename docs/best_practices/{online_studies.md => online_studies/index.md} (95%) create mode 100644 docs/best_practices/online_studies/qualtrics.md diff --git a/docs/best_practices/custom_fields.md b/docs/best_practices/custom_fields.md index e285b0c..62acc53 100644 --- a/docs/best_practices/custom_fields.md +++ b/docs/best_practices/custom_fields.md @@ -2,7 +2,7 @@ layout: default title: Custom Fields parent: Best Practices -nav_order: 2 +nav_order: 1 --- # Custom Fields diff --git a/docs/best_practices/filter.md b/docs/best_practices/filter.md index c8a6d7d..96302cc 100644 --- a/docs/best_practices/filter.md +++ b/docs/best_practices/filter.md @@ -2,7 +2,7 @@ layout: default title: Filter parent: Best Practices -nav_order: 3 +nav_order: 2 --- # Filter diff --git a/docs/best_practices/online_studies.md b/docs/best_practices/online_studies/index.md similarity index 95% rename from docs/best_practices/online_studies.md rename to docs/best_practices/online_studies/index.md index 28ae209..781ade1 100644 --- a/docs/best_practices/online_studies.md +++ b/docs/best_practices/online_studies/index.md @@ -3,6 +3,7 @@ layout: default title: Online Studies parent: Best Practices nav_order: 3 +has_children: true --- # Online Studies @@ -17,4 +18,4 @@ nav_order: 3 5. When the contact finished the survey, he/she should be redirected back to the callback url (more details) 6. The `participated` flag of the assignment will be set and the `participation count` will be updated -![online study workflow](../images/online-studies.svg) +![online study workflow](../../images/online-studies.svg) diff --git a/docs/best_practices/online_studies/qualtrics.md b/docs/best_practices/online_studies/qualtrics.md new file mode 100644 index 0000000..d421828 --- /dev/null +++ b/docs/best_practices/online_studies/qualtrics.md @@ -0,0 +1,10 @@ +--- +layout: default +title: Qualtrics +parent: Online Studies +nav_order: 2 +--- + +# Qualtrics + +Lorem ipsum... \ No newline at end of file