ViewContentChallengeResponseSetting
public struct ViewContentChallengeResponseSetting : ChallengeResponseSetting, Equatable
Struct representing Challenge response settings for View Content Challenges.
-
Subtype of response setting.
Declaration
Swift
public var subtype: Subtype -
Caption of response setting.
Declaration
Swift
public var caption: String -
Url to be viewed.
Declaration
Swift
public var url: String -
Survey response setting to be used for taking quiz after viewing the content.
Declaration
Swift
public var surveySetting: SurveyChallengeResponseSetting? -
Undocumented
Declaration
Swift
public var imageUrl: String? -
Undocumented
See moreDeclaration
Swift
public enum Subtype : String, Codable -
Undocumented
Declaration
Swift
public init(subtype: Subtype, caption: String, url: String, imageUrl: String, surveySetting: SurveyChallengeResponseSetting?)
-
Declaration
Swift
public init(from decoder: Decoder) throws
View on GitHub
ViewContentChallengeResponseSetting Structure Reference