This should be possible if you make you make Q1
select_one
instead of select_multiple
. This is because, if you wish to have Q1
select_multiple, then you will have to make your choices duplicate as discussed in the previous post.
So think of designing it this way and you should be able to solve your issue with the workaround that I shared you above.