LSO-External Online Tests

Hi,
Can we import Extenal Suppliers Online Tests into SAP-LSO through Authoring Tool? If yes Please tell me the procedure.
Regards,
Sushma

Sushma,
You CAN import 3rd party created tests into the LSO using the Authoring Tool.  There are a number of SCORM conformant products and vendors that will output a SCORM package for you to import.  Such a test can be added to a course as a separate SCO or be standalone.
Here are some SCORM conformant tools for test creation:
   Articulate Quizmaker
   Adobe Captivate
The issues come up when running reports on the test data.  Since SCORM data is placed into SCORM tables in the LSO, the delivered reports for test will not work as expected.  Custom reporting is an effective way to get the test result data you will need.
Import a test is just like importing any other SCORM content in AE.
Tools->Import Resources->As a reusable Media Object
Best Regards, Alex

Similar Messages

  • LSO feedback for test

    Hello,
    After the user completes an online test in the content player it is possible
    to show feedback with information - % achieved.
    But is it possible to hide the questions and only show the feedback??
    Regards,
    Hubert

    Hubert,
    If I understand your question, I don't see a way to do it (at least in LSO 300).  In the Feedback level field for Test Attributes, we choose "Test".  That gives the overall feedback for the test, but also displays the questions with the tester's responses (it doesn't show the actual answers unless you select "Answer" in the Feedback level field).
    If you select "No Feedback", you suppress the questions, but the tester doesn't get any feedback at all (about pass versus fail). 
    You've identified a good improvement which SAP should make in the Test Author (unless they already have in LSO 600)...

  • I support a very large school district currently running Firefox 3.6. What will happen at end of life date? We're in the middle of online testing this week.

    I run the test center for a very large school district with over 120k students. We've got a current deployed base of 54k client machines using Firefox 3.6. We haven't upgraded due to multiple reasons, the most important of which is removing the possibility of using In Private Browsing from the students, and dealing with plugin-updates for the non digital natives (read dumber than a bag of hammers users) that make up the majority of the client base.
    We're testing ESR now, but just found out that end of life for 3.6 is tomorrow, 4/24. We are currently in the middle of statewide online testing. The question is, what will happen tomorrow when the browser goes end of life. The ESR wiki mentions that "an update to the current version of Desktop Firefox will be offered through the Application Update Service"
    So the main question is, are my students/teachers going to get a popup telling them they have to update the browser if we have the updates already turned off? If so, can I turn it off remotely using SCCM, because it will cause all kinds of havoc.
    Please advise asap, and thanks in advance.

    We had to do some serious gymnastics to remove at least most of the ability to use IPB. We removed it from the gui, but unfortunately, if they know the hotkey, they can still bring it up. Security has some serious headaches with this, as by law they have to be able to track where students go, and going with private browsing removes their ability to do forensic work they're required to be able to do. Not a very well thought out feature from Mozilla in my opinion, but it is what it is. Successive versions have made it even more difficult to remove even the gui portion.
    We do plan to release ESR due to the aforementioned security issues, but testing has been slow.
    But thanks for the reply. I think we can turn off the updates if it isn't already done.

  • To set the timer in the Screen for online test

    Hi all,
    This is sujoy here....
    i am developing  a tool in SAP for Evaluation /test of any subject or topic  where i have to incorporate the Timer Concepts as i will set this in the screen which where remaining time will decrease after each second like Online Test using web pages and after a predefined duration of 30 min( or 45 min or something like that) when that preset time is elapsed completly,the "SUBMIT" pushbutton  will be Triggered automatically( if candidate does not press it within the duration).
    Is there any FM or Program regarding this concepts...
    Need your help...
    Regards,
    Sujoy

    Hi Sujoy,
    Addition to my previous post..Use the JavaScript I mentioned in my previous post in the onload of your BSP page. And after 30 minutes or so submit the form, you need to make a addition to the java script given in that link.
    See this code:
    <%@page language="abap" %>
    <%@extension name="htmlb" prefix="htmlb" %>
    <head>
    <SCRIPT LANGUAGE = "JavaScript">
    <!--
    var secs;
    var timerID = null;
    var timerRunning = false;
    var delay = 1000;
    function InitializeTimer()
        // Set the length of the timer, in seconds
        secs = 50;
        StopTheClock();
        StartTheTimer();
    function StopTheClock()
        if(timerRunning)
            clearTimeout(timerID);
        timerRunning = false
    function StartTheTimer()
        if (secs==0)
            StopTheClock();
            // Here's where you put something useful that's
            // supposed to happen after the allotted time.
            // For example, you could display a message:
            alert("You have wasted 50 seconds.");
            document.form1.submit();
        else
            self.status = secs;
            secs = secs - 1;
            timerRunning = true;
            timerID = self.setTimeout("StartTheTimer()", delay);
    /-->
    </SCRIPT>
    </head>
    <htmlb:content design="design2003" >
      <htmlb:page title  = "Timer test application "
                  onLoad = "InitializeTimer()" >
        <htmlb:form id="form1" >
          <htmlb:button text    = "Submit"
                        id      = "but01"
                        onClick = "myEvent" />
        </htmlb:form>
      </htmlb:page>
    </htmlb:content>
    OnInputProcessing you navigate to next page using
    navigation->goto_page( 'second.htm' ).
    Hope this helps...
    Regards,
    Ravikiran.

  • How to Implement a Time Limit Feature in an Online Test Application ?

    I am creating an Online Test application. The time limit can be stored for a Test in the database.
    How to implement a time limit such that when the test is started (user clicks on the Start button to go to the fragment containing the Questions) the time left is shown and the test ends (goes to home page) when the timer reaches zero.
    Thanks

    Hi,
    timestamp is a date and thus cannot be used directly to determine seconds passed. So what you need to do is to build the difference between a saved time stamp and the current time.
    http://docs.oracle.com/javase/1.4.2/docs/api/java/sql/Timestamp.html
    So if you have two time stamps, then calling getTime() on each and building the difference gives you a value, which is millisecond. So to get this to an int value you divide it by 1000
    Frank

  • Online test applications

    HI Java experts,
    I am creating an java online test application, i got strucked in the following scenario.
    Scenario :
    My task is when my application starts running other operating system command and menus should be disabled.
    The operating system commands and menus should remain in disable state till my applications exits.
    I know it can be done, can any one suggest ?
    Thanks in advance.

    Try to download an early version of the JVM

  • Online Tests and Tutorial for CX-310-065

    Hello,
    I am planning to take the test for CX-310-065 (Oracle Certified Professional Java Programmer) soon. Are their any free online tests or tutorials which will help me prepare for this exam?
    Thank you,

    user504183 wrote:
    Hello,
    I am planning to take the test for CX-310-065 (Oracle Certified Professional Java Programmer) soon. Are their any free online tests or tutorials which will help me prepare for this exam?
    Thank you,This isn't really my area but ....
    There is a real possibility that most 'free' online tests / tutorials are brach of copyright / unauthorized learning material or poor quality material.
    According to Oracle Magazine nov/dec : SCJP Sun Certified Programmer for Java 6 Study Guide (CX-310-065): Exam 310-065 (Oracle Press) would be a good investment. As this is in the nov/dec magazine i am not sure if this is a re-issue of a non oracle press title or a later edition thereof.
    Edited by: bigdelboy on 31-Oct-2010 02:53 ( I apologise that this post has appeared 3 times .... well that certainly doesnt help my points/posts ratio ;-)

  • Free online test for the Beginners( to Practice and attened ).

    Hi,
    I want to practice the online oracle test can it possible. I searched so many in google, but it is not free we have to pay. I want free online test to practice.
    And one more thing which is the test to attened for the beginners. And what is the details of that can any one provide me the details.
    Thank u...!
    Ravi

    Good luck in finding it for free.
    For information about which exams, which classes, and so on - go to http://education.oracle.com and click on Certification.

  • Please help on online test application

    Hi all, i'm developing an online test application. I'm done with the login page and uploading the question and i choose to display all the questions to the user but i dont know how to insert in the database cos i used a while loop to display the questions and options so i'm confused.please help

    Thanks for your response.the thing's dat i've already retrieved the questions and options from my sql table. I just want to submit to the database and its not that i dont know how to do that, i just dont know how to submit multiple entries at once cos i have sumthin like:
    while(rs.next())
    id=rs.getString(1);
    opta=rs.getString(2);
    optb=rs.getString(3);
    optc=rs.getString(4);
    optd=rs.getString(5);
    <input type=radio name=<%id%> value=<%opta%> />
    <input type=radio name=<%id%> value=<%optb%> />
    <input type=radio name=<%id%> value=<%optc%> />
    <input type=radio name=<%id%> value=<%optd%> />

  • College student can not take online tests

    Hello,
    My daughter can not take online tests on her ibook because the college she is attending uses a Windows only program called secure exam for online test taking. Is there some Mac based program out there that will allow her to take her tests online while allowing her teacher to grade her exams using his PC?
    Thanks for all you help in advance!

    Samuel,
    If you do decide to use VirtualPC for the Mac, may I recommend that you look into educational pricing?
    I just bought the program two weeks ago and paid $114.95 for it. (This price is for VirtualPC only and not for a bundled copy of Windows. I already had an old copy of Windows 2000 that was not installed anywhere, which I used. If you don't have a separate, unused, and fully licensed copy of Windows, you will need to buy one, and that costs additional money.)
    But if you buy VirtualPC by September 30, Microsoft has a $30 rebate, which makes the product cost $74.95 for students, faculty, and staff.
    The company I bought from was CCVSoftware (no space in the name), and I was pleased with their delivery and attention to the order.
    I was
    b NOT,
    however, pleased with VirtualPC for the Mac and will be returning my copy:
    1. The program seizes control of the Macintosh and does not permit even a mouse pointer outside the VirtualPC window.
    2. It is slow, which I expected. I did not expect, though, that I would take me 2:50 (two minutes, fifty seconds) to load VirtualPC, Windows 2000, and then the full version of the Oxford English Dictionary. I can look up a word in my paper copy of the dictionary faster.
    3. Worst of all, to me, is that you cannot switch from a VirtualPC emulation window back to Macintosh mode and then back to VirtualPC; once you are inside VirtualPC, you are stuck there until you shut down the copy of Windows you are running.
    Hope this helps with your decision,
    Jim Chumbley

  • Authoring Enviornment - Test Elements and Online Tests

    Hi Experts,
    Is there a possibility to create online test within a learning net or learning object. I am able to create a test element within leaning net, but test elements are not interactive and the test answers and results are not stored. Where as if I create an online test, it is not attached/related with the leaning net. kindly help
    Regards,
    AA

    Anyone......

  • Online tests on portal ?????

    Hello All,
    I need to post training test papers on my portal. That means, we should be able to conduct online tests on our portal.
    Some software which can publish test papers on portal, with a timer running, and once the users submit the test papers, they are evaluated and the results get displayed.
    I have heard that there exists a <b>standard Business Package</b> for providing this functionality.
    Is this so ?
    If Yes, what is the name of the Business Package.
    Please help,
    Thanks in advance,
    Samta

    HI,
    The Application is in
    Installation Drive:eclipseexamples -> webdynpro quiz
    or you can download it from
    https://www.sdn.sap.com/irj/sdn/downloaditem?rid=/library/uuid/b1a3e990-0201-0010-aeb2-a2ef5bc3da8e

  • LSO online tests via offline player

    Hello,
    Is it possible to use the offline player to download the test and make it locally?
    When I look in the help provided with offline player I can see that it only mentions
    WBT.
    Hubert
    Edited by: Hubert Cieplak on Feb 5, 2008 4:50 PM

    You can configure offline player to have the learner select the location of the content "Show selection dialog for Data Sources" in the offline player configuration. When the learner books the course in the portal and selects to take the course offline"Download Course, a dialog will appear which asks to either identify where the course is located locally or download the source online.
    The learner can select the local source and click "local available source". I like this method because it allows the learner to choose if they want to download or use local distributed content.
    Let me know if this helps.
    Cheers
    Alan

  • Error Message: Number is not in external Interval (Testing Schedule)

    Hii ,
    Iam working on Stability study process. I have maintained stabity test with materiial (QS) & performed my test upto Initial test of Inspection lot. But when i click create Testing Scheudle in the Notification (QM02) , system asks for testing schedule data for
    Maintenane strategy, scheduling period.
    On clciking create testing schedule , system throws error message "Number is not in external interval". I have maintained all the prerequite setting on number range in following spro path stability study>testing schedule for stability study> Category--> no range.
    For Group ST   600000000- 6999999999 for Intenal & 70000000-7999999999 for external. But still iam facing with error message ""Number is not in external interval".  It throws message no "IP324" . Even I had cross checked with maintenance setting, but error message remains . How to resolve this issue?
    with regards,
    K.Lokesh.
    Edited by: Lokesh K on Mar 11, 2010 1:13 PM
    Edited by: Lokesh K on Mar 12, 2010 5:55 AM

    Hi Lokesh,
    did you actually enter a number ( i.e. 70000001)?
    Usually Stability studies are created using the external number range so that ringing names can be used for the studies:
    Example:
    Material: 000000000000000001  acetylsalicylic acid
    Stability study: ASA1
    I hope that this information proves usefull.
    Regards
    Isabelle

  • LSO External Users booking courses from Learning Portal !!!

    Hi Gurus,
    We want external user book a course using LSO. In order to do that, we have created the same user in Portal and R3 (using SSO). This user has related an External Person object "H" using infotype  1032, subtype 0001. The problem comes when this user booked from R3, and thru Portal we are not able to see any course at all..... If the user books from portal, R3 is booked as "US" object instead of "H" object. My questions are:
    1. Is this configuration OK ? What else I am missing ?
    2. Can results from courses be saved for external user in R3 (H object) ?
    3. How can we save final results for external user using Portal ?

    Hi Chandra,
    Thank you for your information, but is showing courses in portal. The problem comes with external user from portal, when users book a course from Portal, is register (R3) with the object "US" instead of "H" External Person. If we book the user from R3 with object "H" (External user) it does not showing any course in Portal. I believe it has something to do with the BADI (Assignment User ID to Learner)
    "In this IMG activity you make the settings required for deriving the learner from the user ID. In the standard system, the user ID is used to find the person, who in turn represents the learner. If the SAP system cannot determine a related person, the user ID is used as the learner. For example, you can determine a business partner or an external person as learners with the help of the user ID and use these in the Learning Portal "
    Any ideas???
    Regards
    David Corté

Maybe you are looking for

  • Error Notification from an ABAP

    Greetings All, We have a fairly complex interface program that goes through several updates in various areas of our system.  In error situations the user running the interface gets a message that says "Notify Cost Accounting" or "Notify Accounts Paya

  • Why material document not able to print automatically?

    Hi, I think I have posted this question before, however, there is no answer, I will my luck again. I have setup all the necessary configuration in NACE with my new output type and output condition in MN21, yet the printing still cannot take place imm

  • Flexible code

    I made a text item and made pl/sql for the text item as; :status_control_block.current_block := :SYSTEM.CURRENT_BLOCK; got the following error message; error 49 at line 1 bad bind variable 'status_control_block.current_block' and I got it from a book

  • Dynamic Footnotes

    I would be grateful if someone could confirm: 1) Is it possible to use dynamic footnotes in bi publisher? 2) Is there any documentation available on how to do this? Many thanks Sarah

  • Regarding Serializable and subclasses.

    I have a an abstract parent class called 'Information' which implements Serializable and which has an abstract method called init(). There are 2 subclasses that extend the parent class Information called SInformation_1 and SInformation_2 and implemen