Printing Quiz Results

Hi, I have a course that runs well on our LMS, but I have
some users who have no connectivity and requested a CD version of
my course. I easily created the menu and attached the individual
lessons as exe files. When I got to the quiz, my boss asked me to
have the students print out the quiz results and send them to our
administrator. Since Captivate 3 won't let you add a button to the
results page, I created a flash button and added the animation to
the results page to try to get a print of the page. So far in the
flash button I've tried the: getURL("javascript:window.print();");
approach and the: printAsBitmapNum(_parent, "bmax"); approach.
These will bring up the windows print dialog and proceed to print a
large version of the button on two pages. I've run out of ideas,
does anyone know how to get around this Captivate limitation?
Dale

Dale,
Check this site
It contains lots of widgets for Captivate, one being the
inclusion of a print icon in the playbar to allow this sort of
thing.
Webbo

Similar Messages

  • Print quiz results

    Hi everybody!
    We do trainings for our customers and thereby educate their
    stuff.
    so far captivate is an excellent tool, if there werent the
    problem with the results. How do you want to evaluate them or see
    what score a stuffmember had gained? if they failed or not. ( we
    want them to do the test on their own)
    I was reading all over the forum, but all these stuff with
    LMS or getting that Email sending propper is at first to
    complicated, and secondly to expensive.
    Now what i was thinking about: Is it possible to print out
    the result slide?
    I would be glad if someone could help me! im searching all
    day now for a solution,
    and now getting kind of desperate

    Hi samijj and welcome to our community
    If you visit fellow Adobe Community Expert Paul Dewhurst's
    site at
    http://www.raisingaimee.co.uk
    You may download a little Print widget. You could then drop the
    widget onto the results slide and the user could print from there.
    I'm not sure if Paul is still restricting downloading to only
    those that contribute monetarily, but if the widget does what you
    need, it's a nice gesture even if he isn't to consider a small
    donation. And think of the positive karma you'll build! One can
    never have too high of an account in the UBK (Universal Bank of
    Karma)!
    Sincerely... Rick

  • How to get the output .pdf file of a quiz to report to the quiz results analyzer on my internal server (mamp)

    I created a quiz.
    Created an internal server on my compute rising a MAMP.
    When I publish my quiz using the multi-file publishing options...
    I am able to use both the "HTML" and the "swf" output files to complete a quiz and reporting the results to the quiz results analyzer.
    However, I am unable to get the output .pdf field to reporting to the quiz results analyzer.
    Any help? Would this issue have to do with the Acrobat Professional setting? Captivate setting? My internal server setting? or output fuel placement?
    I tired to put the .pdf file in the same MAMP root folder location as my "internalserverreporting.php and internalserverread.php files.
    Thanks for the help.

    Hello Varun,
    You cqan submit the report as a JOB and export the out put to memory, once the job is complete you can read the list to display the output.
    Cheers,
    Mano
    Cut & Paste form SAP help.
    Submit report ....
    EXPORTING LIST TO MEMORY
    Does not display the output list of the called report, but saves it in ABAP memory and leaves the called report immediately. Since the calling program can read the list from memory and process it further, you need to use the addition ... AND RETURN . Also, since the called report cannot be requested for printing, the addition ... TO SAP-SPOOL is not allowed here. In addition, you must not assign a function code to the ENTER key in the current GUI status. The saved list is read from the SAP memory using the function module 'LIST_FROM_MEMORY' and can then be saved to the database using EXPORT, for example. You can process this list further with the function modules 'WRITE_LIST', 'DISPLAY_LIST' ... of the function group "SLST".

  • Capturing quiz results

    I have created a multiple choice quiz that several hundred
    students will be taking. Does Captivate 3 have the ability to
    export the results of each quiz to a file on our network rather
    than reporting this information to an LMS. Using the LMS reporting
    functions and e-mail reporting functions are not an option at this
    time, and I need a way to capture the results of the quiz along
    with student information (name, employee ID, etc)
    If exporting the quiz results is not an option is there a way
    that I can include fillable text boxes on the results slide, that
    students can fill in their name, employee ID, etc, and print the
    page.

    Take a look at
    http://www.adobe.com/devnet/captivate/articles/store_cpresults.html
    as it should provide the type of solution you are looking
    for.

  • Adobe Captivate Quiz Results - Grading

    Hi All,
    I was wondering if anyone can help me with the quiz feature of captivate.
    I have created a quiz with a dozen questions, there is also a results slide which works fine.
    What i need is the user to be given a grade based on these results.
    Eg. If you got between 80-100% - You get an A
    Between 70-80% - You get a B
    and so on...
    This info is then going to be taken and put in a certificate widget so the user can print their results and their grade.
    Anyone have an idea how I can take their final score and give them a grade?
    Do you use if statements or is there something easier?
    Any help would be great!
    Thank-you in advance.

    Hi markrisp,
    You can display the grade on the result slide after writing a small program in "Actions Dialog". You can try the Following procedure.
    On the Result slide Add 2 Captions - Grade A, Grade B ( Snap attached). In each of these captions navigate to the "Options" tab and uncheck the "Visible" option.
    Now select Project> Actions>Variables tab, Add 3 variables ( a,b, c with initial value =  0). (Number of variables to be equal to number of grades)
    In Advanced action tab specify a name for the script and use the following logic.
    If ( cpInfoPercentage greater or equal to 80)
    begin
    show TextCaption ID (for Grade A Text Caption)
    end
    or Else
    begin
    a := 1
    end
    Check If ( a is equal to 1) and ( cpInfoPercentage greater or equal to 70) and ( CpInfoPercentage is less than 80)
    Begin
    show Text Caption ID (for Grade B Text Caption)
    end
    or Else
    begin
    b: = 1
    end
    Check if ( b is equal to 1) and ( cpInfoPercentage is less than 70)
    begin
    show TextCaption ID ( for Grade C Text Caption)
    end
    Or Else
    begin
    c := 0                      // This expression is redundant, but still it has to be included as Else cant be kept empty
    end
    Does this help, Let me know
    Thanks
    Ashwin

  • Continue button on Quiz Result slide not working

    Hi,
    I really hope there's something easy I'm missing here. I've
    created a quiz with 25 questions. I don't have it reporting to an
    LMS, but I do have a quiz results slide. If the student gets a
    passing grade, I've set the Continue button to go to the next slide
    (where they get a congrats message and can print a certificate).
    I'm publishing it as an SWF file. When I take the quiz and pass it,
    the Continue button doesn't work. The way it is now, students are
    stuck at the end of the quiz. Any ideas?

    Hi J
    Sorry that didn't seem to work for you. Hopefully someone
    else will see it and maybe chime in with a suggestion.
    Until that happens, you (as well as anyone else seeing this
    behavior) should report it to Adobe as a bug.
    Click
    here to view the WishForm/Bug Reporting Form
    Cheers... Rick

  • How do I only get certain questions appear in the quiz results?

    I have created a course through Captivate 6, throughout the course there are questions to guage the learners attention. There is also a quiz at the end. However, captivate includes on the questions throughout the course on the quiz results which I do not want to happen.
    Can anyone advise how I can only get certain questions appear on the quiz results please?

    Branch aware turns off the playbar in 6 (not in 7 any more, at least not for me).
    Could you explain more in detail what you want, because I don't understand it. You want the user to answer all questions, but the score should only show what? If you don't want some questions to have a score added to the Quiz total, you can indicate that in the Properties of that Question slide.
    And please, tell the exact number (3 versions of 6), and also if you have to report to a LMS?
    Lilybiri

  • How to send quiz results to a web page?

    Okay, this should have taken 2 minutes, not 2 hours. Very frustrating. Here is the situation:
    * Downloaded Captivate 5 Trial Version
    * Created based quiz (which took forever to figure out how to set the correct answers -- HORRIBLE user interface for setup, but that is another issue)
    * I want the results sent to a web page. I will code the web page & database calls, etc. to handle the information (I am a web developer). Just need the information sent somewhere!
    Several big issues here:
    1. When setting up a URL for the "Pass or Fail", nothing happens. User not taken anywhere. No "Post Results" button shown. The Captivate file just ends and that's it. ??
    2. Finally figured out that I needed the "Internal Server" option chosen to have a Post Results button shown. Okay.
    So when I click Post Results (after answering the 5 questions correctly), I am shown a login box. Why? What is this for? This is not needed. I am going to an INTERNAL SERVER. It is none of Adobe's business what this person's name/email is. What gives? Okay... anyways, I enter my own Adobe login information. It then says "Connecting..." then I get a Status Message that says "Unknown Error". Keep in mind this will be used by a general audience, of which approximately 99.9% will not have an Adobe ID, nor should they need one.
    How I can easily have the Captivate file redirect the user to pages like this: Confirm.aspx?pass=yes or Confirm.aspx?pass=no.
    I don't need anything fancy. But I do need something that works. This is terribly frustrating and I'm about to say it just doesn't work. Please tell me I am wrong.
    Thank for your time and for reading this.
    -Randy

    The Quiz Results slide's Continue button actions are set under Quiz Preferences > Pass or Fail > If Passing Grade etc. By default, the Continue button is set to just continue on to the next slide after the Quiz Results.
    After the user clicks the Continue button on the Quiz Results slide any Pass/Fail actions you've set up there will be evaluated and executed.
    So if the user achieved a passing score, and you set up an action such as Go to URL in Current Window for that case, then the user should find themselves redirected to that URL.  If there was a different action for Failure, and the user failed, then that should happen.  But either of these will only happen after the Continue button is clicked.
    I tested this by setting www.google.com as the go to URL and it worked.  To see if the URL is the issue, try using another URL that you know everyone can get to.  If that works, try to find out why the URL you want to use is not working.  If no URL works, something else is interfering with the action.

  • Want to open another project from Quiz Results - can't get it to work.

    I have been trying to get my course to open another project (an instruction slide) after the user completes a quiz and it is not working. The course always closes after the quiz results. I have set the Project End Options and the Pass or Fail options to all open another project (the instruction slide), but instead, after the user clicks 'Continue' on the quiz results page, the course always closes. What could I be missing? (Am using Captivate 5.)

    Just finally getting my head above water and am able to respond and update. Yes, I was using a tool called RELOAD to update the imsmanifest file. Actually a great tool that I can recommend now that I worked out the kinks with Captivate. Please see this post for more information. http://www.caddicks.com/blog/2012/02/17/how-to-publish-a-multi-file-captivate-project-as-a -single-scorm-course/#comment-249711
    Here's a quick summary of how I ended up resolving this - I can't even remember all the different options I tried until I settled on this! I never resolved the issue with launching another project from the quiz results page, but found a workaround that works even better.
    The course starts with a brief introduction module. The 'Continue' button on the last slide is set to launch another project, which opens the course's 'main menu.'
    The 'main menu' project has several buttons that launch appropriate sub-topic projects.
    On the last slide of each of the 'sub-topic' projects has the 'Continue' button set to launch the 'main menu' again. Each of these had quiz questions, but feedback was set at the question level only - no quiz results page.
    The last option on the 'main menu' project was a 'Course Completion' button - which launches a project containing the final quiz. (NOTE: This was always the only project that had the "Show score at the end of the quiz" set to display under Preferences / Quiz / Settings. After a lot of hair-pulling, I realized that it wasn't necessary to open another project to accomplish what I wanted to do, which was return the user to some basic instructions before they retook the quiz.)Here is how the last project was set up.
    The first slide is a content slide with instructions for the quiz. When the user clicks the "Back" button from this slide, it will launch the 'main menu' project. 'Next' simply goes to the next slide.
    Slides 2-5 are quiz questions
    Slide 6 is the quiz results slide (turned on under Preferences / Quiz / Settings). Buttons are: Review Quiz and Continue.
    Slide 7 is a content slide with instructions on what to do next. This slide has a text button that I called "Retry" and under Properties / Reporting for the button the "Include in quiz" is NOT checked. The Retry button takes the user back to the first slide in the quiz.

  • Can we remove the Continue button from Quiz Results?

    Hi Everyone,
    Is there any way to remove the continue button from the Quiz Results page?
    I have a captivate file in which there is a Thank you slide at the end after the Quiz results slide. Now, here's the problem - The user is just finishing the quiz and closing the browser tab - which is not showing the completion status inside LMS. The user must need to view the Thank you slide  -  so that the LMS can respond as "Completed" status.
    Now, I want to remove the Continue button on Quizzes result slide so that user doesnot need to go ahead to next slide to complete the course. And i will put the Thank You message here in Quizzes result slide only.
    Can I remove the continue button from the Quiz Results page so that it can be the last slide?
    Regards
    Vikas Sharma

    Removing the Continue button from the Quiz Results slide is NOT a good idea in my experience.  Clicking the Continue button triggers functions in Captivate to terminate the quiz and commit the score to the LMS.  If this button is not clicked, Captivate may not be sure the person has decided they're done with the quiz and wants their score to be captured by the LMS at that point.  There are often other buttons on the Quiz Results slide to offer the user the option of Retaking or Reviewing the Quiz.  Only the Continue button is designed to take them further beyond the Quiz Result slide.
    Like yourself, I have also found learners often fail to grasp the importance of the Continue button and don't realise they need to do something extra (beyond reaching the Quiz Results slide) in order for their score to be captured.  So what I usually do is rename the Continue button to something more meaningful such as: Register Your Score, or Record Quiz Results Now.  Having a name like this (and making the button nice and large and bold so that it's not easy to miss) clearly tells people that they need to click this button if they want their score to be retained.  It's just a simple change, but it practically eliminated all issues we had with people just closing down their browser when they saw the Quiz Results.

  • Can I show quiz results in the recording of software simulation?

    Hello, Everybody, I'm using Adobe Captivate 7. I want to show quiz results after recording the software simulation. If the recording type is training, the user need to click for the instructions. When the user's click is wrong, the captivate will show the failure message and I want to reduce my score due to the wrong click. Please give me a instructions. Thanks!!!

    Please do not double post issues.

  • How to get a question in the course placed anywhere in the course and does not appear in the quiz result or total number of questions. Pretest would work except it can't go anywhere in the course (at least for me it can't)

    How to get a question in the course placed anywhere in the course and does not appear in the quiz result or total number of questions. Pretest would work except it can't go anywhere in the course (at least for me it can't)

    Use a normal question, and do not add the score to the total score. That will give you a correct score at the end. But the total number of questions, that system variable will still take into account all questions. You'll need a user variable, and calculate its value by subtracting 1 from the system variable cpQuizInfoTotalQuestionsPerProject. Same for the progress indicator if you want to show it?
    Customized Progress Indicator - Captivate blog
    If you want to allow Review, you'll have to tweak as well. You didn't specify the version, and all those questions I now mentioned.
    And my approach, since you talk about only one question: create a custom question, because you'll have total control then.

  • How do I include the quiz taker's name in the Quiz Results email?

    I'm using Adobe Captivate 4. I want to include the quiz taker's name in the Quiz Results email. Is there to do this?

    My experience with Captivate is minimal. Once again, the version that I am using is Captivate 4. I am not using an LMS. When someone takes a quiz and submits it, the email that I receive only contains the quiz ID and the test results themselves. I would like to be able to have the results include the user's name or at least his/her email address. Is their something that I can do with a variable to accomplish this? Or, is their some sort of third party widget available?
    Thanks Gene

  • How do i prevent a slide that is after the quiz results page from showing?

    HI guys, I am trying to achieve the following in Captivate 6:
    1) Users answer questions. They have 2 attempts to pass with 70% or above.
    2) At the quiz results page, if the score is less than 70%, users get a button to retake the quiz. After the second attempt, If the percent is 70% or above, they can click a button to view a certificate or click a button to see a transcript. If the percent is less than 70%, they click a button to get a transcript but NOT a certificate.
    How can i accomplish this since i cannot add buttons to the quiz results page.

    Thanks for the feedback.
    I am trying to implement a simple hide/show routine and it does not work. This is what I want.
    I have two buttons (one to save a certifcate and one to save a course transcript).  I want to display those on the quiz results screen. The user has two chances to make a 70% or more on the quiz.
    If the user obtains less than 70% score on the first try, on the quiz results slide I want to hide the button to save the certificate but keep the one for the transcript. If the user passes with 70 or more, then both icons remain on screen.
    IF the user obtains less than 70% after the second try, the quiz results should only show the transcript button. If they pass with 70% or more, then both icons remain on screen.
    I tried advance interactions to hide or show the icons in the "on slide enter" on the quiz results screen but that did not work.
    This is an example of what i tried. if cpQuizInfoQuizPassPercent is less than 70% hide btncert. I also tried hiding the button and then assigning actions to show the button on passing the 70% but that did not work either.
    Suggestions?

  • I am trying to print a color photo on my MacBook Pro from iPhoto (not using Photoshop) using Epson 2200 printer, and everything I do in the Color Matching and Print Settings results in a photo with a pink cast to it. What am I doing wrong?

    I am trying to print a color photo on my MacBook Pro from iPhoto (not using Photoshop) using Epson 2200 printer, and everything I do in the Color Matching and Print Settings results in a photo with a pink cast to it. What am I doing wrong?

    Have you checked the ink cartridges and made sure the nozzles are clear? Are you able to print from outside of iPhoto with the correct color?
    Try the following: make temporary copy of the library and do the following:
    1 - delete the iPhoto preference file, com.apple.iPhoto.plist, that resides in your
         User/Home()/Library/ Preferences folder.
    2 - delete iPhoto's cache file, Cache.db, that is located in your
         User/Home()/Library/Caches/com.apple.iPhoto folder. 
    3 - launch iPhoto and try again.
    NOTE: If you're moved your library from its default location in your Home/Pictures folder you will have to point iPhoto to its new location when you next open iPhoto by holding down the Option key when launching iPhoto.  You'll also have to reset the iPhoto's various preferences.
    OT

