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

Similar Messages

  • Using On-line test without Portal

    Hi
    Is there a way to use on-line test without the portal? I need to upload test data into the system but we are currently not planning to install portal. I would like to use the testing and certification database (that online tests use) in R/3 as it seems to be the best fit.
    Any suggestions?

    Hi Manish,
    You can view courses/tests using your company intranet instead of the Portal.  You would install the LSO iView on the intranet - the Portal isn't required.  That is the main reason the LSO uses just one IView and many BSPs.  SAP did this internally for their first implementation of the SAP Learning Solution so it is tested.
    Good luck,
    Sharon

  • What are the things to be test in Portal Upgrading the ECC from 5.0 to 6.0

    Hi ,
    I never been as part of the ECC upgrade project. we are going to upgrade our ECC system from 5.0 to 6.0.  Also we have SAP portal in the landscape. Can any body guide me for the following points related to testing the Portal once ECC upgrade is done.
    What is the approach need to be followed.
    What are things need to be tested.
    what kind of test scripts need to be created.
    Please provide your suggestions and ideas..
    Thanks
    vijay

    Hi,
    In Upgrade you need to do all integration testing and check all functionalities.
    Thanks
    Sunny

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

  • 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

  • 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

  • Stress Test on Portal

    Hello,
    We are on EP7.0 and trying to run the Open Enrollment for Benefits in the month of Nov. ...I want to know whether there is any tool to log in a number of users on the EP at one time to do a Stress test ...
    Also, usually how many users logged on the Portal are considered to be performance effective.
    Any help would be highly appreciated

    Hi,
    Have a look at JMeter (open-source) or Mercury LoadRunner (expensive but very powerful)
    Dagfinn

Maybe you are looking for