Class: Instructions
Extends
Story
Constructors
new Instructions()
new Instructions():
Instructions
Returns
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
Returns
Scene
[]
instruction scenes
Overrides
Story.create
Defined in
m2c2kit/packages/addons/src/stories/instructions.ts:132
Create()
static
Create(options
):Scene
[]
Creates an array of scenes containing instructions on how to complete the assessment
Parameters
• options: InstructionsOptions
Returns
Scene
[]
instruction scenes
Deprecated
Use Instructions.create instead (lower case method name "create")
Defined in
m2c2kit/packages/addons/src/stories/instructions.ts:379