1

What would be the best way to basically make a "visual poll" that takes clicks from users and calculates a "final score" for a website.

I've never really done something like this before...

Comments
  • 1
    A plus, minus, Ajax call and a way of preventing multiple ++\- -
  • 0
    Depends, maybe if you are using something like vue you could add click counters to components and send statistical data to your server
  • 1
    @JKyll @C0D4

    Okay, it's less about the amount of user clicks and more of their choice. Sorry, I mistyped.
  • 1
    @RiderExMachina
    Bar chart for multi choice?
    Horizontal for a few choices.
    Vertical for many choices.
Add Comment