Open gregorsart opened 1 year ago
Hi there,
this looks already very promising!
Your value proposition can be even shorter (you should not go into any specifics regarding the amount of questions). My suggestion for the value proposition:
As a user I want to do the quiz and be taken through several questions In order to find out which dog matches my needs.
In the AC I would remove the brackets for the second point. (In the AC you only describe the behaviour of the new feature. How you will implement this, is not important. P.S.: You will most likely be working with an input element of type radio button and not with a button element )
Reading the AC I felt like one use case was not covered yet: How will the form behave if a user does not answer all questions and tries to submit the quiz? And what happens after the form is submitted? (You could consider displaying some sort of text after completion, to give the user some sort of feedback)
Best Regards
LGTM
We edited the following in the user story to match our work progress:
quiz-form
to api-test
to better represent what we did.Hey, amazing, work! only the form of the Value proposition got out of hand. please stick to
As a user I want to do the quiz and be taken through several questions. In order to find out which dog matches my needs.
after you fixes this, you are ready to go. good work!
Value proposition
As a user I want to do the quiz and be taken through several questions.
In order to find out which dog matches my needs.
Description
Acceptance criteria
Tasks
api-test
.introText
.quizForm
.required
attribute for every radio-button group (fieldset
).