GetSubQuestionText

From Catglobe Wiki
Revision as of 06:09, 23 August 2019 by Administrator (talk | contribs) (getSubQuestionText)
Jump to: navigation, search



getSubQuestionText

Returns a string of subquestion text, apply for grid questions

Syntax

getSubQuestionText(questionLabel, gridNumber)

or

getSubQuestionText(questionPath, gridNumber)

Arguments

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

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

gridNumber: is the index of the sub question in the sub question list.

Return type

string

Example

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

Availability

Version 5.2