FAQs

Click the plus sign (+) to expand each section below from our frequently asked questions. Have other questions? Email us at mycap@vumc.org.

What is MyCap?

A tool for researchers – a customizable participant-facing mobile application freely available to capture patient reported outcomes based on a REDCap project.

A tool for participants – a centralized study ‘home’ (app) for information and actions that facilitates continuous participant engagement and participant retention. It is available on iOS devices (iOS v11.0+) and Android (v5.0+) at no-cost.

How does MyCap work?

MyCap is a standard feature of REDCap v13.0+. Data is collected from participants through the app via customizable surveys and the automated administration of active tasks (activities performed by participants using mobile device sensors). All data collected in the MyCap App is automatically sent back to the REDCap server as soon as internet connection is available (i.e., it can also be used for offline participant data collection). Frequent data collection is strongly encouraged for MyCap usage.

MyCap also facilitates participant engagement and retention by providing quick access to project staff and secure two-way communication (e.g., messaging and announcements) within the App. 

For more information about MyCap, check out the MyCap websitepublicationresourcesvideos, and a list of MyCap use cases

How is MyCap Different from REDCap Mobile? 

MyCap is an application installed on a participant’s mobile device so the participants can complete data collection instruments, surveys, and other tasks remotely and over a period of time. 

Alternatively, the REDCap Mobile App is primarily used when an internet connection is unavailable or unstable. The REDCap Mobile App requires a REDCap login and is typically downloaded to the study team’s mobile device and taken to the participants – it is not downloaded to a participant’s device. 

What is the new MyCap App?

A new version of MyCap was released in September of 2023 as a full app re-write in the cross-platform Flutter framework. This new version offers many new functionalities including:

  • Longitudinal project support
  • Parity in active tasks for Android and iOS
  • Support of rich text in REDCap field labels
  • Ability to embed hyperlinks within field labels
  • Participant dashboard of overdue, future, and completed tasks
  • Support of image and video capture, as well as upload from device’s gallery from iOS and Android
  • Ability for participants to switch devices and retain their place in project after rejoining
  • View full list of new features here.

 Please note that the new MyCap App has a minimum version requirement of REDCap v13.0. 

Why do I see two MyCap Apps in my App Store? 

When the new MyCap App described above was released in September of 2023, it was named “MyCap” (purple logo), and the former app was renamed “MyCap Classic” (black logo). Both versions of the MyCap App can be found in the Google Play Store and Apple App Store. 

Which version of the MyCap App should I use? 

All projects that will capture data after August 2024 should direct participants to use the new MyCap App instead of MyCap Classic. However, the app that your project points to depends on your institution’s REDCap version and when the project was created:

  • Projects enabling MyCap prior to September 2023 directs participants to the MyCap Classic App by default. Use this guide to transition your project and existing participants to the new MyCap App.
  • If your institutional REDCap instance is 13.10 or greater:
      • All studies created after September 2023 will automatically direct participants to join the new MyCap App (purple logo).
      • If your project was created prior to September 2023, you can transition your project and participants to the new app using this guide.

What are the plans for the former MyCap App (MyCap Classic)? 

MyCap Classic (black logo) will be retired in August of 2024. Up until that point, we will only provide app support in the form of major bug fixes (e.g., participants are unable to join a project or data is not syncing). After the app retires, however, we will not provide any support for the app. The app will remain on the Google Play and Apple App Stores and study teams can choose to continue using it, but must know that it will begin to depreciate overtime. Use of MyCap Classic after its retirement is therefore strongly discouraged. All projects are encouraged to migrate to the new MyCap App (purple logo) by August 2024.

What happened to the MyCap External Module?

