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 the Ohmage-Omh study manager, or sending them to a custom server.
-
Demographic Task
-
Notification Task
-
AVA YADL Full Assessment Task
-
AVA YADL Spot Assessment Task
-
AVA PAM Task
-
Geofencing Task
-
ResearchKit documentation: http://researchkit.org/docs/index.html
-
Getting Started:
-
Other available iOS demo projects:
- AVA YADL Reference App - iOS - generates a YADL survey and stores the results on your iOS device
- AVA MEDL Reference App - iOS - generates a MEDL survey and stores the results on your iOS device
- AVA PAM Reference App - iOS - generates a PAM survey and stores the results on your iOS device
-
ResearchStack documentation: http://researchstack.org/#documentation
-
Getting Started:
-
Available Android demo projects:
- AVA YADL Reference App - Android - generates a YADL survey and stores the results on your Android device
- AVA MEDL Reference App - Android - generates a MEDL survey and stores the results on your Android device
- AVA PAM Reference App - Android - generates a PAM survey and stores the results on your Android device