I set myself the following additional goal (devised by me):

I decided to write a program to run a short game in which the storyline depends on the player's decisions. To do this I used the "if" function, but then I extended the game by adding nested "if" functions so I could make the story longer.

The main things I learned were how to use "if" and "else" but also how the curly brackets work which was VERY useful. The nesting made me have to be really careful about te way I typed the program, and made me understand the stuff I was typing. I'm really proud of my final program!