Quiz slide numbers not correct

Captivate v5.5
I created a project in v4 that had some click boxes and then some quiz slides and I have enable the "show progress".
I upgraded the project to v5.5 and on reaching the quiz slides their numbering is all out of sync.
I recall this was something to do with there being check boxes in the project - but for the life of me I cannot remember to make sure the quiz progress does not get mixed up with the check boxes.
Can anyone please remind me how to correct this in v5.5 /
Noel

If indeed creating scored interactions means they are included with the quiz progress bar, but you only want that progress bar to show the actual quiz slides, it seems you have two options:
-use a different 'progress' method - either just put in a simple indicator (like hardcode the page or a graphic image on each slide) or try your hand at a widget.
-don't include any scored interactions in the lesson outside the quiz slides.
Out of curiosity, why do you want to have scored interactions outside the quiz slides? You want the final lesson score to include results of those interactions as well as the quiz itself? Is the learner aware of this? Or you simply want to get those interactions tracked to an LMS for reporting...?

Similar Messages

  • Quiz Slide Buttons - not holding size in live slide

    I apologize if this has been asked many time. I searched the discussions and found nothing.
    My quiz slide buttons, CLEAR, BACK, NEXT, SUBMIT are for some reason now smaller in dimension than they were in my project. Now ALL quiz slides render them very small as a default. Whenever I adjust them, both in the Master slide design and in the filmstrip breakpoint slides they do not hold their shape or dimension sizes I adjust them to. The view and size in the Master slide looks right but when  I go to FilmStrip they are small. They also are left justified instead of center.
    I went into the Themes/Object Style Manager and tried to make adjustment there. It will not give me an option to center the text or adjust the size of the buttons. I am using the "Default Quiz Button Style". The way it was originally provided in Captivate settings.
    I also even tried to override this by creating my own image buttons which were of the same dimenstion that the default settings Captivate has for the Default Quiz Button Style which were 170x43px. Even those are shrinking very small.
    Any suggestions?  Thanks.

    I have only the font size available to adjust. I do not see any alignment choices. Please see screen shot.

  • Patch 9211869 3RD PARTY CHECKWRITER ATTACHMENT NUMBERS NOT CORRECT WHEN MUL

    Hi:
    I have created an XML Third Party Check report that is based on the queries found in the seeded Oracle PAYUSGAR.rdf 115.24 check report. The patch 9211869 fixed an issue in the standard report where multiple checks for the same employee to the same payee for the same amount were NOT printing the correct garnishment reference number. I have reviewed the report code but have not been able to fix this same issue through XML.
    My queries will produce all of the correct data except the 2nd duplicate (same employee to the same payee for the same amount) prints the reference number from the 1st element rather than the 2nd. Does anyone know how the check data is tied to the elements through the tables?
    My example is:
    Person: Max Doe Check: 1234 Paid to: California Agency Check Amount: 121.00 Pre_payment_id: 766297 Ref # 4567
    Person: Max Doe Check: 1234 Paid to: California Agency Check Amount: 121.00 Pre_payment_id: 766302 Ref # 657AA
    (Ref # 657AA prints on the second check as Ref # 4567)
    The query from the report is:
    SELECT peev.screen_entry_value garn_ref_no
    ,:check_amount
    ,TO_CHAR(pay_us_payment_pkg.get_trx_date(
    :business_group_id,
    :ppa_payroll_action_id,
    NULL,
    :ppa_payroll_id,
    :ppa_consolidation_set_id,
    :ppa_org_payment_method_id,
    :ppa_effective_date,
    :ppa_date_earned,
    :ppa_override_date,
    ppp.pre_payment_id,
    ppa.effective_date
    ),'DD-MON-YYYY') payment_date
    ,TO_CHAR(ppa.date_earned, 'DD-MON-YYYY')
    ,prr_att.run_result_id
    ,peef.entry_information2 -- FIPS code
    ,peef.entry_information3 -- Medical Indicator
    ,paa.assignment_action_id
    ,pet.element_type_id
    FROM pay_element_entry_values_f peev,
    pay_input_values_f piv_att,
    pay_element_entries_f peef,
    pay_run_results prr_att,
    pay_run_results prr_pay,
    pay_payroll_actions ppa,
    pay_assignment_actions paa,
    pay_action_interlocks pai,
    pay_pre_payments ppp,
    pay_input_values_f piv_pay,
    pay_run_result_values prrv_att,
    pay_run_result_values prrv_pay,
    pay_element_types_f pet,
    pay_element_types_f pet_calc,
    pay_element_classifications pec
    WHERE ROUND(ppp.VALUE ,2) = :check_amount
    AND ppp.pre_payment_id = :pre_payment_id
    AND ppp.assignment_action_id = pai.locking_action_id
    AND pai.locked_action_id = paa.assignment_action_id
    AND ppa.payroll_action_id = paa.payroll_action_id
    AND ppa.action_type IN ('R', 'Q')
    AND ((paa.source_action_id IS NOT NULL AND ppa.run_type_id IS NOT NULL) OR
    (paa.source_action_id IS NULL AND ppa.run_type_id IS NULL))
    AND ppp.personal_payment_method_id = peef.personal_payment_method_id
    AND peef.assignment_id = paa.assignment_id
    AND ppa.date_earned BETWEEN peev.effective_start_date
    AND peev.effective_end_date
    AND ppa.date_earned BETWEEN peef.effective_start_date
    AND peef.effective_end_date
    AND piv_att.input_value_id = peev.input_value_id
    AND UPPER(piv_att.NAME) = 'ATTACHMENT NUMBER'
    AND ppa.effective_Date BETWEEN piv_att.effective_start_date
    AND piv_att.effective_end_date
    AND piv_att.input_value_id = prrv_att.input_value_id
    AND prrv_att.result_value = peev.screen_entry_value
    AND prrv_att.run_result_id = prr_att.run_result_id
    AND paa.assignment_Action_id = prr_att.assignment_Action_id
    AND prr_att.element_type_id = peef.element_type_id
    AND peef.element_type_id = pet.element_type_id
    AND pet.classification_id = pec.classification_id
    AND pec.classification_name = 'Involuntary Deductions'
    AND pec.legislation_code = 'US'
    AND pec.business_group_id IS NULL
    AND fnd_number.canonical_to_number(pet.element_information5) = pet_calc.element_type_id
    AND pet_calc.element_name LIKE pet.element_name || '%Calculator'
    AND pet_calc.element_type_id = piv_pay.element_type_id
    AND NVL(ppa.date_earned, ppa.effective_date) BETWEEN piv_pay.effective_start_date AND piv_pay.effective_end_date
    AND piv_pay.input_value_id = prrv_pay.input_value_id
    AND UPPER(piv_pay.NAME) = 'PAY VALUE'
    AND fnd_number.number_to_canonical(ppp.VALUE) = prrv_pay.result_value
    AND prr_pay.run_result_id = prrv_pay.run_result_id
    AND prr_pay.assignment_action_id = paa.assignment_action_id
    AND prr_pay.element_type_id = pet_calc.element_type_id
    ORDER BY prr_att.run_result_id;
    Somehow, Oracle has fixed this in the rdf but I have not been able to figure out how exactly. This is a function call in the report but they are passing the check amount and the prepayment_id. Regardless of which pre_payment_id is sent in, 2 rows are returned.
    If anyone has any thoughts, please let me know. This is the final tweak that is stopping our go-live with this.
    Thanks, RL

    Hi,
    Has this been resolved. I'm investigating ways to develop this report as the current CheckWriter(XML) does not work for 3rd party. Please let me know, if it worked for you.
    Thank you,
    Radha
    [email protected]

  • Why do quiz slides not work in LMS?

    Using Captivate 7. Scorm 2004. I added three multiple choice quiz slides to the course, interspersed between content pages, to act as review questions. Each quiz slide has a Submit and a Clear button.
    When I reloaded the updated course, now with the quiz slides, to the LMS (Cornerstone -stage environment), the options on the quiz slides are not clickable and the Submit and Clear buttons are missing.
    My settings are:
      Completion - based on slide views - 100%
      Success - based on slide views - 100%
      Quiz - "Optional - user can skip"
      Pass/Fail - 0% required to pass
      If Failing: Allow infinite attempts - checkbox (but I've also tried 1 attempt)
    Thanks!

    Thanks, Lieve. Actually, I think the reason that the LMS did not correctly display the quiz slides is because it had already marked me as "complete" (I had taken the course multiple times previously.) Plus in all the various versions I re-loaded to our Stage environment, I kept changing quiz settings, etc., and I think the poor LMS was just so confused. So after I made a few more changes to the course (see below) and logged in as a different user, the course and quiz slides displayed correctly.
    I made these changes to quiz settings in Captivate:
      - I based completion on only "Slides viewed" -- not on "Quiz is passed"
      - On the "Pass or Fail" settings, I changed "Go to next slide" to "Continue"
        and under  "If failing grade," I changed "1 attempt" to "infinite attempts."
    I also removed the reportable click box from slide 1.
    So I'm not sure which of these changes solved the problem, but the course is working correctly now, thankfully.

  • Quiz slide not advance when using question pools and advance answer options?

    Hi,
    I am using CP 5.5. I created a small test where I have just 2 question in a question pool.  The questions are using the advanced answer options to show some specific feedback. When I insert the questions in to the project using a random question slide, after the user answers where you should be able to press Y or click to move on, I click, but nothing happens.  You can't get off the quiz slide.  The quiz slides work fine when they are inserted in the project as reqular quiz slides, but not when they are being pulled from a question pool.
    Is this a known bug? Is there a workaround? Anyone else run in to this?
    Thanks!
      Lori

    I was having the same problem on the last Random Question slide (total 10 RQ slides), and was able to fix it by following the next steps:
    Make sure Quiz: Pass or Fail actions are set to Continue for both Passing and Failing actions in the quiz preferences.
    Delete the RQ slide not advancing, then duplicate one of the RQ slides working, and assign your question pool to the new slide if different from the original duplicate. This step will make sure you are using a good working RQ slide.
    For some reason, my last RQ slide was corrupted and wasn't advancing to the Score slide at the end of the quiz.
    I can finally finish this project.
    Good luck.

  • Quiz slides not to be counted in quiz summary at end - Captivate 4

    I have created a course which has quiz slides at the beginning of the cours which I have marked to not be graded.  These slides are knowledge checks and should not be graded nor be counted.  Then I have quiz slides at the end of the course that I do want to be graded.  But I do not want the quiz slides at the beginning of the course "counted" in the summary quiz slide at the end of the course.  I only want the quiz slides at the end counted.
    How can I change the settings in the quiz slides to "not" be counted in the quiz summary page at the end of the course.
    Thank you for your assistance.

    My best guess here as to the reason for your issue is that you've removed some of the essential objects from the Quiz Slides and that is fouling things up.
    Quiz Slides MUST ALWAYS have the default Question Title and Question Text captions present.  These are special caption objects that are ONLY found on quiz question slides.  If you remove them or replace them with normal captions your quiz slides will malfunction inconsistently.
    The other thing you may have done here by the sound of it is to set Submit All and then move the Submit All button off the slide into the scrap area.  That's also likely to screw things up.  If you do NOT want the user to see the Submit All button until the final quiz question slide then just change them to Transparent buttons and move them ALMOST off stage, but leave at least a few pixels of the button object still sitting over the top of the stage area.  This will mean the user cannot see (and is very unlikely to click) the Submit All button except for the slide where you WANT them to see it.

  • User cannot Click Anywhere to Continue on some quiz slides

    In Captivate 4, on some quiz slides, after the correct answer has been submitted, the user must click on the "click anywhere to continue" box in order to move ahead. This happens only on some quiz slides. Others, the user really can click anywhere. And, this doesn't happen all the time on every computer. It usually happens on the same slides but not always. It happens in Explorer and Firefox and occasionally Chrome, but not as often. Haven't encountered the problem using Safari, yet, but have tested it.
    I reported it through the report bug link in case it is a bug. All of the slides have the same setting, so I don't know why it's happening on some slides and not others.

    Hi there
    Thanks for reporting as a bug. I might suggest that as a work around, you change the captions to read "Click here to continue". At least it would guide the user to the right and expected outcome.
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • Can you make buttons appear "on success" on quiz slide?

    I'm not an expert Captivate user and don't know Javascript, so please excuse my ignorance if this question seems strange.
    I have a Captivate 6 project with several quiz slides peppered throughout the entire file. In other words, the quiz slides are not grouped together. Each slide, including the quiz slides, has a forward button and a back button.
    I would like for users to move forward and backward through the presentation in a linear fashion as they like, and this is working well. However, it would be nice if users weren't able to skip answering the quiz questions. I would like the buttons to appear after the user has answered the quiz question correctly, and then I would like the buttons to stay on the slide thereafter.
    Is this possible? Do you have a Javascript resource I could use for the "on success" action, or what other solutions do you recommend?
    Thank you!

    Hello,
    When you are talking about the default buttons Back and Next that you find on question slides, you don't have much control over them. As you probably did see they do not even appear as separate objects on the timeline. And I doubt that Javascript could realize what you want.
    Try first to understand how the work flow of question slides is designed:
    http://blog.lilybiri.com/question-question-slides-in-captivate
    You can drag the Next button under the Clear button (see blog post), normally Next during a Quiz is not needed, since the second step (Press Y or click on the slide) will move to the next slide.
    However the Back button is a more tricky button if you really want to have it. Maybe, didn't check it out, try to hide the back button to the user (make it transparent without a stroke) and have an image appear on top of that button after the first step on the question slide. The invisible Back under the image will remain active, it even has absolute priority over other objects.
    Lilybiri

  • Quiz slides inserted in project; subsequent slide has audio

    Hi,
    I inserted a couple of quiz slides, true/false and multiple choice, in between 2 regular slides that have audio. When I run my project, I see the quiz slide, but the audio plays as if the quiz slides are not there. In other words, the audio for the subsequent slide plays while the quiz slide is displayed. For example:
    Slide 1 has audio
    Slide 2 is quiz
    Slide 3 is quiz
    Slide 4 has audio
    When I play, my audio goes from slide 1 to slide 4, while displaying slide 2
    I know I must have some basic setting incorrect. My quiz slides are set to On Success - Continue. The surrounding slides are set to On Enter - Continue, On Exit - No Action.
    Help!

    In Captivate you can insert audio on objects, on a single slide, and across multiple slides.
    Is it possible that your audio has been inserted to span more than one slide instead of slide-by-slides?
    If for example you had originally added your audio to a number of timed slides, and then inserted more slides in between, you may have confused Captivate as to where the audio needed to play.
    I may be on the wrong track here but thought it worth suggesting.

  • Slide numbers and Quiz slides in Captivate 8

    How do I add slide numbers to Captivate?
    Also, in my course, I need to add quiz questions and then final test questions. Quiz questions are not added into the final score, but final test would be tabulated into the final course score.
    How do I do this? (I noticed that with survey questions, there is not a review page to show the correct answer. Survey questions also seem to still be included in graded question score reporting.)
    Any guidance would be much appreciated!
    Thank you

    There are several system variables available. I have upgraded my list for CP8 and will publish it soon. But those you need are already in a post about CP6: System variables in Captivate 6 - Captivate blog
    For slide number you need cpInfoCurrentSlide, which starts with 1 (most numbering starts with 0). Insert that var in a text container, using the X button in the Style tab of the properties panel,
    the Character portion.
    As for the Quiz question:  you can uncheck to include a score in the Quiz total. Advanced Interaction panel (F9) is a good place to check all scored objects, and to see whether they are included in the Quiz total or not. Most quizzing system variables will adapt to the situation, score and percentage, maximum possible score will not take into account the questions that are not adding their score to the total score. However some variables will include the knowledge questions: total number of questions is one of them. This means that you have probably to tweak the score slide, to create a score slide yourself. Check the same list with system variables to create a custom score slide. Maybe this blog post can help, although the subject is bit different: Intermediate Score Slides - Captivate blog
    Another approach would be pretest slides, but it has a lot of limitations: navigation will disappear, pretest slides have to be together at start of the course.

  • Conditional Branching with quiz slides not working

    Attempting to use conditional branches with quiz slidescauses
    the other quiz slides in my presentation to not work correctly. I
    am attempting to create a 'test-out' pre-quiz for a segment of
    slides in the presentation. I followed the instructions to add
    conditional branching per page 46 of the Breeze Presenter User
    Guide to obviously no avail. Is there a simple straightfoward
    manner in which someone has successfully used conditional branches
    with their quiz slides in their presentation?

    Hi,
    I had the same issue.Apparently as of now PDF templates do not support conditional formatting for XML Publisher.
    See Tim Dexter's response to my query at the bottom of this thread...
    Re: Using the '%' operator in microsoft word template builder for XMLP
    I could get some conditional formatting to work on the pdf template but only for the form field font,size and styles using Javascript, but I don't think there is a way to display values for the form field based on an if condition...
    Lavina

  • The quiz is not correctly calculating the number of quiz items in the published version

    The quiz is not correctly calculating the number of quiz items in the published version
    I created 20 quiz questions, but the output say there are 255.  The slides between do not have quizzing enabled.

    I have a similiar problem. However, I am tracking user activity through tracking "next" buttons. Each button (and other interactions) has a objective ID and interaction id. The objective id is the same throughout the course; however each interaction and quiz item have different interaction ids. The total quiz items is shown as 54 and the first question is shown as question 50 or 54.
    The course will be published to Blackboard as the LMS; I am using SCORM 1.2
    The following settings are needed to track the user activity throughout the course, specifically the "next" buttons:
    1. include in quiz
    2. report answers
    The  answers to the problem of total quiz items not matching the actual number of questions has you turn off the include in quiz for interactions. How is this problem resolved when you want these interactions included with the information passed through SCORM to the LMS?

  • Submit button in Cap 7 quiz does not advance learner to next quiz slide

    I created a 5 question MC quiz in Cap 7. When I take the quiz in the preview mode, I am able to advance to the next slide by clicking on the submit button. Well, when I click on the submit button, a pop up appears that says: Correct - click anywhere or press 'y' to continue. Once I click anywhere, *then* I am taken to the next question.
    However, when I take the quiz in a web browser, I cannot advance to the next slide, even when I answer the question correctly. I click the submit button. The same pop up appears as in the preview mode: Correct - click anywhere or press 'y' to continue. So, I click anywhere but nothing happens. The slide does not advance.
    I've created a few quizzes before in Cap 7 using the same settings so I was stumped when the quiz didn't work this time. Maybe I accidentally changed a setting??

    The jump to slide works great. Yes, the user goes right back to the quiz after remediation. The user can then change her answer and click submit. However, she can not advance forward. Sigh.
    I am a freelancer who inherited the template from the former freelancer. I was told to use her template to create the trainings. So I am. I was supposed to use all the settings she used, too. That's why the Required is set to: User must answer every question'
    I can try your idea and the Requirements in the settings.
    What's odd, though, is that I've developed a Quiz using these same exact settings and it worked perfectly. That's why it's odd that the Quiz is no longer working correctly.
    Okay, let me try to change the Required settings.
    By the way, the submit button works fine in the Preview mode, just not the Web Browser mode.

  • Story does not correctly export fdx file with scene numbers? Bug needs to be fixed.

    Story does not correctly export fdx file with scene numbers? Bug needs to be fixed.

    Okay, Even if i remove the scene numbers from Story and export the file to Final Draft 8. The format in incorrect. The "transitions" ex. CUT TO:  are not in the correct allignment. Also there are numbers on each of the dialogues
    Pretty much alot of the formatting is not the same. Spaces  that break dialouge and action which are there in Story, are not converted over to Final Draft.
    Please fix this as soon as possible.
    thanks,
    Rohit

  • Create rrandom slides that are not quiz slides?

    Hi,
    None of the Quiz slide options provides the required quiz type I need, so I am going to create the whole course from scratch.
    I want to be able to create several slides with questions just from text I put on a blank slide, that when the user clicks a button to go to the next slide they will go to a random slide from a defined group of slides.
    Is this possible?
    If I create a slide Group, would it be possible to go to a random slide of that Group?
    I would also like to create a random starting slide so that a user does not get the same intro slide each time?
    cheers

    Hi there
    Unless someone has some fancy script to randomize things I'm going to claim it's not possible to randomize regular slides. However, I've always thought it would be a neat feature to have. I think I've subitted a feature request to ask for it in a future version. If you also believe as I do (and it sounds like you do) I'm hopeful that you and any others that feel this way will take a moment and submit a Feature Request to ask for this ability. (Link to the Feature Request is in my sig)
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

Maybe you are looking for

  • Mail app appears to open but no windows will open in ML

    I updated ML last night and my mail app will not open the main reading pane window , I get the menu bar and I can get the compose window to open but not my inbox or my mailbox folders window , not sure if the update has anything to do with it but wor

  • Printing Flex Chart Application with FireFox 2 and later

    Hi, I have problem with printing functionality in FireFox. The print preview shows an empty page. So the user ends with this step and thinks no print is available. Another problem is when I try to print directly not the whole application will be prin

  • How to use OCR Font A type by the time of writing some text into Pdf fil

    Hi, I am generating one pdf file in java. How can I use OCR Font A for text of pdf file ..Please can any one help where can I get OCR Font A and how to use that one in java ... I want to write some text into pdf file and that text should use OCR Font

  • JTextField/JTable-cell Button

    Is there any known efficient methods of creating the JTextField or JTable-cell Button as like in Forte's Component Inspector window where you click on the property value field and the value is displayed just left of a small button labelled "..." ie:

  • Symbol for "per thousand" in smartforms

    Hi I need to print the symbol for "per thousand" (or "per mill" or whatever it is called in english) in a smartform textmodule -> ‰ But whenever I paste it from Word it is being replaced by an #. I also tried ALT-codes with no further success. Does a