GetAnswerOriginalText

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)

 

Was this article helpful?
0 out of 0 found this helpful
Have more questions? Submit a request

Comments

0 comments

Please sign in to leave a comment.