From cccb58dd69437e75872b55f371bd594610d0d8ae Mon Sep 17 00:00:00 2001 From: Vivek Ghaisas Date: Tue, 11 Apr 2017 23:20:24 +0530 Subject: [PATCH] Add some comments to config-sample.php about STV --- config-sample.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config-sample.php b/config-sample.php index c2281fc..6ed2550 100644 --- a/config-sample.php +++ b/config-sample.php @@ -18,7 +18,13 @@ $negative_votes = false; $max_n_votes = 1; + // STV config + + // If using STV, also need to prepare votes using the admin/prepare-votes.php + // command line script. $is_stv = false; + + // Number of available positions $delegation_size = 1; //---------------------------------------------------------------------//