Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

quiz "on last attempt" & "on success" actions w/ advanced answer feedback?

Explorer ,
Dec 20, 2015 Dec 20, 2015

I'm using Cp 9 and the quiz I'm working on needs to have custom feedback based on the selected answer, and show/hide custom playbar buttons on completion to allow learners to move through the lesson and quiz. Unfortunately, in tests is appears that "on last attempt" and "on success" actions do not execute when advanced answer options are enabled on a question. With what I know at the moment, I could get around this by writing in some advanced actions/variables to separately evaluate question completion, and predicate my playbar behavior actions on those. It seems a bit silly to me to have to do that though, being that completion is already being evaluated... so, 3 part question:

1) Is the issue I'm describing an issue for you as well, or is it a bug in my work environment only that I can resolve with further bug chasing?

2) Is there a solution to this using the standard Captivate tools and options?

3) How can I access the completion variables for a particular quiz interaction? I'm comfortable writing some JS functions around them, but I'm having a hard time finding them in the first place.

Any help is much appreciated.. working under the gun a bit here.. thanks in advance!

TOPICS
Advanced
627
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Dec 20, 2015 Dec 20, 2015

Do you use the individual actions for the Advanced answers or only the individual feedback message?

There is a quizzing system variable cpQuizInfoAnswerChoice that is reused on each slide. Same for cpQuizInfoLastSlidePointScored.

Translate
Community Expert ,
Dec 20, 2015 Dec 20, 2015

Do you use the individual actions for the Advanced answers or only the individual feedback message?

There is a quizzing system variable cpQuizInfoAnswerChoice that is reused on each slide. Same for cpQuizInfoLastSlidePointScored.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Dec 20, 2015 Dec 20, 2015
LATEST

Currently I'm using the advanced answers to execute a shared action that displays the custom 'skip to next slide' button and hides a 'disabled' version of that button that displays prior.

I hadn't considered using cpQuizInfoAnswerChoice... that's an interesting thought. I could have an event listener that watches for changes in that var to show my buttons. Definitely worth a try, thank you!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Help resources