setBackgroundImage(professor);
textFont(Lollipop,50);
words("Wat is het lekkerst?",5,400);
textFont(Cookie,30);
fill(0,0,0);
words("Kaas",150,340);
words("Pizza",150,260);
if(answer == 1) {
image(cross,300,340,30,30);
}
if(answer == 2) {
image(tick,300,260,30,30);
}