Skip to Main Content

REDCap - Frequently Asked Questions

REDCap is a secure web application for building and managing online databases and surveys.

Survey FAQ

I need to use surveys, but I don't see the Manage Survey Participants page. How can I enable surveys in my project?

Surveys can be enabled at any time in development mode. (This feature gets locked down when moving to production. Please email redcap@pcom.edu if your project needs to be moved back to development mode.) Here are instructions for enabling surveys in your development project:

  1. First, look on the Project Setup tab. In the Main Project Settings step at the top, find the button to enable surveys in the project. This feature must be enabled in order to use surveys. So click that ‘Enable’ button.
  2. After enabling surveys, go to the Online Designer. (A link to that page is on the Project Setup tab, in a lower step on the page.) On the Designer, ensure that your instrument is designated as a survey by clicking the ‘Enable’ button next to it.
  3. Once you complete step two, you will be prompted to define some additional features of your survey instrument. Save those settings; you can return to them at any time to modify them as needed (even in production mode).

The Manage Survey Participants link will appear in the Data Collection section of the menu ONLY after at least one instrument is enabled as a survey.

I only get a public link when the first instrument is a survey. Where can I find public links for the other surveys in my project?

A public link is only possible when the first instrument is a survey. Only that survey can have a public link. All later instruments are considered a continuation of the earlier one(s). Later surveys capture different data, but are completed by the same people. So the later instruments can only ever be distributed via Participant List. If different respondents will complete the other surveys, then a separate project should probably be used for each group of respondents.

Data Management FAQ

When should I use calculations in Redcap?

Most projects should be exported to a package that is designed to run statistics, such as SAS, SPSS, STATA, or R. However, some calculations are fine to leave in REDCap, such as simple calculations for branching logic.

What will happen if I change my survey after it's been moved to production?

After a project has been moved to production and data has begun to be gathered, any change to the survey can affect the data that has already been gathered, rendering it useless. An example of this is changing a true or false question to multiple choice.

Ultimate liability for any changes made to the project after it has been moved to production rests with the researcher and their team.

How should I build my yes / no or true / false questions?

We recommend that you don't use the yes/no or the true/false fields when creating a survey because the choices are hardcoded in the metadata. It's fairly common for the researcher to decide partway through the project that the two answer choices are not sufficient. But once you have started collecting data, to change the yes/no or true/false question to a multiple choice would result in corrupted data. All previously collected data would be lost and the researcher would have to start from scratch. Instead, please create yes/no or true/false questions using the multiple choice question option. This prevents any accidental code overwriting even if the researcher changes the question.

Can I create an anonymous survey while still collecting information for incentives?

No, it is not possible to create an anonymous survey while still gathering information for incentives (such as collecting email addressing for a prize lottery). Instead, the best practice is to create two surveys. The first survey can be done anonymously while the second survey collects information. The first survey should route straight to the second survey. However, the two surveys cannot be linked, which keeps the first survey's data anonymous. See tutorial 7: Surveys for more information.

Can I use a QR Code in my survey?

While REDCap does have a QR code feature, we recommend that you don't use it as it requires participants to download a special app. Instead, we recommend using a survey access code, which gives a simplified URL and an access code that the participant can use to access the survey.

How do I delete all my records at once?

In development mode, the Other Functionality tab has a button to erase all data. This is useful when you are iteratively testing your project and want to practice your data entry several times, starting with an empty project each time.
In production mode, records must be deleted individually. Because of this limitation, you may want to consider copying your project and using the copied version instead. That copied version would be in development mode and have no records/data. (It would also be totally separate to the original project, ensuring you still had the original data and could quickly reference it in the future.)

Should I use the action tag @NOW or @TODAY?

@NOW captures the current time while @TODAY captures the current date. Both can be set up to capture both time and date. We recommend as a best practice that you use @NOW.

Please see the attachment below for more information on other Action Tags

HTML Coding FAQ

What HTML coding should I use?

