Description
A series of horizontal or vertical sliders.
Instructions
- Requires Better Lighthouse Library.
- The grid's direction must be set to row-oriented for horizontal sliders or to column-oriented for vertical sliders.
- The grid's primary list (e.g., list of rows if row-oriented) should be filled with the items to be shown. Each should be numeric type.
- The grid's secondary list (e.g., list of columns if row-oriented) should have exactly two list items.
- Lines 8-9 of the footer should be updated with the minimum and maximum value for the sliders.
Options
- Line 6 of the footer defines the orientation of sliders for mobile respondents. By default, mobile respondents will always see horizontal sliders.
- Line 7 of the footer can be updated with the default value.
- Line 10 of the footer can be updated with the smallest steps allowed by the sliders. By default, the sliders will move by increments of 1.
- If line 11 of the footer is set to
true
, horizontal sliders will be set to right-to-left. - If line 12 of the footer is set to
true
, vertical sliders will be set to top-to-bottom.