Download presentation
Presentation is loading. Please wait.
Published byAndra Carpenter Modified over 8 years ago
1
REDCap Survey Tips and Tricks University of Iowa Institute for Clinical and Translational Science (ICTS) https://www.icts.uiowa.edu/confluence /display/ICTSit/REDCap#REDCap- REDCapAdvancedTopicsTraining 1
2
Survey Tips and Tricks Fred McClurg, fred-mcclurg@uiowa.edu Heath Davis, heather-davis@uiowa.edufred-mcclurg@uiowa.eduheather-davis@uiowa.edu https://icts.uiowa.edu/confluence/do wnload/attachments/53149797/REDC ap_Survey_Tricks.pdf 2
3
Survey Form Design There are two survey types: 1.Public 2.Private Some effort should be spent deciding which survey type to use. 3
4
Public of Survey Type The public survey type uses the same URL for all participants. For example: https://redcap.icts.uiowa.ed u/redcap/surveys/?s=3MEqbk 4
5
Pre-Populated Survey Form It is possible to pre-populate any number of the fields in a public survey form in order to define default values. This is done by appending key/value pairs to the query string of the survey URL. 5
6
Pre-Populated Survey Fields A researcher, for example, could pre- populate several form variables, so the participant has a defaulted value. Consider the following variables: pid_survey Participant ID first_name First Name last_name Last Name survey_date Today’s Date study_week Week Name 6
7
Creating Key/Value Pairs Values can be pre-populated by adding key/value pairs to the query string. The “key” is the variable name The “value” is the form value The key/value pairs should be specified with the variable name first, followed by an equals sign, and end with the field value in following format: pid_survey=123 first_name=Fred last_name=McClurg survey_date=2012-04-24 study_week=1 7
8
URL Encoding Values Any special characters found in the value must be encoded. A special character is any character that is not a-z, A-Z, 0-9, “_” or “.” These characters are encoded by converting them to their hexadecimal equivalent. 8 CharacterURL Encoded Value Space “ ” %20 Comma “,” %2C Newline %0A There are a number of online URL encoders on the internet to assist in the process of converting a character string to an encoded string. Example: http://meyerweb.com/eric/tools/dencoder/
9
Defining the Query String The key/value pairs are delimited with an “&” between each pair. The query string is built by placing the key/value pairs after the “?” on the public survey URL. The variables mentioned previously could be pre-populated in a survey by using the following URL: https://redcap.icts.uiowa.edu/redca p/surveys/?s=3MEqbk&pid_survey=123& first_name=Fred&last_name=McClurg&s urvey_date=2012-04-24&study_week=1 9
10
Pre-populated Survey Results The resulting survey would look similar to the following: 10
11
Public Survey Disadvantages The public survey has the disadvantage in that you lose the capability to monitor which participants have not responded to the survey. As a result, it is not possible to send a follow-up reminder to those that have not completed the survey. 11
12
Handling Multiple Surveys The survey capability in REDCap was not designed to handle multiple surveys. However, there are some things you can do that will facilitate this functionality. 12
13
Specifying Participant Identifier Additional information can be appended to a participant’s email address inside of REDCap. This will serve several purposes: 1.Provides a string that can be sorted. 2.Aids in grouping the email. 3.Identifies date email was sent. 4.Acts as a unique identifier. 5.Serves as a mechanism to identify the participant’s survey response. 13
14
Appending an Email Identifier When building a participant list, any information following a comma after the email address is interpreted as a comment. However, this comment can be utilized as a way to identify which invitation has been sent. This becomes especially important when sending the same survey to the same email address over multiple dates. The syntax is: email@address.com, identifier 14
15
Adding information to list A time stamp in the format of YYYYMMDD would provide an appropriate unique identifier and would indicate when the email was sent. In addition, it is easy to sort. For example: abc@gmail.com, 20120422 (Week 1), 123 def@uiowa.edu, 20120422 (Week 1), 124 abc@gmail.com, 20120429 (Week 2), 123 def@uiowa.edu, 20120429 (Week 2), 124 abc@gmail.com, 20120506 (Week 3), 123 def@uiowa.edu, 20120506 (Week 3), 124 15
16
Specifying Participant Identifier An optional time stamp and participant identifier can be appended after the email address. 16
17
Survey Invitation Submission The timestamp and participant identifier provide some organization to the survey invitation. 17
18
New Email Invitation List A new email list with each address also possessing an associated timestamp and the participant identifier, should be added to the participant list within REDCap before the survey invitations are sent. 18
19
New Email Invitation List The email list with unique identifiers will enable you to use the link “Check All Unsent”. 19
20
Response Monitoring When the participant identifier begins with a time stamp, this column can be sorted by day the email was sent. 20
21
Survey Responses The participant identifier information is appended to each survey response. This makes locating a specific record easier. 21
22
Additional Identifying Fields Additional fields could be added to a survey in order to assist in administration, post-processing and reporting. For example: Participant ID Today’s Date Week (Event) of the Study 22
23
Additional Identifying Fields In addition to the comment in the email field, the Participant ID can be also be specified as a question in the survey. 23
24
Additional Identifying Fields The timestamp of the form submission is available upon export of the data, however, it is not available to be displayed in a report within REDCap unless the information exists as a field within the survey. 24
25
Additional Identifying Fields A survey question prompting the user for the current week (or event) in which they are responding would also assist in grouping the data. 25
26
Survey Response Report An example report of the survey responses. 26
27
Email Survey Obstacles There may be occasions when your participants: 1.Don’t have an e-mail address 2.Don’t have a computer 3.Don’t have internet access 27
28
Non-email Survey Alternatives There are several ways you could accommodate those that either don’t have an e-mail address or have no internet access: 1.Print out a paper version of the survey (see Data Export Tool -> Other export options -> PDF) 2.Publish the URL so they can fill out the survey at the library or at a later date. 28
29
URL Shortening Service A long URL is difficult to type and impossible to remember. It is possible to generate a shorter URL that functions as an alias to the real location. For example, the location Kinnick Stadium, Iowa City is: http://maps.google.com/maps?q=Kinnick+Stadium,+i owa+city,+ia&hl=en&ll=41.658665,- 91.551127&spn=0.001471,0.002411&sll=41.665859,- 91.554565&sspn=0.107976,0.262299&t=h&hq=Kinni ck+Stadium,+iowa+city,+ia&z=19 Or via URL shortener the URL is: http://g.co/maps/mt8ke 29
30
Making the URL shorter There are several ways to make the URL of a REDCap survey shorter: 1.Within REDCap: a.Invite Participants -> Get shorter survey link 2.External programs: a.http://tinyurl.comhttp://tinyurl.com b.http://j.mp (bitly.com)http://j.mp c.http://goo.gl (Google’s Url Shortener)http://goo.gl 30
31
Google URL Shortener Analytics Some URL shorteners also provide click analytics that monitor usage information regarding the following: 31 Note: These analytics are public and can be accessed by anyone. 1.Total clicks 2.Browser type 3.OS Platform 4.Country location
32
Mobile Survey Access A QR Code (Quick Response Code) is a two- dimensional barcode that can be read easily by many mobile devices (iPhone, iPod, Android, etc.) and tablet computers (iPad, Android, etc.). QR Codes can be used to store a large amount of information and are often used as a rapid way for a mobile browser to access a URL without the need to type the address. The URL to Kinnick Stadium (listed previously) can be represented and accessed with the following QR Code: 32
33
Mobile Survey Access There are several QR code generators available, some are online and are offered as a free service. The following pages lists about a dozen web sites that allow you to specify a URL and get the resulting QR code as an image: http://2d-code.co.uk/qr-code-generators http://massivelifestyle.com/2011/09/best-free-online-qr- code-generators My personal favorite is the following because it is easy to use and has no advertisements: http://www.barcode-generator.org 33
34
Monthly REDCap Newsletter Upcoming Training Walk-in Hours Schedule Helpful Tips New REDCap Functionality Frequently Asked Questions (and answers) REDCap Best Practices REDCap LISTSERV Subscription: https://list.uiowa.edu/scripts /wa.exe?SUBED1=REDCAP&A=1 https://list.uiowa.edu/scripts /wa.exe?SUBED1=REDCAP&A=1 REDCap Newsletter 34
35
REDCap Documentation Training within REDCap: FAQs (Help & FAQ Tab): https://redcap.icts.uiowa.edu/redcap/ index.php?action=help Video (Training Resources Tab): https://redcap.icts.uiowa.edu/redcap/ index.php?action=training Local REDCap documentation: https://icts.uiowa.edu/confluence/displa y/ICTSit/REDCap 35
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.