Question about drag and drop object

There is no standard way in Lectora. You can use an On Timer action to check the question variable every 1/2 second. If it changes, play sound. First create a variable that will hold the previous value of the question so you can test to see if the current value is the same as the previous value - PrevQuestValue.Actions at page level:On Timer: Run Action Group 1; Condition: Question Variable Not Equal To Var(PrevQuestValue)Action Group 1:1. Modify Variable; Target: PrevQuestValue; Value: Question Variable2. Play sound

Discussions have been disabled for this post