Forum Discussion
HannahStrayhorn
4 years agoCommunity Member
Getting Drag and Drop items to appear in random order
I recently created the attached exercise for an economics course. The answers are given and need to be dragged to the appropriate box. In creating the exercise I assumed that I could shuffle the ord...
Nedim
8 months agoCommunity Member
The only way to display drag items randomly is by utilizing JavaScript. You could stack them on top of each other to simulate the "Reveal drag items one at a time" option. The script arranges a group of elements randomly in the stacking order on the screen by assigning them different z-index values. Attached is a short video demonstrating this interaction.