Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IQuestionMetricsEventPayloadEndMutable<Data>

Type parameters

  • Data

Hierarchy

Index

Properties

attempts

attempts: number

The number of attempts at the question

correct

correct: boolean

Determines if the question was answered correctly

formation

formation: IFormationImmutable<Data>

The question formation

generator

generator: IGeneratorMutable<Data>

group

group: IGroupDataImmutable | undefined

The group data that the question possibly belongs to

metrics

metrics: IImmutable<Data>

The current metrics

points

points: Pick<IQuestionMetricsTallyMutable, "current" | "possible"> & object

The points that are associated with the attempt

skipped

skipped: boolean

Determines if the question was skipped. This can be due to the points being deprecated to zero, the number of attempts being exhausted or a target with ID skip being matched.