• Resolved LesTexas60

    (@lestexas60)


    I want to use this in a meeting with a large number of people. I will ask a question and they will vote by tapping a button on their phones. Is there a way to have a manager watch the votes on his phone and then when ready, tap a button to reset the counters to zero so we can ask the next question. Questions are random so we can not pre plan the question.

Viewing 1 replies (of 1 total)
  • Hi @lestexas60, i am using this plug-in, and at some point i needed to reset all counter to 0, but the option doesn’t exist, so the way that i resolved this and after sniff into the code was to change directly the values “meta_value” in table.

    The table is:

    SELECT * FROM wp_postmeta where meta_key like ‘%it_epoll_vote_total_count%’

    and set to 0 the values listed.

    I hope this useful.

Viewing 1 replies (of 1 total)
  • The topic ‘Show total votes & allow Reset?’ is closed to new replies.