setBackgroundImage(professor)
textFont(Cookie,20)
words("wat is hoger",50,400)
fill(100,100,100)
words("vwo",150,345)
words("vmbot",150,260)
if (answer == 2) {
fill(255,255,255);
textFont(Bubblegum,32);
words("Fout!",220,100);
image(evilGnom,10,0,180,210);
}if (answer == 1) {
fill(255,255,255);
textFont(Bubblegum,32);
words("Supergoed!",220,100);
image(thumbUp,10,0,180,210);
}