Interface QuizStickerOptions

Hierarchy

  • QuizStickerOptions

Properties

correct_answer: number
end_background_color?: string
options: string[] | {
    count: number;
    text: string;
}[]
question: string
start_background_color?: string
text_color?: string
viewer_answer?: number
viewer_can_answer?: boolean