Closed
Description
Steps to reproduce:
Go to forms screen -> select one form -> select a question -> choose an answer -> hit BACK(the system button) -> app makes an empty POST request to /answers(which is successful)-> the app shows the question with green(as answered).
The answers are not saved in the backend
The selected answer should either be correctly sent to the server with the POST request or removed from answered questions. We should not miss answers :/