Copy link to clipboard
Copied
I've copied the questions asked in my quiz and made them act as buttons that jump to content slides on the quiz results slide. I would like users to be able to click on a question and have it jump back to the related content slide that provides the answer to the question. I then need the user to jump back to the quiz results slide when they click the navigation button. I've set a variable that lets me know when the user has reached the quiz results slide and I'm using this as a variable in an advanced action on the content slide to know when the button should either continue to the next content slide or jump back to the quiz results slide. The problem is that nothing I try will get captivate to jump to the quiz results slide.
Is it not possible to jump to the Quiz Results slide? I can jump to any other slide. I've tried changing it to jump to last visted slide, but that does nothing if it happens to be the Quiz Results slide. It appears the program blocks any attempt to go to the Quiz Results slide except when the end of a quiz attempt has been reached. Is there some setting I need to have in quiz preferences? Why can't Captivate do this?
I can't use the review functionality because I need users to be able to retake the test.
The Return to Quiz functionality takes the user back to the last question in the quiz, which isn't what I need to happen.
I know there a thing called remediation that allows a user to jump from a question they have missed, to the content slide, and back again - but that doesn't really serve my needs as it basically doesn't let students finish a quiz unless they get every question right.
Thanks for any help...
Copy link to clipboard
Copied
It looks like you're managing 'forced navigation' within your course, do you have 'Branch Aware' enabled in the Quiz settings panel?
I was able to create a button that you could use to 'Jump to' the Quiz Results slide, but I wasn't able to get other options to work.
Copy link to clipboard
Copied
I did try enabling branch aware and it did not resolve the problem. My jump to slide is part of an advanced action, so perhaps that is complicating things. I know my logic is correct because I can get the lesson to jump to other slides, just not the quiz results slide, which is what I need since that is the only slide that can have a retake test button.
Thanks for your response.
Copy link to clipboard
Copied
Branch aware has no sense at all in your use case. Have a look at the explanation:
Branch Aware Quiz - Captivate blog
It looka like we have not enough information. What is that Advanced action, which were the settings etc
Copy link to clipboard
Copied
On the content slide, I have an advanced action on a smartshape button shaped like an arrow that the user uses for navigation. The advanced action is:
If
vQuizStatus is equal to 1
Action
Jump to Slide 25 Quiz results
Else
Go to next slide
On slide 25 Quiz Results, I have an advanced action On Enter
It has a condtion that hides a Continue button if the user failed the quiz because I don't want the user reaching a certificate at the end of the course until they pass the quiz.
Because I have a decision that is conditional, I found I couldn't then have another decision on the same action that is standard, so I had to do something a little odd to set vQuizStatus to 1.
If
1 is equal to 1
Action
Assign vQuizStatus with 1
This activates the condition back on the content slide, so instead of the user going to the next slide, it should jump back to the quiz results slide. This works if I set the arrow button to jump to any other slide in the project. But if I set it to jump to the Quiz Results slide, the button clicks and nothing happens. It appears to me as if Captivate is designed to prevent a user from jumping to a quiz results slide and I can't find any way around it.
In Quiz Settings, I've tried turning on and off Allow Backward Movement, Allow User to Review the Quiz, and Branch Aware but none of these options has allowed me to jump back to the Quiz Results slide.
Copy link to clipboard
Copied
It looks like the 'Branch Aware' question became the focus, this was not my intent. In the AA above you appear to be using the recommendation I meant to offer.
I also said:" I was able to create a button that you could use to 'Jump to' the Quiz Results slide, but I wasn't able to get other options to work."
You can create a button with this action and immediately test the action.
Does that technique work within the project?
Copy link to clipboard
Copied
It does not.