Initialize EXP module.

Namespace: ExpSuite
Assembly: FrameWork (in FrameWork.exe) Version: 1.0.0.0

Syntax

Visual Basic
Public Function Init ( _
	lExpMode As Integer, _
	lAFC As Integer, _
	lIFC As Integer, _
	Flags As EXPFLAGS _
) As String

Parameters

lExpMode
Type: System..::..Int32
ExpMode sets the mode of active experiment.
lAFC
Type: System..::..Int32
Alternative Forced Choice, sets the number of visible buttons in experiment.
lIFC
Type: System..::..Int32
Interval Forced Choice, sets the number of stimuli parts in the stimulus sequence.
Flags
Type: EXPFLAGS
Flags: Bit 0: start button visible; Bit 1: response buttons visible; Bit 2: next button visible.

Return Value

Return_value_or_object

Remarks

Defined experiment modes:
  • 0: pure AFC/IFC experiment. Visual items are arranged vertically. Response buttons are arranged horizontally below the items.
  • 1: numeric open range combined with AFC/IFC experiment. The first button is disabled until a valid numerical value is entered in the TextBox txtNum.
  • 2: 2AFC/2IFC, used for binaural loudness balancing. Static screen arrangment. Set AFC and IFC to 0 in this mode.
  • 3: pure AFC/IFC experiment. Visual items are arranged horizontally. Response buttons are arranged horizontally below the items.
  • 4: pure AFC/IFC experiment. Visual items and response buttons are arranged vertically. Text is on top.
  • 5: AFC/IFC experiment with a slider. Visual items and response buttons are arranged vertically. The mouse wheel can be used to adjust eg. levels.
  • 6: Priming experiment with 2 buttons.
  • 7: rating of wave files, eg. used for InPaint.
  • It's allowed to execute Init() repetitive.

    See Also