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
Edit the Quiz pages so that the data submitted matches the SurverAnswer data definition we created together. This ticket is focused more on functionality than design; you do not need to worry about CSS alignment and whatnot. CSS will be a later ticket after designers have redone quiz designs. However, you will need to choose appropriate form inputs for each question.
Decide with the team how to represent the categories on the webpage (I think we mentioned showing them as cards? If we decide on cards then “functionality” means you can properly use these cards in the quiz)
Edit the QuizCategories page so that it submits categories in the manner defined by SurveyAnswer.
Ensure that the options to choose categories from is dynamic (we plan to load these from the database later)
Perform any necessary data validation in QuizCategories.
Edit the QuizPersonal page so that it submits answers for householdIncome, householdMembers, and documentation in the manner defined.
Perform any necessary data validation in QuizPersonal.
Rename the QuizPersonal page to something sensible.
Edit the QuizFamily page so that it submits answers for languages and accessibility in the manner defined.
Ensure that the options to choose language and accessibility from is dynamic (we plan to load these from the database later)
Submit the data to the same endpoint.
Testing would likely be just manually inspecting the resulting json data.
The text was updated successfully, but these errors were encountered:
Edit the Quiz pages so that the data submitted matches the
SurverAnswer
data definition we created together. This ticket is focused more on functionality than design; you do not need to worry about CSS alignment and whatnot. CSS will be a later ticket after designers have redone quiz designs. However, you will need to choose appropriate form inputs for each question.QuizCategories
page so that it submits categories in the manner defined bySurveyAnswer
.QuizCategories
.QuizPersonal
page so that it submits answers forhouseholdIncome
,householdMembers
, anddocumentation
in the manner defined.QuizPersonal
.QuizPersonal
page to something sensible.QuizFamily
page so that it submits answers forlanguages
andaccessibility
in the manner defined.Testing would likely be just manually inspecting the resulting json data.
The text was updated successfully, but these errors were encountered: