ExpressionQuestionForAll: Difference between revisions
From LimeSurvey Manual
DenisChenu (talk | contribs) mNo edit summary |
DenisChenu (talk | contribs) m Precision |
||
Line 3: | Line 3: | ||
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 QCODE_SQ01.question show the text of subquestion SQ01 of question QCODE. | 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]].}} | {{Alert|Before using these functions : the plugin must be activated in [[Plugin_manager#General|Plugin Manager]].}} | ||
[[Category:Plugins]][[Category:Core Plugins]] | [[Category:Plugins]][[Category:Core Plugins]] |
Revision as of 15:49, 12 May 2021
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.
