When the mobile app submits survey responses with a different order of questions compared to the order from the survey detail API, the response will return the error "Questions is invalid"
Expected
The API should return an empty response with a 201 status code.
Steps to reproduce
Change the order of the question list in the request body.
Issue
When the mobile app submits survey responses with a different order of questions compared to the order from the survey detail API, the response will return the error "Questions is invalid"
Expected
The API should return an empty response with a 201 status code.
Steps to reproduce