Metaculus / metaculus

BSD 2-Clause "Simplified" License
43 stars 6 forks source link

Allow spaces (and commas?) in multi-choice question choices #716

Open hickman-santini opened 1 week ago

hickman-santini commented 1 week ago

When making multi-choice question, can't add spaces in the "Choices" text box (although you can add them once the choices appear below; thus not blocking)

image

Also I'm not sure on the whole comma separated entry, I think the way multiple choice input on prod works currently is pretty nice and I worry that there could be multiple choice answers that need to contain commas that cause issues for people or something like that

How it works on www:

https://github.com/user-attachments/assets/6e5da33d-4f41-46e9-a33a-0fc26b630ab1

ncarazon commented 4 days ago

Ready for testing on dev

hickman-santini commented 3 days ago

@SylvainChevalier do you think we should make it so that you can put commas in multi-choice question choices. If we did that we'd need to implement choices entry more like what google forms does:

image

SylvainChevalier commented 3 days ago

I think your video of "How it works on www" is exactly what we need, no?

hickman-santini commented 3 days ago

I think your video of "How it works on www" is exactly what we need, no?

Good point, it is ~exactly the same as the google form way (which does allow commas). @ncarazon can you make it work exactly like the www video.

ncarazon commented 6 hours ago

Ready for testing on dev