STEP 1: Let’s get started by adding a backgroundimage to the stage.
In the toolkit on the left side of your screen, find and click on it. Notice the blue blocks that appear.
Find the block labeled Summer. Click, hold, and drag it into the code editor below, then release.
Click Run to see your background image.
Click Submit to turn in your work and then click Next to move on.
,
Submitted!
stage.set_axis(8)
tval1 = stage.get_image_name()
t1 = TestObjective()
t1.add_success(tval1 == "summer", "Great Job!")
t1.add_failure(tval1 is None, "Did you add a background?")
t1.add_creative(tval1 != "summer" and tval1 is not None and tval1 != "DNE", "That is a great background!")
tester = TestManager()
tester.add_test_list([t1])
tester.run_tests()
tester.display_first_feedback()
Try the following steps to connect to your Micro:bit:
1. You may need to reload this page and try your program again.
2. Try disconnecting and reconnecting your Micro:bit. Then reload the page and run your program again.
3. If you are still having problems your Micro:bit may have an old
firmware version that is incompatible with Codesters.
To update the firmware follow these instructions from Micro:bit
Are you already running a Codesters project in another tab or window?
Micro:bit can only connect to one web page at a time.
Try stopping other Codesters projects or closing
other tabs or windows that may be using your Micro:bit.
If that doesn't fix the problem try disconnecting your Micro:bit,
reloading this page, and reconnecting your Micro:bit.