Class: MultiStairHandler

data.MultiStairHandler()

new MultiStairHandler()

Source:

Members

(static, readonly) StaircaseStatus :Symbol

Staircase status.
Type:
  • Symbol
Properties:
Name Type Description
RUNNING Symbol The staircase is currently running.
FINISHED Symbol The staircase is now finished.
Source:

(static, readonly) StaircaseType :Symbol

MultiStairHandler staircase type.
Type:
  • Symbol
Properties:
Name Type Description
SIMPLE Symbol Simple staircase handler.
QUEST Symbol QUEST handler.
Source:

Methods

(protected) _nextTrial() → {void}

Move onto the next trial.
Source:
Returns:
Type
void

(protected) _prepareStaircases() → {void}

Setup the staircases, according to the conditions.
Source:
Returns:
Type
void

(protected) _validateConditions() → {void}

Validate the conditions.
Source:
Returns:
Type
void

addResponse() → {void}

Add a response to the current staircase.
Source:
Returns:
Type
void