Interface: Answer

The Answer interface is used to define the properties of an answer. Answers are used to define the correct answer for a task. These are generally used in training tasks.

Table of contents

Properties

Properties

acceptableHigh

Optional acceptableHigh: number

Defined in

types.ts:173


acceptableLow

Optional acceptableLow: number

Defined in

types.ts:172


answer

answer: any

Defined in

types.ts:171


answerCallback

Optional answerCallback: string

Defined in

types.ts:174


answerRegex

Optional answerRegex: string

Defined in

types.ts:175


id

id: string

Defined in

types.ts:169