Options
All
  • Public
  • Public/Protected
  • All
Menu

问卷数据

Hierarchy

Index

Properties

createdTime

createdTime: number

问卷创建时间

desc

desc: string

name

name: string

问卷名称

privacyContent

privacyContent: string

隐私内容

privacyEnabled

privacyEnabled: EnableType

隐私开关

questionnaireId

questionnaireId: string

问卷 id

questions

questions: Question[]

题目列表

Optional statistics

statistics: { questions: { correctCount: number; options: number[]; questionId: string; questionName: string; score: null | number; total: number; totalScore: number }[]; total: number }

统计结果

Type declaration

  • questions: { correctCount: number; options: number[]; questionId: string; questionName: string; score: null | number; total: number; totalScore: number }[]

    各题目的回答情况统计

  • total: number

    问卷的总提交人数

status

问卷发布状态。

Generated using TypeDoc