Yes, of course. You could have something along these lines in a code component:
if response.corr == 1:
fbPic = "correct.png"
else:
fbPic = "wrong.png"
You could then use $fbPic
as Image
in an image component.
Hope this helps.
Jan
Yes, of course. You could have something along these lines in a code component:
if response.corr == 1:
fbPic = "correct.png"
else:
fbPic = "wrong.png"
You could then use $fbPic
as Image
in an image component.
Hope this helps.
Jan