More actions
No edit summary |
No edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 4: | Line 4: | ||
====getQuestion==== | ====getQuestion==== | ||
Gets the | Gets the answer for the specified question label. This function needs RPQ context | ||
'''Syntax''' | '''Syntax''' | ||
Line 20: | Line 20: | ||
'''Examples''' | '''Examples''' | ||
question DomesticAnimal = getQuestion("DomesticAnimal"); | //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''' | '''Availability''' |
Latest revision as of 10:19, 7 June 2024
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