CIOQuizQuestionResponse
public struct CIOQuizQuestionResponse
Struct representing the quiz question response from the server.
-
Next question in the quiz
Declaration
Swift
public let nextQuestion: CIOQuizQuestion -
Unique quiz_version_id for the quiz. The quiz version id will be returned with the first request and it should be passed with subsequent requests. More information can be found: https://docs.constructor.com/reference/configuration-quizzes
Declaration
Swift
public let quizVersionID: String -
Unique quiz_session_id for the quiz. The quiz session id will be returned with the first request and it should be passed with subsequent requests. More information can be found: https://docs.constructor.com/reference/configuration-quizzes
Declaration
Swift
public let quizSessionID: String -
Id of the quiz
Declaration
Swift
public let quizID: String