Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

There currently is no SOP for projects that need multiple signatures on the consent. There are new tools coming to REDCap in late 2024 to help reduce the complexity of REDCap e-consent requiring more than one signature or a consent . Adding multiple signatures is complex and assent. For now:

Use file SOP WUSTL REDCap Academic eConsent v1.04.1pdf to create a project. Manually add the additional signature fields required to the e-consent survey.  If signatures needed varies across participants, for example due to age or cognitive ability, use branching logic to make the correct signatures appear on the e-consent survey.  For example, if only a participant signature is required for participants 18 and older, but participant and parent or legal guardian signature is required for participants under 18, create an [age] field on a screening form.  The [age] field can then be used to create branching logic for the parent or legal guardian signature fields, e.g. [parent_lg_signature] only appears if [age] < 18. 

...