Copy link to clipboard
Copied
In captivate project,
On Slide 01(Homepage)
(Point 01): There are 6 buttons, out of 6 buttons only button 1 is enabled, the rest all the other buttons are disabled. For example, button 2 will be only enabled when chapter 1 is completed, same is the process for all the other buttons. And the audio will be disabled on the second revisit to slide01(Homepage). Point(01) works fine at my end.
(Point 02): Example If button 1 to button 5 is clicked multiple times they work fine, they all go to respective chapter slides and the functionality is working fine.
(Point 03): The 6th button is for the quiz chapter when the 6th button is clicked for the 1st time it will jump to the quiz chapter where there are 4 quizzes, once these 4 quizzes are done they will jump to the result slide.
(Point 04): After jumping to the result slide, I have created a next button, when the next button is clicked it will take me back to Slide01(Homepage) which has 6 buttons.
*Issue Note*: If button 6 (quiz chapter button) is clicked for the second time, it shud take me to the result slide, but instead it is jumping to the next slide that is slide 02 which is wrong.
How to write an advanced action for this kind of scenario?
Copy link to clipboard
Copied
Have you created the conditions for the 6 buttons using variables to decide which are available and which are not?
Can you share how you built this?
Copy link to clipboard
Copied
1) Sir, from button 01 to button 05 I have used the default action (For example: Jump to slide)
2) Only for button 06 I have created a "Advanced action"
01) OnEnter Screenshot:
02) Screenshot of button 01 which will jump to particular slide:
03) Screenshot of button 06 with advanced action
04) Screenshot of the next button on a chapter slide, from wer i'll go back to the homepage after clicking the next button.
Copy link to clipboard
Copied
Check the Quiz Properties, settings. Do you have 'Allow Backward Movement' activated ? If that is not the case, you cannot go back to a slide before the question slides.
Copy link to clipboard
Copied
Yes, Mam "Allow Backward Movement" is activated.
Copy link to clipboard
Copied
Fine. Now we can look further.
I need more details about the complete set up of this point '
"(Point 04): After jumping to the result slide, I have created a next button, when the next button is clicked it will take me back to Slide01(Homepage) which has 6 buttons."
Did you edit the Results slide? Did you keep the Continue button which is the most important one to have all the functionality. Where is that famous 'Next button'? Which actions do have for Pass/fail in the Quiz Preferences?
Copy link to clipboard
Copied
(Point 04): Screenshot with the next button from the result slide. I have replaced the continue button with the next button.
Copy link to clipboard
Copied
The Continue button is the MOST important button of the Results slide. You have deleted that button, which is an embedded object with InBuilt functionality. Your Next button cannot take on that functionality. Clicking the default Continue button will execute one of the two actions specified under Pass/Fail. Since you have only one attempt on Quiz level, that will be Continue in either situation, which will be lead to going to the next slide automatically. It is one of the reasons you do need an extra slide after the Results slide to allow transferring the results to the LMS. If you want more to happen after the results slide (like returning to the Home slide), you need to use another event than the Success event of a custom Next button. You can use the Pass/Fail events on quiz level (where you have now Continue) or you could use the On Enter event of the Results slide. Do never delete the Continue button.
However I am completely confused: your pass score is 0? Why? I don't understand why you have question slides and a Results slide if you don't have any requirement to pass or fail the quiz.
Copy link to clipboard
Copied
Why? I don't understand why you have question slides and a Results slide if you don't have any requirement to pass or fail the quiz.
Mam it was kept intentionally, will change it.
How to do it mam? I am little bit confused.
Copy link to clipboard
Copied
First of all you need to restore the Results slide, so that you have the Continue button. Try to reset the Master slide, if you didn't delete the Continue button on the Results Master slide.
Add an extra slide after the Results slide, and put your Next button on that slide, with its advanced action. Just to check if the action is working. Than we'll discuss how to realize what you exactly want to do. Maybe this way:
Transfer the Advanced Action to the On Enter event of the Results slide, with the exception of the first Jump command.
Replace the 'Continue' in the Pass/fail section by 'Jump to Home slide'.
Alternative: apply that complete advanced action to both Pass and Fail actions in the Quiz Preferences, Pass Fail. The Continue button will transfer the results to the LMS, proceed to the last frame of the Results slide and either the Fail or the Pass action will be executed. You'll have exactly the same result as with your custom Next button, without messing up the functionality of the Results slide.
The Pass score requirement has to be done in Quiz Preferences as well.
Copy link to clipboard
Copied
Ok Mam, will try it out and let you know.