-
Notifications
You must be signed in to change notification settings - Fork 0
Home
REDCap (Research Electronic Data Capture) is a secure, web-based application used to build and manage online surveys and databases for research and data collection. This guide covers the fundamentals of entering data into a REDCap project, including navigation, form completion, data quality, and troubleshooting tips.
- Key Concepts
- Navigating the Data Entry Interface
- Entering Data into a Form
- Form Status & Data Quality
- Tips & Troubleshooting
Before entering data, it's helpful to understand REDCap's core terminology:
| Term | Definition |
|---|---|
| Project | The overall database/study you're entering data into |
| Record | A single entry representing one participant, subject, or case |
| Record ID | A unique identifier assigned to each record (auto-generated or manually entered, depending on project settings) |
| Instrument | A data collection form (e.g., "Demographics," "Baseline Visit," "Follow-up Survey") |
| Event | For longitudinal projects, data is organized into time points (e.g., Visit 1, Visit 2) |
Getting started:
- Log in to REDCap and select your project from "My Projects"
- Click "Add/Edit Records" in the left-hand menu
- Choose to create a new record or select an existing one to edit
The left-hand menu on the Project Home page includes a "Data Collection" section listing all instruments for the project. You can click an instrument name to open its form directly, or go through "Add/Edit Records" first to select a record.
Each record has a home page showing a list of all instruments/events associated with it. Every instrument displays a status icon:
- π΄ Red circle = Incomplete
- π‘ Yellow circle = Unverified
- π’ Green circle = Complete
Click on an instrument's status icon or name to open the form and begin entering data.
Tip: Use the Record Status Dashboard to quickly see which forms still need attention across all records in the project.
- Open the instrument (form) you want to complete.
- Fill in each field according to its type:
- Text fields β type directly
- Dropdowns/Radio buttons β select one option
- Checkboxes β select all that apply
- Date/Time fields β follow the specified format (e.g., YYYY-MM-DD)
- Calculated fields β auto-populate based on other responses; do not edit manually
- Watch for required fields, often marked with a red asterisk (*). Forms cannot be marked "Complete" until these are filled in.
- Respect validation rules, which may restrict entries (e.g., number ranges, valid date formats). An error message will appear if data doesn't meet the rule.
| Save Option | What It Does |
|---|---|
| Save & Continue | Saves progress, keeps form open, checks for errors |
| Save & Exit Form | Saves and returns to the record home page |
| Save & Go to Next Form | Saves and advances to the next instrument |
| Save & Add New Instance | (Repeating instruments only) Saves and creates another instance of the same form |
At the bottom of each form, set the completion status:
- Incomplete β still in progress
- Unverified β complete but not yet reviewed
- Complete β finished and verified
Choosing "Complete" often triggers built-in checks for missing required fields.
- Field notes/comments β Some projects allow annotations on specific fields
- Branching logic β Certain fields only appear if previous answers meet specific conditions; a hidden field is expected behavior, not necessarily an error
- Data Resolution Workflow / Queries β Used to flag and resolve discrepancies (if enabled for your project)
- Double-check entries before marking a form "Complete"
- Avoid entering identifiable information (names, SSNs, MRNs) unless explicitly required and approved for your project
- Save frequently to avoid losing work, especially on long forms
- Use the Record Status Dashboard for a project-wide view of completion status across all records
- The Data Dictionary (managed by project admins) defines all fields, validation rules, and branching logic β consult it if you're unsure about a field's purpose
- A grayed-out field is likely calculated or auto-generated
- Repeating instruments allow multiple entries of the same form (e.g., multiple lab results) β use "Add New Instance"
| Issue | Likely Cause | Solution |
|---|---|---|
| Can't mark form "Complete" | Missing required fields | Check for fields highlighted in red |
| Field not showing | Branching logic hiding it | Review previous answers that may control visibility |
| Made an error | N/A | Most fields are editable unless the project/field has been locked |
| Need further help | Project-specific rules | Contact your REDCap administrator or data manager |
For project-specific questions, always consult your REDCap administrator, as field configurations and workflows vary by study.