Forum Discussion
Pop graded question
- 3 months ago
As you discovered, the question and responses for a graded question have to be on the slide's base (not a layer).
The answer is in your question: use a lightbox.
By default, a lightbox doesn't include navigation controls. To allow the user to submit the answer, you'll either need to enable those, or add your own button with the Submit trigger.
If immediate feedback is provided, edit the Continue buttons on the Correct and Incorrect layers so they close the lightbox (instead of the default "Hide this layer" and "Jump to next slide").
If you don't want to provide immediate feedback, it gets trickier, because the Submit trigger's programming includes jumping to the next slide if there's no feedback. One workaround for that would be to do this:
- Keep the question set up to give immediate feedback.
- Delete everything from both the Correct and Incorrect layers.
- On those layers, add triggers to "Close lightbox when the timeline of this layer starts."
As you discovered, the question and responses for a graded question have to be on the slide's base (not a layer).
The answer is in your question: use a lightbox.
By default, a lightbox doesn't include navigation controls. To allow the user to submit the answer, you'll either need to enable those, or add your own button with the Submit trigger.
If immediate feedback is provided, edit the Continue buttons on the Correct and Incorrect layers so they close the lightbox (instead of the default "Hide this layer" and "Jump to next slide").
If you don't want to provide immediate feedback, it gets trickier, because the Submit trigger's programming includes jumping to the next slide if there's no feedback. One workaround for that would be to do this:
- Keep the question set up to give immediate feedback.
- Delete everything from both the Correct and Incorrect layers.
- On those layers, add triggers to "Close lightbox when the timeline of this layer starts."