Options
All
  • Public
  • Public/Protected
  • All
Menu

The question.

Hierarchy

  • Question

Index

Properties

attachments: Attachments

The question attachments, it could be an empty array!

author?: Author

The questioner, it could be undefined.

canBeAnswered: boolean

Can we answer the question?

closed: boolean
content: string

The question contents.

Question created time.

education: string

Question's lesson category.

education_level?: number
grade: string

The question's grade level

id: number

Question ID

lastActivity?: string

Last activity.

points_answer: { forBest: number; normal: number }

If we answer the question, how many points will we receive?

Type declaration

  • forBest: number
  • normal: number
points_question: number

Points issued by the questioner.

verifiedAnswer: boolean

This question is have verified answer?

Generated using TypeDoc version 0.22.15, the 5/5/2022 at 7:24:56 PM