Properties
answer
answer: { answer: string; questionId: string; user: { userId: string } }
Type declaration
-
answer: string
-
questionId: string
-
user: { userId: string }
show-result
show-result: { answer: string; optionSelectedTimes: number[]; questionId: string; total: number }
Type declaration
-
answer: string
-
optionSelectedTimes: number[]
-
questionId: string
-
total: number
stop
stop: { questionId: string }
答题卡功能的相关事件类型。