From the REDCap FAQ...

What are the field types?

The field Type dictates how the field will be shown on the data entry form.

Options include:

TEXT- single-line text box (for text and numbers)
NOTES- large text box for lots of text
DROPDOWN- dropdown menu with options
RADIO- radio buttons with options
CHECKBOX- checkboxes to allow selection of more than one option
FILE- upload a document
CALC- perform real-time calculations
SQL- select query statement to populate dropdown choices
DESCRIPTIVE- text displayed with no data entry and optional image/file attachment
SLIDER- visual analog scale; coded as 0-100
YESNO- radio buttons with yes and no options; coded as 1, Yes | 0, No
TRUEFALSE- radio buttons with true and false options; coded as 1, True | 0, False

 

 

 


What are the Custom Alignment codes for the data dictionary?

RV – right vertical

RH – right horizontal

LV – left vertical

LH – left horizontal
What are “identifiers”?

There are 18 pieces of information that are considered identifiers (also called protected health information, or PHI) for the purposes of HIPAA compliance. When you indicate a variable as an Identifier, you have the option to “de-identify” your data on data exports. In the Data Export Tool, the identifier variables appear in red and there are de-identification options you can select prior to exporting the data.

The 18 HIPAA identifiers are:

1.Name
2.Fax number
3.Phone number
4.E-mail address
5.Account numbers
6.Social Security number
7.Medical Record number
8.Health Plan number
9.Certificate/license numbers
10.URL
11.IP address
12.Vehicle identifiers
13.Device ID
14.Biometric ID
15.Full face/identifying photo
16.Other unique identifying number, characteristic, or code
17.Postal address (geographic subdivisions smaller than state)
18.Date precision beyond year


How do I create a set of variables for an unknown number of possible responses for the same question?

For a question with an unknown number of answers, such as how many medications someone is taking, you may want to display the fields only as they are needed. REDCap currently is not able to dynamically create fields; however, there is a way to use branching logic to approximate this.

If you can estimate the maximum number of fields you will need, you can create that many copies of your field to hide and display as needed using branching logic.

Example 1: If you think 15 is a good maximum, you would create 15 copies of the field. Then, in order to only show the fields that are needed, you could create a "count" variable. Your branching logic would look like this:

field1: [count]>0

field2: [count]>1

field3: [count]>2

and so on.

If your variable is medications, and the respondent takes 2 medications, you enter 2 in [count] variable, then the med1 and med2 fields appear. If they take 3, you enter that, and meds1 to med3 fields appear.

Example 2a: Another method is to first create the maximum number of fields that you estimate will be needed, as above, and then hide and display each field as the previous field receives data. Using this method will cause each field to show up as needed. Your branching logic would look like:

field2: [field1] <> "" or [field2] <> ""

field3: [field2] <> "" or [field3] <> ""

field4: [field3] <> "" or [field4] <> ""

and so on.

The fields in this example are text fields. If field1 "does not equal blank" (aka if data is entered for field1), then field2 will display. This example will also retain any given field that happens to have data already.

Example 2b: If you want to only show a field if there is not a previous field that is empty, the branching logic will need to check every previous field:

field2: [field1] <> ""

field3: [field1] <> "" and [field2] <> ""

field4: [field1] <> "" and [field2] <> "" and [field3] <> ""

