From 4770689e91c0963b4bc64d1acfa40d63d4dcdd10 Mon Sep 17 00:00:00 2001 From: TiG Date: Fri, 24 Sep 2021 10:23:49 +0200 Subject: [PATCH 1/2] add edit subjects for recruiters and conductors --- source/faqs.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/source/faqs.rst b/source/faqs.rst index 82448c3..fa6996a 100644 --- a/source/faqs.rst +++ b/source/faqs.rst @@ -7,3 +7,17 @@ How can I contact subjects by pseudonym after the study is finished? Finding subjects by pseudonym is no longer possible once the study has finished. If you need to contact a subject after the study is finished we recommend to :ref:`resume the study ` temporarily. + + +How can I edit subject data as recruiter or study conductor? +------------------------------------------------------------ + +Recruiters and conductors are only allowed to access subject data of +participants within study context. Yet, this workflow allows to edit the subject +data of them: + +- Search for the participant via **Subjects** on the home screen. +- Select either **Recruitment** or **Execution** (whichever is applicable) in + the **Matches** list to go to the subject details view. +- Click on **Update data** and select appropriate categories that need to be + edited. Edit and save the forms accordingly. -- GitLab From ad24e0e720d5f9b648c526ef3b4ebad20676aafd Mon Sep 17 00:00:00 2001 From: TiG Date: Fri, 24 Sep 2021 10:27:09 +0200 Subject: [PATCH 2/2] add link to faq section on subject edit --- source/faqs.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/faqs.rst b/source/faqs.rst index fa6996a..5b18b7c 100644 --- a/source/faqs.rst +++ b/source/faqs.rst @@ -21,3 +21,6 @@ data of them: the **Matches** list to go to the subject details view. - Click on **Update data** and select appropriate categories that need to be edited. Edit and save the forms accordingly. + +Although it has a slightly different look and feel you can get reference on +editing subject data here: :ref:`subject-edit`. -- GitLab