A good User Story format is:
Answer options
A
As a <role>, I want <goal> so that <benefit>
B
Given-When-Then
C
Problem-Solution
D
If-Else
Correct answer: As a <role>, I want <goal> so that <benefit>
Explanation
That template captures role, goal, and value. Acceptance criteria often use GWT.