Difference between revisions of "GetQuestionText"
(jrfconvert import) |
|||
Line 1: | Line 1: | ||
− | [[Category: | + | [[Category:Questionnaire_Functions]] |
| | ||
Revision as of 08:19, 22 March 2011
getQuestionText
Gets the text of the specified question in user’s language or default language.
Syntax
getQuestionText(question)
Arguments
question: Is a question object.
Return type
string
Examples
string s = getQuestionText(DomesticAnimal);
print(s);
Availability
Version 4.8