Is this a good way to do a drag/drop in words. HELP, HELP

I do not have my code on this computer but here is what I have.

I am making a drag/drop quiz where I have multiple questions, multiple answers. So there are multiple targets. I am creating these targets in a for loop, controled by the number of questions in seperate XML files. Do I need to put these targets into an array or some other means of refering to them? I tried to drop the draggers on the targets. The only target that works is the last one.

So in words is this how to do this; use hitTestObject and refer to the array of targets?