Constructor
new MultiStairHandler(options)
- Source:
Parameters:
Name | Type | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
Object | the handler options Properties
|
Extends
- TrialHandler
Members
(static, readonly) StaircaseStatus :Symbol
- Source:
Properties:
Name | Type | Description |
---|---|---|
RUNNING |
Symbol | The staircase is currently running. |
FINISHED |
Symbol | The staircase is now finished. |
Staircase status.
Type:
- Symbol
(static, readonly) StaircaseType :Symbol
- Source:
Properties:
Name | Type | Description |
---|---|---|
SIMPLE |
Symbol | Simple staircase handler. |
QUEST |
Symbol | QUEST handler. |
MultiStairHandler staircase type.
Type:
- Symbol
currentStaircase
- Source:
Get the current staircase.
intensity
- Source:
Get the current intensity.
Methods
(protected) _nextTrial()
- Source:
Move onto the next trial.
(protected) _prepareStaircases()
- Source:
Setup the staircases, according to the conditions.
(protected) _validateConditions()
- Source:
Validate the conditions.
addResponse()
- Source:
Add a response to the current staircase.