In this tutorial we will add another data table.
1. Duplicate the existing data table and change the questions.

2. Open BP_GameInstance and add a new bool variable

3. Open BP_GameMode and duplicate the AddQuestions function, replace the data table with your new one

4. Still in BP_GameMode, read the bool from the game instance and call either function based on if it’s true or false

5. Open the main menu widget (W_MainMenu) and on the play buttons add the new functionality to switch the bool and refresh the game mode

That’s it!
