Toggle menu
876
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

GetQuestion

From Catglobe Wiki
Revision as of 04:11, 29 December 2011 by Cg huyphong (talk | contribs)



getQuestion

Gets the answer for the specified question label. This function needs RPQ context

Syntax

getQuestion(question_label)

Arguments

question_label: Is the string label of a question

Return type

object

Examples

//Copy answer from another project questionnaire

//DomesticAnimal is the question label of the source questionnaire

number questionnaireRid = 75992;

string questionnairequalifiedname = Resource_getResourceName(questionnaireRid );

DomesticAnimal = getQuestion(questionnairequalifiedname + "DomesticAnimal");

Availability

Version 4.8