Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Results for conditional steps #1437

Open
smclelland opened this issue Dec 11, 2020 · 1 comment
Open

Results for conditional steps #1437

smclelland opened this issue Dec 11, 2020 · 1 comment

Comments

@smclelland
Copy link

Does anyone know if it's possible to get all results, even if the user skipped over a series of steps due to a navigation rule? The default behavior is that if the page isn't presented then it isn't included in the results.

I would like to have consistent output across all surveys irrelevant of the conditional logic – similar to the skipping.

@louie-apple
Copy link
Contributor

louie-apple commented Nov 9, 2023

Hi @smclelland ,
While the behavior you’re seeing is the intended behavior, you can change the behavior by modifying ResearchKit directly. Look for the stepViewControllerResultDidChange delegate call inside ORKTaskViewController.m

- (void)stepViewControllerResultDidChange:(ORKStepViewController *)stepViewController {

If you need more help, please let us know. We are more than happy to help you further through a virtual call!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants