Skip to content

DoCurious API Reference / types / SchoolQuestionBankPrompt

Interface: SchoolQuestionBankPrompt

Defined in: types/reflection.types.ts:72

School question bank prompt (extends ReflectionPrompt with school context)

Extends

Properties

ageGroup

ageGroup: AgeGroup

Defined in: types/reflection.types.ts:29

Inherited from

ReflectionPrompt.ageGroup


createdAt

createdAt: string

Defined in: types/common.types.ts:154

ISO 8601 datetime when the entity was created

Inherited from

ReflectionPrompt.createdAt


createdBy

createdBy: string

Defined in: types/reflection.types.ts:74


displayOrder

displayOrder: number

Defined in: types/reflection.types.ts:31

Inherited from

ReflectionPrompt.displayOrder


id

id: string

Defined in: types/common.types.ts:167

Inherited from

ReflectionPrompt.id


isDefault

isDefault: boolean

Defined in: types/reflection.types.ts:75


isRequired

isRequired: boolean

Defined in: types/reflection.types.ts:30

Inherited from

ReflectionPrompt.isRequired


options?

optional options: string[]

Defined in: types/reflection.types.ts:27

Inherited from

ReflectionPrompt.options


question

question: string

Defined in: types/reflection.types.ts:25

Inherited from

ReflectionPrompt.question


schoolId

schoolId: string

Defined in: types/reflection.types.ts:73


selCompetency?

optional selCompetency: SELCompetency

Defined in: types/reflection.types.ts:28

Inherited from

ReflectionPrompt.selCompetency


type

type: ReflectionPromptType

Defined in: types/reflection.types.ts:26

Inherited from

ReflectionPrompt.type


updatedAt

updatedAt: string

Defined in: types/common.types.ts:156

ISO 8601 datetime when the entity was last modified

Inherited from

ReflectionPrompt.updatedAt

DoCurious Platform Documentation