Hola a todos!!
Soy nuevo en esto y quisiera que me ayuden, seguramente no es muy difícil lo que necesito pero no se resolverlo...
Necesito una seleccion multiple con un maximo de 3 opciones seleccionadas las que luego pueda realizar un ranking de las mimas..
Por favor ejemplo en XLSForm
Muchas gracias
I need a multiple selection with a maximum of 3 selected options...
This can be accomplished using a constraint, in your case probably using a count-selected(); specifically
Q_multiselect: constraint="count-selected(.)<=3"
...which can then make a ranking of the same.
Can you please explain a bit more what you are trying to do with this step? Perhaps provide an example.
2 Likes
(..which can then make a ranking of the same.).. si, es lo que intento hacer..
Can you explain what you mean by "ranking"? If the options you defined for the multi-select question are 'ranked' (ie ordered in some way) then the result containing the selected options should already be in the same order.