and so on.
How do I display unknown dates? What’s the best way to format MM-YYYY?
When you set a text field validation type = date, the date entered must be a valid completed date. To include options for unknown or other date formats, you may need to break the date field into multiple fields. For Days and Months, you can create dropdown choices to include numbers (1-31, 1-12) and UNK value. For Year, you can define a text field with validation = number and set a min and max value (ex: 1920 – 2015).The advantage of the multi-field format is that you can include unknown value codes. The disadvantages are that you may need to validate date fields after data entry (i.e. ensure no Feb 31st) and there will be additional formatting steps required to analyze your data fields.
How are the different date formats exported?
The Data Export Tool will only export dates, datetimes, and datetime_seconds in YYYY-MM-DD format. Previously in 3.X-4.0, datetimes were exported as YYYY-MM-DD HH:MM, while dates were exported as MM/DD/YYYY. By exporting only in YYYY-MM-DD format it is more consistent across the date validation field types.If exporting data to a stats package, such as SPSS, SAS, etc., it will still import the same since the syntax code has been modified for the stats package syntax files to accommodate the new YMD format for exported dates. The change in exported date format should not be a problem with regard to opening/viewing data in Excel or stats packages.
How are the different date formats imported?
While the different date formats allow users to enter and view dates in those formats on a survey/form, dates must still only be imported either in YYYY-MM-DD or MM/DD/YYYY format.
Can I enter dates without dashes or slashes?
Date values can be entered using several delimiters (period, dash, slash, or even a lack of delimiter) but will be reformatted to dashes before saving it (e.g. 05.31.09 or 05312009 will automatically be reformatted to 05-31-2009 for MM-DD-YYYY format).
Can I change date formats if I've already entered data?
Any date fields that already exist in a REDCap project can be easily converted to other formats without affecting the stored data value. After altering the format of the existing date fields, dates stored in the project will display in the new date format when viewed on the survey/form. Therefore, you change the date format of a field without compromising the stored data.
How are dates formatted? Can I change the date format?
Dates can be formatted as mm-dd-yyyy, dd-mm-yyyy, and yyyy-mm-dd by using the text field > validation. These formats cannot be modified. It is recommended to always use the field label or field note to specify the required date format.
What is the Question Number (surveys only) column in the data dictionary?
For surveys, you can use this column to enter number of the survey question for screen display.
Is it possible to restrict text inputs to a defined length or digit/character combination?
You can restrict text inputs by using custom field validation types. Custom field validation types must be created by the REDCap Development team. Your REDCap Administrator will be able to submit requests for new custom field validation types. The request will be evaluated by the concerned team and approved requests will be fulfilled. However it is not possible to specify a deadline for meeting the request.
Can I populate radio buttons, dropdowns and checkbox field choices using an "if then" statement?
There is currently no way of populating field choices dynamically. You can create multiple fields and response option lists and hide or display them using branching logic. In certain circumstances, you may be able to populate a dropdown list from another REDCap field, but this is a very specific use case and requires contacting a REDCap Admin.
Can I shorten an instrument by grouping related questions together using a columnar format?
It is not possible to build survey or data entry forms in a columnar format in REDCap. You can use a combination of branching logic, section headers and descriptive text to shorten the instrument and group related questions.
Is there a question type that is a radiobutton/checkbox/dropdown with a text box for "Other, specify"?
No, this specific question type is not available. You can add a text field after the question and use branching logic so that if "Other" is selected, a text box appears to capture the data.
Can I set minimum and maximum ranges for certain fields?

If validation is employed for text fields, min and max values may be utilized. Min, max, neither or both can be used for each individual field. The following text validation types may utilize min and/or max values:

DATE_YMD
DATE_MDY
DATE_DMY
TIME
DATETIME_YMD
DATETIME_MDY
DATETIME_DMY
DATETIME_SECONDS_YMD
DATETIME_SECONDS_MDY
DATETIME_SECONDS_DMY
NUMBER
INTEGER


Why can’t I see the different date formats in the Online Designer?

New validation types are not automatically available will need to be enabled by your REDCap Administrator. Once enabled, they'll appear in the text validation drop-down list in the Online Designer. All formats are available via the Data Dictionary.
What is the character limit for a variable name, field label, text typed into a "text box (short text)", and text typed into a "notes box (paragraph text)"?

The maximum number of characters are:

  • field name: *Recommended: <26, Max: 100
  • field label: ~65,000
  • Text typed into a "text box" field: ~65,000
  • Text typed into a "notes box" field: ~65,000

*Most stats packages (SAS, STATA...) will truncate variable/field names to max of 26 characters.
Can I upload files to attach to individual subject records?

Yes, you can upload documents for individual records.

To create a new document upload field in the Data Dictionary for any given REDCap project, set the field Type = ‘file’. You may add as many 'file' fields as needed to your data collection instruments.

Documents can be uploaded and downloaded by navigating to the record’s data entry page and clicking the file link. A document can be deleted at any time, and there is no limit to how many times the document can be replaced by uploading another file to that record’s file upload field.

Contact your REDCap Administrator to confirm if this field type is available and what the maximum upload file size is at your institution.
What are the field types?

The field Type dictates how the field will be shown on the data entry form.

Options include:

TEXT

single-line text box (for text and numbers)

NOTES

large text box for lots of text

DROPDOWN

dropdown menu with options

RADIO

radio buttons with options

CHECKBOX

checkboxes to allow selection of more than one option

FILE

upload a document

FILE with Text Validation "Signature" = Signature field

CALC

perform real-time calculations

SQL

select query statement to populate dropdown choices

DESCRIPTIVE

text displayed with no data entry and optional image/file attachment

SLIDER

visual analogue scale; coded as 0-100

YESNO

radio buttons with yes and no options; coded as 1, Yes | 0, No

TRUEFALSE

radio buttons with true and false options; coded as 1, True | 0, False


Are data from checkbox (choose all that apply) field types handled differently from other field types when imported or exported?

Yes. When your data are exported, each option from a checkbox field becomes a separate variable coded 1 or 0 to reflect whether it is checked or unchecked. By default, each option is pre-coded 0, so even if you have not yet collected any data, you will see 0's for each checkbox option. The variable names will be the name of the field followed by the option number. So, for example, if you have a field coded as follows:

Race

