string GetAnswerOriginalText(int inQuesIdx, int inAnswerIdx)
Description
Returns the original text of an answer (original label as set in the script)
Parameters
The following is a list of parameters the functions receives
Parameter | Type | Description |
---|---|---|
inQuesIdx | Int32 | Question Index |
inAnswerIdx | Int32 | Answer Index |
Return Type
string
Overloads
List of overloads for this function
string GetAnswerOriginalText(int inQuesIdx, int inAnswerIdx, bool inPlainText)
string GetAnswerOriginalText(int inQuesIdx, int inAnswerIdx, bool inPlainText, int inLanguageID)
Parameters for overloads:
Parameter | Type | Description |
---|---|---|
inQuesIdx | Int32 | Question Index |
inAnswerIdx | Int32 | Answer Index |
inPlainText | bool | 'true' to get the plain text, 'false' to get it with 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.