Can users get only questions relevant to items that have been dragged?

Apr 25, 2024

Hello everyone!

I'm working on a project that uses a drag and drop interaction to bedeck a figure in the British Crown Jewels.  When the user hovers over an item, information is presented.  There are questions for each item.

What I'd like to do is present the user with only the questions that are associated with the items s/he has dragged.  Is this possible?  

I have worked through identifying questions that belong to the dragged objects, but have no idea how to gather them together as a quiz.

Any ideas would be appreciated!

 

5 Replies
Ginger Swart

Hi Judith, This sounds like a fun challenge! I have a couple of questions for you as I consider how something like this could be created. 

When do you want the questions to be displayed? Do you want the item's specific questions to display immediately after someone dragged it to its location, or do you want to build a quiz that only uses questions about the items someone chose to drag? 

Judith Reymond

Hi Ginger.

I'm thinking users would see the questions in a quiz after they have dragged the few items. 

This is making me think that perhaps users could  drag up to 5, then get up to 5 questions, but they could go back and drag some more.  

There are 18 items in all, but I'm working on getting that number whittled down.  But, if there was a way of working in iterations???

I'd love to see your thoughts, Ginger.

 

Judith Reymond

This file sorta gets to what I'd like to do.  There are 5 objects that can be dragged.  Each object has one question associated with it.  I'd like a quiz that is made up only of those questions that have been dragged.  Random order would be great!

Thanks, Ginger, for your help.

David Anderson

I reworked a few things in your file to evaluate which drag items were true and to cycle through the four question slides based on which items were dropped. I didn't add the randomization because I wanted to see if this was close to what you intended. Let me know what you think, and I'll happily add more ideas.