Captivate quiz results page

I created a multiple choice quiz in Captivate. On the result page, I want a different image to display based on the score of users. I have 3 different images and 3 rating categories. 25-50 50-75 75-100. Is this possible?

I guess you never used a tip or shared action?

And you let several attempts on Quiz level (as in this case, you will hide the image, which is already visible at the entrance of the score slide).

May explain, but not sure that you will be able to reproduce:

  • Insert the three images, label them (just an example for the labels): Im_low, Im_medium, Im_high (for the score low, medium, high)
  • invisible at the beginning by uncheck the Visible output in the properties panel - if you allow that an attempt
  • Create an advanced conditional CheckScore action with three decisions, each decision will use only the first part (and not the ELSE part):
    • First 'low' IF cpInfoPercentage is less than 25
      See the Im_Low
    • Second 'average' IF cpInfoPercentage is less than 50 AND
      cpInfoPercentage is greater than or equal to 25
      See the Im_medium
    • Third 'High' IF cpInfoPercentage is greater or eaqual to 75
      See the Im_high

This action should be assigned the score slide in the accordion shares, enter

Lilybiri

Tags: Adobe Captivate

Similar Questions

  • Custom Quiz results page mapped for quiz interaction question IDs

    We use 9 Captivate and we want to create a quiz results page customized with five categories (each question in the quiz is tagged with 1-5 interaction IDs) each question in the module will have the points assigned to one of five categories. Each question will be worth 10 points. Each question uses an integrated in multiple choice or reactive quiz question slide. We want the results to calculate and display screen the score of the learner in each category. Thus, for example, if there are three questions in class 1 and I get two right, we want that results screen to view it: category 01:20 / 30.

    In short, we want to create five numeric variables. Each question will be assigned to a variable. Each correct answer should add 10 to the numeric variable. The results screen should display a count of five numeric variables.

    How can we do this? Please help :)

    In this case, you have the second approach. Create 5 user variables v_cat1, v_cat2... v_cat5 with a default value of 0. Create a shared action that you can attach to the success events and failure of the glide of the question. It will be something like this (didn't try, little busy at the moment):

    • Expression v_cat1 = v_cat1 + cpQuizInfoLastSlidePointScored
    • Go to the next slide

    Only the v_cat1 variable must be a parameter. When you apply this action to both events of a question, you only have to indicate the correct variable.

    On your score slide, insert this user variable in a text container.

    You want to have the maximum calculated also? Then you will need 5 user additional variables v_max1, v_max2... v_max5. Add an order more to your shared action:

    • Expression v_max1 = v_max1 + cpQuizInfoPointsPerQuestionSlide

    This means that now two parameters (variables two user).

    Good luck!

  • Add a click box to the quiz results page

    I do a simple questionnaire, without entering into an LMS System.

    On the results page, I'd like to be able to show users their scores, then be able to give them recommendations on training based on this score.

    Something like, your score is between 0 and 20, please fill out this training.   I would like this training be a link to another site on the intranet, but I need to put a box click on the text to simulate a hyperlink.  The click box option is grayed out on the quiz results page, is there another way, a widget or something that could help me?

    Thank you

    EA

    Hello

    It is not possible to any interactive object on the slide to Score, even to the question slides.

    You can emulate this slide of score by creating your own score slide, most of the numbers provided are available as system variables. Such a slide, you will be able to use a click box.

    There is a widget with Captivate (buttons) you can use because it's a static widget. But he wil give you access to another slide, not to display a text caption or run a tip action. But you can open a URL. I blogged about the use of this button in this post:

    Using the button widget

    Latest idea: couldn't you just provide a legend of reversal, because it is possible to insert only.

    Lilybiri

  • Adobe Captivate Quiz results Analyzer

    It is still available for the 8 version of Captivate?

    Hello

    Yes, Adobe Captivate Quiz results Analyzer version 8 comes with 8 Captivate used to analyze the results of course captivate in a better and organized way.

    Kind regards

    Ajit

  • Display entered by the user for the TextBox on the Quiz results Page

    How you can display a value a user entered a "text box enter" stored in the Variable cpQuizInfoStudentName

    on the Quiz results slide?  I see that those here is of the "placeholders significant result" bit that I can not understand how to insert a new that could display this variable.  I think this right?

    Insert a text container on the slide of results (legend or form) and insert this variable by using the X key in accordion Format of the properties panel for the text container. The variable is displayed like this:

    $$cpQuizInfoStudentName$ $

    Because you speak a TEB, I hope that you have replaced the variable (such as Text_Entry_Box_1) credits associated with this (same name as the BER itself) TEB with this system variable? You can use a button that appears next to this generic variable in the similar properties of the ETB X Panel.

    Looooooong time ago I wrote an article on the use of variables (always for CP4/5): http://blog.lilybiri.com/curious-about-variables-in-captivate-4-5

    Lilybiri

  • Quiz results page

    Hello

    I'm having some problems with the Quiz results slide:

    First, the revisions button quiz always leads to a bad blade and I couldn't find a place for the re - lead;

    Second, the number of questions is always one more than the number of actual question.

    Can anyone help? Tons of thanks!

    Hello

    It helps if you mention the Captivate version you use. I suspect that you have somewhere (on the slide where you return during the examination) an object marked. You can check this in the mode of Interaction advanced (or if you use CP5) that you find in the Project menu. Look on this slide for an interactive object (TEB, click box, button) which has a tied score and where the score is added to the Total. You will need to change so that the score is no longer added to the Total and/or set the score to 0. How depends on your version: in CP4, this view is editable, so you can change in the view of Advanced Interaction. If you use CP5 Panel is connected with the properties, so if you select the object in the view of Advanced Interaction, its properties will appear and you have to look in the area of Reporting of the accordion.

    Lilybiri

  • Adobe Captivate Quiz results - standings

    Hi all

    I was wondering if someone can help me with the captivate quiz feature.

    I created a questionnaire with a dozen questions, there is also a slide of results which works very well.

    What I need is the user to give a grade based on these results.


    For example. If you scored between 80 and 100% - you get an A

    Between 70-80% - you get a B

    and so on...

    This info will then be caught and put in a certificate widget so that users can print their results and their rank.

    Does anyone have an idea how I can take their final score and give them a note?

    Do you not use if statements or is there something easier?

    Any help would be great!

    Thanks in advance.

    Hi markrisp,

    You can view the note on the result slide after writing a small program in the 'Actions' dialog. You can try the following procedure.

    On the result slide Add 2 legends - Grade A, class B (attached Snap). In each of these legends, go to the 'Options' tab and uncheck the "Visible".

    Now, select project > Actions > Variables tab, add 3 variables (a, b, c with the initial value = 0). (Number of variables equals the number of ranks)

    Specify a name for the script in the action Advanced tab and use the following logic.

    If (cpInfoPercentage greater than or equal to 80)

    Start

    See the TextCaption ID (for the Grade A text caption)

    end

    or else

    Start

    a: = 1

    end

    Check if (a is equal to 1) and (cpInfoPercentage higher or equal to 70) and (CpInfoPercentage is less than 80)

    Begin

    display text Caption ID (Grade b text caption)

    end

    or else

    Start

    b: = 1

    end

    Check if (b is equal to 1), and (cpInfoPercentage is less than 70)

    Start

    See the TextCaption ID (for the Grade C text caption)

    end

    Or else

    Start

    c: = 0 / / this expression is redundant, but it should still be included in the Else can't be empty

    end

    Does this help, let me know

    Thank you

    Ashwin

  • captivate quiz results slide

    Hello

    I am a beginner on captivate?

    In my model, I have 2 questions on quiz questions and press end 5.

    When I finished, the result of the slide was OK, but now I can't get the right result: it seems that 1 is included in the result.

    When I publicate the model (flash), issues don't appear as 1/5, 2/5 but 1/1, 2/1... 5/1. It seems I have only one issue.

    What am I wrong?

    Thanks for help. Martine

    If you use Captivate 9, simply use Questions to check previous knowledge as your quiz question slides.  These are not counted as part of the quiz.

  • Re-insert the 8 Captivate quiz results slide

    I created a course of six modules, which all have a short quiz at the end. During the preview of the project with the project manager, quiz slides do not move forward in the preview of the course (and no more than the bar room). I had to go and remove the quiz slides and slides of results in order to highlight the entire course of my manager.

    Now that I'm trying to work on game shows, I am able to insert question slides but not the results slides that I would appear at the end of each short quiz.  This could be a framework global quiz I should change? Is there a way I can reset the quiz in the course and start from the beginning (with slides of results displayed)?

    I realize it's probably 101 stuff for everything that you users of Captivate veterans, but please bear with me... I am a newbie to Captivate.

    Thanks in advance for your ideas!

    I am little confused: you can have only a single slide quiz and 01:20 in a CP-file (requirement of SCORM) and you seem to talk about several slides of results?  That should mean that you have created custom intermediate score slides as I explained here: Intermediate Score slides - Captivate blog

    Or each module in a separate cptx file? The slide of score will not be deleted at all, it's just hidden. You can make it visible again using preferences, settings, "Score at the end of the Quiz Show" Quiz

    Regarding the reset of the questions that is possible using the recovery button. Return to the user will be sent to the first slide question or being marked. This means that you will have to provide more than 1 attempt on Quiz level. More information about the slide in question/score:

    Question Question slides in Captivate - Captivate blog

    Question Question slides - part 2 - Captivate blog

  • How can I remove a button junk, seemingly permanent of my quiz results page that appears only in the mode to publish?

    When I publish my project, on the results of the quiz at the end page there is a button "continue". It does not appear in my project in edit mode, play or preview. I wouldn't mind so much and might be prepared to ignore, except that it is biased, oversized and distorted (so it looks unprofessional). I can't find the obvious culprits in quiz settings properties or properties. Anyone any ideas as to how this key came to appear in published mode and, more important still, how get rid of?

    I hope it works, but when you re-read the thread, you'll see that I would never drag the button off the slide to score because of its importance. You can make invisible on the slide by changing its fill and stroke. And make very tiny.

  • Quiz results page appears blank

    I have built a module composed of 122 slides and is 10.8 mb in file size.

    Everything looks very good and works perfectly on my end but when I sent out to examine the last two times, my colleauge revewing we can see "a ." white screen after the quiz, so I finally had to close the output module. More I noticed that when you submit some first aid quiz questions one yellow appears around the text at the bottom of the screen. »

    Can anyone shed some light on this please?

    Downloading files so that other people can download them is often the cause of reading problems, because people don't always download all the required files for a Captivate movie work.  Also, people often just double-click a zip file and try to run the file HTM, without realizing that reading something of content in an archive is not identical to unzip the package to a folder and THEN playing the same HTM.

    For more consistent test results, I you encourage to have access to a web server where you can place your files and then just send people a link to the HTM file on this server via http://mycourselocation.mycourse.htm or similar.  In this way, they get fair access to the required file to launch all others and you can eliminate many of the little stupid questions that people fall into.

  • How to change the fonts in the Quiz results page

    I've seen this elsewhere FIR captivate 5.5 but seems unanswered.

    Yes 9 Captivate on a mac


    simple quiz when responding said congratulations or you don't have. I can not change the color or the font for these messages (they should be white on a red background and a certain font)


    It is now possible in 9 to change these messages in Quiz?


    Go to the Style of the object manager and edit the ReviewArea Style.

  • How to make the output project of "Continue" button on the attempt of quiz results page

    When the quiz on the project is completed, on the results of the quiz slide it has a button to continue to press, but seems no value since it becomes just a black screen when you are finished instead of close the project as you think it should. Any suggestions on how to do that affects the project?

    Closing projects only works reliably when the publication in EXE format.  Often Web browser security prevents content windows SWF/HTM being closed in the same way.

    Try placing a slide AFTER your quiz slides so that the button continue has a place to go.  Then change your preferences > project > start and end > project end Options > Action close project.  In this way, the project tries to close naturally, only not in a row by clicking a button.  You can do this last slide as short as you want, but a second or more is generally good, just in case you have preferences set to Fade Out on last slide.

  • How can I get the continue button on the Quiz results page to work?

    I found an old discussion about this and tried everything suggested. My colleague and I have done the research on this issue and have not yet found the answer. Someone out there has the solution?

    OK, should have posted the most links:

    http://blog.lilybiri.com/why-i-like-shape-buttons-Captivate-6

    http://blog.lilybiri.com/toggle-shape-buttons

    Form buttons are my favorite feature of Captivate 6. I also presented a Webinar on their subject for Adobe.

    You can mark the thread as answered?  I think that there is useful information for other users.

  • Captivate 9, quiz results not updated

    I inserted a few slides of question and deleted some. When I run the project on the Quiz results page only shows 2 of 2. I have 9 question slides.  How can I update the Quiz results slide?

    I'm running Windows 10, IE 11.

    Thanks in advance.

    Roberta

    This is not normal. Can you check Panel Advanced Interaction (F9)? You see questions added to the score he and the correct total score? Are you sure you did insert normal question slides, no check sliding knowledge?

Maybe you are looking for

  • Firefox profiles are not very useful - all instances open with even a

    I'm using Linux: LMDE cinnamon Edition - 64-bitI use the version of firefox Mozilla Firefox 31.0 I wish to have two instances of FF running. One with my standard, personal settings and a second instance that ONLY connects to Facebook and stop data le

  • boot from the disk HARD second 4540 probook s

    Hello I replaced the optical drive with a second HDD on 4540 ProBook s. I read of this 2nd HARD drive but I could not configure BIOS to boot from it, and boot device options lists only the first HARD drive.

  • Update of Microsoft using large amounts of resources

    I have 2 computers with Microsoft update by using a large amount of RAM.  Wuauclt.exe and svchost.exe eat so much memory that do not complete the updates.  This happened for a few weeks and have just been told.  I have reset the updates that did not

  • How to adjust the brightness on my HP ProBook 6455 b under XP?

    I have a new HP Probook 6455 b - XP running.  Display default brightness is 100% - which is far too high.  I tried FN + F8 and FX + F9 to set the brightness, but nothing happens. I can upgrade to Vista so that could solve my problem, but prefer XP. 

  • Microsoft Works word processor program

    Microsoft has changed the floppy drive 'A' to 'B' floppy drive  Now I can't access one of my spreadsheets introduced in the 'A' floppy drive.  I would like to transfer these documents to drive C, but I don't know how to do it.  Can anyone help?