GameEngineViewModel.cs => https://pastebin.com/36SjrpnfGame game => game.TotalQuestions parameter/variable. I'm trying to figure out how to loop the game for as many times as the game.TotalQuestions number is and have the next question shown based off of a button click. This button is only visible after the user has submitted their answer and the WinLoseText shows to the user. How would I go about doing this? Thanks