Click to See Complete Forum and Search --> : Drag 'n' Drop Matching Test


BSquared18
07-22-2003, 08:29 AM
Hi,

I was wondering if anyone knows of Javascript code for a drag and drop matching test where you have a list of items on the left side and matching items on the right side. For example, the left-hand list might have "George Washington" and the other list "First US president."

Then, one at a time you drag items from the left-hand list into "buckets" or boxes next to the right-hand items. If you try to drag the item into the wrong bucket, it won't stay; it jumps back to its beginning point.

For instance, suppose I try to drag "George Washington" into the "bucket" for "President during the Civil War." It wouldn't "stick." So I'd just keep trying until I found the right "bucket."

If you've seen code for this type of matching test anywhere on the web, please let me know where.

Thanks!

Bill B.

Khalid Ali
07-22-2003, 09:15 AM
There are complete code snippets for drag and drop out there, but you are looking for something too specific...you want to search the net(google??) and make tiny bits of changes to it,,and if you have problem implementing the changes you are welcome to post qiuestions here for help.