Module interacting with LMS incorrectly

Hello
Can anyone help me with my following issue.
My LMS software requires no intercation from captivate 5 module and only reports on the score.
I have set this in the scorm settings to report scores only and pass/fail etc but when the module is completed the user is recorded is a fail. 
The scoring is also recorded in the attempts on how many questions the user has completed instead of how many time the module has been completed (i.e. if there are 5 questions in a module and the users had completed the twice, it shows the user as 10 attempts instead of two).
Any ideas on how to solve this will be very much appreciated as I am sure I have one of the settings set incorrectly.
Many thanks all.

Hi Rod
The LMS software built by a company that we are using for our LMS solutions so I have a meeting tomorrow to find out about there specs.
My scorm settings are as follows;
With regards to finishing the module, how do chaging the settings to close as option to Exit is not availble on the list.  I will find out tomorrow with the reqiuements are but it will be very intresting to find.
Many thanks
Chris Perry

Similar Messages

  • WS-X6848-SFP module are supported with LMS Prime 4.1 and 4.2

    Hi,
    I would like to know if WS-X6848-SFP modules are supported with LMS Prime 4.1 and 4.2.
    Thanks for your help,
    SILVIA

    It looks like they just added the WS-X6848-TX variant with the latest C6000IOS CiscoView package update (Version 37, dated 31 July 2012 - readme)
    I'd expect the -SFP variant should be in the next update.
    You should open a TAC case to make sure that it's brought to the attention of the dev team if they aren't already working on it. One of the tenets of Cisco Prime LMS is "Day 1 support" of new devices.

  • Interact with widget post publishing of module.....

    Hi there,
    I was wondering if it was at all possible to click on a word in the module and get taken to that word and explanation in the glossary.
    From what I have heard, it is not possible to do this as you cannot interact with the widget post publishing.....if that is correct, then does anyone have any suggestions on how to achieve a similar result?
    Kind Regards
    Rossco

    Hi Rod,
    Yes that would be huge....., the other option I thought of was making a rollover for every particular glossary term (139) but that would still be time consuming...
    Cheers
    Rossco

  • Do migrated forms still interact with EBS database?

    Once you have completed a EBS forms conversion into APEX, are you able to have the new APEX applications forms read/write from the EBS database?
    For instance ,say your wanting to take currently used forms XYZ out of EBS and put them into APEX so you can create a better UI and such for them or just give the users better use of the data. Can the EBS users then use those forms rather then the EBS ones to do their same day to day functions?
    I'm just not seeing anything regarding how the APEX forms would interact with the EBS data tables, but i could be overlooking something.
    A simple Yes/No would be great, a yes w/ some pointers or tags to documentation would get ya some bonus points!
    Thanks,
    Jeremy

    A good example could be a custom form for some module that you built using Oracle Forms for the 11i stack. Maybe it maintains data in a custom table that you use for reporting or extension purposes.
    You know that although R12 supports Forms in the techs tack, its going to be de-supported in the future in favor of ADF/Fusion/Next Java technology. You don't have a lot of java experience in your shop and want to retain the pl/sql developers you have, so you decide you will use Apex for your custom form development from now on instead of forms or OAF.
    Apex is really no different than any other framework (no matter what anyone will lead you to believe). Its great for interactive applications, forms, read-only..etc. So if you can do it in java, you can do it in Apex. I completely agree that you absolutely do not want to modify the EBS forms in any way - in fact by doing so you are pretty much de-supporting yourself as support won't touch anything that didnt come from Oracle directly.

  • Interacting with perl through java.

    I'm trying to do something with Java that I haven't managed to do until now. I'm trying to interact with a perl process giving him input and reading output.
    I have a perl module that has several functions and the idea is to launch a process in a java program with the following line :
    perl -e 'while(<STDIN>) { eval $_ ; }'
    and then give the process the necessary input and the read the given output.
    For instance with the above line you can do the following:
    [user@host ~]$ perl -e 'while(<STDIN>) { eval $_ ; }'
    print "Hello World\n";
    Hello World
    Here is the code I'm using:
    import java.io.BufferedReader;
    public class ExecProgram {
    private static Runtime runtime;
    private static Process process;
    public static void main(String[] args) {
         runtime = Runtime.getRuntime();
         try {
         process = runtime.exec("/usr/bin/perl -e 'while(<STDIN>) { eval $_ ; }'");
              process = runtime.exec(cmd);
         } catch (IOException e) {
              System.err.println("Error executing process");
         PrintWriter out = new PrintWriter(process.getOutputStream());
         String commandLine = "print \"Hello World\n\"";
         out.println(commandLine);
         BufferedReader in = new BufferedReader(new InputStreamReader(process.getInputStream()));
         try {
         String line;
         while ((line = in.readLine()) != null)
              System.out.println("Output: "+line);
         } catch (IOException e) {
         System.err.println("Error reading output");
    As you can see I'm using Runtime class to interact with the process but nothing happens if replace the exec line with:
    process = runtime.exec("ls");
    I can see in the output the listing of the current directory.
    Have you ever tried something like this? Is this the correct way for doing this?

    Have you ever tried something like this? I have. Here's a rough sample:
        public static void main(String[] args) throws Exception {       
            String[] cmd = new String[]{
                "/usr/bin/perl",
                "-e",
                "while(<>){ eval or die $@; }"
            final Process p = Runtime.getRuntime().exec(cmd);
            new Thread(){
                public void run(){
                    try{
                        BufferedReader r = new BufferedReader(new InputStreamReader(p.getInputStream()));
                        for(String line; (line = r.readLine()) != null; System.out.println("ProcessOUT:: "+line));
                    catch (Throwable t){
    //                    t.printStackTrace();
            }.start();
            new Thread(){
                public void run(){
                    try{
                        BufferedReader r = new BufferedReader(new InputStreamReader(p.getErrorStream()));
                        for(String line; (line = r.readLine()) != null; System.err.println("ProcessERR:: "+line));
                    catch (Throwable t){
    //                    t.printStackTrace();
            }.start();
            new Thread(){
                public void run(){
                    try{
                        OutputStream out = p.getOutputStream();
                        for(int ii = 0; ii < commands.length; ii++){
                            System.err.println("Sending command: "+commands[ii]);
                            out.write(commands[ii].getBytes());
                            out.write('\n');
                            out.flush();
                    catch (Throwable t){
    //                    t.printStackTrace();
            }.start();
            int exit = p.waitFor();
            System.err.println("Process exited with code: "+exit);
        static final String[]
            commands = {
                "print \"The road goes ever\\n\";",
                "print \"ever\\n\";",
                "print \"on.\\n\";",
                "exit 13;"
        ;

  • One web application - interact with many application

    I need to create web application that will be interact with different applications by different protocols. On the input of this application will be different xml files (commands).The input must be implements as stream input (something like IBM WebSphere Business Integration Connect)
    This web application must be consist from differents modules. Every module do the concrete task. E.g. with file1.xml - web application connect with MS Outlook. With file2.xml - web application connect with some web service and so on.
    What kind of java web technology I can use to create this web application?
    Thanks.

    You can use web service to accept input XML for your application and remaining technology depends upon the nature of target system and your work involved. For example, to consume target system web service you can think of using JAX-WS.

  • 32 bit Application calling 32 bit DLL "An attempt was made to load a program with an incorrect format. (Exception from HRESULT: 0x8007000B)"

    Hi,
    I am developing an application in visual c# which loads few DLLs.
    While loading the DLLs I am getting this error
    "An attempt was made to load a program with an incorrect format. (Exception from HRESULT: 0x8007000B)"
    Strange thing for me is that I don't get this error always. In most of the cases when I uninstall the application and reboot my PC again when I install again then problem is solved for few days.
    I have followed several threads all suggests that This error comes either "64 bit exe tries to load 32 dll" or "32 bit exe tries to load 64 bit dll". In my case i made sure that both the
    exe and dll are 32 bit.
    In Project property I selected Platform and Platform target to x86. But the problem still occurs.
    Some body please suggest some solutions and why this problem occur.
    Thanks
    Sujeet. 

    Hi,
    How do you load the DLLs? I assume you get an exception and do not call the LoadLibrary API function directly. The latter just returns NULL (Intptr.Zero) if you load a library with the wrong bitness. However, in this case, I do not get error 11 (= 0xB =
    ERROR_BAD_FORMAT), but I get error 193 (= ERROR_BAD_EXE_FORMAT), so I think something else is going on on your machine.
    So, do you get an exception, and which one? Can you catch and examine it? Does it provide details about which library can not be loaded?
    An option is using
    Process Explorer to find out which library can not be loaded by looking at which libraries are being accessed most recently.
    Another option is using Windbg.exe (from the Windows Debugging Tools). By default, it outputs all loaded modules so that the last one your application tries to load should be listed there, too. It should even be listed if it fails to load; at least that
    was the case in my tests.
    Sometimes, if no path is specified for the dll file, the dll can be loaded from the current directory. So depending on what happened at runtime before the library is being loaded, the current directory could have been changed so that you can get variable
    results during debugging.
    When you are saying "when I uninstall the application", do you mean your own application on your own PC? Does the problem (also) happen during debugging inside Visual Studio?
    Armin

  • Can AIR interact with iPhone Calendar?

    Hi, I work on flash platform and am developing an app for iPhone. In one of the module, there is a date field, so users can create an event using the date field. The module requirement is such that once a user selects a date, the date will be added to iPhone Calendar. Is there any API to interact with iPhone Calendar?
    Please let me know your views.
    Thanks,
    Salim

    Apparently with iOS 5 you can open an .ics file with Safari. That could give you the potential to write a calendar file and then open it with a StageWebView. I haven't tried it, but the hard part will be creating the .ics file. You could start by making a couple of test cases, and then see what the differences are.

  • Interacting with 3D objects

    Good Night.
    I'm doing a project in which I need to interact with 3D objects, ie a 3D object as a cube, for example, can hit a 3D ball and the ball simulates the actual motion as when a ball really hit, something like ping pong. How I can achieve this?, Thanks

    Also, look at this example if you need to see the equations been solved (this requires you to have LabVIEW Control Design and Simulation Module, which is part of the academic license):
    C:\Program Files (x86)\National Instruments\LabVIEW 2013\examples\Control and Simulation\Case Studies\Physics\Bouncing ball\Bouncing Ball 3D.vi
    And if you to this folder:
    C:\Program Files (x86)\National Instruments\LabVIEW 2013\examples\Graphics and Sound\3D Picture Control
    There are several examples on how to use the 3D picture control for your project like:
    Create and Render Objects.vi
    3D Model of a Solart System.vi
    and several others.
    This will let you freely control the objects.
    Now, if you have access to the LabVIEW Robotics Module, it also has a physics simulator that would help you create the environment based on the Open Dynamic Engine (ODE) module.
    http://www.ni.com/white-paper/11564/en/
    Barp - Control and Simulation Group - LabVIEW R&D - National Instruments

  • Web interaction with client application

    Hi all,
    I have self taught myself Java over the last 4 years on and off.
    I am in the mid stages of developing an MRPII application with various modules. These modules are effectively JTabbedPanes within JInternalFrames. The JInternalPanes are within a JDesktopPane which also has JTabbedPanes.
    This enables me to have departmental tabs at the top of my app and module functions at the left hand side, dependant of which departmental tab is selected.
    I have created a class that connects to MySql and can do various functions which I then can derive specific MRPII classes.
    I have a desktop PC which I have MySql configured as a server and a laptop which is configured as a client. Both machines run WindowsXP and my router is a linksys.
    With this setup both machines can check inventory, take orders, produce purchase orders, create customers & vendors etc....
    My next step is to try and incorporate a web component into this.
    My ideal goal is to have a database that is set up and hosted on the web and works in the same way as my home network. This would enable me to deploy this application and configure the ODBC data source to point to an IP address. Is this possible and if so how would I go about it.
    The other option is to create web pages with forms that interact with my local server. If this is the better option, I am unsure whether I should learn about servlets or possibly XML, as all I have learned so far is about applications.
    Your guidance would be greatly appreciated.
    thanks
    Jim.

    I wouldn't let client applications connect to a database directly. What if you make a change to the database in order to fix a bug for example, that would mean rebuilding the clients and redistributing them and in the mean time any old client is most likely broken.
    I would let the server communicatie with the database locally and expose either an XML-RPC or a SOAP connection to clients. This makes your framework extendible and abstract, all you do is implement SOAP methods on the server that your clients will invoke. As long as the response of such a call never changes you do not need to change your clients. And who knows, you may even use additional data sources (other databases for example) on your server, your clients will never have to know about it.
    If you want to learn about SOAP, check out Apache axis.
    http://ws.apache.org/axis/index.html

  • Interacting with VMICPCI-5588

    Hi!
    I have some Compact PCI board (reflective memory VMICPCI-5588 of VMIC) and would like to interact with it from a NI's real-time computer (say, PXI-8170). I have a VMIC's driver for NT, can I use it somehow in this standalone computer module ? If not, what may be a possible solution ?
    What kind of realtime operation system does that module have ?
    Thank you,
    Sergey.

    Sergey,
    Only boards that are programmable through registers are supported in LabVIEW Real-Time. See KnowledgeBase
    2CCG05KN :Using VISA to Write Drivers Supported in LabVIEW Real-Time for Third Party PX....
    The PXI-8170/850 MHz RT controller runs a proprietary real-time operating system with an embedded version of LabVIEW. You develop your programs in the Windows environment and download them through Ethernet to the RT Series PXI controller, where the programs run deterministically.
    Chad H.
    Applications Engineering
    National Instruments
    http://ni.com/ask

  • Interacting With VB

    Hi,
    Currently we have a rfc written in sap.  Visualbasic accesses this rfc via some means.(I am not sure how).
    My question is whether PI can be introduced into the scope and if so how to interact with Visual Basic.
    Regards
    Anandh

    Hi Anandh,
    There are multiple sender adapters in SAP PI that you can make use of to connect your VB-based application to PI. Let me only mention HTTP, SOAP and file adapters (flat files or XML). Most probably you should also be able to use your existing code to call the RFC-enabled function module from VB directly via PI to your ECC system used so far, only with some minor changes. Actually it depends on the precise VB coding and PI development that you might prepare for this purpose.
    Hope you'll find this useful,
    Greg

  • Error 0x000006F7 - Problems interacting with the card

    Hello,
    I am using
    - GPShell
    - Java Card Gemalto TOP IM GX4
    - Smart Card Reader Gemalto IDBridge CT40
    I've tried this GPShell script:
    mode_201
    enable_trace
    enable_timer
    establish_context
    card_connect
    select -AID A000000018434D00
    open_sc -security 3 -keyind 0 -keyver 0 -key 47454d5850524553534f53414d504c45 -keyDerivation visa2 // Open secure channel
    get_status -element 20
    card_disconnect
    release_context
    But I get the following error:
    select_application() returns 0x000006F7 (The fragment has received incorrect data)
    I get This error with any script that interacts with the Java Card after installing and testing an applet on the card that generates a message encrypted with the DES algorithm.
    Console:
    mode_201
    enable_trace
    enable_timer
    establish_context
    command time: 218 ms
    card_connect
    command time: 203 ms
    select -AID A000000018434D00
    Command --> 00A4040008A000000018434D00
    Wrapped command --> 00A4040008A000000018434D00
    select_application() returns 0x000006F7 (El fragmento ha recibido datos incorrectos)
    What should I do?
    Thanks in Advance.

    Hi Shane,
    I checked mi smart card reader, is working correctly with the drivers correct.
    I think that the card is Unconfigured because now for show all applets that are installed on the card, is generated the same error. Before I could do it, without problems.
    mode_201
    enable_trace
    enable_timer
    establish_context
    command time: 265 ms
    card_connect
    command time: 203 ms
    select -AID A000000018434D00
    Command --> 00A4040008A000000018434D00
    Wrapped command --> 00A4040008A000000018434D00
    select_application() returns 0x000006F7 (The fragment has received incorrect data)
    I can reboot the JavaCard to reset it to its initial state? do you know do it?

  • Backup problem with LMS 3.0 on Solaris

    Hi All,
    I'm encountering problems with LMS 3.0 when I try to do a backup. After you hit OK on the window that says "Do you want to backup now?", an error would pop up saying: "Enter a new directory name or ask the system administrator of the Ciscoworks Common Services server to make the directory accessible to user casuser", thus I cannot proceed with the backup process. When I do backup, my login privilege is admin. Even tried to do backup on the same partition as my CSCOpx directory but to no avail.
    Appreciate your help on this guys. Our LMS 3.0 runs on Solaris platform. Thanks in advance.

    Hi Joe,
    Thanks for your prompt response. By the way, what is a casuser? Is he also one of the user that can be found on the Local User Setup on Common Services? The scenario here is that, I am not the one who installed the Ciscoworks LMS 3.0 on the client side, so I am not aware on how they did the installation procedure for the application. I remember assigning casuser password during installation on our other clients that has LMS 3.0.
    Will the write access on the backup directory for the casuser be done by the Solaris root administrator?
    Thanks for your help.

  • HT4907 I am able to connect to my Mac Mini on Back to My Mac through iCloud but the keyboard/trackpad on the MBAir or MBP with which I access does not register on the Mini.  So I can see the screen but cannot interact with it. Mini works accessing MBP/Air

    I am able to connect to my Mac Mini on Back to My Mac through iCloud but the keyboard/trackpad on the MBAir or MBP with which I access does not register on the Mini.  So I can see the screen but cannot interact with it. Mini works accessing MBP/Air and I can use Mini to input data or interact with screens of those computers.

    Regarding your first question about bookmarks, I think you discovered the answer in when you pressed the address bar. The second tab there has your bookmarks.
    As for the keyboard, I'm not sure why your Firefox is reacting so slowly; mine seems to show keyboards even when I don't want them. If you have accumulated a lot of history, perhaps that's an issue?
    Did you use any third party software to move your Firefox data from internal memory to the storage card?

Maybe you are looking for