PeopleSoft ELM and Captivate

Does anyone have experience with uploading Captivate project to PeopleSoft.  Our PeopleSoft admistrator is telling that PeopleSoft is not remembering where the Learner has left off.  I have ensured that in Project -> Advanced Interaction all of the buttons on reach slide are being reported on.  PeopleSoft is not remembering where the Learner has left off.
Can anyone Help?
Thanks,
Bonnie

You do NOT have 'Never send resume data' checked, right?
One of Captivate's flaws is it doesn't set the cmi.exit parameter correctly. If it's meant to resume, it should set that parameter to 'suspend'. Technically, per SCORM, if the lesson doesn't set cmi.exit properly, the LMS should NOT give back resume data.... Few LMS products actually do this, so it's usually not a problem with Captivate...but if ELM is enforcing this and not giving the lesson back its suspend_data because the cmi.exit value isn't being set properly....it's really CP's fault....and unless there's a way to change that in the ELM LMS, there's probably nothing you can do about it (unless you can figure out how to make your CP lessons force the cmi.exit value to set correctly via custom code....?)
I'm not guaranteeing this is the problem, but could be likely. I'm sure your ELM admin would like it to be ;-)
Erik

Similar Messages

  • Captivate 4 scoring in Peoplesoft ELM

    Hi all--hoping to get some help with our issue:  our Captivate courses are not scoring correctly when taken through our Peoplesoft ELM.  Our Articulate courses ARE scoring correctly.
    The Captivate courses are scoring correctly on the ELM/Component piece, but not on the ELM/Activity piece--which is what shows up on all the training records and reports.
    Here are the Quiz Preference settings we are using to publish our Captivate courses:
    We have tried different combinations of these settings, but none seem to make a difference. Peoplesoft either records the score of the Activity as '80' or '100'...nothing else, no matter what the component/real quiz score is (80, 90 or 100).  The mastery score was set at 80, then we unchecked that, but still no change.
    Does anyone have any suggestions?

    I've found it!  Here's the answer:
    Set the following in your Captivate -->Preferences:
    Project-->Start and End-->Project end options = Close Project
    For SCORM 1.2 courses:
    Quiz-->Reporting-->Report Status = Complete/Incomplete
    Quiz-->Reporting-->Report to LMS as = Percent
    Quiz-->Reporting-->Choose Report Data = Quiz results and slide views
    Quiz-->Reporting-->Reporting Level = Interactions and Score
    Quiz-->Reporting-->Manifest:  make sure the SCO-->Mastery score is either unchecked or <= the Pass or Fail score/percent
    These settings work wonderfully for our Peoplesoft ELM LMS!  We are now scoring correctly 100% of the time.
    However, because you are reporting the 'Quiz results and slide views', you will need to make sure none of your slides are longer than the pause time (assuming you have an interaction pausing your slide).  This is because Captivate doesn't count a slide as being 'viewed' unless it's completely viewed for the length of time assigned (3.0 seconds, 5.0 seconds, etc.  For those times when you need a longer slide for some reason (multiple clicks on one slide, for example), factor those slides into your Slide View Completion percent (for example, change 100% to 95%). This also applies to branching...be sure to set your Slide View Completion percent low enough to allow completion based on the minimum number of slides learners will view, no matter what branch they take.

  • When launching adobe captivate 7, i am required to login, I login and captivate never launches

    when launching adobe captivate 7, i am required to login, I login and captivate never launches

    You have to launch as an administrator, is not the same as  being administrator: use right-click menu on shortcut key or .exe  and change that permantently using the advanced tab.
    Don't have your documents on network drive, but copy the document to your system, and you can copy it back after finishing with it.
    Lilybiri

  • Dynamic Text and Captivate

    Running with Flash Pro CS 6 and Captivate 5.5.
    I have a Captivate project with an embedded UI created with Flash.  I want a text field (called Titled ) in Captivate to be accessed and displayed within the Flash UI.  The text field will be different on each Cap slide, so the Flash UI should read it each time a new slide begins.
    Reading on the net shows that Dynamic Text should do it, but there are no useable examples to draw upon for inspiration.
    Can anyone out there inspire me?
    Thanks.

    I don't know how much help it will be but you should check
    out
    this
    link to a page at Paul Dewhurst's web-site "RaisingAimee". You
    may not be able to get to that page until you register as a user on
    Paul's site. If you run into that, register, then try the link
    again.
    If this is any help to you, drop a few pieces-of-eight in
    Paul's PayPal account, and maybe send him a personal "thank you" on
    his Shout Box. If it doesn't work, it might be because those
    particular FLAs were created for version 1, as I remember, and may
    be to some extent version-specific. In any case, it might be worth
    a try.
    ~best wishes for your success,
    Larry

  • Can i use combination peoplesoft system  and http adapter on sender side

    hai
    can i use combination peoplesoft system  and http adapter on sender side
    is their any modifications i have to do on module tab
    can any body tell me how to post data to http adapter
    is there any application gui is there to post data

    Hi
    can i use combination peoplesoft system and http adapter on sender side
    >>>Can you explain further what this means.. You can use HTTP adapter on the sender side.
    is their any modifications i have to do on module tab
    >>> No module processor allowed for HTTP adapter.
    can any body tell me how to post data to http adapter
    is there any application gui is there to post data
    >>> Check this document. It gives you information on how to build HTTP based web GUI.
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/66dadc6e-0a01-0010-9ea9-bb6d8ca48cc8
    Thanks
    Satish

  • Problems with Scorm and Captivate

    There appears to be a major problem with Scorm compliance and Captivate 4.
    From my understanding, Scorm 1.2 requires that the Manifest include the filenames of all resource files in order to import them. It appears that when Captivate externalizes its resources (Skins, etc) it does not include them in the Manifest. This is because Captivate does not dynamically create the manifest, but rather uses template manifest to fill in variables. The file that is missing from the template is untitled_skin.swf. Below is the template and the output from my test. From the template, it does not appear that Captivate will support anything other than a single SWF and be compliant with Scorm 1.2 (1.2 Scorm Specs http://www.imsglobal.org/content/packaging/cpv1p1p2/imscp_bestv1p1p2.html)
    Template:
    <resources>
      <resource identifier="@RD_MQZ_MANIFEST_ID_RES" type="webcontent" href="@RD_MQZ_MANIFEST_HTM_NAME_HREF" adlcp:scormtype="sco">
             <file href="@RD_MQZ_MANIFEST_SWF_NAME"/>
          <file href="@RD_MQZ_MANIFEST_HTM_NAME"/>
                <file href="SCORM_support/scorm_support.htm"/>
                <file href="SCORM_support/scorm_support.js"/>
                <file href="SCORM_support/scorm_support.swf"/>
      </resource>
    Actual XML:
    <resources>
    - <resource identifier="SCO_ID1_RES" type="webcontent"href="untitled.htm"adlcp:scormtype="sco">
    <file href="untitled.swf" />
    <file href="untitled.htm" />
    <file href="SCORM_support/scorm_support.htm" />
    <file href="SCORM_support/scorm_support.js" />
    <file href="SCORM_support/scorm_support.swf" />
    Please advise..
    Thank You!

    Michael,
    SCORM packages do have a number of "must-haves", but the listing of every last resource asset is more a best practice (although a good idea).
    The content doc that you reference actually states that it is a best-practice document at the top. 
    My stand has always been that in the long run you are much better off if you follow all the rules (especially as the standards evolve and build on each other) so I would love to see captivate list all the resources in the future.
    Importantly though, for any SCORM certified LMS there are two instances where resources MUST be listed.
    First, if it is the href launch file for that particular resource (i.e. <resource identifier="SCO_ID1_RES" type="webcontent" href="untitled.htm"adlcp:scormtype="sco"> in your example) then obviously it must be listed in order for LMS to serve up the next part of the course.
    The other time it must be listed is if that particular resource is actually a "dependency sub-element" of whatever sco or other resource it applies to.
    As long as you have those bases covered, and all the other rules of course (schemas definitions, etc...) it should still pass the appropriate ADL conformance test suite.
    I use both captivate 3 and 4 with a whole host of different LMS systems and have found the generated files to be quite sufficient for basic packaging needs.
    Although, I have made a few customizations based on comments I have read from Andrew Cherney and Mike Rustici (I try to read everything either one of them answers for someone on the forum).
    If you are saying that a particular LMS is doing some kind of "import validation" before it accepts and allows you to publish your content, then that is actually quite common (though usually transparent unless you hit a snag in the validation).
    Typically, the validation will consist of a shortened version of the same basic items that the ADL test suite checks for (schemas and declarations, launch files, etc..).
    That said, if because of an LMS that you need to account for, you absolutely NEED to have all the files listed in the manifest, a great tool for ensuring that is actually free.
    It is called RELOAD, and if you ever take one of the courses run by the ADL Academic Co-Lab (which I highly recommend) that is the tool they use for teaching about packaging and sequencing.
    Very useful tool for creating new packages or editing existing packages as well as adding metadata, sequencing rules and so on.
    RELOAD lets you drag and drop whole directories of resources and set their dependency requirements so you could use it to quickly add all your resources to the manifest.
    This is their website:
    http://www.reload.ac.uk/
    I can generally get by with just the files that captivate generates for scorm 1.2 , but for any heavy lifting (i.e. dynamic sequencing in scorm 2004), I always bring RELOAD into the picture.
    I hope this was helpful.  I tend to ramble on about standards sometimes...
    Russ

  • Google Chrome (v.40.0.2214.93) and Captivate 8.0.1.242 not previewing

    Hi... anyone having problems previewing a responsive file using the Preview > In Adobe Edge Inspect.  Google Chrome opens with Error 404: Not Found File not found.  My Google Chrome  is v.40.0.2214.93 and Captivate 8.0.1.242.

    Hello,
    Welcome to Adobe Forums.
    Did you get any prompt while previewing the responsive file in Google chrome?
    Please check if your Windows User name contain space in between like "John smith". If there would be a space between your username you might have to create a new user profile with new name without space in it.
    Regards,
    Rajeev.

  • Integrating Oracle Apps, Peoplesoft, SAP and others using ADF(Portal), BPEL

    Hi,
    Our company has various system like Oracle Apps, Peoplesoft, SAP and some custom systems which uses microsoft active directory. All the system has a common User ID but diffrent password as set by the user. For now every user have to remember 4 different passwords and username(in some cases).
    We wish to integrate the Authentication process using BPEL. Some thing like a SSO so the user will login into a new application(Build using ADF) like a portal, which will contain the links to all the above stated application. With this new application the user will have to remember only one user name and password and this user name and password will be sinked with all the other applications using BPEL.
    Can you guys through some ideas as in how we can acchive this? Is it possible to integrate the Authentication process using BPEL?
    Thanks in advance,
    Deepak.

    Why dont you synch ypur users in OPID and keep one username password there and then use external application or portal context to authenticate to all your other applications?

  • Need to re-install DreamWeaver CS4 and Captivate 4

    I have license keys for DreamWeaver CS4 and Captivate 4. I just had my laptop reimaged and need to reinstall this software--however, I can find downloads for only Version 5 of these products.
    How can I reainstall the older versions?
    [email address deleted by host]

    Go to this guy's profile, where you will see his blog address.  Go there and you'll find links to old versions.  Very handy!    Make sure you follow the instructions about logging into Adobe etc first to the letter or it won't work.

  • Question on audio and Captivate?

    What best practices do you have for incorporating audio in Captivate and minimize file size.CP 3 converts MP# to Wav. Was that addressed in CP 4?

    Hi there
    Even though Captivate converts WAV to MP3 and Vice-Versa, only MP3 is actually used in the output created by Captivate.
    Captivate 4 doesn't change this.
    Although I'm admittedly guessing here, I suspect the WAV format must exist inside the CP file for the purposes of Audio Editing. It would be great if one of the Captivate development team were to pop in about now and either confirm or deny that suspicion!
    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

  • Problems with Flash Security issues and Captivate projects

    Hello,
    We're putting together a flash based eLearning course that has been created primarily in Adobe Captivate with flash plugins. The course consists of several modules, all which are embedded into HTML files that are linked to each other.
    Our client wants the project on a CD, which is starting to create some problems. Everytime the project goes to open another HTML/flash page, the security issue comes up that mentions that the flash player is trying to communicate to the internet.
    Now usually the way to get around this is to go into the security settings and add the CD as an accepted URL - however we can't do this for several reasons. The main one is that we are encasing it within Firefox Portable (included within the CD and as such, read only) and the computers it is being used on may not be connected to the internet.
    Any idea how we can get around this? Are the flash player settings stored somewhere locally on your computer, and can we configure them there? (perhaps through an ini or something) to place on the CD with the plugin for Firefox Portable? Is there a simpler way to address this that we're just not seeing?
    Thanks,

    Hi there
    I agree with Michael.
    Server2Go is also what I'd have offered. The mention of Firefox portable sound intiguing, but I'm really skeptical that it will do what is needed in this case.
    In case it will help, here are some steps for Server2Go.
    Download the Server2Go software from http://www.server2go-web.de/download/download.html
    Choose the Micro package
    This should result in receiving a zip file named distribute_apache1.3_micro.zip
    Unzip the contents of the zip file to the root of your hard drive ( C:\ )
    This should create a folder named distribute_apache1.3_micro
    Open this folder and delete the following files and folders inside:
    Files:
    splash.bmp
    logo.ico
    readme.txt
    Folders:
    dlls
    dbdir
    cgi-bin
    Open the htdocs folder and delete all files and folders inside.
    Copy all of your Captivate output files to the htdocs folder
    Rename the HTML page Captivate created to index.htm
    Copy the contents of the distribute_apache1.3_micro folder to the CD-ROM and test!
    Hopefully this helps... Rick
    Click here for Adobe Certified Captivate and RoboHelp HTML Training
    Click here for the SorcerStone Blog
    Click here for RoboHelp and Captivate eBooks

  • I am migrating from Tech Comm Suite, eLearning Suite, and Captivate licenses to a subscription model.  I need help.

    I already have an Adobe account that is associated with my work email.  We had purchased the Tech Comm Suite for Captivate and the eLearning Suite.  Adobe is not offering Captivate 8 as part of an eLearning Suite, but I DO need to upgrade.  I also would like to keep the other apps in both suites up to date, so we want to purchase a Creative Cloud subscription.  I don't have a clue where the serial numbers are kept, and as far as I know, the serial numbers don't show up anywhere in the app anymore.  Additionally, I cannot enter the billing information for my subscription because we have to make the purchase on a p-card owned by our administrative assistant.  So what I want to know is how to purchase a subscription for both Creative Cloud and Captivate that is associated with my email account without giving my login information to the administrative assistant?
    Is it possible to purchase a team subscription and add my email address to the team?  I have to give explicit instructions to our admin.
    Thanks

    Cloud Plans https://creative.adobe.com/plans
    -and subscription terms http://www.adobe.com/misc/subscription_terms.html
    or
    Adobe contact information - http://helpx.adobe.com/contact.html may help
    or
    by telephone http://helpx.adobe.com/x-productkb/global/phone-support-orders.html

  • Can Camtasia and Captivate be combined into one project?

    Is there a way to seamlessly combine Camtasia and Captivate into a single Captivate project?  I'd like to capture screens with Camtasia but use Captivate for its quiz interactivity at the end of the project.  Camtasia does a better job of editing screens, zooms and pans are better, but the downside is the larger file size.  So, Camtasia would be the first part of the project and Captivate would be the second part.  Two projects integrated into one.  Any ideas?

    Hi there
    Interesting thought on combining. No way exists that I'm aware of to seamlessly slice, dice and splice.
    You did say someting I'd like to see some clarification on.
    Saber25 wrote:
    ...I'd like to capture screens with Camtasia but use Captivate for its quiz interactivity at the end of the project.  Camtasia does a better job of editing screens, zooms and pans are better...
    Why is it you feel Camtasia is better at editing? To my knowledge Captivate is better at that. Here's what I mean.
    With Camtasia, it's like recording using an older 8MM camera. You end up with film. Now you can split the film apart, trim segments out and splice segments together, but you cannot (to my knowledge and I stand to be corrected on this) edit frames to remove or alter information. For example, in Captivate if I record a screen containing sensitive data such as a person's account number, I'm able to edit the image to obliterate the account number. I might have to repeat the process over a few different slides to do it, but it's reasonably easy to do. I don't believe the same capability exists with Camtasia.
    One thought here is that perhaps you might create Flash based SWF output from Camtasia. (I think it will output SWF - If not, choose FLV) Then create a single slide Captivate and insert that SWF or FLV as an object on the slide. Then configure the container Captivate to open your other quiz project.
    Or, in thinking that way, just insert a blank slide in your quiz project and place the Camtasia content on that blank slide.
    Hopefully something here made sense and will help... Rick
    Click here for Adobe Authorized Captivate and RoboHelp HTML Training
    Click here for the SorcerStone Blog
    Click here for RoboHelp and Captivate eBooks

  • Difference between presenter and captivate?

    Could somebody explain the differences between Adobe
    Presenter and Captivate?

    Hi RazMcH and welcome to our community
    Presenter takes content you author in PowerPoint and creates
    a presentation out of it. So in this case, PowerPoint is your
    authoring medium. Presenter also provides a Table of contents and
    an area where you may insert a picture (head shot) of the person
    presenting and a bio if you like.
    Captivate content may be used on different slides of
    Presenter. Presenter doesn't record screen activity as Captivate
    does.
    Hopefully something there was helpful... Rick

  • I am an educator does the creative cloud include presenter and captivate?

    I am an educator does the creative cloud include access presenter and captivate?  Currently have licences for CS4, e-learning suite and Lightroom 5.  Becoming a deal breaker as department wants me to move to Storyline.

    when virtually everything else is.
    It might seem like that but really the Cloud contains the same as the Master Collection in the perpetually licensed days - which has never included Presenter nor Captivate.
    Are there any plans to integrate these in further editions?
    I don't work for Adobe and Adobe never reveals their future plans before they have something just about ready to ship.
    However I would be surprised if they do include these titles in the Cloud any time soon.
    Feel free to add your vote for Captivate though'Include Captivate with Creative Cloud Membership

Maybe you are looking for