Options
All
  • Public
  • Public/Protected
  • All
Menu

答题卡功能的相关事件类型。

Hierarchy

  • AnswerCardEventMap

Index

Properties

answer

answer: { answer: string; questionId: string; user: { userId: string } }

收到观众回答信息。

Type declaration

  • answer: string

    题目答案,可以多个答案。均为大写字母。

  • questionId: string
  • user: { userId: string }

    观众信息

    • userId: string

show-result

show-result: { answer: string; optionSelectedTimes: number[]; questionId: string; total: number }

显示结果。

Type declaration

  • answer: string

    题目答案,可以多个答案。均为大写字母。

  • optionSelectedTimes: number[]

    各选项被选择的次数

  • questionId: string
  • total: number

    回答总人数

start

start: { question: QuestionContent; setting: QuestionSetting }

开始答题。

Type declaration

stop

stop: { questionId: string }

停止答题。

Type declaration

  • questionId: string

Generated using TypeDoc