The image works. I was able to use it in my game with this code:
GreenfootImage image = new GreenfootImage("France.png");
getBackground().setFont(new Font("", true, false, 50));
The problem is that it was set as a background. So the same image would show up for each question.

