Skip to main content
Participant
May 27, 2016
質問

How do you pass object selection in Captivate 9 as Quiz Answer without using Include in Quiz?

  • May 27, 2016
  • 返信数 1.
  • 369 ビュー

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?

このトピックへの返信は締め切られました。

返信数 1

Lilybiri
Legend
May 28, 2016

Did you try to toggle the associated variable back to 0 when a button is 'unselected' in a second attempt? From your question I see that you are toggling it to1 when a shape button is selected, but I don't see what happens when it is unselected; this can be done with shared or advanced actions.

Participant
May 28, 2016

Yes, the advanced action on each button sets the button variable selected to 1 and all the others to 0; so it should only pass through the one that was selected. On slide 2, it does properly display the newly selected text in the change state function, but when reported to the LMS it shows all the buttons selected and not the last one.

Lilybiri
Legend
May 28, 2016

I thought you reported the variables?