**Description/User Story**
As a story creator
I want to leave feedback about my experience
So that I can give my opinion about the process
As a story reader
I want to leave feedback about the story I have read
So that I can share my thoughts
**Design**
Some input required?
**Acceptance Criteria**
1. When creating a story, there should be a CTA on each screen (or the final screen to enter a story name), to leave feedback.
2. Clicking on the CTA should open a modal with a 'Submit' and 'Cancel' button.
3. Clicking 'Cancel' should return the user to the previous screen.
4. The text field should have a maximum character limit which should be indicated on the modal.
5. Submitting the form should save the feedback and close the form and/or give some visual feedback that submission was successful.
--Test Scenarios
1. Verify that entering no text in the feedback field will show a validation error "Please enter some text."
2. Verify that the user cannot enter text beyond the defined limit.
3. Verify that changes to the language will change all words and button text on the feedback form.
--Open questions