Participant Names
(input-box:2bind $character1,"X",1,"Student 1")
(input-box:2bind $character2,"X",1,"Student 2")
(input-box:2bind $character3,"X",1,"Student 3")
(input-box:2bind $character4,"X",1,"Student 4")
(input-box:2bind $character5,"X",1,"Student 5")
[[Generate Order ->recalculatefive]] | [[Reset |Begin]]{(if: 1st of $a is 1st of $b)[
(goto: "recalculatefive")
]
(else-if: 2nd of $a is 2nd of $b)[
(goto: "recalculatefive")
]
(else-if: 3rd of $a is 3rd of $b)[
(goto: "recalculatefive")
]
(else-if: 4th of $a is 4th of $b)[
(goto: "recalculatefive")
]
(else-if: 5th of $a is 5th of $b)[
(goto: "recalculatefive")
]
} (else:)[
<h4> RESULTS </h4>
=|=
<b>(checkbox: 2bind _test," 1st PROJECT")</b>
Creator: (print: 1st of $a)
Tester: (print: 1st of $b)
---
<b>(checkbox: 2bind _test2," 2nd PROJECT")</b>
Creator: (print: 2nd of $a)
Tester: (print: 2nd of $b)
---
<b>(checkbox: 2bind _test3," 3rd PROJECT")</b>
Creator: (print: 3rd of $a)
Tester: (print: 3rd of $b)
=|=
<b>(checkbox: 2bind _test4," 4th PROJECT")</b>
Creator: (print: 4th of $a)
Tester: (print: 4th of $b)
---
<b>(checkbox: 2bind _test5," 5th PROJECT")</b>
Creator: (print: 5th of $a)
Tester: (print: 5th of $b)
|==|
]
[[Reroll |recalculatefive]] | [[Reset |Begin]]
|=
<h3>MATCH
+ PLAY</h3>
|=
*A simple tool to randomly pair up people*
|==|
---
How many people?
[[ 3 |three]] | [[ 4 |four]] | [[ 5 |five]] | [[ 6 |six]] | [[ 7 |seven]] | [[ 8 |eight]] | [[ 9 |nine]] | [[ 10 |ten]]
<center><img src = http://www.makebranches.com/wp-content/uploads/2020/10/cropped-logosmall.png width = 50%></center>Participant Names
(input-box:2bind $character1,"X=",1,"Student 1")
(input-box:2bind $character2,"X=",1,"Student 2")
(input-box:2bind $character3,"X=",1,"Student 3")
[[Generate Order ->recalculatethree]] | [[Reset |Begin]]Participant Names
(input-box:2bind $character1,"X=",1,"Student 1")
(input-box:2bind $character2,"X=",1,"Student 2")
(input-box:2bind $character3,"X=",1,"Student 3")
(input-box:2bind $character4,"X=",1,"Student 4")
[[Generate Order ->recalculatefour]] | [[Reset |Begin]]Participant Names
=|=
(input-box:2bind $character1,"X",1,"Student 1")
(input-box:2bind $character2,"X",1,"Student 2")
(input-box:2bind $character3,"X",1,"Student 3")
===|=
(input-box:2bind $character4,"X",1,"Student 4")
(input-box:2bind $character5,"X",1,"Student 5")
(input-box:2bind $character6,"X",1,"Student 6")
|==|
[[Generate Order ->recalculatesix]] | [[Reset |Begin]]Calculating....
(set: $a to (shuffled: $character1,$character2,$character3,$character4))
(set: $b to (shuffled: $character1,$character2,$character3,$character4))
(set: $counter to 1)
(live: 0.75s)[
(set: $counter to it - 1)
(if: $counter <= 0)[(goto: "calculatefour")]
]
Calculating....
(set: $a to (shuffled: $character1,$character2,$character3,$character4,$character5))
(set: $b to (shuffled: $character1,$character2,$character3,$character4,$character5))
(set: $counter to 1)
(live: 0.75s)[
(set: $counter to it - 1)
(if: $counter <= 0)[(goto: "calculatefive")]
]
{(if: 1st of $a is 1st of $b)[
(goto: "recalculatefour")
]
(else-if: 2nd of $a is 2nd of $b)[
(goto: "recalculatefour")
]
(else-if: 3rd of $a is 3rd of $b)[
(goto: "recalculatefour")
]
(else-if: 4th of $a is 4th of $b)[
(goto: "recalculatefour")
]
} (else:)[
<h4> RESULTS </h4>
=|=
<b>(checkbox: 2bind _test," 1st PROJECT")</b>
Creator: (print: 1st of $a)
Tester: (print: 1st of $b)
---
<b>(checkbox: 2bind _test2," 2nd PROJECT")</b>
Creator: (print: 2nd of $a)
Tester: (print: 2nd of $b)
=|=
<b>(checkbox: 2bind _test3," 3rd PROJECT")</b>
Creator: (print: 3rd of $a)
Tester: (print: 3rd of $b)
---
<b>(checkbox: 2bind _test4," 4th PROJECT")</b>
Creator: (print: 4th of $a)
Tester: (print: 4th of $b)
|==|
]
[[Reroll |recalculatefour]] | [[Reset |Begin]]
Calculating....
(set: $a to (shuffled: $character1,$character2,$character3))
(set: $b to (shuffled: $character1,$character2,$character3))
(set: $counter to 1)
(live: 0.75s)[
(set: $counter to it - 1)
(if: $counter <= 0)[(goto: "calculatethree")]
]
{(if: 1st of $a is 1st of $b)[
(goto: "recalculatethree")
]
(else-if: 2nd of $a is 2nd of $b)[
(goto: "recalculatethree")
]
(else-if: 3rd of $a is 3rd of $b)[
(goto: "recalculatethree")
]
} (else:)[
<h4> RESULTS </h4>
=|=
<b>(checkbox: 2bind _test," 1st PROJECT")</b>
Creator: (print: 1st of $a)
Tester: (print: 1st of $b)
---
<b>(checkbox: 2bind _test2," 2nd PROJECT")</b>
Creator: (print: 2nd of $a)
Tester: (print: 2nd of $b)
=|=
<b>(checkbox: 2bind _test3," 3rd PROJECT")</b>
Creator: (print: 3rd of $a)
Tester: (print: 3rd of $b)
|==|
]
[[Reroll |recalculatethree]] | [[Reset |Begin]]
Calculating....
(set: $a to (shuffled: $character1,$character2,$character3,$character4,$character5,$character6))
(set: $b to (shuffled: $character1,$character2,$character3,$character4,$character5,$character6))
(set: $counter to 1)
(live: 0.75s)[
(set: $counter to it - 1)
(if: $counter <= 0)[(goto: "calculatesix")]
]
{(if: 1st of $a is 1st of $b)[
(goto: "recalculatesix")
]
(else-if: 2nd of $a is 2nd of $b)[
(goto: "recalculatesix")
]
(else-if: 3rd of $a is 3rd of $b)[
(goto: "recalculatesix")
]
(else-if: 4th of $a is 4th of $b)[
(goto: "recalculatesix")
]
(else-if: 5th of $a is 5th of $b)[
(goto: "recalculatesix")
]
(else-if: 6th of $a is 6th of $b)[
(goto: "recalculatesix")
]
} (else:)[
<h4> RESULTS </h4>
=|=
<b>(checkbox: 2bind _test," 1st PROJECT")</b>
Creator: (print: 1st of $a)
Tester: (print: 1st of $b)
---
<b>(checkbox: 2bind _test2," 2nd PROJECT")</b>
Creator: (print: 2nd of $a)
Tester: (print: 2nd of $b)
---
<b>(checkbox: 2bind _test3," 3rd PROJECT")</b>
Creator: (print: 3rd of $a)
Tester: (print: 3rd of $b)
=|=
<b>(checkbox: 2bind _test4," 4th PROJECT")</b>
Creator: (print: 4th of $a)
Tester: (print: 4th of $b)
---
<b>(checkbox: 2bind _test5," 5th PROJECT")</b>
Creator: (print: 5th of $a)
Tester: (print: 5th of $b)
---
<b>(checkbox: 2bind _test6," 6th PROJECT")</b>
Creator: (print: 6th of $a)
Tester: (print: 6th of $b)
|==|
]
[[Reroll |recalculatesix]] | [[Reset |Begin]]
Participant Names
=|=
(input-box:2bind $character1,"X",1,"Student 1")
(input-box:2bind $character2,"X",1,"Student 2")
(input-box:2bind $character3,"X",1,"Student 3")
(input-box:2bind $character4,"X",1,"Student 4")
===|=
(input-box:2bind $character5,"X",1,"Student 5")
(input-box:2bind $character6,"X",1,"Student 6")
(input-box:2bind $character7,"X",1,"Student 7")
|==|
[[Generate Order ->recalculateseven]] | [[Reset |Begin]]Calculating....
(set: $a to (shuffled: $character1,$character2,$character3,$character4,$character5,$character6,$character7))
(set: $b to (shuffled: $character1,$character2,$character3,$character4,$character5,$character6,$character7))
(set: $counter to 1)
(live: 0.75s)[
(set: $counter to it - 1)
(if: $counter <= 0)[(goto: "calculateseven")]
]
{(if: 1st of $a is 1st of $b)[
(goto: "recalculateseven")
]
(else-if: 2nd of $a is 2nd of $b)[
(goto: "recalculateseven")
]
(else-if: 3rd of $a is 3rd of $b)[
(goto: "recalculateseven")
]
(else-if: 4th of $a is 4th of $b)[
(goto: "recalculateseven")
]
(else-if: 5th of $a is 5th of $b)[
(goto: "recalculateseven")
]
(else-if: 6th of $a is 6th of $b)[
(goto: "recalculateseven")]
(else-if: 7th of $a is 7th of $b)[
(goto: "recalculateseven")]
} (else:)[
<h4> RESULTS </h4>
=|=
<b>(checkbox: 2bind _test," 1st PROJECT")</b>
Creator: (print: 1st of $a)
Tester: (print: 1st of $b)
---
<b>(checkbox: 2bind _test2," 2nd PROJECT")</b>
Creator: (print: 2nd of $a)
Tester: (print: 2nd of $b)
---
<b>(checkbox: 2bind _test3," 3rd PROJECT")</b>
Creator: (print: 3rd of $a)
Tester: (print: 3rd of $b)
---
<b>(checkbox: 2bind _test4," 4th PROJECT")</b>
Creator: (print: 4th of $a)
Tester: (print: 4th of $b)
=|=
<b>(checkbox: 2bind _test5," 5th PROJECT")</b>
Creator: (print: 5th of $a)
Tester: (print: 5th of $b)
---
<b>(checkbox: 2bind _test6," 6th PROJECT")</b>
Creator: (print: 6th of $a)
Tester: (print: 6th of $b)
---
<b>(checkbox: 2bind _test7," 7th PROJECT")</b>
Creator: (print: 7th of $a)
Tester: (print: 7th of $b)
|==|
]
[[Reroll |recalculateseven]] | [[Reset |Begin]]
Participant Names
=|=
(input-box:2bind $character1,"X",1,"Student 1")
(input-box:2bind $character2,"X",1,"Student 2")
(input-box:2bind $character3,"X",1,"Student 3")
(input-box:2bind $character4,"X",1,"Student 4")
===|=
(input-box:2bind $character5,"X",1,"Student 5")
(input-box:2bind $character6,"X",1,"Student 6")
(input-box:2bind $character7,"X",1,"Student 7")
(input-box:2bind $character8,"X",1,"Student 8")
|==|
[[Generate Order ->recalculateeight]] | [[Reset |Begin]]{(if: 1st of $a is 1st of $b)[
(goto: "recalculateeight")
]
(else-if: 2nd of $a is 2nd of $b)[
(goto: "recalculateeight")
]
(else-if: 3rd of $a is 3rd of $b)[
(goto: "recalculateeight")
]
(else-if: 4th of $a is 4th of $b)[
(goto: "recalculateeight")
]
(else-if: 5th of $a is 5th of $b)[
(goto: "recalculateeight")
]
(else-if: 6th of $a is 6th of $b)[
(goto: "recalculateeight")]
(else-if: 7th of $a is 7th of $b)[
(goto: "recalculateeight")]
(else-if: 8th of $a is 8th of $b)[
(goto: "recalculateeight")]
} (else:)[
<h4> RESULTS </h4>
=|=
<b>(checkbox: 2bind _test," 1st PROJECT")</b>
Creator: (print: 1st of $a)
Tester: (print: 1st of $b)
---
<b>(checkbox: 2bind _test2," 2nd PROJECT")</b>
Creator: (print: 2nd of $a)
Tester: (print: 2nd of $b)
---
<b>(checkbox: 2bind _test3," 3rd PROJECT")</b>
Creator: (print: 3rd of $a)
Tester: (print: 3rd of $b)
---
<b>(checkbox: 2bind _test4," 4th PROJECT")</b>
Creator: (print: 4th of $a)
Tester: (print: 4th of $b)
=|=
<b>(checkbox: 2bind _test5," 5th PROJECT")</b>
Creator: (print: 5th of $a)
Tester: (print: 5th of $b)
---
<b>(checkbox: 2bind _test6," 6th PROJECT")</b>
Creator: (print: 6th of $a)
Tester: (print: 6th of $b)
---
<b>(checkbox: 2bind _test7," 7th PROJECT")</b>
Creator: (print: 7th of $a)
Tester: (print: 7th of $b)
---
<b>(checkbox: 2bind _test8," 8th PROJECT")</b>
Creator: (print: 8th of $a)
Tester: (print: 8th of $b)
|==|
]
[[Reroll |recalculateeight]] | [[Reset |Begin]]
Calculating....
(set: $a to (shuffled: $character1,$character2,$character3,$character4,$character5,$character6,$character7,$character8))
(set: $b to (shuffled: $character1,$character2,$character3,$character4,$character5,$character6,$character7,$character8))
(set: $counter to 1)
(live: 0.75s)[
(set: $counter to it - 1)
(if: $counter <= 0)[(goto: "calculateeight")]
]
Participant Names
=|=
(input-box:2bind $character1,"X",1,"Student 1")
(input-box:2bind $character2,"X",1,"Student 2")
(input-box:2bind $character3,"X",1,"Student 3")
(input-box:2bind $character4,"X",1,"Student 4")
(input-box:2bind $character5,"X",1,"Student 5")
===|=
(input-box:2bind $character6,"X",1,"Student 6")
(input-box:2bind $character7,"X",1,"Student 7")
(input-box:2bind $character8,"X",1,"Student 8")
(input-box:2bind $character9,"X",1,"Student 9")
|==|
[[Generate Order ->recalculatenine]] | [[Reset |Begin]]Calculating....
(set: $a to (shuffled: $character1,$character2,$character3,$character4,$character5,$character6,$character7,$character8,$character9))
(set: $b to (shuffled: $character1,$character2,$character3,$character4,$character5,$character6,$character7,$character8,$character9))
(set: $counter to 1)
(live: 0.75s)[
(set: $counter to it - 1)
(if: $counter <= 0)[(goto: "calculatenine")]
]
{(if: 1st of $a is 1st of $b)[
(goto: "recalculatenine")
]
(else-if: 2nd of $a is 2nd of $b)[
(goto: "recalculatenine")
]
(else-if: 3rd of $a is 3rd of $b)[
(goto: "recalculatenine")
]
(else-if: 4th of $a is 4th of $b)[
(goto: "recalculatenine")
]
(else-if: 5th of $a is 5th of $b)[
(goto: "recalculatenine")
]
(else-if: 6th of $a is 6th of $b)[
(goto: "recalculatenine")]
(else-if: 7th of $a is 7th of $b)[
(goto: "recalculatenine")]
(else-if: 8th of $a is 8th of $b)[
(goto: "recalculatenine")]
(else-if: 9th of $a is 9th of $b)[
(goto: "recalculatenine")]
} (else:)[
<h4> RESULTS </h4>
=|=
<b>(checkbox: 2bind _test," 1st PROJECT")</b>
Creator: (print: 1st of $a)
Tester: (print: 1st of $b)
---
<b>(checkbox: 2bind _test2," 2nd PROJECT")</b>
Creator: (print: 2nd of $a)
Tester: (print: 2nd of $b)
---
<b>(checkbox: 2bind _test3," 3rd PROJECT")</b>
Creator: (print: 3rd of $a)
Tester: (print: 3rd of $b)
---
<b>(checkbox: 2bind _test4," 4th PROJECT")</b>
Creator: (print: 4th of $a)
Tester: (print: 4th of $b)
---
<b>(checkbox: 2bind _test5," 5th PROJECT")</b>
Creator: (print: 5th of $a)
Tester: (print: 5th of $b)
=|=
<b>(checkbox: 2bind _test6," 6th PROJECT")</b>
Creator: (print: 6th of $a)
Tester: (print: 6th of $b)
---
<b>(checkbox: 2bind _test7," 7th PROJECT")</b>
Creator: (print: 7th of $a)
Tester: (print: 7th of $b)
---
<b>(checkbox: 2bind _test8," 8th PROJECT")</b>
Creator: (print: 8th of $a)
Tester: (print: 8th of $b)
---
<b>(checkbox: 2bind _test9," 9th PROJECT")</b>
Creator: (print: 9th of $a)
Tester: (print: 9th of $b)
|==|
]
[[Reroll |recalculatenine]] | [[Reset |Begin]]
Participant Names
=|=
(input-box:2bind $character1,"X",1,"Student 1")
(input-box:2bind $character2,"X",1,"Student 2")
(input-box:2bind $character3,"X",1,"Student 3")
(input-box:2bind $character4,"X",1,"Student 4")
(input-box:2bind $character5,"X",1,"Student 5")
===|=
(input-box:2bind $character6,"X",1,"Student 6")
(input-box:2bind $character7,"X",1,"Student 7")
(input-box:2bind $character8,"X",1,"Student 8")
(input-box:2bind $character9,"X",1,"Student 9")
(input-box:2bind $character10,"X",1,"Student 10")
|==|
[[Generate Order ->recalculateten]] | [[Reset |Begin]]{(if: 1st of $a is 1st of $b)[
(goto: "recalculateten")
]
(else-if: 2nd of $a is 2nd of $b)[
(goto: "recalculateten")
]
(else-if: 3rd of $a is 3rd of $b)[
(goto: "recalculateten")
]
(else-if: 4th of $a is 4th of $b)[
(goto: "recalculateten")
]
(else-if: 5th of $a is 5th of $b)[
(goto: "recalculateten")
]
(else-if: 6th of $a is 6th of $b)[
(goto: "recalculateten")]
(else-if: 7th of $a is 7th of $b)[
(goto: "recalculateten")]
(else-if: 8th of $a is 8th of $b)[
(goto: "recalculateten")]
(else-if: 9th of $a is 9th of $b)[
(goto: "recalculateten")]
(else-if: 10th of $a is 10th of $b)[
(goto: "recalculateten")]
} (else:)[
<h4> RESULTS </h4>
=|=
<b>(checkbox: 2bind _test," 1st PROJECT")</b>
Creator: (print: 1st of $a)
Tester: (print: 1st of $b)
---
<b>(checkbox: 2bind _test2," 2nd PROJECT")</b>
Creator: (print: 2nd of $a)
Tester: (print: 2nd of $b)
---
<b>(checkbox: 2bind _test3," 3rd PROJECT")</b>
Creator: (print: 3rd of $a)
Tester: (print: 3rd of $b)
---
<b>(checkbox: 2bind _test4," 4th PROJECT")</b>
Creator: (print: 4th of $a)
Tester: (print: 4th of $b)
---
<b>(checkbox: 2bind _test5," 5th PROJECT")</b>
Creator: (print: 5th of $a)
Tester: (print: 5th of $b)
=|=
<b>(checkbox: 2bind _test6," 6th PROJECT")</b>
Creator: (print: 6th of $a)
Tester: (print: 6th of $b)
---
<b>(checkbox: 2bind _test7," 7th PROJECT")</b>
Creator: (print: 7th of $a)
Tester: (print: 7th of $b)
---
<b>(checkbox: 2bind _test8," 8th PROJECT")</b>
Creator: (print: 8th of $a)
Tester: (print: 8th of $b)
---
<b>(checkbox: 2bind _test9," 9th PROJECT")</b>
Creator: (print: 9th of $a)
Tester: (print: 9th of $b)
---
<b>(checkbox: 2bind _test10," 10th PROJECT")</b>
Creator: (print: 10th of $a)
Tester: (print: 10th of $b)
|==|
]
[[Reroll |recalculateten]] | [[Reset |Begin]]
Calculating....
(set: $a to (shuffled: $character1,$character2,$character3,$character4,$character5,$character6,$character7,$character8,$character9,$character10))
(set: $b to (shuffled: $character1,$character2,$character3,$character4,$character5,$character6,$character7,$character8,$character9,$character10))
(set: $counter to 1)
(live: 0.75s)[
(set: $counter to it - 1)
(if: $counter <= 0)[(goto: "calculateten")]
]
{(Set: $character1 to "Student 1")
(Set: $character2 to "Student 2")
(Set: $character3 to "Student 3")
(Set: $character4 to "Student 4")
(Set: $character5 to "Student 5")
(Set: $character6 to "Student 6")
(Set: $character7 to "Student 7")
(Set: $character8 to "Student 8")
(Set: $character9 to "Student 9")
(Set: $character10 to "Student 10")}