User Tools

Site Tools


DzInteractiveLessonObject

Encapsulates an Interactive Lesson object.

More...

Inherits :

Methods

Detailed Description

Since:

  • 4.6.4.24

Methods


DzInteractiveInstructionObject : appendInstruction()

Return Value:


Number : count()

Return Value:

  • The number of instructions in the interactive lesson.

Number : currentIndex()

Return Value:

  • The index of the current instruction in the interactive lesson.

DzInteractiveInstructionObject : insertInstruction( Number index )

Return Value:


DzInteractiveInstructionObject : instructionAt( Number index )

Return Value:

  • The instruction at index in the interactive lesson.

DzInteractiveInstructionObject : nextInstruction()

Return Value:

  • The next instruction in the interactive lesson, or NULL if the last instruction.