first(
        images = [ "falling_object_256x256.sv.png", "falling_object_512x512.sv.png" ],
        number = 3,
	A = "A. I en parabelkurva.",
	B = "B. Rakt.",
	C = "C. Som en cirkel.",
	A_goto = "success",
	B_goto = "wrong",
	C_goto = "circle"
    ).

circle(
       images = [ "falling_object_not_circle_256x256.sv.png",
                  "falling_object_not_circle_512x512.sv.png" ],
       number = 1,
       A = "Gå tillbaka till det förra rummet.",
       A_goto = "failure"
    ).

wrong(
        images = [ "wrong_256x256.sv.png" ],
        number = 1,
	A = "Gå tillbaka till det förra rummet.",
	A_goto = "failure"
    ).
