string GetInstructionsOriginalText(int inQuesIdx)
Description
Returns the original text (as set in the script) of the interviewer instructions section
Parameters
The following is a list of parameters the functions receives
Parameter | Type | Description |
---|---|---|
inQuesIdx | Int32 | Question index |
Return Type
string
Overloads
List of overloads for this function
string GetInstructionsOriginalText(int inQuesIdx, int inLanguageID)
Parameters for overloads:
Parameter | Type | Description |
---|---|---|
inQuesIdx | Int32 | Question index |
inLanguageID | Int32 | Language Identifier to use (to get the text in a specific translated language) |
Comments
Please sign in to leave a comment.