Can you make a multiple choice answer option unselectable?

Hi,

I am making use of a combined multiple choice in a question list. the
label questions asks is the skill is; observed, assisted or done. then
subsequent multiple choice questions list the skills (LP, injection, X-ray
etc) with the choices; observed, assisted, done. is it possible to make
the the option for one of the skills unselectable? For example, with LP i
want the user to only be able to select from assisted or done, while
observed is unselectable.

Is there an advance attribute that i can assign to a choice value to make
it unselectable?

Kindly,
Ameera

Hi Ameera,

Unfortunately we don't have a mechanism in our form spec to "Disable" a
choice item.

It's possible to use a lookup table select question and a filter, however,
to create a multiple choice question where options are removed from the
list based on the state of the form, which would let you not display the
options at all.

-Clayton

··· On Tue, Jun 13, 2017 at 6:32 AM, Ameera Hamid wrote:

Hi,

I am making use of a combined multiple choice in a question list. the
label questions asks is the skill is; observed, assisted or done. then
subsequent multiple choice questions list the skills (LP, injection, X-ray
etc) with the choices; observed, assisted, done. is it possible to make
the the option for one of the skills unselectable? For example, with LP i
want the user to only be able to select from assisted or done, while
observed is unselectable.

Is there an advance attribute that i can assign to a choice value to make
it unselectable?

Kindly,
Ameera

--
You received this message because you are subscribed to the Google Groups
"commcare-users" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to commcare-users+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

thanks Clayton!

··· On Tuesday, 13 June 2017 18:08:27 UTC+2, Clayton Sims wrote: > > Hi Ameera, > > Unfortunately we don't have a mechanism in our form spec to "Disable" a > choice item. > > It's possible to use a lookup table select question and a filter, however, > to create a multiple choice question where options are removed from the > list based on the state of the form, which would let you not display the > options at all. > > -Clayton > > On Tue, Jun 13, 2017 at 6:32 AM, Ameera Hamid <ameera....@gmail.com > wrote: > >> Hi, >> >> I am making use of a combined multiple choice in a question list. the >> label questions asks is the skill is; observed, assisted or done. then >> subsequent multiple choice questions list the skills (LP, injection, X-ray >> etc) with the choices; observed, assisted, done. is it possible to make >> the the option for one of the skills unselectable? For example, with LP i >> want the user to only be able to select from assisted or done, while >> observed is unselectable. >> >> Is there an advance attribute that i can assign to a choice value to make >> it unselectable? >> >> Kindly, >> Ameera >> >> -- >> You received this message because you are subscribed to the Google Groups >> "commcare-users" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to commcare-user...@googlegroups.com . >> For more options, visit https://groups.google.com/d/optout. >> > >