1, Caucasian

2, African American

3, Asian

4, Other

In your exported dataset, you will have four variables representing the field Race that will be set as 0 by default, coded 1 if the option was checked for a record. The variable names will consist of the field name. three underscores, and the choice value:

race___1
race___2
race___3
race___4

Notes:

  • when you import data into a checkbox field, you must code it based on the same model
  • negative values can be used as the raw coded values for checkbox fields. Due to certain limitations, negative values will not work when importing values using the Data Import Tool, API and cause problems when exporting data into a statistical analysis package. The workaround is that negative signs are replaced by an underscore in the export/import-specific version of the variable name (e.g., for a checkbox named "race", its choices "2" and "-2" would export as the fields

race___2

race____2

A checkbox field can be thought of as a series of yes/no questions in one field. Therefore, a yes (check) is coded as 1 and a no (uncheck) is coded a 0. An unchecked response on a checkbox field is still regarded as an answer and is not considered missing.
How do I indicate “dates” in the data dictionary?

Text Validation Types: Use for text field data validation

FormatExample
DATE_DMY16-02-2011
DATE_MDY02-16-2011
DATE_YMD2011-02-16
DATETIME_DMY16-02-2011 17:45
DATETIME_MDY02-16-2011 17:45
DATETIME_YMD2011-02-16 17:45
DATETIME_SECONDS_DMY16-02-2011 17:45:23
DATETIME_SECONDS_MDY02-16-2011 17:45:23
DATETIME_SECONDS_YMD2011-02-16 17:45:23

What to consider when choosing radio button vs drop-down?

Dropdown:

  1. Ability to use short cut keys
  2. Less space on forms; use when you have limited space

Radio Button:

  1. Good when you need your choices visible
  2. Good option for minimal response options
  3. Available with the matrix options when building forms


How do you calculate e to a power in REDCap?

REDCap doesn’t have a specific function for e, so you will need to use the numerical equivalent to e and calculate on that. For example:

(2.718281828) ^ ([field_1]). Both sides of the exponent need to be encased in parentheses.

Is there an easy way to keep the user from entering future dates on a form?

If you have another field validated as a date and with the @TODAY (and possibly the @HIDDEN or @READONLY), then you could use a Data Quality rule with the "Execute in real time on data entry forms" checkbox checked. The DQ rule real time execution won't work on a survey, so on a survey you would need to settle for a descriptive text field that displays an error message if the date is greater than your date field with @TODAY in it.
What are the possible Text Validation Types?

Certain text validation types must be enabled by a REDCap Admin. If you do not see an option below in your instance, contact your REDCap Administrator.

Validation AnnotationExampleNotes
date_dmy31-12-2008
date_mdy12-31-2008
date_ymd2008-12-31
datetime_dmy

16-02-2011 17:45


datetime_mdy02-16-2011 17:45
datetime_ymd2011-02-16 17:45
datetime_seconds_dmy16-02-2011 17:45:23
datetime_seconds_mdy02-16-2011 17:45:23
datetime_seconds_ymd2011-02-16 17:45:23
emailjohn.doe@vanderbilt.edu
integer1, 4, -10whole number with no decimal
alpha_onlynameletters only, no numbers, spaces or special characters
number1.3, 22, -6.28, 3.14e-2a general number or scientific notation (no spaces)
number_1dp_comma_decimal
number to 1 decimal place - comma as decimal
number_1dp
number to 1 decimal place
number_2dp_comma_decimal
number to 2 decimal place - comma as decimal
number_2dp

number to 2 decimal place

number_3dp_comma_decimal

number to 3 decimal place - comma as decimal

number_3dp

number to 3 decimal place

number_4dp_comma_decimal

number to 4 decimal place - comma as decimal

number_4dp

number to 4 decimal place

number_comma_decimal
number comma as decimal
phone_australia

phone615-322-2222
  • Area codes start with a number from 2-9, followed by 0-8 and then any third digit.
  • The second group of three digits, known as the central office or schange code, starts with a number from 2-9, followed by any two digits.
  • The final four digits, known as the station code, have no restrictions.
postalcode_australia21504-digit number
postalcode_canadaK1A 0B1Format: A0A 0A0 where A is a letter and 0 is a digit
ssn123-12-1234Format: xxx-xx-xxxx
time19:30military time
time_mm_ss31:22time in minutes and seconds
vmrn

0123456789

10 digits

Zipcode01239U.S. Zipcode



Is there a way to hide the “today” button on date fields when it is not applicable to the question?

Yes. You can turn it off on the project level by going to “Enable optional modules and customizations” on the Project Setup page. Go to “Additional Customizations” and uncheck “Display the Today/Now button for all date and time fields on forms/surveys?”

To turn it off on the field level, you can use the actin tag @HIDEBUTTON on that field.

  • No labels