Maybe you are looking for

  • How to add a comment for each caption label present in a document?

    Hello everyone, I am trying to write a script to add comments for each caption label for figure and table. How can I select a caption and use Comments object for adding a comment? I tried using AutoCaptions list for going through all captions present

  • Drag and drop no longer possible in excell 2007 on vista

    Hi, we just migrated to Vista with office 2007. So we are now on GUI 7.10 Patch 4; BI add-on's SP2 Patch 1. Is it normal that we no longer can drag and drop (add characteristic; swap columns;...) or is there something wrong? Ciao! Joke

  • ORA-20001: Please define the item validation organization in the Parameters

    When Manual Inter company invoice is created following error is coming up and as per 'Metalink' the solution for this is to select correct operating unit for 'Item Validation Organization'. Since there are no items involved [Standard Memo Lines used]

  • Custom tag attributes and rtexprvalue property

    I have created a custom tag. In my .tld file I have added <rtexprvalue>true</rtexprvalue> for several of the tag's attributes. Now I want to be able to pass values to these attributes with the expression syntax: eg <mytagprefix:pager maxRecordCount="

  • SQL error 1403

    Hi , I am facing the below error although the record is available in target database . I have enabled the supplimental logging on datbase level and table level . For insert operation the replicat works fine but for update and delete operation it fail