Actions

QS

Slider max: Difference between revisions

From LimeSurvey Manual

No edit summary
No edit summary
Line 17: Line 17:


<!--T:612-->
<!--T:612-->
slider_max 50
* 50
* if(QCODE>10,QCODE,10)


<!--T:613-->
<!--T:613-->

Revision as of 17:08, 27 September 2014


Slider maximum value (slider_max)

Description

When "slider_layout' is set, this question attribute sets the value of the right-end of the slider. In this condition, and if maximum value is not set : this value is used for maximum value. Expression manager can be used (without brace), but if before page is shown the value is not a number, then default of 100 is used.

Example

  • 50
  • if(QCODE>10,QCODE,10)