Skip to content

ResearchSuite/Docs

Repository files navigation

Introduction

ResearchSuite is an extension of the ResearchKit (iOS) and ResearchStack (Android) open source frameworks for developing research study apps, which allow for researchers to easily develop intuitive and standardized data-collecting mobile apps.

ResearchSuite was built on top of ResearchKit/ResearchStack and extends the available surveys to include adaptable visual assessments and custom active tasks and supports integration of various backend modules.

In general terms, the structure of a ResearchSuite app is defined by a JSON file, which specifies the survey or active task steps to be instantiated by the app. The JSON file is converted into an array of Step objects, which the application uses to create a Task using the ResearchSuite Task Builder, which it presents to the research participant. The results of the task are handled by the ResearchSuite Results Processor, which includes modules for storing the results locally and emailing them to researcher, sending them to a custom server (such as LS2) or Sage Bionetworks Bridge.

ResearchSuite SDL-Rx Survey Tasks (iOS,Android)


  • Demographic Task

  • Notification Task

  • AVA YADL Full Assessment Task

  • AVA YADL Spot Assessment Task

  • AVA PAM Task

  • Geofencing Task


iOS

  • Getting Started:

    • iOS ResearchSuite Demo - generates ResearchSuite surveys (YADL, MEDL, PAM, Demographics, Notifications, Geofencing) on iOS and stores the data collected on the study server.
  • Other available iOS demo projects:

    • AVA YADL App - iOS - generates a YADL survey and stores the data collected on your iOS device
    • AVA MEDL App - iOS - generates a MEDL survey and stores the data collected on your iOS device
    • AVA PAM App - iOS - generates a PAM survey and stores the data collected on your iOS device

Android


Reference

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published