We recommend that you use PCOM colors for your HTML coding.

  • PCOM Blue: #00448D
  • PCOM Yellow: #FCAF16
  • PCOM Red: #FB2D37
  • PCOM Dark Blue: #1A203A
  • PCOM Dark Red: #A20A3A
  • PCOM Cyan: #00E4E1
  • PCOM Cool Gray: #EDF6F5

What if I don't want to use PCOM colors for HTML coding?

If you do not want to use PCOM colors for HTML coding, you can find HTML color generators here:

Downloading Data FAQ

Should I download data in raw format or as a label?

As a general rule, we recommend that you download all data from REDCap as raw data because raw data is used for project analysis. When cleaning data or reimporting it into REDcap, it must be in the form of raw data.

Reminder: raw data will give you variable names such as "why_pcom" instead of "Why did you choose to attend PCOM?", and uses coded values on items such as multiple-choice questions. Labels give the full question such as "What is your program?" and for multiple-choice questions, the label for the answer choice such as "Osteopathic Medicine," "Psychology", etc.

When de-identifying my data, can I use the record ID field as an identifier?

We recommend that the record ID field not be used as an identifier. However, you do choose to make the record ID field the identifier, you can hash it so that the record ID is an unrecognizable value.

What Data Quality rules should I use?

The Data Quality tool is a great way to help ensure the integrity of your data. It comes with preprogrammed different rules that you can use to check your data. We recommend that you run all these rules - except A (which just finds missing values).

One of the most useful rules is H, which looks for incorrect values in calculated fields. The calculations in calculated fields aren't sent to the server until you hit save. If you were to update a calculation and it doesn't update the values for your entire project or you import incorrect data into a calculated field, then you'll have errors that you may not know about. You can use rule H to check your project, and it will let you know if there are any discrepancies.

Run all these rules before exporting data.

My exported data won't open correctly in my statistical software (e.g. SPSS, SAS, STATA, R). How do I fix it?

The Library has no access to or familiarity with any statistical packages. However, below are some tips that may be useful to you.

Statistical software might have trouble opening your export file for any number of reasons. Here are some steps to help you troubleshoot.

  1. The export instructions must be followed exactly. The separate files must be downloaded exactly where and how described. So first, re-download the file(s). Make sure ALL applicable files are saved locally (i.e. on your computer). Saving to the browser's Downloads folder is sometimes problematic. So try saving to your Desktop or a USB drive instead.
  2. Close all open files and applications. You might see errors if you have the data file open in another format while trying to open in the statistical software. And some applications drain your computer's memory, bogging down the processing needed to open the file. So close everything that you don't need, and then follow the REDCap export page's instructions to open the file(s).

If you still have trouble, try these additional troubleshooting techniques.

  1. Download a smaller export. Create a new report having only a subset of the data you want. Then download that smaller chunk and see if the data opens in the package. If so, incrementally export more and more fields to identify the point where it fails.
  2. Remove unvalidated text and notes fields. If there are "!" or other special characters in text fields, it can throw off the columns when viewing it in a stats package. Double-check the dataset to see if that is interfering with the reading of the file.

We typically suggest removing all unvalidated text/notes fields from exports used in statistical packages because those data types are usually not useful for analysis and can clog the statistical package processing (including throwing off the column dividers). It is also possible that the variable names themselves are incompatible with your statistical package. For example, SPSS may not be able to process variable names which include negative values.

Requesting a New REDCap Feature FAQ

REDCap doesn't do something that is really critical to my work. How do I request a new feature?

Please consider submitting your idea for any new feature via the feature suggestion survey link, found in the Help & Information section of any project menu. Suggestions made there are ranked for feasibility and utility by the REDCap consortium software development team. That development team considers the input of ~538,000 users across all ~2,400 consortium partner sites worldwide. We of course cannot guarantee that all suggestions will result in changes or new features, but survey submissions do all feed into the consortium’s exploration and development prioritization list.

Guide Information

Last Updated: Apr 2, 2024 1:18 PM
URL: https://libguides.pcom.edu/redcap