Change quorum (50 -> 15 votes)
authorThomas Hochstein <thh@inter.net>
Sun, 19 Dec 2021 13:23:51 +0000 (14:23 +0100)
committerThomas Hochstein <thh@inter.net>
Sun, 19 Dec 2021 14:12:52 +0000 (15:12 +0100)
Change in config and templates:
- result-single
- result-multi

Signed-off-by: Thomas Hochstein <thh@inter.net>
UVconfig.pm
templates/result-multi
templates/result-single
usevote.cfg
usevote.tpl.cfg

index c2a1629..67b0eee 100644 (file)
@@ -94,7 +94,7 @@ sub read_config {
              ann_stimme           => 'A\s*N\s*N\s*U\s*L\s*L\s*I\s*E\s*R\s*U\s*N\s*G',
              bdsg_confirm         => 'JA',
              condition1           => '$yes>=2*$no', # twice as many yes as no
-             condition2           => '$yes>=50',    # min 50 yes votes
+             condition2           => '$yes>=15',    # min 15 yes votes
              prop_formula         => '$yes/$no',
              tpl_ack_mail         => 'ack-mail',
              tpl_bouncelist       => 'bouncelist',
index 01abd88..8c6cfba 100644 (file)
@@ -14,7 +14,7 @@ Ergebnisse [$votename-first]
 
 Es wurden [$numvalid] gueltige Stimmen abgegeben.
 
- Ja  Nein : 2/3? >=50? : ang.? : Gruppe
+ Ja  Nein : 2/3? >=15? : ang.? : Gruppe
 ---- ---- : ---- ----- : ----- : ---------------------------------------
 [@count|[$yes] [$no] : [?cond1| Ja |Nein] [?cond2| Ja |Nein]  : [?result| Ja |Nein]  : [$group-first]
 [@group-more|          :            :       : [$line]\n]\n]
index 8345efa..fdb3912 100644 (file)
@@ -15,7 +15,7 @@ Es gab [$yes] Ja-Stimmen und [$no] Nein-Stimmen[?numabstain| bei [$numabstain] E
 [?numinvalid|[$numinvalid] Stimme(n) wurden als ungueltig gewertet.]
 
 Es wurde [?cond1|die|keine] 2/3-Mehrheit erreicht und es gingen [?cond2|mehr|weniger] als
-50 Ja-Stimmen ein. Damit ist die [$votename-text-first]
+15 Ja-Stimmen ein. Damit ist die [$votename-text-first]
 [@votename-text-more|[$line] |\n][?cond1|[?cond2|angenommen|abgelehnt]|abgelehnt].
 
 Gegen dieses Ergebnis kann innerhalb einer Woche nach seiner
index 4a8c8eb..9cd7642 100644 (file)
@@ -75,7 +75,7 @@ multigroup = 1
 # wird nur Bedingung 1 ausgewertet und kann z.B. auf "$yes>$no" gesetzt
 # werden.
 condition1 = $yes>=2*$no
-condition2 = $yes>=50
+condition2 = $yes>=15
 
 # Datei mit Musterwahlschein, wie er im CfV geposted wurde. Wird fuer
 # Vergleich mit ankommenden Wahlscheinen per "diff" genutzt.
index 19f4c2a..fc91bee 100644 (file)
@@ -80,6 +80,6 @@ multigroup = 1
 # condition1 = $yes>=2*$no
 # condition2 = $yes>=50
 condition1 = $yes>=2*$no
-condition2 = $yes>=50
+condition2 = $yes>=15
 
 mailcmd = /usr/sbin/sendmail -oi -oem -fbounce-LOCALPART@thh.votetaker.de --
This page took 0.014214 seconds and 4 git commands to generate.