Captivate answers personalized quiz result

Hi all

I don't know how to ask this question, so I'll just give you the result, so I'm looking:

In Captivate, I create a question 20 survery (yes/no responses). I need captivate to count the number of times where the user has selected the 'YES' and based on this number, to provide a result/answer.

Example:

(Total number of 'YES' chosen by the user)

1-5 "you are happy.

6-10 "you are extremely happy."

11-15 «you are annoyingly happy»

I know that the variables are involved but don't know where to start.

Thanks in advance

No, you can have only a quiz in a file. That's why the score slide "moved" to extend the scope of quiz.

You can show the results of the first quiz, but need to create that partial score slide yourself, using system variables Quizzing. But the final score will always be the partition of all slides. If you don't want a separate partition, you will need to create the quiz 'investigation' using slides custom instead of the default question slides.

I was asking earlier because the thread is still unanswered?

Lilybiri

Tags: Adobe Captivate

Similar Questions

  • Captivate 8 customize quiz results message

    Hello

    I was given a Captivate file and I need to translate everything for the French. I translated everything, with the exception of a single message on the results of the quiz screen. When the user fails there is a message that displays "Sorry, you failed the quiz" and I need to translate it. I looked everywhere but can't seem to find where to update this message, including under the menu Preferences of Quiz.

    How can I change this sentence? What is a variable that controls the message here?

    Thanks in advance.

    Try the Quiz preferences, settings, Quiz results Messages

  • Can Captivate 6 export quiz results/interactions to Excel?

    We use the option in Captivate 6 internal server reports. I thought there was a widget for this, but I couldn't find.

    We would like to know if we can capture data to a great quiz and then throw in the internal server, or vice versa.

    Is this possible?

    Thank you

    Judy

    Hi Judy,.

    With Adobe Captivate Quiz results analyzer, you can go and get the result of interactions and the Quiz reports and export it in. CSV, which. CSV can be opened in MS Excel.

    Is this what you need?

    Thank you.

  • Captivate 7 question Quiz results reports

    Our course is set up with 104 total quiz questions. 52 are scattered throughout. They are there only to prepare the student for the final exam. They are classified (because I want the student to realize when they get the wrong or right answer), but they are not defined in the report (because I don't want the calculated in the final score).

    The second series of 52 questions are the same exact thing but in an order random and all bundled together. These are the final exam, if of course they are noted and reported.

    But when the student past review, the final results page tells them they took 104 questions.

    Is - this ranking/reports all 104, or just the last 52?

    Is it possible to do this then it reflects only the last 52?

    If this isn't the case, I highly recommend this as a feature for future versions. It is not uncommon to have preparatory quizzes to course to a final review and will are two separate entities.

    Thank you

    Arthur

    The number of questions will always take into account questions, know that it can be very frustrating. An offer of workaround is to avoid using this variable cpQuizInfoTotalQuestionsPerProject of system which is used on the score slide, replace it with a fixed number, if you want to show that (is that really necessary?). And please enter a feature request, I did it already several times for this problem, but... as long as only a minority of users asked for it, will never do it.

    Before the test questions are not counted, but those may not be an option?

    Lilybiri

  • In Captivate 7 my quiz results is not accurate

    I have 6 questions and I'm anwsering questions correctly, but the results page doesn't just think accuratly. Thank you

    121.png12.png

    I discovered the answer. I was clicking the "next" option does not submit on every issue and that was not pushing the correct information on the results page.

  • Quiz results slide - NaN errors in published Captivate 8 content

    Hello

    I worked on a number of modules with different content in each, which have a short quiz at the end. All except a beautiful work and the quiz results slide displayed correctly the 'score' and 'max' accordingly.

    However, I have a module with an erroneous result reported "0" out of "NaN" and I don't know why it appeared suddenly?

    I have been a model for these modules (even if it is true that it has been outsourced - they should always use the same model)

    I don't see any obvious difference in the parameters or results between this slide and the other modules - so I'm stuck!

    I was wondering if something had gone wrong with the slide therefore results as a test, I copied all the slides except the quiz in a separate model that has worked very well, and then updated the quiz and slides re-edited, still had the same error. This leads me to suspect the content slides are part of the problem. There are some real questions in the content slides / false, which are defined as a "pre-test" type - could these affect something?

    I am using Captivate 8.0.3.290 and I checked the result published scorm cloud and our Moodle LMS - same erroneous result.

    I hope someone can help?

    Thank you

    Jon

    It is difficult to know what is the problem with this model. I highly doubt that the presence of pre-test slides is the cause. It is perfectly possible to have a pre-test and a Final Quiz in a project. To exclude this possibility: try to create a small project with a test question and a real Question slide, using this same model.  Follow the system variable. What is the result?

    You know if this model was created initially to CP8 or is this a version update of a model?

    I never delete the review area, although it is used in two circumstances:

    1. For the message of pass/fail on the Score slide
    2. When a question has been ignored (I always feel that issues are considered to be ignored).
  • Object styles where I can change the Quiz result messages fonts of Captivate

    In Captivate (9), I can change the quiz result messages in Quiz preferences

    But where I can change the font and color?

    Have you looked at a lot of different things in the Style of the object manager, but just can't find these messages...

    Colors and fonts are the style of the default revision box.

  • 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

  • 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

  • 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?

  • Can we remove the button continue to Quiz results?

    Hello world

    Is there a way to remove the continue button on the Quiz results page?

    I have a captivate file in which there is a slide thank you at the end after than the Quiz results slide. Now, here's the problem - the user is just to finish the quiz and the closure of the browser tab - which does not appear inside the LMS completion status. The user must need to display the slide thank you - so that CMS can answer that the status of "completed."

    Now I want to remove the button continue on quiz results slide so that doesnot users to go forward to the next slide to complete the course. And I'll put here the thank you message in single result of the quiz slide.

    Can I remove the continue button on the Quiz results page so that it could be the last slide?

    Concerning

    Vikas Sharma

    Remove the button continue results Quiz slide is NOT a good idea in my experience.  By clicking the button triggers features continue in Captivate to complete the quiz and post the score to the LMS.  If this button is not checked, Captivate maybe isn't sure that the person has decided that they are finished with the quiz and wants their score to be captured by the LMS at that time here.  There are often other buttons on the Quiz results slide to offer the user the possibility of recovery or to review the Quiz.  Only the continue button is designed to take them further beyond the Quiz results slide.

    Like you, I also found learners often fail to grasp the importance of the button continue and do not realize that they must do something extra (beyond to reach the Quiz results slide) so that their score to capture.  So what I usually do is to rename the button continue for something more meaningful like: save your Score, or record Quiz results now.  Have a name like that (and make nice and big button and "BOLD" so that it is not easy to Miss) clearly says to people that they need to click if they want to keep their score.  It's just a simple change, but it has virtually eliminated all the questions we had with people just close their browser when they saw the results of the Quiz.

  • Problems emailing quiz results

    I am trying to send email quiz results - he does that very well at the end of the quiz, but it sends also a set of "fail" stats on most of the blades, so the person who takes the quiz ends with a pile of e-mail to send messages! I tried different variations of settings in the Quiz Manager, I also tried selecting buttons on the relevant screens and under properties saying I don't want the results of this screen... but I still get them.

    I do something really stupid, and is there an easy answer to this?

    Any help gratefully received!

    There is a problem with Captivate 2 in this area - the solution seems to lie in the e-learning forum in a thread called 'Report - Email problem' has started on 19/02/2007. I'll go off and try it...!

  • 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!

  • Several Quiz result slides in a lesson?

    I have a 'lesson' to be used for an evaluation only.  There are 15 sections of question slides: each section includes questions pertaining to a line.  The user was given the flexibility to decide what article issues it wants to fill and then receive a note on these points.  It is even possible to have multiple quiz result slides in a lesson?  Is it possible through the sections of the slide in connection or using the Pool of matter Manager instead of a lesson in quiz slides?  I get discharge when I suggest dividing each section of the teachings of their own...

    Captivate allows only a slide is quiz by project results. But you can fake a Quiz results to your own slide (sort of) using System Variables and buttons.

    If the user is required to answer 15 questions about 100 say and you wanted these randomized questions, then Question Pools would be the way to go.

    The connection project will change the path, the user takes the contents and means they cannot see some slides or questions, but then your next issue will be that if the user does not all the quiz questions, they may not be able to achieve a pass mark.

    You should push on people who are pushing all dividing each section its own separate project output.  It is by far the simplest and the best way to treat this type of situation.

  • Displays a button on the quiz results slide

    Use 6 Captivate, I show a "print" on the quiz results slide key only if the user passes the quiz. I tried setting the action in the Quiz > success or failure of the settings to display the button (with a tip action) passed the test but still no luck. On the results for the "print" key slide, I disabled the 'Visible output. Any ideas?

    You can download a complete list with the system variables of: System variables in Captivate 8 - Captivate blog

    The variable system quiz, you will need to use a conditional action is cpQuizInfoPassFail, which is a Boolean value, cannot have two values 1 or 0 (failure) (past).

    Use the event to enter the Score slide to trigger a conditional, tip action

    IF cpQuizInfoPassFail is equal to 1

    See the Bt_Print

    Continue

    ON THE OTHER

    Continue

Maybe you are looking for

  • Firefox does not open Windows - intermittent - 10 pro

    Once I click on the icon to launch the Firefox browser I momentarily have the little blue icon of waiting... then nothing.I can use everything on the computer, including the border, IE, Chrome, and Safari. If I go to Task Manager it shows Firefox wit

  • Firefox does not retain privacy: preference of history for cookies

    I followed the instructions to allow cookies, but every time I change this setting, it becomes forever history do not forget. This was happening before with Firefox earlier. Now its happening with 34.0.5. I use Windows Vista. Chrome works very well.

  • How to export thunderbird in .pst format file

    How to export Thunderbird file in .pst format

  • Resource reserved with NI 9219 module error

    Hello I use the NI 9219 read 3 analog inputs (2 current and 1 tension).  I have a two VI for playback the output current of the pressure sensors and other for the thermocouple. When I run them at the same time I get error related to the reserved reso

  • deploy the web service to xp embedded

    Hi all I struggle to run a web service on an xp embedded system. The web service works very well in my LV 2011 development environment and I have created an installer for my main application it is the lvws file is included as described in web service