Skip to main content

Class: Instructions

Extends

  • Story

Constructors

new Instructions()

new Instructions(): Instructions

Returns

Instructions

Inherited from

Story.constructor

Methods

Create()

static Create(options): Scene[]

Creates an array of scenes containing instructions on how to complete the assessment

Parameters

options: InstructionsOptions

InstructionsOptions

Returns

Scene[]

instruction scenes

Deprecated

Use Instructions.create instead (lower case method name "create")

Source

addons/src/stories/instructions.ts:379


create()

static create(options): Scene[]

Creates an array of scenes containing instructions on how to complete the assessment

Parameters

options: InstructionsOptions

InstructionsOptions

Returns

Scene[]

instruction scenes

Overrides

Story.create

Source

addons/src/stories/instructions.ts:132