Obtain score data from published C3 swfs

I am working with courses built of swf files, including some
Captivate quizzes, running in a custom player and deployed on an
LMS running SCORM 1.2. I would like to access the scores from the
Captivate quizzes and incorporate them into an overall score, to be
submitted to the LMS through the player.
Does C3 allow way to access the score data from a published
swf? I am aware of the email intercept method for C2, which
requires a submit button, and this is not acceptable. The only
other way I can imagine for a C2 piece is hacking the LMS calls
from the Captivate pieces - not attractive.
Thank you in advance...

Captivate 3 does not allow access to score data. In SCORM,
any scoring logic, including cumulative scoring, is a function of
the LMS, so if your LMS doesn't do that, you are indeed reduced to
hacking your own solution.
The e-mail intercept is the most straightforward method, so
if that's not an option for you then your only hope is to either
try to hack into the SCORM communication (which seems the most
approachable, since that all happens in Javascript that is readily
viewable) or into the Flash variables Captivate uses to track
scores internally in a movie.
The latter option would require some fairly heavy Flash
coding experience and you'd be very much on your own trying to
figure that out. Some pointers might be found by perusing this
thread:
http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=67&catid=469&threadid =1313339&enterthread=y

Similar Messages

  • What is the recommended way to obtain tracking data from carriers post XSI

    We currently run an old version of SAP Business Connector. We are in the process of migrating all interfaces off BC onto PI. The one remaining interface we have problems is the XSI (Express Delivery Interface) interface we have with ECC06 and UPS via the BC server. The interface works but is not stable and we would like to decommission it if we are able.
    I'm not 100% clear but it appears that XSI is no longer the recommended solution for obtaining tracking data from carriers. What is the recommend method today? We'd be happy to use a PI or ABAP solution but would prefer a standard solution that was supported by SAP and UPS.

    Using Time Machine is the simplest way to back up.
    debasencio wrote:
    They don't fit on a standard data DVD and when I try to back it up to my 500GB external hard drive it says its not formatted to files that size.
    How is the drive formatted?
    If it's DOS/FAT32, you can only size file sizes up to 4GB.
    If you are using it on a Mac only, format it Mac OS X HFS+.

  • MI 7.1: Obtain all data from bapi wrappers

    Hi, i have my SWCV, i import various bapi wrappers... How can obtain the data from this bappi wrappers?
    If i go to view metadata, in CDS Entires, appear more than 0, mean that i have the data?
    I upload the application to the device, but i don´t receive the data.
    Can anybody help me?
    Thanks,

    Yes, i have it... But i don´t receive the data...
    It seems than only receive data from GETDETAIL, i think this because my GETLIST need the user, and if i do the initial load of data, here, there isn´t user...
    Thanks,
    PD: i think that in Mapping Tool should appear GETLIST...
    Edited by: Victor Capi on Apr 18, 2008 11:40 AM

  • Problem with displaying the data from Database on swf file.

    Hi ,
      I am new to flash.Thanks in Advance Please help me....
    Actually my requirement is my application consists a button(submit_Btn) when we click on the button(submit_Btn), each time it must to database(through servlet) and brings the data from database and places it on the flash swf file.Here my problem is for the first time when we click on the button it goes to database and place the data(which was returned from database) on the swf file.Next  when we click on the button for the second time(or anytime) it is not going  and bringing the new data from database(if some data is modified in database or not),Infact it is showing the old data(the data that was collected from previous ClickListener) only on the swf file and it is also not showing any complile time or run time error.
    my Code looks like this:
    submit_Btn.addEventListener(MouseEvent.CLICK,onCheck2);
    function onCheck2(evnt:MouseEvent):void {
    var xmlLoader:URLLoader = new URLLoader();
        var xmlurl:String = "http://localhost:8888/xmlServlet";
        var xmlrequest:URLRequest = new URLRequest(xmlurl);
    xmlLoader.dataFormat = URLLoaderDataFormat.TEXT;
    xmlLoader.addEventListener(Event.COMPLETE, xmlcompleteHandler);
    xmlLoader.load(xmlrequest);
    function xmlcompleteHandler(event:Event):void {
        var loader:URLLoader = URLLoader(event.target);
        var succData:String=loader.data;
            var xmlData:XML = new XML();
            var xmlList:XMLList;
            xmlData = XML(loader.data);
            xmlList = xmlData.children();
            for (var i=0; i<xmlList.length(); i++) {
                for (var n=0; n<xmlData.UserHumanap[i].HumanapDot.length(); n++) {
                        var x_coordinate:Number = xmlData.UserHumanap[i].HumanapDot[n].@x;
                        var y_coordinate:Number = xmlData.UserHumanap[i].HumanapDot[n].@y;
                        var point2:Point = new Point(x_coordinate,y_coordinate);
                        var circle:Sprite = new Sprite();
                        circle.graphics.beginFill(0x00ff00);
                        circle.graphics.drawCircle(point2.x,point2.y,3);   //Placing the data as dots on the swf file
    Thanks in Advance.......Please Help me..........
    its Urgent..........
    Thanks,
    Swarthi

    Checkout following line in your code
    var xmlurl:String = "http://localhost:8888/xmlServlet";
    now change it to
    var xmlurl:String = "http://localhost:8888/xmlServlet?random="+String(MAth.random());
    I think you will get the point now

  • Replication fails to replicate Data from Publisher To Subscriber when run DBCC shrinkfile on datafile

    Hi,
    We had purged  a lot of unwanted data from one of our replicated databases ,the data was purged from the non replicated articles
    Planned to shrink the data file using (DBCC shrinkfile) to claim the space back .The dbcc was running more than 20 hrs .
    we saw  this morning that replication was lagging .
    On looking at the replication  monitor (Publisher To Distributor History ) says that (the Log reader Agent is scanning the transaction log for commands to be replicated .Apx 339000000 log records have been scanned ).
    Checked the log file size of the DB  its about 400GB .
    Suspected that the log growth might be because of dbcc command  and killed the dbcc and tried to shrink the log file which came to 200 gb ,but still the replication is not back to speed .
    Can someone please explain the background process that happened in the above process which caused the above affect  and any ideas on how to get the replication back to normal.
    Thanks,
    Jack

    Its because the log file is huge in your published database which is causing the issue. The fact that you purged data from non-replicated tables is not known to log reader agent as it still has to scan through the whole log file to pick up the
    records which are to be replicated. So it will take some time before it skims through the log file.
    More over unless replication goes through the complete log file and marks each vlf as replicated, its not going to allow you to completely shrink the file.
    Best option for you is to allow replication to catchup.
    read the below
    http://blogs.msdn.com/b/repltalk/archive/2011/03/30/impact-on-log-reader-agent-after-reindex-operations.aspx
    Possible Cause:
    large number of non-replication transactions: section of the below blog
    http://blogs.msdn.com/b/chrissk/archive/2009/05/25/transactional-replication-conversations.aspx
    Regards, Ashwin Menon My Blog - http:\\sqllearnings.com

  • How to obtain the pricing condition data from sales data?

    Hi all!  I have googled many times and read through many sites to understand how I can obtain the pricing condition data that's specific to a specific sales line.  However, the answer I got usually are as follow:
    Tables to be used:
    KONV
    KONH
    KONP
    VBRK
    VBRP
    And the thing is to obtain KNUMH data from VBRP and link it to KONP which will get the exact pricing condition data that's relating to the specific transaction.
    However, my challenge is that the field KNUMH in either VBRP or VBAP, it is empty.  Therefore, how can I have a report with my sales data as the primary file, and appending the pricing condition data so that I can analyze the different kinds of pricing condition types that the company is using.  The only field that I can use is KNUMV which does not give me the pricing condition that was used in this particular invoice line.
    I also know that there is the A*** tables, which contains the KNUMH file.  However, this file is split into many different tables.  Thus, is there a more efficient method to download all the data?  In any case, I still do not know how to link to my sales data.
    FYI, I only have SE16N and VK13's access.
    I hope that someone can help me, please!
    Thank you!

    Hi,
    Data flow :
    BW :
    When u right click on the Master Data Info object -> Select Data flow.Then  it will  show u the details like DS name,IS (If 3.x)
    Once u know the DS then you need to find out the source tables for the R/3 DS.This information will get using ROOSOURCE or ROOSFIELD tables  or help.sap.com.
    My suggestion better to search in Help site for DS source tables.
    DS Tables :
    The following link will provide you the source tables for some of the LO DS.
    https://wiki.sdn.sap.com/wiki/display/BI/BWSDMMFIDATASOURCES
    Regards
    Ram.
    Edited by: Ramakanth Deepak Gandepalli on Dec 22, 2009 9:29 AM

  • Convert colour images to grayscale images & get pixel data from them

    Is the code below correct to convert colour images to grayscale images in Java?
    public void convertToGrayscale (String sourceName,String destName) throws Exception {
    JPEGImageDecoder decoder=JPEGCodec.createJPEGDecoder(new FileInputStream(sourceName));
    JPEGImageEncoder encoder=JPEGCodec.createJPEGEncoder(new FileOutputStream(destName));
    BufferedImage sourceImg=decoder.decodeAsBufferedImage();
    BufferedImageOp op =new ColorConvertOp(
              ColorSpace.getInstance(ColorSpace.CS_GRAY),null);
         BufferedImage destImg = op.filter(sourceImg,null);
    encoder.encode(destImg);
    decoder = null;
    encoder = null;
    When I get grayscale images from the code below, I would like to access the pixels of those images. So I tried to do:
    byte[] dd=((DataBufferByte)mImage.getRaster().getDataBuffer()).getData();
    BUT the data result array is not 0-255. Could anyone suggest how to obtain pixel data from grayscale images?
    In case that my code shown is not correct or suitable, please give your advice. What I would like to do are in the steps as follows:
    1 change 100*70 jpeg-images to 100*70 grayscale images.
    2 create two dimensional array of pixel data (example [100][70]) from converted images. The number in the array should be between 0-255, right??? And 0 refers to black colour and 255 refers to white colour???
    I am confused about grayscale images. Please help.
    Thank you so much

    I am not sure i understand what is the problem exactly.
    Structure of DataBuffer is described by SampleModel used by same Raster
    object. E.g. it might be 1 byte per xipex or 4 bytes per pixel.
    In your example convertToGrayscale saves images to file as JPEG and
    it seems you later read it back. It is possible what image you read back
    is not greyscale but ARGB and data buffer has different format.
    Technically, if you just need level of grey you may simply
    call getRGB on your output image. Grey is uniform mix of R, G and B.
    Also, instead of ColorConverOp you may dimply create output image of
    grayscale type and draw your color input image with drawImage().
    If none of these helps please try to provide more details.

  • How to obtain table data that is hidden from a web page source?

    Hello!
    I have been trying to obain table data from a web page without success. The data can be copy and pasted from the web page but it can´t be found in the web page source.  I prefer NOT to use automated mouse clicks to obtain the data through CTRL-A, CTRL-C and then to the Clipboard ( I know how to do this but it is not so elegant :-) ). I tried to get the data automatically with the following code: (See snippet)
    I have also looked at the existing solutions in the forum for Loging in to a website but the difference here is that I am just interested in getting out the data from a Table (form or element? I am not so familiar with HTML nor JAVA)
    Any tips are appreciatted.
    Attachments:
    Get Web Table Data example.png ‏53 KB

    The trick is to get the current html of the page and not the source - the source will not render the javascript of the page which is what loads/populates the table. It's the difference between inspecting an element in Chrome and viewing the source.
    You'll need to see if there's a method/property that returns the 'live' html document object model after the Javascript has populated the table rather than the source of the page.
    You may also have more success trying to replicate the same method the webpage uses to actually load the data..it probably makes a request to a page which returns the scores information in a more 'raw' format rather than having to parse out the html elements yourself.
    (Also as an aside - Java is not the same as Javascript - one is a compiled language and one is a scripting language).
    Certified LabVIEW Architect, Certified TestStand Developer
    NI Days (and A&DF): 2010, 2011, 2013, 2014
    NI Week: 2012, 2014
    Knowledgeable in all things Giant Tetris and WebSockets

  • Simple question: sending data from as file to a swf

    hi,
    I'm new to AS3 language, so maybe this is a silly question.
    I'm using a Flash 3D visualization tool (Flare3D) to display 3D contents in flash.
    the project consist of a blank fla project and a .as file (main.as) that manage the creation and the diplay of 3D contents.
    Now I want to display the name of the 3D object that I select in a text box created in the fla.
    I wrote:
    in main.as
         var selectedMesh:String = e.target.name                //the 3D object I select
    in step1.fla, frame 1
         root.infoBox.infoBoxText.text = selectedMesh;          //where I want to display the name of the object I've selected
    When I publish the swf file, it report two errors:
    1180: Call to a possibly undefined method addFrameScript.
    1119: Access of possibly undefined property infoBox through a reference with static type flash.display:DisplayObject.
    what's the problem with that? maybe I nedd to extend movieClip class in main.as or something else?
    thank you

    First, you need to post more verbose errors with line numbers - figuring what lines of code from which object throw errors and will help you to pinpoint the source. Then post these offensive lines.
    Otherwise it is practically impossible to give you any suggestions (this is unless one has a christal ball)

  • How to retrieve data from plsql table in BI publisher Data template

    Hi All,
    I have created a data template for XML publisher report. In data template i m getting data from plsql table. for that i have created one package with pipelined function. I am able to run that sql from sql developer .But if i run the concurrent program then i got error like "java.sql.SQLSyntaxErrorException: ORA-00904: "XXXXX": invalid identifier".
    I have used the same parameters in Data template and concurrent program....
    please clarify me what needs to be done....
    thanks in advance....
    Regards,
    Doss

    Hi Alex ,
    i am using pipelined function and get the data from cursor and load it into plsql table (nested table). and i use the below in my data template to fetch the data:
    <sqlStatement name="Q1">
    <![CDATA[select * from  table(PO_SPEND_RPT_PKG.generate_report(P_ORG_ID,P_SOB_ID,P_ORG_NAME,P_PERIOD_NAME,P_CLOSE_STATUS,P_E_PCARD_NEED,P_REPORT_TYPE))]]>
    </sqlStatement>
    if i run the above in sql developer i can get the result....from apps if i run i got the error "java.sql.SQLSyntaxErrorException: ORA-00904: "P_ORG_ID": invalid identifier"
    Edited by: kalidoss on Sep 14, 2012 4:32 AM

  • Obtain the determinat​e data from the NI-DAQmx Simulated Device

    Dear All,
           How to config in MAX in order to obtain the determinate data from the NI-DAQmx Simulated Device?
           For example, the vi will run when the Digital I/O line is High, but using the Simulated Device, the result is  random. In another word, I can't set the line is high or low.
           Would you please give me some suggestion?
           Thank you!
    Hugo

    Here is what I mean of stopping the DAQmx stimulated device. I do from step A - E; and step E is what I mean stopping the DAQmx stimulated device.
    3. Use the NI-DAQmx Task in VI Logger Lite to complete a data logging application.
    a. Open VI Logger Lite. If you do not have VI Logger Lite, download it or request a free CD.
    b. Right-click My System>>VI Logger Tasks and select Create New.
    c. Select Using NI-DAQmx and click Finish.
    d. Select the NI-DAQmx task for the NI-DAQmx simulated device. Leave all settings in the defaults, and click Run task in the toolbar.
    Figure 9. VI Logger Lite data logging task.
    The data logging task begins. Data from the NI-DAQmx simulated device is displayed in the Real Time Data viewer.
    e. Click Stop task.
    ====================
    =Labview 7.0 & 8.0 & 8.5=
    =====================

  • How can I input data from a Frontend site into a Backend SWF, pull data, then send back to Front?

    So here's what I'm trying to figure out...
    I have a site with an SWF that I can put some metrics into, such as ZIP Code, Weight, etc..    then, it takes that info and gives me shipping rates.
    I need to build a front-end site that I can have a forms page that will push data to the backend SWF, and then return the data back from the SWF to the front end.
    Any ideas how to do that?
    Front-end -> SWF (Zip Code, Weight, Size) -> *Calculates* -> Front-End
    That should be the flow..     So I need to send data to the backend, GET the data that it calculated, and return the results to my front-end.
    Thanks Much..  any questions, please ask..

    Depending on what the data looks like coming from the Flash movie, you can use the get or send method to output data from the Flash movie using URLRequest. You can look at the online help example for the URLVariables class. You will still need to use or create a server side script to read in the data, make the changes and send the modified data back. That will be a perl or PHP script and is outside the scope of this forum.

  • FM12 crashes always when using "Publish" after import some data from RH projects.

    Dear all!
    Obviously the reason for the crashes are the data from RH (master page, skin ...)
    My question: How can I go back to the default settings of FM12?
    And where can I find which kind of RH data is valid for the publish function.

    Sorry, I did not discribe the problem propperly. I tested the publish function in FM, did something wrong (don`t know what)
    the result: Fm freezes every time I click here:
    Now I changed some settings  (-> no skin, no RH isf-file ) and it seems to work at the end.
    So my FM freeze/crash problem is solved. But I have to know much more about this publish functionality.
    I do not understand yet what is going on... I will try to find some more information for my publishing breakthrough ;-)
    At the end one more question: Do you have the impression that the (multichannel) publish tool in FM have enough strength to
    replace RH as the tool to produce online help for linked FM data?

  • How to obtain data from a device and display that data in an infinite loop

    I'm trying to run an infinite loop where I'm testing a robot for thermal insulation.
    I send the robot a command to run infinitely (using VISA communication)..., the robot starts running.
    At the same time I obtain the temperature data from its motors (through sensors) and want to display it. The data should be refreshed at regular itervals but I only get broken display of the data at various instances of time during the robot's test-run.
    I fear that there is a problem with the time synchronization. But having tried many permutations of time delays at various points in the program, I can not find the fault.
    Any help is much appreciated.
    Cheers
    Rajat

    We really need screen shots (*png format/NOT .bmp!) or attached code to see what might be the problem. There are an infinite number of mistakes that can be made (or nearly so), depending on how a program is written.
    Putnam
    Certified LabVIEW Developer
    Senior Test Engineer
    Currently using LV 6.1-LabVIEW 2012, RT8.5
    LabVIEW Champion

  • Obtaining a SAP data from VB6

    Hi Gurus!
    I want to obtain sap material master (MARA) data from VB6.
    can u please help me?.
    Regards
    Hiren

    Rima,
    Thanks for the info. I was able to get the data off of the PNA (I did check out the config and read data.vi, but don't really need it).
    My issue is that the Agilent is returning real & imaginary numbers. Which is weird because when I manually save a .prn (trace file, same as my script is setup for) it saves 3 columns, frequency, resistance, and reactance. Ultimately I would be ok with the real & imaginary numbers if there was a simple way to calculate the r & x. I know the Real can represent the "r" and the Imaginary the "x", just don't know how to get there.
    Any ideas?
    Thanks again for your help.
    -Chazzzmd

Maybe you are looking for

  • DBLINK ISSUE

    Hi Please advise on the following scnerio regarding the performance when handle with millions of records 1.Using dblink to select data from database and compare against another table 2.createb temporary table,insert data into temporary table using db

  • Dimension members update

    Everytime I update the dimension member or parent hierarchy, I can't access from action pane, unless I log out and login again? How to avoid this and immeidiately start accessing the dimension members with out this logging out process. Please share y

  • Ask one function module name???

    Hi, It's urgent to me. I want to know whether SAP has one function module which I can use to display the PDF document on the server. Thanks. Awards will be provided. Very urgent to me... Best regards, Chris Gu

  • Reconciled with Target systems

    when recon with the target system all fields are not updated in the xellerate.how to fix this issue.

  • Menu bar items when reducing resolution

    Hi, I'm using my MacBook Air at school together with a Smartboard Projector. I use the external display in clone mode. This reduces the resolution of my computer display to 800 x 600 hiding some useful icons on the Menu Bar. Is there a way to show th