The MyCap External Module, the original operational format of MyCap, was retired on June 30, 2023. This was done in light of the release of MyCap as a standard feature in REDCap in December of 2022. Utilizing MyCap as a feature of REDCap rather than as an External Module provides several advantages including:

  • Streamlined features and a more intuitive setup process in a single interface
  • Intuitive indicators in REDCap when participants send messages to project teams 
  • Simplified processes for generating participants’ QR codes/dynamic links 
  • Embedded MyCap resources that help REDCap users configure their projects independently
  • Functionality that honors Data Access Groups in MyCap messaging and participant lists
  • Enhanced user rights that allow for limiting a user’s ability to a) configure tasks and the app design and/or b) communicate with participants via MyCap messages and announcements

The External Module is still operational but no longer receives feature updates or bug fixes. Watch this video to learn how to migrate your project from the External Module to MyCap in REDCap. 

How do I describe MyCap to my Institutional Review Board (IRB)? 

Please follow local IRB processes and policies if a project requires approval by the Institutional Review Board (IRB). The use of MyCap to capture participant data should be explained in the IRB application. The language below may be helpful.  

MyCap is a freely available participant-facing mobile application that can be installed on iOS and Android devices to capture patient-reported outcomes for any REDCap project. All data completed on a participant’s device are automatically and immediately synchronized to REDCap. If data are completed while participants are offline, data are synchronized when internet connect is restored and the App is opened. These are the additional security features of MyCap: 

  • Participant data is stored locally on the device in an AES-256+SHA2 encrypted database. Data remains on the device if an internet connection is not available. Applies to both iOS and Android devices.  
  • When an internet connection is available, data is transmitted directly to REDCap using an SSL (TLS v1.2) connection. A hash-based message authentication code (HMAC) is used to verify the integrity of the data and to authenticate the sender.  
  • Participant entered data (i.e., task responses) are not stored or sent anywhere else. Data exists on the participant’s device or on the server. 
  • Data is wiped from the device after the Mycap App verifies that data has been successfully transmitted. Note that there is an optional MyCap feature that lets a participant see some of the data s/he has entered for an individual task/instrument/survey. By default, data is wiped. 
  • Participants create a 6-digit PIN that is used to open the App. A participant can disable the PIN feature. 

Is branching logic supported? 

Yes, branching logic within a single instrument is supported. Single-statement ([foo] = 1) branching logic has always been supported. Complex branching logic ([foo] = 1 AND ([bar] > 2 OR [baz] = ‘Hello’)) is available since MyCap Android v1.5.1 and iOS v2.5.0. However, mathematical functions “([foo] > ROUND(2.5)” are not supported. Branching logic between instruments is not yet supported. 

Can I use action tags/smart variables?  

MyCap is not compatible with REDCap’s smart variables, piping,  special functions, and most action tags. MyCap does honor the @HIDDEN action tag and does have a number of unique action tags specific to MyCap. For example, the @MC-FIELD-FILE-IMAGECAPTURE action tag applied to a REDCap File Upload field would allow a participant to capture a photo using their device’s camera. View the list of MyCap action tags in the REDCap action tag help text (if using REDCap 13.0 on a project) or from the MyCap Participant Management> Help > Annotations.

Is piping supported? 

Not at this time. 

Can you put HTML in field labels? 

This is not available in MyCap Classic but is available on the newest MyCap App. Field labels will appear as formatted using the RichText editor. 

Are MyCap app users able to change the app’s language?

Yes, MyCap Classic offers application-wide language rendering options for English, Spanish, Brazilian, Portuguese, and French. The MyCap App released in September 2023 (purpole logo) does not have any language translations, but they will be available soon.

How do I get started with MyCap? 

  1. Check with your REDCap Administrator to ensure you are operating on REDCap v13.0. If you are on an older version, they will need to update your REDCap version before you can utilize MyCap.
  2. Set up your REDCap project.
  3. Under Settings>Project Setup press “Enable” next to, “Use the MyCap Participant-Facing Mobile App?”. You may need to wait for administrator approval to enable MyCap. Once MyCap has been enabled on your project, you will see a “MyCap Participant Management” section in the left-hand menu in REDCap.
  4. For guidance on how to configure your project for MyCap, you can access a detailed Help document from the Project Setup page by clicking on “Learn More about MyCap” or review brief instructions in the Design and Configure the MyCap App section under [View MyCap Initial Instructions].

Who can create projects compatible with MyCap? 

Yes. MyCap can be enabled on all new or existing REDCap projects as long as you are operating on REDCap v13.0+. Additional configuration will be needed to enable Instruments for MyCap.

Can I enable MyCap on an existing project? 

Yes. MyCap can be enabled on all new or existing REDCap projects as long as you are operating on REDCap v13.0+. Additional configuration will be needed to enable Instruments for MyCap.

What versions of iOS and Android are compatible with MyCap? 

iOS versions ≥ 11.0 and Android versions ≥ 5.0

When do push notifications go out and can I change it? 

There are two types of notifications for mobile apps, local notifications and push notifications. A local notification is scheduled by the device and will be seen when a participant is online or offline. A push notification is sent from a server to the device and can only be received when a participant is online. Push notifications sent when a participant is offline will be saved until the participant is online. 

MyCap uses local notifications for scheduling tasks. Participants will receive a local notification at 8AM with the message “You have an activity to complete today.” Currently the 8AM notification time cannot be changed, but adding flexibility is very high on our list of priorities. 

MyCap uses push notification when a researcher sends an ad hoc message to a single participant or an announcement to all participants. These can be sent anytime but they cannot be scheduled to send at a scheduled time in the future. 

Can I schedule notifications regarding tasks or overdue tasks? 

No. MyCap cannot yet send reminder notifications for incomplete tasks. MyCap currently sends notifications for tasks at 8 AM on the day the task is schedule to occur. However, the MyCap App released in September of 2023 (purple logo) displays “Overdue” tasks in a distinct tab.

Can I message participants via the MyCap app? 

Yes, MyCap provides in-app messaging between REDCap users and participants. When messages are sent to a participant in the MyCap app released in September of 2023 (purple logo), they receive a push notification on their device that says, “New Message: Secure message is waiting for you” (assuming the participant allows MyCap to deliver push notifications). When messages are sent to a participant in MyCap Classic, they receive a push notification on their device that says, “You have a secure message waiting” assuming the participant allows MyCap to deliver push notifications).The participant may read the message after opening the MyCap App. If the participant does not allow push notifications, he or she will still be able to read the message but will not see the notice indicating a new message is available. 

Additionally, project-wide Announcements can be used to send a message to all participants in a project. All announcements are visible to participants even if they join the project after the announcement is sent. The announcement date is included.

Can participants send messages to the REDCap team via the MyCap app?

Yes, participants can send messages via their MyCap App (both MyCap and MyCap Classic) to the REDCap users on a project. REDCap users are NOT currently notified when a participant sends a message. 

    • In REDCap 13.0+, REDCap admins and users with “MyCap Participant Management” rights can view messages from any participant/record. When a message is received, a badge displays beside “MyCap Participant Management” to indicate if there are unread messages.
    • From MyCap Participant Management > Messages, REDCap users can view Messags received from participants. REDCap users can indicate whether the message has been reviewed by clicking the “Action Needed” toggle.

What is an active task? 

MyCap supports active tasks in seven distinct categories. This includes activities related to motor skills, fitness, cognition, speech, hearing, hand dexterity, and vision. Please note that unlike the MyCap App released in September of 2023 (purple logo), MyCap Classic does not offer parity in Active Tasks. Click here to view which tasks are available in iOS versus Android.

Does MyCap support active tasks? 

MyCap supports active tasks in seven distinct categories. This includes activities related to motor skills, fitness, cognition, speech, hearing, hand dexterity, and vision. Click here to see which activities are supported by iOS versus Android platforms. 

How do participants join a project? 

Each participant using MyCap must have a record ID in the REDCap project before they can join the project in their MyCap App. After the participant’s record is created, participant’s access can be granted via a unique QR Code or Dynamic Link (i.e., hyperlink). Participant records can be created by having the participant complete an intake survey (recommended). Alternatively, research teams can add (or import) participants directly in REDCap or directly into MyCap.  

