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
As a participant, sometimes after answering a survey, I have no possibility to modify my answer if I have changed my mind or made a mistake.
Describe the solution you'd like
As an admin, I want the option to configure surveys so that answers to already answered surveys can be edited. As a participant, I want the option to modify my answers in a survey if it is configured that way.
Mockups
Acceptance criteria
Given that I am an admin, when I configure the Survey component, then I see in the editing options of each survey a setting that says “Allow editing answers.”
Given that I am a participant, when I answer a survey with the setting to edit answers enabled, when I submit the form, then I see a modal confirming the sending action and telling me that I can edit it later, and then I see a message on the page saying that I have already answered this survey and a link to edit the answers.
Given that I am a participant who has answered a survey with the setting to edit answers enabled, when I click on the link “Edit your answer”, then the form is shown again with the previous questions and answers marked.
Given that I am an unregistered participant, when I answer a survey with the setting to edit answers enabled, when I submit the form, then I see a modal confirming the sending action and telling me that I can edit it later as long as I do not close the window, and then I see a message on the page saying that I have already answered this survey and a link to edit the answers.
Given that I am an unregistered participant who has answered a survey with the setting to edit answers enabled, when I click on the link “Edit your answer”, then the form is shown again with the previous questions and answers marked.
Ref: BSC04
Is your feature request related to a problem?
As a participant, sometimes after answering a survey, I have no possibility to modify my answer if I have changed my mind or made a mistake.
Describe the solution you'd like
As an admin, I want the option to configure surveys so that answers to already answered surveys can be edited. As a participant, I want the option to modify my answers in a survey if it is configured that way.
Mockups
Acceptance criteria
Given that I am an unregistered participant, when I answer a survey with the setting to edit answers enabled, when I submit the form, then I see a modal confirming the sending action and telling me that I can edit it later as long as I do not close the window, and then I see a message on the page saying that I have already answered this survey and a link to edit the answers.Given that I am an unregistered participant who has answered a survey with the setting to edit answers enabled, when I click on the link “Edit your answer”, then the form is shown again with the previous questions and answers marked.