string GetOriginalText(int inQuesIdx)
Description
Returns the original question text (as set in the script)
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 GetOriginalText(int inQuesIdx, bool inPlainText)
string GetOriginalText(int inQuesIdx, bool inPlainText, int inLanguageID)
Parameters for overloads:
Parameter | Type | Description |
---|---|---|
inQuesIdx | Int32 | Question index |
inPlainText | bool | 'true' to get the plain text, or 'false' to get it in its HTML formatting (if exists) |
inLanguageID | Int32 | Language Identifier to use (to get the text in a specific translated language) |
Comments
Please sign in to leave a comment.