Forum Discussion
TedFinger
3 years agoCommunity Member
Hot Spots: Adding my own submit button doesn't work
I created a Hot Spot quiz question, and I added my own Submit button. However, when I preview it, the feedback says I'm incorrect, even when I've clicked the correct spot (the Hot Spot). Why is this?
The trigger on this button is:
Submit Hotspot
When the user clicks Submit button 1
- MichaelHinzeCommunity Member
You need to put the submit button on a layer, otherwise the button click is interpreted as the last click in the hotspot interaction, which of course is incorrect.
- TedFingerCommunity Member
That makes sense, thanks! How do you make the other layer visible along with the question?
- MichaelHinzeCommunity Member
Add a trigger to the baselayer that shows layer_xyz when slide's timeline starts.
- TedFingerCommunity Member
That works, thanks!