End of Survey or Quiz answer reflection

In Captivate 5 I'm wondering if it is possible to display all of the answers that the test or survey taker has given on the final slide?
Don't care if they are right/wrong, don't want to send them to an LMS or elsewhere, just display them back to the taker but not on the same slide as where the question is given.
Thanks in advance for any clues to how to do this!

Hello,
You are not the first to ask this question, even promised to Huan Miguel to prepare an example, but couldn't find time yet . It can be done with Advanced actions but will be a tedious process. You will have to store each answer after the Question slide in a variable. On the last slide you can then show all the variables and this will result in what you want. It depends on the type of questions too: will be easier with True/False and Multiple Choice with only one possible choice than with Questions like Sequence, Matching, Hotspot.
Lilybiri

Similar Messages

  • Cpt 5 - Quiz Answer Text Doesn't Display

    Situation: I've created a course with mutliple lessons. At the end of each lesson I use quiz pages to ask knowledge recall questions. These are scored but given a value of 0 points.
    At the end of the course, I have a quiz that is scored.
    Problem: On my machine, the quiz functions as it should. When I have collegues test it, the quiz answer text does not display. The check boxes and the letters display. Clicking a check box works but when CheckIT (the submit button) is clicked it provides the feedback that an answer must be given.
    This page has a video on it, others do not with the same display.
    I thought it might be a font issue, but when I changed it to Arial, not change. Also, why would the font affect the fucntionality (i.e., clicking a checkbox not work)?
    Any thoughts?
    Thanks, in advance, for any help.
    Michael

    Looks like you may have removed some of the standard elements that are required for a quiz question to function.  I suggest you insert a new quiz question and this time don't remove any of the standard captions or the review area.

  • Quiz Answers Pop-Up

    Does anyone know how to make a message display when a quiz
    question has been answered correctly (or a different message
    display when the question has been answered incorrectly)? I have
    created a movie that contains 5-10 quiz questions. Users take the
    quiz, answer the questions, and receive the last slide that
    displays how well they did. The user then decides to review the
    quiz questions. During this review period, I want something to
    pop-up that says "You answered correctly and this is why you
    answered correctly", which means that the statement that displays
    would be different for every question. I have tried to input this
    information into the review area but the verbiage that pops up for
    question #1 also pops up for question#2 and that is incorrect. Each
    question will have a different response.
    Anyone know how to do this? Many thanks!

    rita the reader,
    You are very welcome for the help. I have been through a lot
    lately with learning the ins and outs of the Captivate software and
    several people greatly assisted me. I don't mind giving back by
    assisting you.
    Yes, you are correct. Simply double-click on the box that
    says "Correct. Click to continue", enter your verbiage in the
    dialog box that displays and click Ok. You will have just changed
    the feedback message your user receives when they answer the quiz
    question correctly. Be sure to also enter verbiage into the box
    that says "Incorrect. Click to continue" for those users that
    answer the quiz question incorrectly. You can change these feedback
    captions and make them different for each quiz question that you
    have.
    By the way, you will want to consider leaving the "Click to
    continue" words at the end of your verbiage so that your user
    realizes they need to click the Next button. Also, I change "Click
    to continue" to "Click Next to continue." to make it clear and
    grammatically correct with a period at the end of the sentence.
    Please let me know if you have any other questions.
    snhawkins

  • Formatting Questions about Quiz Answers

    Hi all,
    I'm in CP5 and working with a multiple answer slide.
    1. I'd like to not have any numbering associated with my quiz answers. Is there a way to turn this off completely? There's no option under Quiz Properties, General, Numbering.
    2. No matter what I do, the baselines of the checkboxes, numbering and answer text don't line up. Is there a way to make them look nicer on the stage? I've already tried manipulating the height of the text in the text field.
    3. There's a big gap between the checkbox and the numbering. I'd like to move the checkbox closer to the answer text. Is there a way to do this?
    Thanks,
    Kevin

    Hi there,
    Just to add to Lilybiri's, excellent post. There is actually a way of removing the numbering from Adobe Captivate question slides, though 'right off the bat' I must stress that this will require you working in XML &I haven't tested this to see if there is any negative impact on reporting to an LMS. If you are comfortable with this, then please carry out the following steps:
    Exporting your Adobe Captivate file as XML
    1. Open your Adobe Captivate quiz file.
    2. Choose Export > To XML...
    3. Give your file a name.
    Editing the XML file
    1. Open the XML file in text editor or if you have the Adobe eLearning Suite open it in Adobe Dreamweaver.
    2. Locate the line of code that reads as follows:
    <g css-style="font-family:'Myriad Pro';font-face:'Regular';color:#000000;font-size:22.0pt" ctype="x-cp-font" id="1103-10088-1-1">1.</g>
    3. Remove the "1." from between the start end ending <g> element.
    4. Repeat this step for the rest of the Questions in your project.
    5. Save the XML file.
    Importing the XML
    1. Back in your Adobe Captivate project choose: Import > From XML...
    2. Select your XML file
    3. Click Open
    This should result in the question numbering being removed from your Question Slides. However, as I pointed out at the beginning of this post, you should test  this both locally and in your LMS to make sure that this does not  impact on your SCORM reporting.
    In addition as you can see from the XML code I included below, Adobe Captivate is using inline CSS to style Question Slides.
    <group cp:datatype="x-paragraph" css-style="text-align:left;line-spacing:1.00;line-indent:0.00">
    Whilst there is a line-spacing property when I tried reducing this to 0.5, when I imported the XML back into Adobe Captivate this didn't make any difference. It would appear that  internally Captivate treats 1.00 as a fixed limit.
    Hope this is of some use to you.
    Best regards,
    Mark

  • Read CRM Survey question and answers

    Hi,
    I have a requirement, where-in I need to read the Survey question and answers.
    I am able to read the order data using CRMD_ORDER_READ and able to retrieve the xml id from the table CRM_SVY_DB_SVS. But unable to go further and retrieve the Survey data in text format.
    Any suggestion would be of great help and I promise to reward all the helpful answers.
    Thanks in advance,
    Shankar.

    Hi Shankar-san
    When I had a same inquiry, I used class 'cl_crm_svy_survey_texts' like below.
    data:
      imp_guid type CRMT_OBJECT_GUID
        v_valueg       TYPE crmd_survey-valueguid,
      i_surveyt       TYPE REF TO cl_crm_svy_survey_texts.
      SELECT SINGLE s~valueguid
       FROM  crmd_orderadm_h AS h
        JOIN crmd_link       AS l
         ON  hguid      = lguid_hi
        JOIN crmd_survey     AS s
         ON  lguid_set  = sset_guid
       INTO  v_valueg
       WHERE h~guid = imp_guid.
      CREATE OBJECT i_surveyt
        EXPORTING
          i_valueguid      = v_valueg
        EXCEPTIONS
          survey_not_found = 1
          values_not_found = 2
          OTHERS           = 3.

  • Partial Credit for Quiz Answer

    Partial Credit for Quiz Answer
    Scenario: You add a multiple choice question with multiple
    correct answers with a point value of 3, e.g. there are 4 answers
    and 3 out of the 4 answers are correct.
    Question: If the user answers 2 out of 3 correctly, is there
    a way to pass back to the LMS a score of 2 as opposed to 0 (no
    credit)? It seems to be all or nothing, but I need to verify that
    that's true.
    Thanks.
    Ed

    Hi,
    First do Invoice for 5000...
    as you have credit for the Same Service..
    Now do Credit memo Against the invoice for 2000...
    Thx
    Raju

  • Need to view quiz-taker's quiz answers

    Hello,
    This question concerns Cp7 quizzes and the reporting of quiz results.
    We need to be able to allow administrators and teachers to view quiz-takers' quiz answers. That is, if for the question '1 + 2 = ?', a student answers '4', we need to be able to see that '4' was this student's response. (We also need to see whether the student answered this question correctly, his or her results for the quiz as a whole, and more. But in this post, I'd like to focus on seeing the student's specific answers: '4'.)
    We run the Cp quizzes in an LMS, and it doesn't report the answers for these quizzes. (It does report other quiz information.) Is there a way to view the student's' answers?
    (Jim Leichliter has something along this line with his Google LMS widget. Perhaps it's the way to go, but I'm wondering whether there's anything else available.)
    Thank you.
    Best regards,
    Marvin DuBois

    On the cp side, you need to have checked the box in quiz preferences to send interaction data.
    Once that is done, it will send all the details.
    If your LMS is a certified scorm product, then it will already have the proper tables to capture that data.
    However, the bigger challenge is how you find and retrieve those results.
    Every LMS is different and you need to ask your LMS admin or vendor how to view the "scorm interaction data".
    I hope that helps,
    Russ

  • My ipod touch 4th generation 8gb screen just broke yesterday can i get a new one or do i have to pay? because i put a 2 year warranty and next year the warranty will end.. can somebody please answer my question asap Thank You!(:

    my ipod touch 4th generation 8gb screen just broke yesterday can i get a new one or do i have to pay? because i put a 2 year warranty and next year the warranty will end.. can somebody please answer my question asap Thank You!(:

    You will need to pay to get it fixed. Check out options in link below.
    Basic troubleshooting steps  
    17" 2.2GHz i7 Quad-Core MacBook Pro  8G RAM  750G HD + OCZ Vertex 3 SSD Boot HD 
    Got problems with your Apple iDevice-like iPhone, iPad or iPod touch? Try Troubleshooting 101
     In Memory of Steve Jobs 

  • Multiple Click Box Quiz Answers on the Same Slide

    Hello. I am using Captivate 5.5
    I have a quiz slide with two click boxes that are both correct answers.  When a learner clicks either of them, I want them to advance to the next slide and score as "Correct".
    The problem is since they only click one of the boxes, they never receive enough points to pass the quiz (since each box has earns credit towards the final score).
    Does anyone have a solution or work around for this?
    Thanks.

    I have already watched the videos, but we still end up 1 answer short.  Essentially no correct scores are being reported from that slide that contains the Master Widget.
    Here is the exact set up we have:
    Two click boxes that are correct answers.  Neither are set to report to quiz.  If either box is clicked the slide advances (and theoretically a correct score of 1 should be added).  If they click anywhere else on the slide it should advance the slide without adding the point to the total score.
    The Master Widget is set up the following way.
    Slave Objects: Both of our correct click boxes are listed as slaves
    Scoring: Under "Slave Scoring" we have both click boxes set to "1" on Success and "0" on Failure
    Success/Failure: We have chosen "Success" and "Based on Slave Success/Failure"  - "Report Success if any 1 slaves report Success"
    Evaluate: We selected "Evaluate each time a slave evaluates"
    Misc: We left all of these in their default position.

  • Use back button and clear advanced action and quiz answer..

    OK, so I have made a quiz where the answer for each question is recorded and given in a list at the end. However, I would like the user to be able to go back and change their answer. At the moment if the user goes back, the answer is locked and they cannot chose a diiferent option.
    Does anyone know if it is possible for them to go back, select a different and still have the advanced action part record the new answer?
    Thanks for any help!

    Only way to reset the answers to a default question slides, during the same session, is to use the Retake button on the score slide (you need to have multiple attempts of course. But that will be done at Quiz level: all answers are reset.
    Another option (in CP6 and later) is to use the Submit all option, then they will be able to go back and change answers. But... I suppose you are using the system variable cpQuizInfoAnswerChoice to populate user variables with those advanced actions? That system variable is not populated when Submit all is chosen.
    Last option is to use remediation, but it will probably not suit you: then user can be sent to a content slide if a question is failed, be sent back to the question slide and can then change the answer. It is not just going back one or more slides.
    Custom question slides will allow what you want, but they necessitate a lot more work and you will not be able to use question pools.
    Lilybiri

  • Captivate 8.0.1  iOS Systems (i-Phones and i-Pads) require double clicks to submit quiz answers and perform actions.  Why?

    Is this common?  I never noticed it before.  Is this something that got changed with Patch 8.0.1?  Was that patch supposed to do something else?

    Hi Bryan,
    We analyzed your content and we found that there is no issue while pressing submit for quiz slides in mobile devices.
    here is what we did:
         Once quiz slide is loaded we answer the question then press submit after that we get a success/failure caption which explains that we need to click anywhere to continue. We click on that caption and the progress continues, gradually moving to next slide.
    So at our end we are not getting any point where submit button need to be pressed twice before moving to next slide.
    I am using Iphone 5 and Ipad 2 for testing. The content is deployed in a webserver.
    Let me know the steps, by following which I can get to the issue that you mentioned in this post.
    Also we can have a connect meeting to figure out the issue at your end.
    Send the details regarding availability and timezone in which you fall-in, to my email id. I can initiate a meeting on the basis of that.
    Regards
    Shriyansh

  • Hiding columns in the front end i.e. Oracle Answers

    Hello,
    I wonder if it is possible to hide the non-essential reporting colums such as ID from Answers so the front-end users only see the column that should
    be exposed for reporting.
    Thanks,

    You should be ok as long as the joins and relationships are properly setup in the Business Layer.
    It's also possible to 'secure/hide' specific columns within a Presentation Column in the repository by setting permissions to specific repository groups. This way some Answers users could see the columns while others would not.
    JES

  • Allow user to change quiz answers

    Hi,
    I've made a quiz using random multiple choice questions from a question pool and have the option to allow backward movement in the quiz.  If a student selects an answer to a question and wants to go back and change it, it's not allowing the original answer to be changed.
    Is there a way to make that possible and not have their answer's locked in until the quiz is "finalized" somehow?
    Thanks!

    Thank you!  I'm using CP5 and had the quiz properties set for infinite attemps and looked at the properties for each random question quiz slide.  The part I didn't do was the quiz properties for each question in the question pool.  Once I set each of the questions there to infinite attemps it started working.
    Thanks again for your quick response!!

  • Good morning, my photoshop stopped working, it gives error when started, what can it be?  This is the message that appears: Unable to start the program it took a unexpected end of file  I hope answer

    Good morning, my photoshop stopped working, it gives error when started, what can it be?
    This is the message that appears:
    Unable to start the program it took a unexpected end of file
    I hope answer

    Could not initialize Photoshop because an unexpected end-of-file was encountered. | Mylenium's Error Code Database
    Mylenium

  • Multiple response quiz answers changing to single response

    I am experiencing a funny problem with multiple response
    questions. Sometimes when I launch a project with a quiz- the
    multiple response questions are suddenly changing to single
    respones - even the button changes from the squares - to the round
    radio buttons. I go back and check and everything is set up
    correctly - the multiple responses are all checked and it previews
    correctly.
    It seems to randomly happen only occasionally on all my
    projects - I can't recreate it as it will just happen sometimes.
    Does anyone know if this is a common problem - or how to fix
    it.
    I'm on Captivate version 2
    Thanks
    Nat

    Have you checked for any updates for Captivate 2? It could be
    a bug that an update can remedy.

Maybe you are looking for

  • Downloads folder lost in trash. I managed to drag it from Home but now...

    Downloads folder lost in trash. I managed to drag it from Home but now every download shows up twice, one in the download stack and another in the trash can. What can I do to stop downloads from showing up in the trash can?

  • Creation of new positions in hrabap

    Hi Friends, Which T.code is used to create the new postions in HRABAP.

  • Interactive ALV Problem

    Hi,      I am using ALV Grid display function module to display data. I have set the parameter 'I_CALLBACK_USER_COMMAND to 'User_Command' in the FM. Now i am defining as-> Form User_Command Using R_Ucomm like SY-UCOMM.    CASE R_Ucomm.       WHEN 'RE

  • Rsobj: serious error occured while reading history data

    Hi Friends, When I open the query in query designer or when i open the query in web application designer it shows the above mentioned error. I tried to execute the prog RS_PERS_ACTIVATE to activate history data, it shows the 'Activation of history fa

  • Animate a cube to rotate around x axis!!!

    Hi! I'm trying to animate a cube to rotate around x axis using RotationInterpolator object. Can anyone kindly tell me how I can do that? I've seen the example at Sun's 3d tutorial but they use the default behavior which is rotating around y axis. Tha