I'm trying to make an ExternalQuestion HIT and was wondering how I could pass S3 image URLs to the hit and display them.
I considered passing the URL as a url parameter but that doesn't make sense since it's a url.
Is it possible to do something like this?
<ExternalQuestion xmlns="[the ExternalQuestion schema URL]">
<ExternalURL>http://tictactoe.amazon.com/gamesurvey.cgi?gameid=01523</ExternalURL>
<FrameHeight>400</FrameHeight>
<ImageURL1>[image_url]</ImageURL1>
<ImageURL2>[image_url]</ImageURL2>
....
</ExternalQuestion>