Copy link to clipboard
Copied
I am going to design a Captivate 8 module that will have Managers and Non Managers use different slides.
For the slides one through 10 the managers will go through and take the quiz.
For slides 11 through 15 the non mangers will go through and take their own quiz.
My question is, can I get Captivate 8 to print two different certificates? One for manager and one for non managers?
I suppose it's easy enough to just create my own certificates and have each slide (managers and non mangers) point to the external pdf certificate.
You will have to use the Branch Aware feature of Captivate's auizzes, and control the navigation to avoid that someone can do both branches. You can even use the same certificate in that case, since the quizzing system variables are dynmaic, they will only take into account the questions done by the user. Have a look at an example in:
Copy link to clipboard
Copied
I think you will face some issues because a Captivate file can only offer 1 quiz and 1 result slide.
I would consider creating variables for each questions of each category and a slide that displays the result (sum) of each.
Plan well before you start creating
Copy link to clipboard
Copied
You will have to use the Branch Aware feature of Captivate's auizzes, and control the navigation to avoid that someone can do both branches. You can even use the same certificate in that case, since the quizzing system variables are dynmaic, they will only take into account the questions done by the user. Have a look at an example in:
Copy link to clipboard
Copied
Copy link to clipboard
Copied
I see, once I create two sets of quizzes the branch view for captivate 8 splits in two. But first I must select preference/Branch Aware
Copy link to clipboard
Copied
That is wjhat I explained in the blog post about Branch aware.. Branching panel is not much of a help. Result of the quiz will be based on the questions taken by the user, and that is what you want on the certificate.
Copy link to clipboard
Copied
Lilybiri wrote
That is wjhat I explained in the blog post about Branch aware.. Branching panel is not much of a help. Result of the quiz will be based on the questions taken by the user, and that is what you want on the certificate.
Thank you again!