-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathexample-election.txt
30 lines (26 loc) · 1.31 KB
/
example-election.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
% ============================================================================
% Example Master file for elections
% ============================================================================
% This is an example master file for generating election tickets.
% Please refer to the example-master.txt file for general purpose instructions.
% Here we are only concerned with generating election tickets.
total: 2 % A separate question for each of the possible things to vote for
----------------------------------------- % The usual separator
(1)
@president % Use tags for whatever you want, they'll appear in the statistics
Presidente
_X Nombre-Largo-1 Primer-Apellido Segundo-Apellido
_X Nombre-Largo-2 Primer-Apellido Segundo-Apellido
_X Nombre-Largo-3 Primer-Apellido Segundo-Apellido
_X Nombre-Largo-4 Primer-Apellido Segundo-Apellido
_X Nombre-Largo-5 Primer-Apellido Segundo-Apellido
_X Nombre-Largo-6 Primer-Apellido Segundo-Apellido
(2) % A new question for every voting option, and yes, repeat the names ;(
@member
Miembro
_X Nombre-Largo-1 Primer-Apellido Segundo-Apellido
_X Nombre-Largo-2 Primer-Apellido Segundo-Apellido
_X Nombre-Largo-3 Primer-Apellido Segundo-Apellido
_X Nombre-Largo-4 Primer-Apellido Segundo-Apellido
_X Nombre-Largo-5 Primer-Apellido Segundo-Apellido
_X Nombre-Largo-6 Primer-Apellido Segundo-Apellido