7 lines
192 B
Plaintext
7 lines
192 B
Plaintext
#define PLURALITY_VOTING 0
|
|
#define APPROVAL_VOTING 1
|
|
#define RANKED_CHOICE_VOTING 2
|
|
#define SCORE_VOTING 3
|
|
|
|
GLOBAL_LIST_INIT(vote_score_options,list("Bad","Poor","Acceptable","Good","Great"))
|