YOU++ Logo

YOU++ - cool code for cool kids

  • EXPLORE
  • |
  • ABOUT US

How can we help?

Contact

CodeRobo GIF
Yay! Thank you for your message! We'll get back to you as soon as possible.
Oops!

We'd love to know what you think about us, so we can be even more awesome in the future. Please take a few minutes, and tell us!

CodeRobo GIF
Flash Message!

Make an Awesome Alien Quiz

20 tasks

Create an interactive Alien Quiz with our crazy friends from other galaxies.

Start Course Try Yourself
BadgeMake an Awesome Alien Quiz
BadgeMake an Awesome Alien Quiz
school Quiz

8 YEARS AGO BY OK20317

Share See code

This project is coded by OK20317 (8 years old) with a little help of YOU++.

Want to learn how? Make your own!


setBackgroundImage(professor) ; fill(255,225,225) textFont(Cookie, 25) ; words ("Bij welk vak hoort overzicht inkomsten/uitgaven?",80,500); fill(0,0,0); textFont(Lollipop, 25) ; words ("Economie",225,340); words ("Management en Organisatie",225,260); fill(255,0,0) if(answer == 1) { image(cross,300,200,200,200); textFont(Lollipop, 50) ; words("FOUT",320,440); } fill(0,255,0) if(answer == 2) { image(tick,300,200,200,200); textFont(Lollipop, 50) ; words("GOED",320,440); }
++

Oops

You need a bigger screen.