Now how can I store the answer in a sheet and match it w the right ans for every user who plays this game ?
Im not using forms or choice component to display the options. Those are only buttons & I want to keep the same layout.
Would really appreciate any help in this matter ! Thank you
You can use a set column action on the buttons to write the answer to a user specific column. This will store the answer for each user individually in the same cell in that same row.
That depends on how you want to set it up, but I would probably have each button write to the same column. So if you select one button, but change your mind, the last choice will be the one that was written to the column.