elicit-experiment / frontend

Elicit experiment frontend
Creative Commons Attribution 4.0 International
0 stars 0 forks source link

RadiobuttonGroup disabled when IsOptional=0 #25

Closed madjens closed 1 day ago

madjens commented 2 days ago

When we define a radiobuttongroup and set IsOptional=1, after an option is selected, the scale is grayed out.

image

We still want the user to be able to change their selection

iainbryson commented 1 day ago

I believe this is due to AnswerOnce in this particular case:

image

iainbryson commented 1 day ago

Is that not the behavior you expect with AnswerOnce?

iainbryson commented 1 day ago

Also, related to that, I think the label is wrong: IsOptional=0 means the question does have to be answered, no?

image

madjens commented 1 day ago

You are absolutely right. I forgot about the AnswerOnce option. I think starting some documentation of all these options would be a good idea. I can start noting all these options down for each instrument, so we dont forget what effect they have.