Forum Discussion
Can I have multiple correct drag object/drop target combinations?
Hi all,
Just wondering if it is at all possible to have multiple correct drop targets for a drag item.
What I am trying to do it to get students to label questions (there are 5) with the correct strategy for solving them (there are 3 strategies).
So... I have 5 drop targets and multiples of each of my 3 labels and I can't seem to make it work.
Has anyone done something similar?
All help, suggestions and advice welcome
Thanks,
Jacquelyn
- WaltHamiltonSuper Hero
You can't change just the drop states, and expect Drag and Drop interactions to work. Most of the suggestions here depend on having a Pick One interaction that looks like a Drag and Drop.
See slide 1 of the the attached Sample
- DanaeMarkland-2Community Member
Hi Walt,
I tried to duplicate what you did in your example but I still can't seem to get it to work. Sorry if I'm missing something obvious...
- DanaeMarkland-2Community Member
Been trying to do all of these tips but still struggling. Any help would be appreciated.
- WaltHamiltonSuper Hero
The problem is these triggers:
Instead of checking the state of the Drag Item, some of them check the state of the Drop Target.
- DanaeMarkland-2Community Member
AMAZING! Thank you, Walt! So, unfortunately, I have another issue now that that is resolved.
If I attempt to drag any of the icons to the wrong place, it won't allow me to do so. It sends them back to their initial spot. Can this be fixed?
- MariaCSStaff
Hi, Danae.
I'm so happy Walt was able to help you with your drag-and-drop interaction!
If you select all the items, right-click, and choose Drag and drop, you can unselect Drag return. This should allow users to move the items to the incorrect targets.
Let me know if this works!
- CormacCullen-32Community Member
Just when I thought Articulate couldn't get any more restrictive...
- WaltHamiltonSuper Hero
Cormac,
Is there a question that prompts this post that I can help you with?
- CormacCullen-32Community Member
No thanks Walt, it's just a general observation.
- BrettConlonCommunity Member
Thanks Rebecca for an elegant workaround. I also had the same issue as Danae, where the dropped items would only stay in their position if they were dropped on the correct position. Thanks Maria for the simple fix to that.
Oh, I also initially couldn't get the C button to be selected with my SUBMIT trigger. I checked, double-checked and triple-checked the programming and it was all correct. In the end I got it to work after I rebuilt it (I had 8 conditions). Maybe this might help someone else who finds themselves in a similar situation.
My only objection with all of this is that it is a lot of extra work for something that could be so easily achieved in the Storyline interface. It would be SUPER helpful if we were provided with tickboxes next to the objects that show when you are selecting the Drop Target items in the Form View. This would easily allow us to be able to select more than one drop target, saving all of the extra workaround steps!
- BrettConlonCommunity Member
I've also submitted a feature request.
- RachelHendrichCommunity Member
HI all! I know this thread is very dated, so I may attach elsewhere, but I can't find anything more recent. The flower tutorial was very helpful for me trying to create a multi-answer drag and drop scenario. Basically, what I have are 6 targets and 6 answers; however, two of the 6 answers could be dropped on either two of the drop targets.
I created a 'Pick One' and added the appropriate triggers, but am running into two issues:
1) I don't have the 'correct' and 'incorrect' buttons like the flower video, so my layers display but also this 'invalid answer' feedback. What can I do?
2) I can drag either of the 2 correct buttons to either of the 2 correct drop spaces, but if I try to drag ANY of the responses to any of the targets that ARE NOT correct, it snaps back. I know in drag and drop I can change this? But can I change this here. I'd like people to be able to drag and response to any target as they are trying. This would obviously display the incorrect layer once they hit submit.
- WaltHamiltonSuper Hero
Rachel,
You get the "Invalid Answer" because there is no Correct answer. Create a Correct answer and an Incorrect answer. See Rectangle 1 and 2, and their related triggers. Then go to Form View and identify them.
Answers don't stay on Incorrect drop spaces because this is not a Drag and Drop interaction. Answers stay on Correct drop spaces because there is a trigger that initiates when they are dropped on those spaces. Solution - create triggers that initiate when an Answer is dropped on any correct spaces. (Even changing to Normal state is enough to keep them where dropped.) They will stay on any object on the slide, if there is a trigger that is initiated when they are dropped.