Actions

ExpressionQuestionForAll: Difference between revisions

From LimeSurvey Manual

(Created page with "Add QCODE.question for question with sub-question (array, multiple choice ...) for Expression Script.")
 
m (Precision)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{FeatureStarting|4.0.1}}
Add QCODE.question for question with sub-question (array, multiple choice ...) for Expression Script.
Add QCODE.question for question with sub-question (array, multiple choice ...) for Expression Script.
For example without this plugin : QCODE_SQ01.question show the text of subquestion SQ01 of question QCODE. But QCODE.question return an error because QCODE are not a related to a answer in survey. With this plugin QCODE return the question text of QCODE.
{{Alert|Before using these functions : the plugin must be activated in [[Plugin_manager#General|Plugin Manager]].}}
[[Category:Plugins]][[Category:Core Plugins]]

Latest revision as of 15:49, 12 May 2021

 Hint: This features is available starting in version 4.0.1


Add QCODE.question for question with sub-question (array, multiple choice ...) for Expression Script.

For example without this plugin : QCODE_SQ01.question show the text of subquestion SQ01 of question QCODE. But QCODE.question return an error because QCODE are not a related to a answer in survey. With this plugin QCODE return the question text of QCODE.

  Before using these functions : the plugin must be activated in Plugin Manager.