Hey @Nicholas_Fenwick,
Don’t beat yourself up, it’s all good, everyone will find something challenging as they progress through these courses, different people will hit different challenges 
So, looking at your screenshots (thanks for those)…
- You have run the game and the start scene is displayed
- You have a start button, which you have wired up to load a scene called start (correcting it from “name” previously)
So…
The game runs, the start scene loads, you click the start button, it loads the same scene again! 
You have another scene called game which is the scene which will handle the actual choices of the player / guesses of the wizard.
To fix…
-
Open the start scene.
-
Select the Start button
-
In the OnClick event in the Inspector, change the name of the scene to load to game
Note - case sensitivity is important here, make sure the name matches the actual name of the scene (“game” not “Game” for example).
-
Save the scene, run the game… 