Quiz Results without LMS

Is there a way in Captivate 3 without an LMS to report to
that will capture quiz questions answered correctly, skipped,
answered in correctly, etc.? The e-mail function only sends
pass/fail. I would appreciate any help you can give me.

Hi ClydeMJ,
I posted on this earlier.
Here
Hope it helps.
tiolorf

Similar Messages

  • Presenter 7 tracking quiz results without a LMS

    Is there a way to track quiz results from quizzes recorded in Presenter 7, without having a LMS? Thanks.

    Same exact question I have. I would like to place the presenter file on our GoDaddy server (ugh, I know, not my choice) and have a way for the course taker and us to be able to view the scores of quizzes as well as the final score of the course. Any help with this would be highly appreciated.

  • Exporting quiz results without an LMS

    We are able to administer Captivate quizzes directly through our database system without an LMS. We need the results to be posted back to the database upon completion of each quiz.
    Is this a PENS function? If so, how do we implement reporting results to the database? Our database developers can import the data in just about any format.

    Nope. PENS is for automatically uploading the SCORM-compliant .zip file to your LMS repository, if your LMS so allows.
    There's no way to do what you want *natively*. You have to hack the code to do this. If you've got smart JS programmers there, then you can likely do...
    When you publish a SCORM compliant file, it outputs an HTML and JS file. The functions in that JS file, as I recall, look for the LMS API and send various datasets to that API as the lesson calls other JS functions.
    Theory is you can edit that JS code to NOT look for and send to an API but send to a custom webpage/service instead... That webpage/service takes the data and sorts/stores it however you prefer.
    Search around a bit and you may find more detail. I think Andrew Chemey wrote a how-to for this process on Adobe's website somewhere, likely in the CP resources section?
    HTH
    Erik
    Rick just posted this in another forum
    http://www.adobe.com/devnet/captivate/articles/store_cpresults.html
    May be helpful!
    (and may be what I was thinking above, maybe it wasn't Andrew...)

  • Articulate quiz results to LMS (Sumtotal)

    Hi there,
    When I upload an Articulate Quizmaker quiz directly into the
    Sumtotal LMS (using Scorm), the results get transmitted to Sumtotal
    without any problem. But when I place the quiz in a Powerpoint and
    then publish it with Articulate, the scores don't get transmitted
    to Sumtotal anymore. Neither does the status change to completed,
    so apparently there is no communication at all.
    How can I solve this?
    Thanks
    Gert

    Hi Gert
    Ummm, isn't this a question better suited for Articulate?
    This is a forum intended for Captivate users.
    Or did you mean to say "Captivate" instead of "Articulate"?
    Cheers... Rick

  • Sending Quiz Results to LMS

    I've created a quiz. Now how do I set it up to send the
    results to an LMS? And in what format are the results sent? Is it
    an xml file that will have to be parsed.

    Hi there
    Normally you click Quiz > Quiz Settings (might be Quiz
    Preferences) and look at the Reporting node. You enable it and
    configure the options for your specific LMS. Each LMS is likely to
    be different and will require different settings here.
    To my knowledge it is not a XML file that is used. I believe
    most of it is done with JavaScript.
    Cheers... Rick

  • Is it possible to email quiz results without the notification that an email is being sent?

    I have created a captivate for use as a tutorial.  There are quiz slides spread throughout the captivate.  we are going to receive the results via email.  is it possible to set it so once they hit the button to send email that it automatically sends without the notification that an email is being sent?  currently the warning message pops up giving the option to allow or deny the content from being sent.  is there something in the settings that can be changed to just send it...possilbly like the HTML version?  any info would be helpful,.
    Thanks

    Hi there
    Yes, it's possible to do. Perhaps the article linked below will help you figure out a method.
    Click here to read the article
    Cheers... Rick
    Click here for Adobe Authorized Captivate and RoboHelp HTML Training
    Click here for the SorcerStone Blog
    Click here for RoboHelp and Captivate eBooks

  • Posting quiz results to LMS

    Hi,
    Can some one please suggest whats the best LMS tool out there in the market to publish the training manual. I tried Acrobat.com but i do not think it can be considered as LMS system? Any sugestions?
    Thanks,
    Krishna

    What boggles my mind is why Adobe hasn't made a Captivate Reporting solution that writes to a Cold Fusion database like the Wamp/MySql solution.  Cold Fusion is an Adobe product so you'd think they'd keep it at home.
    Susan Wright (Equilady)
    Remember, the mighty oak was just a nut that held its ground.
    http://www.equilady.com

  • Send quiz results for users without Internet access

    We have a group of developers in India who do not have internet access. I have created an eLearning course in C4 with a quiz at the end. For most users, they take the course through our LMS and we can report results without a problem. However, we have a group of developers in India who do not have internet access. Is there a way to capture name and quiz results and send them via email? Alternatively, we can open up a port to access Connect, but I still need to report name and quiz results.
    Thank you,
    FG

    Hello,
    Are those users connected in a network? If yes, with the version of Captivate 5 (will be available shortly) it will be possible to have the results send and stored on a server.
    Lilybiri

  • Adobe Presenter 9 quiz results reporting to LMS

    We have over 50 users of AP9, and currently use a Success Factors LMS. Our AP9 quiz results are currently reporting only the cut/mastery score to the LMS student transcript, not the actual score the student gets. Any ideas? I've read all the help and tutorial material and it does not address the actual score reporting anywhere. What are the correct quiz and Reporting options settings to get actual scores reported for a final quiz? We SCORM wrap v1.2. Our LMS suppport says it is pulling what AP9 sends- which is the cut score. When we test as a learner, we can get 100% but if the mastery score is set at 80% we see as a learner we acheived 100% but only 80% score goes to our transcript. Does AP 10 function differently in this aspect than AP 9?
    Thanks, Elizabeth

    Hello,
    I am experiencing a similar issue. Was a resolution ever found?

  • Sending flash quiz results to an LMS

    Hey Guys,
    Using Flash CS3, having issues getting flash to send quiz results to a LMS. Using the Flash quiz templates, exporting with SCORM 1.2 compliance. The LMS is able to track times attempted and if the lesson was complete or not, however the quiz results don't reach the LMS.
    I think this can be resolved in the actionscript or the javascript that gets exported with the HTML file
    Apparently you can control the javascript functions with FScommands from actionscript
    Something like fscommand ("LMSSetValue","cmi.core.score.raw" + "," + integer);
    I don't know where in the actionscript this should be triggered from
    I can't find documentation from adobe about this function
    Has anyone else come across this issue?

    In case anyone was interested in an answer to this
    Apparently fscommands are an older way of getting data to an LMS
    The current way of doing it is using an external class to handle calls to and from the LMS
    Philip Hutchison's site http://pipwerks.com/ has alot of helpful information on this topic
    A good starting point is here http://pipwerks.com/2008/04/27/how-to-add-basic-scorm-code-to-a-flash-movie/
    Hope this helps someone

  • Can I generate a report from my Quiz results....

    and Print them out after someone completes a quiz? Without
    using a LMS or the email function?
    I would like a participant to complete a simple pre
    assessment activity and then have Captivate send the results to the
    printer.
    Anyone doing this?
    Thanks in advance for any insight.

    Hi Tide88 and welcome to our community
    Captivate doesn't offer a built in way to do it, but you can
    visit fellow Adobe Community Expert Paul Dewhurst's site
    Raising
    Aimee and grab a small widget that you drop on the Captivate
    slide that allows the user to print.
    I believe that Paul asks for donations in order to help keep
    development going. And I can't underscore enough how useful his
    widgets can be! So if we all continue to contribute, we will all
    benefit.
    Cheers... Rick

  • Sending first result to LMS

    Hi,
    I'm looking for the correct quiz settings so that when allowed to retake a quiz, the first results/scores
    are not passed to the LMS, but the final scores are passed.
    Also, I need to know what to set so that if a quiz is failed, how to get the "complete" status to pass
    to LMS.  My LMS (Rollbook) is looking for "mastery score" and score, so I want the failed result
    to cause Cp to set status to complete.  Or can I not do that at all?  will failed always mean incomplete?
    Thanks in advance,
    Denise

    Further info:  These are the course scenarios and results that I need to see.
    1. course is presentation type method of content, without a quiz.  Need LMS to display "completed/passed: without a score displayed
    2. course is presentation type method of content with a quiz.  1 - 10 questions, user is required to take quiz and pass to consider course complete
    - allowed 3 attempts to take and retake quiz, either first or subsequent sessions
    - if first is failure, and user exits course window in LMS, need to display incomplete/in progress
    - if final attempt is failure, and user exits course window in LMS, need to display complete and failed.
    - if final attempt is passed, and user exits course window in LMS, need to display complete and passed
    i.e., need to send complete status on final attempt, and actual result (pass/fail).  And not send "max score"
    3. course is presentation type method, with interaction in the Cp screens, with a quiz:
    - allowed 3 attempts to take/retake quiz BUT want the retake to be the whole course, not just the quiz, so
    would like the "continue" button on the results page to return to course start (so far continue only works
    on attempt 1 and I've posted a separate problem on the continue button).
    Need this course to work as described in #2 above.
    Tried the course described in #3 today, and passed the quiz on first attempt, results displayed correctly,
    but LMS displayed "incomplete".  Achieving passed does not set status to complete, regardless the
    number of tries on the quiz.
    Thanks in advance for the help!!
    Denise

  • 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

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

  • 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

Maybe you are looking for