DatStat Illume 4.5 SDK Class Reference

HookContext.GetResponseInstructions Method 

Returns the instructions to the corresponding question-table containing a given survey variable.

public string GetResponseInstructions(
   String variableName
);

Parameters

variableName
The friendly name of a survey variable.

Return Value

The instructions for the table enclosing the given variable.

Remarks

DatStat Illume surveys may contain a tabular collection of questions called a question-table. Question tables can have an associated set of instructions that give a general prompt for the set of questions within the table. For example the table instructions may prompt "Tell us how you feel about..." and the individual questions within the table may proceed with "...your boss", "...your equipment", "...your work/life balance", etc. If the given variable is part of a question table, this method will return the question-table instructions. If the given variable is NOT part of a question table, this method will return an empty string.

See Also

HookContext Class | DatStat.Collector Namespace