Closed ggordn3r closed 4 years ago
Implemented!
Close, but I'm seeing "Ok" and "Cancel" when the buttons should be "Show results" and "Hide results"
Is that possible, or do I need to reword the message for "Ok" and "Cancel" to make sense?
Quick solution: We can't choose the words. We could use another style of popup but I think we could just reword it too.
(other style of popup is more work to implement but it is possible)
Ok, here's the rewording to use:
Text: Click "OK" to show your results immediately after each vote. Click "Cancel" to hide them from voters until you close the poll.
Done
Not quite, but close. See screenshots below.
The text I provided (Click "OK" to show your results immediately after each vote. Click "Cancel" to hide them from voters until you close the poll.) should be on the box that appears in this screenshot (i.e. the second box):
For the final message (screenshot below), display this:
If they clicked OK
Your poll is published and ready to share. Voters will see results after they submit their vote.
If they clicked Cancel
Your poll is published and ready to share. Voters will not see results until/unless you choose to display them in your settings.
Fixed!
Several users have been confused by the new "hide results" feature and mistakenly submitted bug reports that their results weren't showing up.
To avoid this, we should add a dialog prompt after the current "Publish Poll" validation forcing users to explicitly choose whether their results will be held or shown.
Current Message after clicking "Publish Poll": "Are you sure? Once you publish a poll others will be able to see it and vote on it until you close the poll." OK / Cancel After "OK": [validation message]
New dialog box after the validation message: Text: "Do you want to show your results immediately after each vote, or hide them from voters until you close the poll? Choice A: Show results Choice B: Hide results
If user chooses "Show results"
results_public
toTrue
If user chooses "Hide results":
results_public
toFalse