...
- Go to "Project Setup" on your REDCap project. Here click on "Online Designer". At the top of the table, click on "Survey Queue" to enable Survey Queue for surveys (circled in red below).
- Here in the "Setup Survey Queue" box, Activate the surveys you would like to include in the survey queue by clicking on "Activate" (circle circled in green in image below). For all surveys that have been activated for the Survey Queue, they will be displayed to the participant after completing a survey, or be available to auto start after completing another survey.
- Surveys can be set to appear in the Survey Queue based upon one or both of the following conditions (both are inside the blue square in image above):
- If the participant has completed a particular survey - program this by clicking the checkbox next to "When the following survey is completed:" and selecting in the dropdown list which survey needs to be complete before the current one is available.
and/or - If certain logic is true (similar to branching logic) - program this by selecting the checkbox next to "When the following logic becomes true:" and then entering the logic in the textbox. The logic lists the things that need to be true before that survey is available for the participant to fill out. For example, if you have an age question, logic similar to "[visit1][age] > 18" could be used. This gives the logic that the participant needs to be older than 18 enable to see and fill out the survey.
- If the participant has completed a particular survey - program this by clicking the checkbox next to "When the following survey is completed:" and selecting in the dropdown list which survey needs to be complete before the current one is available.
- (Optional) You can select a survey to go directly to the next survey without seeing the survey queue list (shown in image below) by selecting the checkbox under "Auto start" (circled in red in image above) and selecting from the dropdown list which survey needs to be completed before the current one opens up.
- If the Auto start is not set up, it will go to a list of all the available activated surveys when the first survey is complete and when all the logic is true. The participant will be able to open up a survey by clicking on "Begin survey". Once they submit the survey, it will go back to this list and mark that survey as "Completed".
- Once all the surveys are complete, will have them marked as complete and participant can click on "Close survey" in top left corner.
...