Skip to content

Quiz Demo

Id vidit dicant sea, vim no duis partiendo in usu adhuc errem solet, per elitr torquatos adipiscing an? Lorem ipsum dolor sit amet, alii intellegebat et sed, eam in iriure mediocrem moderatius.

  • Question 1

    What is the name of the thing?

    print("Hello!")
    

    • One

    • Two

      A longer answer

      With lots of lines

    • Three


    • Well done!

      print("Woah!")
      

      Look at that correct answer!!!

      You really are quite clever!

    • Nope!

  • Question 2

    What type of Logic Gate is this?

    gate hide AND A B Out

    • OR
    • XOR
    • AND

    • Correct!

      An AND gate requires both inputs to be on for the output to go on

      gate  YN AND A B Out
      table YN AND A B Out
    • Incorrect. Try experimenting with the gate inputs to see what happens...

  • Question 3

    What is the other name of the thing?

    when green flag clicked
    forever
        turn cw (15) degrees
        say [Hello!] for (2) seconds
        if <mouse down?> then
            change [mouse clicks v] by (1)
        end
    end

    We can experience nothing but the present moment, live in no other second of time, and to understand this is as close as we can get to eternal life.


    • A

      say [Hello!] for (2) seconds
    • B

      change [mouse clicks v] by (1)
    • C

      turn cw (15) degrees