In a true/false quiz I would like to have customised feedback pop-ups appear per question. What is the best way to go about doing this?
I tried two methods, but neither of them are satisfying.
1. I made two chapters, one with all the pages (pop-ups) with feedback when a question is answered correctly, and one chapter for incorrectly answered questions. For each true/false choice in the page I chose Show Page as feedback method, directing the user to the respective page. Drawback: the pop-up has a window border, that needs to go.
2. I made two groups on each question page that are invisible at first, each containing the respective elements for (in)correctly answered questions. For each true/false choice in the page I chose Perform Action as feedback method, the action being toggling the visibility state of the respective group. Major drawback: no inheritance of elements. Drawback: background is not greyed out when "pop-up" is shown.