Sets the HUI codes for the response, start and next buttons.

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

Syntax

Visual Basic
Public Function SetResponseButtons ( _
	lButtons As Integer(), _
	lStart As Integer, _
	lNext As Integer _
) As String

Parameters

lButtons
Type: array<System..::..Int32>[]()[][]
Array with the HUI codes for the responses. The array size must match the number of alternatives given by AFC. The codes can be retrieved from Settings/Experiment Screen/Get Response.
lStart
Type: System..::..Int32
HUI code for the start button.
lNext
Type: System..::..Int32
HUI code for the next-item button.

Return Value

[Missing <returns> documentation for "M:ExpSuite.frmExp.SetResponseButtons(System.Int32[],System.Int32,System.Int32)"]

Remarks