Questions
The BookingForm
has in it an array of QuestionGroup
s. Each QuestionGroup
has a title, an optional disclaimer, and an array of Question
s. Each Question
then has a title, a description, aType
as well as some VaidationRule
s
You are to ask the user all the questions presented inside a BookingForm
Last updated