Summary: KoBoCollect now supports sliders.
We want to add this as a question type in the insert questions menu. proposed use-case: KoBoForm allows user's to insert slider question.
The Advanced properties of the slider must allow for a range, so the user can specify the min and max values of the slider. By default, these values should be -10 and +10.
The default value for the question should be set at '0', so that the slide indicator will rest in the middle of the slider.
For each slider question, KoBoForm has to make the following additions to the XML:
Must add a constraint to the BIND. The values of the constraint are 10 and +10 by default, but are user configurable in the question advanced properties.
constraint=". > -10 . < 10"
Must add an appearance attribute to the input question in the body of the form.
The appearance attribute also states the range for the slider. It should match the user configurable values in the advanced properties.
From mojote...@gmail.com on April 10, 2013 19:40:12
Summary: KoBoCollect now supports sliders. We want to add this as a question type in the insert questions menu. proposed use-case: KoBoForm allows user's to insert slider question. The Advanced properties of the slider must allow for a range, so the user can specify the min and max values of the slider. By default, these values should be -10 and +10. The default value for the question should be set at '0', so that the slide indicator will rest in the middle of the slider.
For each slider question, KoBoForm has to make the following additions to the XML:
constraint=". > -10 . < 10"
appearance="slider.-10.10"
A slider question looks like this:
Original issue: http://code.google.com/p/kobo/issues/detail?id=111