Info |
---|
Longitudinal projects provide collection of data over time in order to track changes and progress. Longitudinal projects are useful in the following situations:
It is extremely important to give much consideration to the design, development and testing of your Longitudinal Project. Understanding reporting considerations & needs is critical. Thorough testing is essential for success. |
INITIAL CONSIDERATIONS
Enabling longitudinal feature allows any form or survey to be reused over the course of time and provides opportunity to designate specific instruments at specific time points (events). Longitudinal instruments eliminate the need to recreate the same form for multiple time points. Instead, the form is created once and then assigned to various time points throughout the project. Examples of forms used in longitudinal mode include:
...
Panel | ||||||
---|---|---|---|---|---|---|
| ||||||
NOTE: You must EXPAND the below section(s) to view the full content. Click the (>) carrot to expand. |
These are the basic steps involved in setting up a Longitudinal Project. A step by step process is described in-depth below.
...
3. Set up User Rights, Roles, &/or DAG’s
Expand |
---|
|
4. Define Events (and/or) Arms
...
Expand |
---|
Link Instruments to relevant events
|
6. Test, Test & Test
a. It is strongly recommended that you test your projects prior to moving to Production to ensure the project works as desired and reports are presented in the desired format with complete data.
...
Additional Considerations
Best practice to always add Record ID to every arm to prevent REDCap issues, especially if using surveys
Create a "single landing page" with just Record ID. Can be invisible to user with a "Thanks for Participating Page" with Submit to continue. See Knowledge Article Longitudinal Surveys
Actions that can cause data loss in Longitudinal Projects:
Deleting Events
Deleting Arms
Decoupling Forms from Events
If you create additional forms once project is in Production, need to request REDCap support to link forms to Events.
Give much consideration to User Rights. If you want to segregate data based on location but have a form that is common to both sites, a user with rights to that form will see data from both sites. Create Data Access Groups
Branching logic in a Longitudinal Project must identify the Event, Arm and the field name.
Classical Branching Equation:
[field1] = '3'
Longitudinal Branching Equation:
Can cross both forms and events, so need to indicate event and field
[event_3][field1] = '3'
Survey Expiration
Is server time, not what is on your computer
Survey expiration takes all copies of the survey offline.
Warning: If you have survey that is used multiple times in a longitudinal survey if you expire the survey after the first event, be aware that it will expire all the surveys in following events
Save and return later
The User Code is often lost and user can't find the code when they want to return to complete the survey.
Alternative is to design shorter surveys and poll multiple times via automatic invites
Deleting or Disabling a survey in Survey Settings.
There are 2 "delete" buttons for any given project.
1 is in Online Designer – deletes entire form and data is lost
1 is in Survey Settings – reverts survey back to a form. Data is still available
When defining Events it is important to think about the days offsetand use an accurate representation in case you ever want to use scheduling
...