# 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, a`Type` as well as some `VaidationRule`s

You are to ask the user all the questions presented inside a `BookingForm`
