View Source HasStem

oli / Exports / HasStem

Interface: HasStem

Marker interface for an entity that has a question stem.

Hierarchy

Table of contents

Properties

Properties

activityType

Optional activityType: any

Inherited from

ActivityModelSchema.activityType

Defined in

src/components/activities/types.ts:212


activity_id

Optional activity_id: string

Inherited from

ActivityModelSchema.activity_id

Defined in

src/components/activities/types.ts:215


authoring

Optional authoring: any

Inherited from

ActivityModelSchema.authoring

Defined in

src/components/activities/types.ts:209


bibrefs

Optional bibrefs: string[]

Inherited from

ActivityModelSchema.bibrefs

Defined in

src/components/activities/types.ts:214


content

Optional content: any

Inherited from

ActivityModelSchema.content

Defined in

src/components/activities/types.ts:211


id

Optional id: string

Inherited from

ActivityModelSchema.id

Defined in

src/components/activities/types.ts:213


learningLanguage

Optional learningLanguage: string

Inherited from

ActivityModelSchema.learningLanguage

Defined in

src/components/activities/types.ts:210


resourceId

Optional resourceId: number

Inherited from

ActivityModelSchema.resourceId

Defined in

src/components/activities/types.ts:208


stem

stem: Stem

Defined in

src/components/activities/types.ts:375