The Small Data Lab ResearchStack Extensions package is the easiest way to include SDL visual surveys (YADL, MEDL, PAM) into a ResearchStack application.
Add the following to your app/build.gradle:
compile 'edu.cornell.tech.foundry:sdl_rsx:0.0.4'
//add RSTB Support
compile 'edu.cornell.tech.foundry:sdl_rsx_rstbsupport:0.0.1'
//add RSRP Support
compile 'edu.cornell.tech.foundry:sdl_rsx_rsrpsupport:0.0.2'
//add ohmage-omh Backend Support
compile 'edu.cornell.tech.foundry:sdl_rsx_rsrpohmagebackend:0.0.2'
You may also need to add the following source repos to your project's build.gradle:
maven { url "https://dl.bintray.com/edu-cornell-tech-foundry/SDLRSX" }
##Examples
- sdlrsx-example application in this repo.
- Sample App
- Fork of the official ResearchStack Sample App that demonstrates how to add YADL, MEDL, and PAM self-report into an existing application.
James Kizer @ Cornell Tech Foundry
sdl-rsx is available under the Apache 2.0 license. See the LICENSE file for more info.