GamerPolls / gamerpolls.com

A polling site geared towards use by streamers on Twitch.
http://gamerpolls.com/
GNU General Public License v3.0
5 stars 2 forks source link

Add a "settings" for each answer #52

Open cletusc opened 10 years ago

cletusc commented 10 years ago

I am thinking we should change the way we are doing each answer. Perhaps have an "add option" which would allow you to fill in more details for an answer--images, the game, explanations, or other stuff. Once "added", read-only the option with an edit/remove the option to change it.

Pro: allows for more flexibility with answers and possibly more clarity on what each part of the form does Con: makes it harder to just tab through to add answers

BethaNeeks commented 8 years ago

Added a collapsible, hidden by default, .answer-options area for extra options relating to each answer. The button is tabindex'd as -1, so does not interrupt the flow of tabbing if people just want to add answers without options.

Currently includes a description box for the answer, which resolves #53