Table of Contents

REDCap updating surveys

Editing existing REDCap instruments when already in production mode

Updating/Editing Surveys and Measures on RedCap

Once you click Submit to finalize these changes, you must wait for your changes to be reviewed and approved, after which you will receive an email confirmation informing you that the changes have been made effective on the project SUBMIT

datediff([behavioral_arm_1][demo_dob],'today',"y") <= 10 and
[screener_2_arm_1][total_exclusions] < 1

Screening

editing screening questions

After research team approval and you need to edit one of the screening items on RedCap you can follow these steps:

Editing Survey Queue

Survey Queue (like survey to survey “branching”) is in the Designer section.

Queue Logic

logic MUST include the event/arm name and variable. Otherwise “test logic on record” may work while actual queue will not.

  [recruit_arm_1][recruit_age] > 10 and
  [recruit_arm_1][recruit_age] < 18 and
  [screener_arm_1][total_exclusions] < 1