You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+21-70Lines changed: 21 additions & 70 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,26 @@
1
1
# What is ionicResearchKit?
2
2
3
-
An open source library equivalent of Apple's [ResearchKit Framework](https://github.com/ResearchKit/ResearchKit) built on [Ionic](https://github.com/driftyco/ionic) which makes it easy to create cross-platform hybrid native apps for medical research or for other research projects.
3
+
An open source library equivalent of Apple's [ResearchKit Framework](https://github.com/ResearchKit/ResearchKit) built on [Ionic](https://github.com/driftyco/ionic) which makes it easy to create cross-platform hybrid native apps for medical or non-medical research and for other survey-type projects.
4
+
5
+
# App Showcase
6
+
7
+
- MIT Voice Up - allows users to track various aspects of their mental health through a series of survey questions and speech prompts.
8
+
9
+
[Get it on iTunes](https://itunes.apple.com/us/app/mit-voice-up/id1160735265?ls=1&mt=8)
10
+
11
+
[Get it on Google Play](https://play.google.com/store/apps/details?id=edu.mit.voiceup)
12
+
13
+
- Civique.org - the platform helps cities and organizations to create challenges on topics that matter to citizens and communities which also helps them document their cause, make sense of their data, and engage with people.
14
+
15
+
[Get it on iTunes](https://itunes.apple.com/ch/app/civique.org/id1119089346?mt=8)
16
+
17
+
[Get it on Google Play](https://play.google.com/store/apps/details?id=org.civique)
18
+
19
+
- Bites'n'Bits - a research project of the Ecole Polytechnique Fédérale de Lausanne which aims to understand the modes of consumption and the perception of food and beverages consumed in everyday life.
20
+
21
+
[Get it on iTunes](https://itunes.apple.com/us/app/bitesnbits/id1132530860?mt=8)
22
+
23
+
[Get it on Google Play](https://play.google.com/store/apps/details?id=org.civique.nrc&hl=en)
4
24
5
25
# Demo
6
26
@@ -26,13 +46,6 @@ An open source library equivalent of Apple's [ResearchKit Framework](https://git
26
46
3. Add `ionicResearchKit` to your angular app module dependencies list.<br />
1. Add a modal view to your app using [$ionicModal](http://ionicframework.com/docs/api/service/$ionicModal/)
@@ -300,68 +313,6 @@ The consent document PDF is automatically generated as a base64-encoded string a
300
313
301
314
`<irk-audio-task>` is the equivalent of the `ORKPredefinedActiveTask` class that is for audio capture and supports the `text`, `duration`, `auto-record`, `auto-complete`, and `optional` attributes.
302
315
303
-
# Roadmap
304
-
305
-
-[x] Task View
306
-
-[ ] Navigable Tasks
307
-
-[x] Survey directives
308
-
-[x] Instruction Step
309
-
-[x] Support optional image
310
-
-[ ] Support video
311
-
-[x] Scale Question Step
312
-
-[ ] Support step bars
313
-
-[ ] Support vertical orientation
314
-
-[x] Boolean Question Step
315
-
-[x] Text Question Step
316
-
-[x] Multi lines
317
-
-[x] Single line
318
-
-[x] Text Choice Question Step
319
-
-[x] Single choice
320
-
-[x] Multiple choice
321
-
-[x] Numeric Question Step
322
-
-[x] Date Question Step
323
-
-[x] Time Question Step
324
-
-[ ] Time Interval Question Step
325
-
-[x] Value Picker Question Step
326
-
-[x] Image Choice Question Step
327
-
-[x] Support icons
328
-
-[x] Support images
329
-
-[x] Form Step directive
330
-
-[ ] Support more answer formats
331
-
-[ ] Location Step
332
-
-[ ] Validated Answer Step
333
-
-[x] Consent directives
334
-
-[x] Visual Consent
335
-
-[x] In Document Only Type
336
-
-[x] Support custom image
337
-
-[x] Consent Sharing
338
-
-[x] Consent Review
339
-
-[x] Name Capture
340
-
-[x] Signature Capture
341
-
-[x] PDF Generation
342
-
-[ ] Active Tasks directives
343
-
-[x] Countdown Step
344
-
-[x] Completion Step
345
-
-[x] Tapping Speed Task
346
-
-[x] Audio Task
347
-
-[ ] Image Capture Task
348
-
-[ ] Video Capture Task
349
-
-[ ] Fitness Task
350
-
-[ ] Gait and Balance Task
351
-
-[ ] Spacial Memory Task
352
-
-[ ] Charts
353
-
-[ ] Accounts
354
-
-[ ] Login Step
355
-
-[ ] Registration Step
356
-
-[ ] Wait Step
357
-
-[ ] Passcode Step
358
-
-[x] Results
359
-
-[x] Output results in JSON
360
-
-[ ] Collect results into LocalStorage (save/resume)
0 commit comments