Represents an instance of DX Question
public struct DXQuestion: Codable { public let answers: [String] public var course: String public var text: String public var questionType: String public var correctAnswerIndex: Int public var createdDate: String public var id: String }
Last updated 3 years ago