setImage URL Error

Link to the project or level: App Lab - Code.org
What I expect to happen:
An image to appear based on the “type of scam” selected in the drop down menu. Relevant text is supposed to also appear on the subsequent screen.
**What actually happens: An image URL error occurs on the relevant “setImage” line: “Error: The setImageURL() id parameter refers to an id (”") which is already being used outside of App Lab. Please use a different id."
**What I’ve tried: Student has tried use both URLs for images as well as .jpg/.png files. He has tried to change ID names as well and nothing seems to be working.

For setImageURL() the first parameter needs to be an ID - generally referencing an image element. I’m not sure if you have one set up, but the first parameter cannot be the “image” variable.