Skip to content

Commit 2d5b329

Browse files
authored
Update README.md
1 parent bf88fee commit 2d5b329

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Introduction
22

3-
ResearchSuite is an extension of the [ResearchKit](http://researchkit.org)(iOS) and [ResearchStack](http://researchstack.org/)(Android) open source frameworks for developing research study apps, which allow for researchers to easily develop intuitive and standardized data-collecting mobile apps.
3+
ResearchSuite is an extension of the [ResearchKit](http://researchkit.org) (iOS) and [ResearchStack](http://researchstack.org/) (Android) open source frameworks for developing research study apps, which allow for researchers to easily develop intuitive and standardized data-collecting mobile apps.
44

55
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.
66

77
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](https://github.com/CuriosityHealth/LS2)) or [Sage Bionetworks Bridge](https://developer.sagebridge.org/articles/).
88

99
<p align="center">
10-
<img src="https://github.com/ResearchSuite/Docs/blob/master/rs-diagram.png?raw=true" width="810">
10+
<img src="https://github.com/ResearchSuite/Docs/blob/master/rs-diagram.png?raw=true" width="800">
1111
</p>
1212

1313
### **ResearchSuite SDL-Rx Survey Tasks ([iOS](https://github.com/ResearchSuite/sdl-rkx),[Android](https://github.com/ResearchSuite/sdl-rsx))**

0 commit comments

Comments
 (0)