ResearchKit / ShareTheJourney

ResearchKit app studying Breast Cancer, developed by Sage Bionetworks.
BSD 3-Clause "New" or "Revised" License
77 stars 43 forks source link

Array of text choices in ORKTextChoiceAnswerFormat: need to be updated to be an array of ORKTextChoice's #7

Open jwarmkessel opened 9 years ago

jwarmkessel commented 9 years ago

Array of text choices in ORKTextChoiceAnswerFormat: must be updated to be an array of ORKTextChoice. This can be found in APHExerciseCheckinTask.m. And in StepAfterStep: where ORKChoiceQuestionResult* is found the value, not the localized string, should be used for comparison.