Skip to content

Instantly share code, notes, and snippets.

@qubka
Last active July 4, 2019 17:01
Show Gist options
  • Save qubka/01d56ea53946a2fc694b4d7b0a3fca6b to your computer and use it in GitHub Desktop.
Save qubka/01d56ea53946a2fc694b4d7b0a3fca6b to your computer and use it in GitHub Desktop.
{"languages": [
{
"name": "English",
"consent": {
"title": "Demo Consent",
"pages": [
{
"type": "Overview",
"summary": "Overview Information",
"html": "<h1>Read This!</h1><p>Some really <strong>important</strong> information you should know about this step"
},
{
"type": "DataGathering",
"summary": "Data Gathering Information",
"html": ""
},
{
"type": "Privacy",
"summary": "Privacy Policy Information",
"html": ""
},
{
"type": "DataUse",
"summary": "Data Use Information",
"html": ""
},
{
"type": "TimeCommitment",
"summary": "Time Commitment Information",
"html": ""
},
{
"type": "StudySurvey",
"summary": "Study Survey Information",
"html": ""
},
{
"type": "StudyTasks",
"summary": "Study Tasks Information",
"html": ""
},
{
"type": "Withdrawing",
"summary": "Withdrawing",
"html": "Some detailed steps to withdrawal from this study. <ul><li>Step 1</li><li>Step 2</li></ul>"
}
],
"review": "<div style=\"padding: 10px;\" class=\"header\"><h1 style='text-align: center'>Review Consent!</h1></div>",
"signature": {
"show": true,
"name": true,
"image": true,
"birthday": false
},
"confirm": "By agreeing you confirm that you read the information and that you wish to take part in this research study."
},
"survey": [{
"name": "Survey ex1",
"steps": [
{
"title": "The Questions Three",
"text": "Who would cross the Bridge of Death must answer me these questions three, ere the other side they see.",
"type": "InstructionStep"
},
{
"title": "",
"text": "",
"type": "QuestionStep",
"optional": false,
"questions": [
{
"text": "Create a ResearchKit App"
},
{
"text": "Seek the Holy Grail"
},
{
"text": "Find a shrubbery"
}
]
},
{
"title": "",
"text": "",
"type": "QuestionStep",
"optional": true,
"questions": [
]
},
{
"title": "Right. Off you go!",
"text": "That was easy!",
"type": "InstructionStep"
}
]
},
{
"name": "Survey ex2",
"steps": [
{
"title": "Empty",
"text": "Some text here",
"type": "InstructionStep"
}
]
}
],
"test": [
]
}
]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment