Actions

ExpressionQuestionHelp: Difference between revisions

From LimeSurvey Manual

mNo edit summary
m (ExpressionQuestionForAll)
Line 2: Line 2:


Add help suffix for all question in Expression Script. {QCODE.help} show the current text of QCODE question.
Add help suffix for all question in Expression Script. {QCODE.help} show the current text of QCODE question.
If you want help for question with sub-questions, you must activate [[ExpressionQuestionForAll]] plugin.


{{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 08:24, 6 April 2022

 Hint: This features is available starting in version 4.0.1


Add help suffix for all question in Expression Script. {QCODE.help} show the current text of QCODE question.

If you want help for question with sub-questions, you must activate ExpressionQuestionForAll plugin.

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