This patch takes care of adding explanatory texts on the voting page according to the document:

Add explanatory text on the voting page. If we can't do it within the module, please add a block that reads
How to Vote: To vote, you will rank candidates in order of your preference (1st, 2nd, 3rd, etc.). The results will be calculated using an "instant runoff" method. For an accessible explanation of how instant runoff vote tabulation works, see videos linked in this discussion .

and

You have NOT completed your vote. Please review the information below. If it looks correct, press the “button name” button to submit your votes. Your votes will not be counted if you do not take this step.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

tvn’s picture

Do you have a link to the page on any of the a.d.o dev sites ('elections', 'vote') where we can see the patch in action?

pcambra’s picture

No, I thought the workflow was the patch applied here and then rolled to the dev site, please correct me with the right one if I'm wrong

pcambra’s picture

tvn’s picture

Can the block with the text be moved up, to the top of the page? It's currently at the bottom.

pcambra’s picture

which one?

tvn’s picture

Both texts you mention in the issue summary.

drumm’s picture

Status: Needs review » Fixed

Committed with http://drupalcode.org/project/association_drupalorg.git/commit/5826cb2, which should put the text at the top.

(If you haven't already, feel free to swap out association_drupalorg or any other module for a Git checkout on the dev site.)

kattekrab’s picture

Status: Fixed » Needs work

Can we please update the help text on the vote page as follows?

<strong>How to Vote:</strong> To vote, you will rank candidates in order of your preference (1st, 2nd, 3rd, etc.). The results will be calculated using an 'instant runoff' method. For an accessible explanation of how instant runoff vote tabulation works, <a href="https://groups.drupal.org/node/200143#comment-660713" target="_blank">see videos linked in this discussion</a>. NOTE: You do not have to rank ALL the candidates.

pcambra’s picture

Status: Needs work » Needs review
FileSize
5.92 KB

Fixed the text as suggested and exposed both texts as variables for changing them more easily in the future.

drumm’s picture

Status: Needs review » Fixed

Committed, but removed the target="_blank". New windows are annoying.

drumm’s picture

Status: Fixed » Needs work
pcambra’s picture

Status: Needs work » Needs review
FileSize
6.76 KB

I don't think we should be committing every time texts are changing so here's an update that exposes the settings for the pre voting and the preview voting informative texts and the post election id in an admin page.

drumm’s picture

Status: Needs review » Fixed

Committed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.