Actions

BeforeQuestionRender

From LimeSurvey Manual

Revision as of 19:37, 22 September 2014 by DenisChenu (talk | contribs) (beforeRenderQuestion)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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
  • class new question css class for the question
  • help new help text for the question
  • mandatory if question is mandatory (boolean, not null).