Skip to main content

AssessmentItem<TAnswer>

Generic assessment item for questions and tests Reusable for quizzes, tests, and exercises

Extends

Extended by

Type Parameters

Type Parameter
TAnswer

Properties

correctAnswer

correctAnswer: TAnswer;

Correct answer


explanation?

optional explanation: string;

Optional explanation shown after answering


id

id: string;

Unique identifier

Inherited from

Identifiable.id


points?

optional points: number;

Points awarded for correct answer


question

question: string;

Question or test description