
2. If you want an image to appear when an item in the list is selected, create a list of images in the same order as the list view, then display the corresponding image

EDIT: if you only want to show an image for the correct answer, move the set image block inside the if conditional statement

You will need to modify this for your own needs