Actions

BeforeSurveySettings: Difference between revisions

From LimeSurvey Manual

mNo edit summary
No edit summary
Line 12: Line 12:


* surveysettings : array of settings for survey
* surveysettings : array of settings for survey
'''Example'''
Check this plugin for example settings: https://framagit.org/Shnoulle/exampleSettings/blob/master/exampleSettings.php


[[Category:Plugins events]]
[[Category:Plugins events]]

Revision as of 13:00, 19 August 2016

When

This event is fired before show the advanced settings page

Input

The event receives the following information:

  • survey the id of the current survey

Possible output

  • surveysettings : array of settings for survey

Example

Check this plugin for example settings: https://framagit.org/Shnoulle/exampleSettings/blob/master/exampleSettings.php