Quantcast
Channel: Adobe Community : Unanswered Discussions - Adobe Captivate
Viewing all articles
Browse latest Browse all 23155

cpQuizInfoLastSlidePointScored only updating when published to HTML5 (CP 6.0.1.240)

$
0
0

Hi!

 

I'm currently in the process of making a Captivate project containing multiple chapters for the quiz. I've come very far with it, and it works without problems when published to HTML5 - but when I publish it to flash, it stops working as intended. I've come to the conclusion that cpQuizInfoLastSlidePointScored is never updating in flash when a user has answered a quiz question. It's always stuck on 0, which breaks the functionality since it's depending on that system variable.

 

Edit: This is how my project is structured in captivate:

Introduction

Quiz

     Quiz1

          Question1

          Question2

               Enter: Check last slide answer

 

                    If cpQuizInfoLastSlidePointScored = 1

                         v_quiz1_score = v_quiz1_score + 1

 

          Question3

               Enter: Check last slide answer

 

                    If cpQuizInfoLastSlidePointScored = 1

                         v_quiz1_score = v_quiz1_score + 1

 

          Quiz Check

               Enter: Check last slide answer

 

                    If cpQuizInfoLastSlidePointScored = 1

                         v_quiz1_score = v_quiz1_score + 1

 

                    If v_quiz1_score = 3

                         v_quiz1_passed = 1

                         jump to quiz1_passed

                    else

                         jump to quiz1_failed (retake quiz)

 

     Quiz2

          Question1

               Enter: Check if Quiz 1 is passed

                    If v_quiz1_passed = 1

                         continue

                    else

                         jump to quiz1_question1


          Question2


               Enter: Check last slide answer

 

                    If cpQuizInfoLastSlidePointScored = 1

                         v_quiz2_score = v_quiz2_score + 1

 

          Quiz Check

               Enter: Check last slide answer

 

                    If cpQuizInfoLastSlidePointScored = 1

                         v_quiz2_score = v_quiz2_score + 1

 

                    If v_quiz1_score = 2

                         v_quiz2_passed = 1

                         jump to quiz2_passed (submit results)

                    else

                         jump to quiz2_failed (retake quiz)


Content

 

Summary: cpQuizInfoLastSlidePointScored only updates in HTML5; gets stuck on 0 in flash.

Captivate Version: 6.0.1.240

 

I've tried to solve this for a couple of days now without progress. I'd love to get some help on this problem. Thank you.


Viewing all articles
Browse latest Browse all 23155

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>