Royalgamer06

Untitled

Feb 12th, 2019
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. `% 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
  2. % Cancel a poll => 1.2, 1.22, 2.7
  3. % Search for exercises => 1.5, 1.22
  4. % 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
  5. % View intermediate poll results => 1.10, 1.13, 1.29
  6. % View final poll results => 1.11, 1.14, 1.15, 1.28
  7. % Notify players => 1.12, 1.16, 1.17, 1.30, 1.31, 1.32
  8. % Select training program template => 1.19, 1.20
  9. % View a poll => 1.23, 1.24, 2.9
  10. % Vote on a poll => 1.25, 1.26, 1.27
  11. % Calculate poll results => 1.33, 1.34, 1.35
  12. % 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
  13. % Manage Vote4Fun trial => 2.6, 2.14, 2.15
  14. % 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}{
  15. % \\textit{${i[0]}\\\\
  16. % \\textbf{Related URF}: ${i[1]}.
  17. \\textbf{Goal}: ${i[0]}.\\\\
  18. \\textbf{Actor}: \\\\
  19. \\textbf{Precondition}: \\\\
  20. \\textbf{Postcondition}: \\\\
  21. \\textbf{Summary}: \\\\
  22. \\textbf{Steps}:\\\\
  23. \\begin{tabular}{c c}
  24. \\textit{Actor actions} & \\textit{Vote4Fun response} \\\\
  25. \\end{tabular}
  26. }
  27. \\\\`).join("\n");
Advertisement
Add Comment
Please, Sign In to add comment