Yes, you would find a sprite that is a background and/or import your image as a sprite first.
Then, you just need to make sure the draw Sprites block comes before the text blocks in the draw loop or the background sprite will cover up the text. Also, when declaring your sprites, declare the background sprite first as they are drawn in the order they are created and you want the background sprite drawn first.
Hope this helps!
Mike