GetQuestionText: Difference between revisions
From Catglobe Wiki
More actions
jrfconvert import  |
No edit summary |
||
Line 1: | Line 1: | ||
[[Category: | [[Category:Questionnaire_Functions]] | ||
 |  | ||
Revision as of 07: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