Vertical Feed Item Quiz Component
data class VerticalFeedItemQuizComponent(id: String, title: String, options: List<String>, rightAnswerIndex: Int?, selectedOptionIndex: Int, customPayload: String?) : VerticalFeedItemComponent
Content copied to clipboard
This data class represents the Quiz component.
Constructors
VerticalFeedItemQuizComponent
Link copied to clipboard
Properties
customPayload
Link copied to clipboard
rightAnswerIndex
Link copied to clipboard
selectedOptionIndex
Link copied to clipboard
type
Link copied to clipboard