LMS / LSO - Course Completion Specifications

Can someone confirm where you specify course completion specifications for a WBT. I guess it is to be specified at D / Course Type level, against "Minimum" in Completion specifications tab. I guess it also depends on the Learning Objects. If the above is right, and if the minimum field has a zero, would it mark course completion as 100% even if the learner has accessed it for a minute only. Appreciate expert opinion on this Pl
Matt

Matt,
SAP does deliver configuration by delivery method, but you are free to change this (add/delete/reorder infotypes as needed by delivery method).  This is done via the IMG.  Under Learning Solution>Basic Settings>Dialog Control-->Current Settings, you will find Maintain Personnel Actions.  Here you will find the various actions for the different delivery methods, and you can review/modify as needed.  Course Completion Specifications IT should be already configured for you for delivery methods like WBT and online test.
Gary

Similar Messages

  • LSO - Course Completion Certificate

    Please help me with information as to where can I find a learner's Course Completion Certificate in the system or is the Certificate generated dynamically and not really stored in any table?

    Matt,
    SAP does deliver configuration by delivery method, but you are free to change this (add/delete/reorder infotypes as needed by delivery method).  This is done via the IMG.  Under Learning Solution>Basic Settings>Dialog Control-->Current Settings, you will find Maintain Personnel Actions.  Here you will find the various actions for the different delivery methods, and you can review/modify as needed.  Course Completion Specifications IT should be already configured for you for delivery methods like WBT and online test.
    Gary

  • LSO course completion table

    Hello All,
    I need to rebook employees in a course that an employee has taken and it's qualification is expiring.
    But I am not able to figure where this information is stored that the course has been completed.
    Based on which I can rebook the employee to that course if the qualification is about to expire.
    Thanks,
    Ritika 

    HI Ritika,
    Table "LSOLEARNING_C" can be used for checking first and last date of the course conducted.
    In Case if you are looking whether the participants attended / completed the course you can check below logic and modify it as per your requirement.
          SELECT * FROM hrp1001 INTO TABLE it_hrp1001
                                     WHERE otype = 'E' AND
                                                   objid = wa_part-eveid AND
                                                   plvar = '01' AND
                                                   relat = '025' AND
                                                   sclas = 'P' .
          IF sy-subrc = 0 .
            SELECT SINGLE delet FROM hrp1026
                                                  INTO lv_delete
                                                  WHERE plvar = '01' AND
                                                                otype = 'E' AND
                                                                objid = wa_part-eveid AND
                                                                delet = 'X' .
            IF sy-subrc = 0 .
              * Participants has completed the course
            ENDIF.
          ENDIF.
    -Swet Bhushan

  • AICC Course Completions are not writing back to LSO

    We are on LSO 602 and we have both SCORM and AICC courses.  We have implemented the Single SCO Badi w/ the sample code that was provided.  This has helped solve the problem w/ the Single SCO completion progress, but we are having problems now w/ the AICC courses.
    AICC courses are not writing anything back to the LMS (we can see this through the API log while playing the courses in AE).  Now, when a student takes an AICC course in the portal, passes it, and confirms participation, they are followed up as Failed and Confirmed Participation.  The completion specification infotype specifies that 0% of the Learning Objects is required to pass the course. 
    This has made it unclear as to whether we can use the standard implementation of teh Single SCO Badi in conjunction with AICC courses.  
    Has anyone had success w/ AICC courses writing completion back to SAP LSO correctly?  And has anyone has success w/ AICC courses while the Single SCO Badi is implemented?
    Thanks!

    We do have the same problem. We implemented interface to a vendor for aicc courses and once course is completed they are sending as 100% completion to our CP but  SAP tables are not updated at all. Did you firgured it out what's the solution for your problem
    Srinivas
    Edited by: Srinivas on Mar 3, 2010 3:02 AM

  • LSO System Performance and Course Completion

    We have been encountering issues with users receiving only a 50% course completion in LSO 3.0 for web-based course.  We are attempting to determine the trend and root cause-- it appears, for example, that a user successfully completes one course at 100%, immediately books and attends a second web-based course; successfully completing the second course and passing the test.  For the second course, the user receives only a 50% completion.  This has occurred to at least 200 employees over the last 3 weeks.  Has anyone else encountered this issue?  If so - what did you find.  Do you have any ideas for us to assist with troubleshooting?

    Hi Sherry,
    The most common case where I see 50% completion in LSO 300 is the scenario which involves WBT + a final test.  When setup correctly, this would involve: (1) creating one learning objective, assigning it to the learning net (with "attainable" unchecked), but also assigning the learning objective to the item group of the final test, and (2) defining up the Course Specifications infotype to have learner complete 100% of learning objectives AND 100% of learning objects.   Where we have encountered problems before is that an author either forgets to assign the learning objective at the item group level of the test, so the learner never attains the learning objective.  As a result, they are sitting with 100% of the learning objects met, but 0% of the learning objectives met, resulting in an overall completion percentage of 50%.
    So...perhaps there was a problem with the setup of the course (either initially or when it was versioned) that is causing the problem.
    It not clear from your attachment whether all learners have received 50% completion, or just some of them, but it wouldn't seem possible that the system is behaving differently for different learners, unless it could be traced back to some versioning activity.
    Not sure if this is your situation, but take a look and see if this is your problem.
    Regards,
    Gary

  • LSO course authorization for Organizational Unit

    Hi,
    Is is possible to restrict courses in a course catalog according to Organizational unit. In the system we can restrict users to specific courses through structural authorization, but is it possible to maintain authorizations on Organizational units for LSO Courses or course types.
    Regards,
    Asad

    Disappering is the right behavior. On delivery method WBT participant type 'O' cannot be booked because WBT can be only accessed using Learning portal and Learning portal cannot be logged in using Org. Unit. So this is not possible for this release.
    But i have heard in EHP4 this option of Org. unit booking on WBT is possible but not directly but system will take care if you select an org unit for booking.
    Regards, kavya
    Edited by: Kavya Shree on Oct 30, 2008 10:08 AM

  • LSO : Direct deep Link to LSO-Courses

    Hi there,
    we need to build links to specific LSO courses which should be shown in an iView within our EnterprisePortal.
    So how must the basic LSO-Url
    <address of the SAP Web Application Server > <SAP/BC/BSP/SAP/HCM_LEARNING/LESO.HTM
    be modified in order to deep-link to a certain course or course-folder ?
    Cheers
    Walter
    Edited by: walter wolf on Feb 4, 2011 1:40 PM

    Walter,
    If it is possible to locate the URL of the course, you may try to modify the parameters in the BSP iView to point to the right course or course folder directly.
    See the documentation: [Technical Settings for the Learning Portal|http://help.sap.com/erp2005_ehp_02/helpdata/en/e6/e7cf3b8fe10428e10000000a114084/frameset.htm]
    Mikhail.

  • Populate User Name in Certificate of Course Completion

    In CP4, I am using a AS2 version Certificate of Course Completion. For populating the Name line, I cannot figure out the pop-up message's directions for doing that function -- how do I do that? I did create a user variable within a text entry box to record a user's name and use that user variable text box to show the name on certain pages.

    Hi there
    As Lilybiri pointed out, you need to use that variable. But things aren't as straightforward as they may seem. I found myself initially struggling with it.
    Here are some notes I jotted down that may help:
    Click Project > Actions and define a variable named v_Name. (Pay attention to case. v_name probably won't work. V_NAME probably won't work either - this is script and script is usually very persnickety with case!)
    Insert a slide with a Text Entry Box early on in the project.
    Click the Options tab and configure the TEB so it doesn't validate.
    Click the Advanced tab and associate the TEB with the v_Name variable created in the first step. (This is where I got stuck. I was trying to name the TEB v_Name instead of associating it)
    From there it is pretty straightforward.
    Cheers... Rick
    Click here for Adobe Certified Captivate and RoboHelp HTML Training
    Click here for the SorcerStone Blog
    Click here for RoboHelp and Captivate eBooks

  • Certificate of Course Completion - Recording Score Incorrectly

    In CP4, I have the widget Certificate of Course Completion working, except for recording correctly whether the user has passed or failed. For one CP course module, I have one quiz question with 9 questions, 10 points assigned per question. In Preferences > Pass or Fail, I have ticked 80 points or more to pass. When I publish the course, take the quiz by answering 9 out of 10 correctly, the Certificate of Course Completion shows "22.22" points and a "Fail" -- what am I missing to have a course grade show correctly?? See screenshot image...

    Hello,
    What script version are you using? AS2 or AS3? If you can do your project in AS2, the developers at Captivate found it was their error and provided a solution (see the attachment) for AS2. The following are the instructions to use it in your Captivate 4 project:
    Here’s how you should be using the widget:
    1.Save the “certificate correction AS2.swf” in your machine locally.
    2.Go to the slide where you want to insert you widget.
    3.In Captivate go to Insert->Widget->Browse for “certificate correction AS2.swf”.
    4.In the widget dialog go to Options->Display for “Rest of Project”.
    5.Preview or Publish the project.
    It ended up working great for my project! Please let me know if you have further questions.
    Sincerely,
    Kevin J. Anderle
    Lead Technical Writer / Department of Defense e-Learning
    O'NEIL & ASSOCIATES, INC.
    2211 Oregon St., Unit D
    Oshkosh, Wisconsin 54902-7001
    Phone: (920) 237-2381 ext. 157
    Fax: (920) 237-2388
    E-mail: [email protected]
    REVOLUTIONIZING DOCUMENTATION >>> POWERING PRODUCT SUPPORT

  • Oracle course completion Certificate.

    Hi
    I have attended 11g Workshop-II course in last month. I have fee-Invoice and I filled the feedback form and submitted online on the last day of class. But I do not have copy course completion certificate. How do I get the course completion certificate.
    Thanks.
    Bhanu

    Bhanu,
    You should contact either your instructor or Oracle University for your course completion documentation. You can find local contact information on our website here http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=225.
    Regards,
    Brandye Barrington
    Certification Forum Moderator

  • Lso 600 portal not allowing on-line course completion

    We just upgraded to lso 600 and ECC 700 from lso 200 and our lso portal  page does not show our completed on-line courses and the set to complete link is not displaying after a course is passed.

    Hey were you able to resolve this problem ? if not then let me know. I might be able to help you.
    Regards,
    Ravi

  • SuccessFactors LMS not showing completion on Captivate 5.5 courses

    THis is the only info SuccessFactors is telling us.  I dont know where to find this settings in Preferences or Publishing settings. 
    Please double check the publishing settings to ensure the content is set to update lesson_status as soon as the user reaches the final slide.
    Republish and resubmit this new content to iContent and I will process it ASAP.
    Please let me know if you have any questions!
    LMSFinish('')
    LMSCommit('')
    writeData('cmi.core.lesson_location', 'PUTPARAM', 'CORE', 'LESSON_LOCATION', '33') returning true
    writeData('cmi.core.lesson_status', 'PUTPARAM', 'CORE', 'LESSON_STATUS', 'incomplete') returning true
    writeData('cmi.core.session_time', 'PUTPARAM', 'CORE', 'TIME', '00:01:14') returning true
    writeData('cmi.core.score.raw', 'PUTPARAM', 'CORE', 'SCORE', '0') returning true
    writeData('cmi.core.score.min', 'PUTPARAM', 'CORE', 'SCORE', '0') returning true
    writeData('cmi.core.score.max', 'PUTPARAM', 'CORE', 'SCORE', '0') returning true
    writeData('cmi.suspend_data', 'PUTPARAM', 'CORE_LESSON', '', 'hA1Enone%24nP1Enone%24nP1Enone%24nP1Enone%24nP1Enone%24nP1Enone%24nP1Enone%24nP1Enone%24 nP1Enone%24nP1Enone%24nP1Enone%24nP1Enone%24nP1Enone%24nP1Enone%24nP1Enone%24nP1Enone%24nP 1Enone%24nP1Enone%24nP1Enone%24nP1Enone%24nP1Enone%24nP1Enone%24nP1Enone%24nP1Enone%24nP1E none%24nP1Enone%24nP1Enone%24nP1Enone%24nP1Enone%24nP1Enone%24nP1Enone%24nP1Enone%24nP1Eno ne%24nP1Enone%24nP000AA000AA') returning true
    commitData() called
    sendHACPMessage, props ==
    {version=2.0, session_id=C16941M3741S, command=PUTPARAM, AICC_Data=[CORE_LESSON]
    hA1Enone%24nP1Enone%24nP1Enone%24nP1Enone%24nP1Enone%24nP1Enone%24nP1Enone%24nP1Enone%24nP 1Enone%24nP1Enone%24nP1Enone%24nP1Enone%24nP1Enone%24nP1Enone%24nP1Enone%24nP1Enone%24nP1E none%24nP1Enone%24nP1Enone%24nP1Enone%24nP1Enone%24nP1Enone%24nP1Enone%24nP1Enone%24nP1Eno ne%24nP1Enone%24nP1Enone%24nP1Enone%24nP1Enone%24nP1Enone%24nP1Enone%24nP1Enone%24nP1Enone %24nP1Enone%24nP000AA000AA
    [CORE]
    TIME=00:01:14
    LESSON_STATUS=incomplete
    LESSON_LOCATION=33
    SCORE=0,0,0
      returning 'true'
    sendHACPMessage, props ==
    {version=2.0, session_id=C16941M3741S, command=ExitAU}
      returning 'true'

    Hello,
    Welcome to Adobe Forums.
    Add a button on the Last Slide of your Project (Click to Finish) and enable "Include In Quiz" under Reporting (Properties Inspector)
    Make sure "Reporting Level" should be Interactions and Score (Under Edit -> Preferences)
    Thanks,
    Vikram

  • Course completion communication

    Using Captivate 4 output is swf/html
    I am very new to elearning development. On the last page of my course I have a homemade exit button. I need this button to close the course and communicate completion of the course to an LMS. There is no need to track anything other than completion. How do I do this?

    Each version of Flash Player includes important security fixes.  If you're really using Flash Player 11 as your corporate standard, you're vulnerable to a large body of publicly disclosed issues which have been resolved in current versions.  I doubt that this is actually the case.
    Internet Explorer 11 introduces a number of changes both to how the browser identifies itself to remote web servers, and to how it processes JavaScript intended to target behaviors specific to Internet Explorer.   Unfortunately, this means that content on some sites will be broken until the content provider changes their site to conform to the new development approach required by modern versions of IE.
    There's some decent guidance here, but the bottom line is that a lot of content will need to be patched to work in the world of IE11+.
    Internet Explorer Dev Center
    You can try to work around these issues by using Compatibility View:
    http://windows.microsoft.com/en-us/internet-explorer/use-compatibility-view#ie=ie-11

  • Remembering a users actions if course completed in multiple instances

    I have a course that consists of around 30 tutorials and an assessment. I've created the tutoirals as seperate projects that the main course then links out to. The assessment is hosted in this original course file as well so that it's interactions can be fed back to our LMS (Totara moodle).
    To help users keep track of what sections they've compeleted I've created a menu screen that they're returned to at the end of each module (see below).
    Currently I've got it set up so that the advanced actions that launch the tutorials also show the hidden green images on this screen. This works ok, but if you close the course down and then return to it the images are all hidden again.
    Any tips on a straight forward way of getting this to work so that this information is not lost. I'll probably play around with using user variables to see if they are stored along with the bookmarking and will report back if successful.
    Thanks in advance
    Rob

    Hi NickGG,
    Curious what kind of LMS you have? We have Scorm 1.2 (Meridian).
    I have created CBT much like yours with hidden images that when the user completes they "show" through Advanced Actions etc... My client has requested that the user should be able to log in from ANY computer so the widget would not help me as it stores it as a cookie on the user computer.  But it seems your LMS allows it to store on the LMS so that no matter where the user logs in from, the items they have completed or triggered are stored. 
    Am I correct in understanding that is what your LMS is doing? If so, I'm so excited I can't stand it!
    Thank you!

  • 10g course completion of sql, admin1 and admin2, want to sit for ocp 11g

    Hi all:
    I have completed my courses for sql, admin 1 and admin 2 for oracle 10g.
    I want to sit for the ocp 11g exam.
    What should be the optimum/best/fastest way to sit for ocp 11g.
    Please help......

    Your post indicates that you have attended 10G courses, but not whether you have passed any certification tests. It is also not clear from your post whether the courses you took were from vendors that are accepted by Oracle for the hands-on requirement for an OCP. 10G courses, from an approved vendor or not, do not count directly towards the 11G OCP certification. In my reply I'm going to make two assumptions:
    1 -- You have not taken any certification tests yet. This may not be true, but I would think that you'd have mentioned them rather than just the training if you had.
    2 -- The training you took is from an approved vendor.
    If the above two assumptions are true, then the "fastest way to sit for ocp 11g" is:
    Take (and pass) the following exams to become an Oracle 10G OCP:
    1Z0-051 -- Oracle Database 11g: SQL Fundamentals I
    1Z0-042 -- Oracle Database 10g: Administration I
    1Z0-043 -- Oracle Database 10g: Administration II
    Then complete the Oracle Education course submission form for the appropriate course(s) that meet the hands on requirement.
    Once you pass all three tests and the course is approved, you will have the Oracle 10G DBA Certification.
    Then take (and pass) the following exam to become an Oracle 11G OCP:
    1Z0-050 -- Oracle Database 11g: New Features for Administrators
    Alternately, you can take an 11G course that meets the hands-on requirement and take the 11G specific tests. Since this is likely to cost more than taking one additional test and will mean that in the end you will only be 11G certified rather than 10G and 11G, I think the outline above is likely preferable.

Maybe you are looking for