nimblehq / avishek-phong-kmm-ic

For learning new technology in mobile development (JetPack Compose, SwiftUI, KMM)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[iOS] [Integrate] As a user, I can answer my survey

phongvhd93 opened this issue · comments

Why

A user should be able to see the question and its answers and select an answer if it is multiple choice/rating or input form answer.

Acceptance Criteria

  • Based on the question's pick, display_type properties, we will display the question, and it answers accordingly.
  • Save the user's selection/form locally for submit step.