What information is included in the Dynamic Links and QR Codes? 

The Dynamic Links and QR Codes contain three data elements: the participant ID, REDCap project ID, and an institution ID. Researcher teams can view each participant’s unique QR Code in their MyCap online interface on each Participant’s Profile. 

How do I decide whether to onboard participants via Dynamic Links or QR Codes? 

Participant Onboarding Procedure Recommend Method for Joining MyCap Details 
In-person screening completed on study team device (e.g., computer, tablet) QR Code displayed at the end of a survey* The participant can scan the QR Code displayed at the end of the survey and displayed on the study team’s device. Participants can scan the QR Code using their personal mobile device. 
In-person screening using the participant’s device (e.g., filling out online intake survey) Dynamic Link displayed at the end of a survey* or sent via email or text** 

If only the participant’s personal mobile device is available for the intake, it is recommended that the Dynamic Link be displayed at the end of the survey so the participant can simply click to join the project.

 

Note: Dynamic links will automatically point participants to MyCap Classic on projects < REDCap v13.0. If your project is on the newest MyCap app (purple logo), participants must join via QR code. 

Fully remote Dynamic Link displayed at the end of a survey* or sent via email or text** The participant may not have separate devices to complete the survey and scan a QR Code. If they are using their phone to complete an intake assessment, the Dynamic Link can appear after the survey is completed. Alternatively, it could be sent to the participant which they can pull up on their phone to join the project. 

 

* Enter HTML provided into Survey Settings > Survey Completion Text 

** REDCap has the capability to send SMS text messages for Alerts & Notifications by using a third-party web service named Twilio (www.twillio.com). To use this feature, you must have a paid Twilio user account as there is a cost for each phone call made and for each SMS message sent.  

What is a Dynamic Link? 

MyCap leverages Google’s Firebase Dynamic Links that allow participants to click on a URL to join a MyCap project, even if they do not yet have MyCap installed. This allows participants to join projects without requiring the use of QR Codes and helps decrease accessibility barriers to MyCap.  

How do I send a participant their Dynamic Link? 

Dynamic Links can be sent to participants via email, such as REDCap’s Alerts & Notifications or text, if using a third-party service like Twilio (see ** under table above), or a Dynamic Link can be set to appear in the “Survey Completion Text” after a REDCap survey is completed. 

 

What happens when participants click on a Dynamic Link? 

If Participant hasn’t installed the MyCap App:  If participant has installed MyCap but hasn’t joined any projects: If participant is using MyCap for other projects: 
Participant is redirected to Google Play or Apple Store to install the MyCap App. Once they have installed the app, they are redirected to the MyCap home page where they can click “Join project”.  MyCap is opened once they click the URL and participants press join project. Participant is redirect to Dynamic Link page and presses “join project”. MyCap opens to an existing project. Participants navigate to their profile and click “Join another project”. Participant is redirect to Dynamic Link page and presses “join project”. 

What information is in the QR code? 

The QR code contains three data elements: the participant ID, REDCap project ID, and an institution ID. Researcher teams can view each participant’s unique QR code in their MyCap online interface on each Participant’s Profile. 

What happens when participants scan a QR Code? 

Participant must scan the QR Code using the MyCap App, not their device’s camera. After scanning the QR Code, the MyCap App immediately takes the participant through several setup screens, including the project’s About Screen(s).  

Can I automatically disseminate the Dynamic Link or QR Code to participants? 

Yes! MyCap provides text and/or HMTL that can be used to automatically trigger the dissemination of the Dynamic Link and/or QR Code for participants. After copying the text/HTML, it can be inserted as (a) Survey Completion Text that is displayed after a survey is completed or (2) REDCap Alerts and Notifications that are automatically triggered once logic is met (e.g., a record is created or saved).  

  • In REDCap, the text is provided under MyCap Participant Management > Participant List > Invite Participants.  
  • In the MyCap External Module, first set the trigger for when the QR code or Dynamic Link should be generated under MyCap External Module > Configure App > Setup. Once that is set, locate the HTML to use in Survey Completion Text and /or Alerts and Notifications under MyCap External Module > Participants > Participant Access Information. Check out our Getting Started Quick Guide for instructions on setting up the automated emails. 

Can MyCap support remote participant setup/enrollment? 

Absolutely! For fully remote trials, we recommend using Dynamic Links for onboarding participants as everything can be done from a single mobile device. You can review the table on Participant Onboarding Procedures above. 

Can MyCap support remote participant setup/enrollment? 

A participant is required to create a 6-digit PIN unique to the MyCap App. Participants may also unlock the MyCap App using biometric identification when the device allows it. Participants can choose to disable the MyCap App’s passcode security in MyCap settings. 

What is the role of REDCap Admin?

The responsibilities of the REDCap Admin include:

  • Educating their research community that MyCap is a freely available resource (handout, slides)
  • Pointing study teams to available MyCap resources
  • Fielding questions from study teams about how to best configure their project for myCap
  • Approving requests for MyCap to be enabled on REDCap projects, if the respective institution requires REDCap Admin approval
  • Ensuring study teams are operating on the most up-to-date REDCap versions as possible

What is the role of the study team?

The study team is responsible for setting up their REDCap project, requesting to enableMyCap, configuring the MyCap Settings and App Design, as well as completing thorough testing to ensure all instruments and surveys (tasks) appear as expected. The MyCap team and a study team’s REDCap Admin are able to offer guidance and resources, as needed.

The study team is also intended to support participants enrolled in their MyCap study (the study team can include their contact information in the MyCap App Links page). If participants run into issues with the MyCap App that the study team cannot solve, the study team should email their REDCap administrator (enter institution to find administrator  here) and the MyCap inbox  mycap@vumc.org.

Study teams can also join the weekly MyCap Assistance call on Tuesdays at 10 am Central Time. 

 

How do I get help with MyCap?

  • Feature requests or bug reports: post to the MyCap Space
  • Join the weekly MyCap Assistance call (Tuesdays at 11 am Central Time)
  • Email mycap@vumc.org if you have something private to discuss that should not be posted in the MyCap Space (e.g., a specific project from one of your investigators). 

What happens if I run into a problem collecting data using MyCap outside of normal business hours (e.g., 2 AM)? 

Email your REDCap administrator (enter your institution to find your administrator here) and the MyCap inbox mycap@vumc.org. Please describe the problem, include screenshots if possible, and include any errors or warnings that are visible to you or have been reported by participants.

Could you describe the security features of MyCap? 

  • Participant data is stored locally on the device in an AES-256+SHA2 encrypted database. Data remains on the device if an internet connection is not available. Applies to both iOS and Android devices. 
  • When an internet connection is available, data is transmitted directly to REDCap using a SSL (TLS v1.2) connection. A hash-based message authentication code (HMAC) is used to verify the integrity of the data and to authenticate the sender. 
  • Participant entered data (i.e. task responses) are not stored or sent anywhere else. Data exists on the participant’s device or on your server. 
  • Data is wiped from the device after the MyCap app verifies that data has been successfully transmitted. Note that there is an optional MyCap feature that lets a participant see some of the data s/he has entered for an individual task/instrument/survey. By default, data is wiped. 
  • Participants create a 6-digit PIN that is used to open the App. A participant can disable the PIN feature.

Also see security and architecture overviews below. 

Security PDFDownload 

Architecture PDFDownload 

Does MyCap use any 3rd party services? 

The MyCap AppMyCap App uses Firebase Analytics, Crashlytics, and Cloud Messaging. Firebase generates its own identifiers that live on the participant’s device. There is no way for Vanderbilt to link a MyCap participant code to a Firebase user identifier. Participant meta-data stored in Firebase cannot be linked to participants in your project. 

Messages sent to and from a participant are transmitted via the MyCap API, not Cloud Messaging. Cloud Messaging simply handles push notifications and the push notification message is always “You have a secure message waiting.”