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
Missing in our survey question schema is a concept of parent child questions. For example we need to ask a set of questions if the disabling conditions is true and another set of questions if its false. Currently, we don't have that feature in HSLynk
There would have to be validation performed on a previous response, which may not have been submitted to HSLynk yet. So maybe questions could contain validation requirement metadata, which gives guidance to the app, as to when/if it should display the question to the user.
The text was updated successfully, but these errors were encountered:
from @suryayadavalli "efficient design for this would be sending the user's response back to the cloud and then determining the next question accordingly. We need not consider this as a submission but the reason to send the response back to the cloud is to route the user to the subsequent question based on his response.
Coming to the design and implementation I feel that we should consider few scenarios where the choices for the current questions are multi select check boxes, single selects and also few user entered responses. (for example, you might want to redirect the user to.question 10 if the age of the person is above 59 and question 20 if the age of the person is less than 59 - I am just giving a hypothetical example. Also, another scenario is, what if you want to route the user to the next question based previous 2 responses, (not just 1)
Also, do we know if we just handle this at question level but also sections. For example, if the user don't have children, you might want to skip entire section and move on to a different section."
Missing in our survey question schema is a concept of parent child questions. For example we need to ask a set of questions if the disabling conditions is true and another set of questions if its false. Currently, we don't have that feature in HSLynk
There would have to be validation performed on a previous response, which may not have been submitted to HSLynk yet. So maybe questions could contain validation requirement metadata, which gives guidance to the app, as to when/if it should display the question to the user.
The text was updated successfully, but these errors were encountered: