QuestionGroup
public struct QuestionGroup : Decodable
Holds Question
s that are grouped together
-
An optional title/header for the group
Declaration
Swift
public let title: String?
-
An optional disclaimer that provides a description for the group
Declaration
Swift
public let disclaimer: String?
-
The
Array<Question>
in this groupDeclaration
Swift
public let questions: [Question]