-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Slider not showing intermediate response options #253
Comments
this is intentionally done this way. the labels for each of the points could be a long(ish) string and would perhaps look clumsy if all are mentioned by default. |
you could make it a ui parameter potentially. but i agree in most cases sticking all the labels will make the cleanliness go away. |
Yeah, let's make a ui parameter. Can't people add |
how about placing the labels in the tooltip? |
What's a tooltip? Would |
please do consider a phone screen when testing. a number of options that may look good on a computer don't work well on a phone. |
good point. thanks for that reminder. |
i'll send you a screenshot in some time |
also, I just had a thought - if you want to show all the labels then wouldn't it be better to show the question as a radio item? |
Yes, we're currently using radio option. But multiple people said slider looks a lot nicer and than switching between slider and radio can be confusing. If we can put labels on two or more rows with Placing on the tooltip could work, but the labels may still be long and overlap without |
@danielmlow - are they doing it on a phone? tooltips are a little difficult and require people to actually hover. so that may not be a useful tool in this context. given the different viewports of devices, if one wants labels on every point, i think the radio button may be the best option. |
I second this. |
or maybe we can have another label at the midpoint. |
That's fair, I guess we'll do radio for now. Sanu, some questionnaires have labels for all responses, so we can't choose what labels to use, we need to use them all to match the questionnaire. |
There is an activity where all items were set to radio. The slider looks much nicer.
However, when I try setting one of the items to slider, only the first and last response options appear.
https://github.com/danielmlow/reproschema-library/blob/master/activities/SRIS-SF/items/SRIS-SF_1
You can see the value constraints have names for all levels:
https://github.com/danielmlow/reproschema-library/blob/master/activities/SRIS-SF/SRIS-SFvalueConstraints
The text was updated successfully, but these errors were encountered: