How do you pass object selection in Captivate 9 as Quiz Answer without using Include in Quiz?
I am struggling with trying to figure out how to properly report quiz/survey answers to my LMS. The Captivate 9 project consists of 2 question slides; one custom and one standard quiz.
Slide 1 has 15 smart shape buttons for learner to select a development goal. There are no points assigned as all options are equal. Each button contains an advanced action assigning it's related variable with 1. If I select Include in Quiz on each button, in the LMS it will show unattempted on the items not selected and 1 for the item that was. However, on slide 2 the learner can go back and change their selection before completing the survey on slide 2, so the LMS records all of the buttons selected, not just the last one. I added a javascript on enter for slide 1 - cp.resetQuizData(); but the LMS still captures all buttons selected.
Slide 2 is a short answer quiz slide that on enter has a change in state to show the last selected goal as a point of reference. Once the learner fills in the short answer and submits, the quiz is done.
So how can I pass the last selected goal from slide 1 and not include any previously selected buttons?