Actions

BeforeQuestionRender

From LimeSurvey Manual

Revision as of 19:39, 22 September 2014 by DenisChenu (talk | contribs) (add in teplate [...})
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

When

This event happen when question part from template is displayed.

Input

The event receives the following information:

  • surveyId the id of the current survey
  • qid the id of the current question
  • text' the question text
  • class' the question css class
  • help the question help text
  • type the code of the question type
  • code' the question code

Possible output

  • text new text for the question : in template {QUESTION_TEXT}
  • class new question css class for the question : in template {QUESTION_CLASS}
  • help new help text for the question : in template {QUESTIONHELP}
  • mandatory if question is mandatory (boolean, not null).