Reveal State After Viewing Another Layer

Dec 31, 2020

Hi All,

I am working on a drag and drop (D&D) around the topic of coaching and having trouble with states. The client has asked for something a little different. I understand how to set up the D&D and have a layer appear. 

However the client has asked that after viewing the layer, the sorted words show either in the Correct or Incorrect state (depending on if the word is in the right drop zone). I think I need a variable but have no idea how to do this. 

Any ideas?

Thank you! 

1 Reply
Dave Cox

Hi Elena,

Yes, you can do this by using variable to store the current state of the dropped items. A numerical variable is best for this because there are three possible states:

  1. Correct
  2. Not Correct
  3. Not Selected

I set up the variables, triggers and additional states that you would need to make this work.

Dave