To record an Answer to a Question, the BookingForm provides the following method
Answer
Question
BookingForm
let answer = TextualAnwer("John", question: question) bookingForm.addAnswer(answer)
Answer answer = TextualAnswer("John", question); bookingForm.addAnswer(answer);
Last updated 5 years ago