Hi all! I’m just starting to learn about building my own panel, and I could use some help. I’ve got a game show that I’ve got a panel built for scoring, that has name for each team, display the score, add or subtract 10 points. I am absolutely in over my head for this one part, and sure hope someone might be able to help me here.
There is one part in the game, a “speed round” where Team1 gets to answer 10 questions, then Team2 gets to answer any that Team1 did not answer correctly after time ends. Then we go in reverse, with Team2 getting first crack and Team1 getting the scraps. Team1 isn’t always first, sometimes it’s Team2. So, I need to be able to accomplish the following, and have no idea how to best go about it:
Display what question number is active: Round starts with question 1, and progresses through 10 in order. After 10, it would go back to the first question that was passed.
Save the status of each question per team in a variable. I will be making an XPression scene for the host to see what questions are in play (not asked questions, passed stay in the active team until time ends; any wrong questions bump over to the other team for the possibility for them to steal)
Separate buttons for Correct, Incorrect, Pass (would like to just have one button that works for the active question, vs. 10 buttons for right, 10 for wrong, 10 for pass etc.
Correct awards 10 points, removes question from rotation completely
Incorrect removes question from current team’s rotation and moves it to the other team
Pass moves to the next question but keeps the question in the rotation
End of round will move all unanswered questions to the other team when time runs out
Does anyone have any guidance they can provide me? I greatly appreciate it!!!