Interface AuthorQuestionData

Hierarchy

  • AuthorQuestionData

Properties

attachments: string[]
canBeAnswered: boolean
closed: boolean
content: string
education: string
educationLevel: number
grade: string
pointsAnswer: {
    forBest: number;
    normal: number;
}

Type declaration

  • forBest: number
  • normal: number
pointsQuestion: number

Generated using TypeDoc v0.23.16