GetOriginalText

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)

 

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.