GetQuestionText

From Catglobe Wiki
Revision as of 06:34, 23 August 2019 by Administrator (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search



getQuestionText

Gets the text of the specified question in user’s language or default language. This function run in question context

Syntax

getQuestionText(questionLabel)

or

getQuestionText(questionPath)

Arguments

questionLabel: a string expression. It is the label of a question

questionPath: a string expression. It is the path of a question

Return type

string

Examples

string text = getQuestionText("Q1");
//or
string text = getQuestionText(Q1.QuestionLabel);
//or
string text = getQuestionText(Resource_getResourceName(qnaireRId) + "\\Q1");

Availability

Version 4.8