Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- `% Create a poll => 1.1, 1.3, 1.4, 1.6, 1.18, 1.21, (1.40/2.24), 2.7, 2.8, 2.12
- % Cancel a poll => 1.2, 1.22, 2.7
- % Search for exercises => 1.5, 1.22
- % Create a poll invitation => 1.7, 1.8, 1.9, 2.10, 2.11, 2.13, 2.16, 2.17, 2.18, 2.19, 2.20
- % View intermediate poll results => 1.10, 1.13, 1.29
- % View final poll results => 1.11, 1.14, 1.15, 1.28
- % Notify players => 1.12, 1.16, 1.17, 1.30, 1.31, 1.32
- % Select training program template => 1.19, 1.20
- % View a poll => 1.23, 1.24, 2.9
- % Vote on a poll => 1.25, 1.26, 1.27
- % Calculate poll results => 1.33, 1.34, 1.35
- % Activate Vote4Fun trial => 1.36, 1.37, 1.38, 1.39, 2.1, 2.2, 2.3, 2.4, 2.5, 2.21, 2.22, 2.23, 2.26
- % Manage Vote4Fun trial => 2.6, 2.14, 2.15
- % Use rich text editor => 3.1, 3.2, 3.3, 3.4, 3.5, 3.6`.split("\n").map(l => l.replace("% ", "").split(" => ")).map(i => ` \\req{\\urf}{\\m}{
- % \\textit{${i[0]}\\\\
- % \\textbf{Related URF}: ${i[1]}.
- \\textbf{Goal}: ${i[0]}.\\\\
- \\textbf{Actor}: \\\\
- \\textbf{Precondition}: \\\\
- \\textbf{Postcondition}: \\\\
- \\textbf{Summary}: \\\\
- \\textbf{Steps}:\\\\
- \\begin{tabular}{c c}
- \\textit{Actor actions} & \\textit{Vote4Fun response} \\\\
- \\end{tabular}
- }
- \\\\`).join("\n");
Advertisement
Add Comment
Please, Sign In to add comment