//background
setBackgroundImage(professor);
//vraag
fill(75,0,150);
textFont(Jellybean,32);
words("Wanneer is Jojo geboren?",50,420);
//antwoord 1
textFont(Bubblegum,25)
words("8 augustus 2003",150,345);
//antwoord 2
words("7 september 2004",150,265);
textFont(Cookie,50)
if(answer == 1)
{fill(138,43,226);
rect(0,0,450,250);
image(tick,50,50,150,150);
fill(75,0,150);
words("Goed zo!",210,100)};
if(answer == 2)
{fill(138,43,226);
rect(0,0,450,250);
image(cross,50,50,150,150);
fill(75,0,150);
words("Fout!",230,100)};