Why
The user can submit their answers to the survey questions.
Acceptance Criteria
- The API endpoint
/api/v1/responses is called.
- If the API returns success, show the Complete Survey screen. Then after 3 seconds, the app will navigate to the Home screen.
- If the API returns an error, show an error popup.
- Unit tests are added and passed.
Design
