Who has successfully created a SCORM compliant captivate course with AS3?

Hi Everyone,
I would really like to know your experiences with publishing courses using the AS3 settings...
Have your courses successfully been published and used on an LMS?
Is the tracking working for you?
If yes, what settings do you use? (besides the AS3 and flashplayer 9 or 10)
How did you start the file, e.g. using a project or design template, or from scratch?
You would help me a great deal by sharing your experience with this!
Thanks a lot!
Greetings from the Bahamas
Annemarie

I am having a similar issue. I took the update earlier this week and it seemed to be working until a user fails the quiz and exits the course. When they return to the course it sticks on the grey loading screen - infinitely.
Any suggestions would be most helpful!
We are using IE7
Captivate 5
Geo LMS

Similar Messages

  • Is there anyone at all here who has successfully compiled and deployed an SSRS custom report item in VS2012?

    Is there anyone at all here who has successfully compiled and deployed an SSRS custom report item in VS2012?  Is there a demo out there that actually works in VS2012?  Is there anyone who has actually been able to compile and deploy that
    apparently obsolete Polygons demo?  (Pardon my impatience but I'm running a bit short of time here.)
    After much hacking and googling I was able to get Polygons to compile but I still can't deploy it to the toolbox.  ('The custom report item type PolygonsDesigner is not installed').   I've modified the RSReportDesigner.config
    as instructed but I have no rssrvpolicy.config file on my local machine and
    as yet I have no idea if that is necessary for local development.
    In order to get it to compile I first added the reference  C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\PrivateAssemblies\Microsoft.ReportingServices.ProcessingCore.dll to both projects.
    To the PolygonsDesigner Project I also added the references:
    C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\PrivateAssemblies\Microsoft.ReportDesigner.Controls.dll
    C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\PrivateAssemblies\Microsoft.ReportingServices.Designer.11.0.dll
    C:\Program Files (x86)\Microsoft SQL Server\110\Tools\Binn\Microsoft.ReportingServices.Interfaces.dll
    Are these the correct references?  
    Exactly what software do you need installed on your local machine in addition to VS2012 in order to create a custom control?
    (Designer.11.0 was added per the instructions in reference: https://connect.microsoft.com/VisualStudio/feedback/details/783391/unable-to-integrate-previously-working-ssrs-custom-report-item-to-vs-2012s-toolbox  
    After that I added the alias RSDesigner to it's properties and   extern alias RSDesigner; at the top of the PolygonsDesigner.cs file. )
    As of now, the top of the PolygonsDesigner.cs is as follows.  I don't recall making any other changes to the code.  As far as I can remember this is all I did in order to be able to compile the code in VS2012.
        extern alias RSDesigner;
        using System;
        using System.ComponentModel;
        using System.ComponentModel.Design;
        using System.Collections;
        using System.Collections.Generic;
        using System.Diagnostics;
        using System.Drawing;
        using System.Windows.Forms;
        using Microsoft.ReportDesigner;
        using Microsoft.ReportDesigner.Design;
        using Microsoft.ReportingServices.Interfaces;
        using Microsoft.ReportingServices.RdlObjectModel;
        using System.Xml;
        using System.Xml.Xsl;
        using System.Xml.XPath;
        [LocalizedName("Polygons")]
        [Editor(typeof(CustomEditor), typeof(ComponentEditor))]
        [ToolboxBitmap(typeof(PolygonsDesigner), "Polygons.ico")]      
        [CustomReportItem("Polygons")]
        [ToolboxItem(typeof(RSDesigner::Microsoft.ReportDesigner.Shell.CRIToolboxItem))] 
        [System.CLSCompliant(false)]
        public class PolygonsDesigner : CustomReportItemDesigner
        {   etc...

    Just fixed this myself.
    It appears the documentation online is wrong and the sample code is missing a reference to a reporting services dll and an attribute.
    What you need to do to get it working in VS2012 is add a reference to: Microsoft.ReportingServices.designer.11.0.dll to the PolygonsDesigner project and then add the following attribute to the PolygonsDesigner class: [ToolboxItem(typeof(Microsoft.ReportDesigner.Shell.CRIToolboxItem))]
    I also removed the [System.CLSCompliant(false)] attribute.
    You then recompile and place both dlls in C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\PrivateAssemblies directory and the PolygonsDesigner.dll into the C:\Program Files\Microsoft SQL Server\MSRS11.MSSQLSERVER\Reporting Services\ReportServer\bin
    or what ever is you reporting services path.
    You also need to change the Microsoft example for the rereportserver.config file to:
        <ReportItemDesigner>
       <ReportItem Name="Polygons" Type="Microsoft.Samples.ReportingServices.PolygonsDesigner, PolygonsDesigner" />
        </ReportItemDesigner>
        <ReportItems>
       <ReportItem Name="Polygons" Type="Microsoft.Samples.ReportingServices.PolygonsCRI,PolygonsCRI"/>
        </ReportItems>
     Notice that I changed the namespaces and class to what is in the actual code so if you change it make sure you change it here.
    And here in the RSReportDesigner.config:
    <ReportItems>
          <ReportItem Name="Polygons" Type="Microsoft.Samples.ReportingServices.PolygonsCustomReportItem,PolygonsCRI" />
        </ReportItems>
        <ReportItemDesigner>
          <ReportItem Name="Polygons" Type="Microsoft.Samples.ReportingServices.PolygonsDesigner, PolygonsDesigner" />
        </ReportItemDesigner>
        <ReportItemConverter>
          <Converter Source="Chart" Target="Polygons" Type="PolygonsCRI.PolygonsConverter, PolygonsDesigner" />
        </ReportItemConverter>
    Notice I haven't changed the last part as I didn't know what the PolygonsCRI.PolygonsConverter was.
    And make sure the rssrvpolicy.config looks like this:
         <CodeGroup class="UnionCodeGroup" version="1" PermissionSetName="FullTrust" Description="This code group grants PolygonsCRI.dll FullTrust permission. ">
           <IMembershipCondition class="UrlMembershipCondition" version="1" Url="C:\Program Files\Microsoft SQL Server\MSRS10_50.SQLSERVER\Reporting Services\ReportServer\bin\PolygonsCRI.dll" />
        </CodeGroup>
    After a restart of ssrs and relaunch of VS2012 I opened a test project and added the PolygonsDesigner.dll to the toolbox and it works.
    Jamie

  • Create User Variable in Captivate via Widget / AS3 ??

    Hello all,
    I have created a widget which will load many variables into Captive from an XML file.  This is great.
    Now i don't want to create 100 user variables in the Captivate variables section.
    Can you create a user variable within a widget/as3 that will load in Captivate WITHOUT creating the var in Captivate first???
    And how might you do this?
    Thank you so much!
    ~ Sean

    I've had some time to figure this out... so here's what I've found.
    When you place a caption on the Cp canvas, it's base AS3 type is an cpItem.  Once you add a Captivate user $$variable$$ from the Variables Panel to that caption, the AS3 type becomes an rdCaptionItem which has an event associated with it... Once the variable value is changed, the caption text is automatically updated.  You don't get that with a regular cpItem caption.
    What does that mean?  It means that the caption type is determined at design time and not runtime.  So even though you can create variables at runtime, you can't update any captions because the type is still an cpItem with no events.  For example, if I wrote the following AS3 code to create the vTest Cp user variable at runtime in a widget:
    cpVariables.setVariableValue("vTest", "Hello World!", true);
    cpVariables.SetVariableLength("vTest", 100);
    and placed $$vTest$$ in a caption, nothing would get updated during runtime because the vTest variable was not created at design time.  The caption is still a cpItem and has no associated event to update the caption text with the newly created variable value.
    How can we fix this?  You can't... as far as I can tell, you need to define the variable at design time in the Captivate Variables Panel.  I thought about updating the caption myself by watching for changes in the variable by tapping into the WidgetEvent.VARIABLE_UPDATED event, but the newly created variable was not in the variableNamesArray for the callback... so there was no way to know if and when it changed.
    Long story short, Adobe needs to provide a better way to make this easier for widget developers... and I don't see that happening anytime soon.  Right now, the ability to create variables at runtime is somewhat useless.  It may be good for inter-widget communication, but there's better ways to do that.
    Jim Leichliter

  • Who has successfully made a phone call on 3rd gen/8G ipod touch?

    If it works then I'll buy a earphone with mic and remote. Thanks!

    It works, as long as you have the 3.1.1 software (which you should since you have a 3rd gen).

  • Publish a Captivate course with HTML5 and Scorm

    This is the scenario.  We have a Captivate 7 module.  One of the slides will have an HTML5 animation on it.  The module also has quiz questions.  We have used Adobe Captivate 7 App Packager to include the HTML5 animation and publish the course.  When we upload the course to our LMS (LearnShare), nothing shows up.  If we upload the HTML5 published course without any Scorm settings, it works.  But we obviously need the Scorm settings on.  Can't figure out how to package this thing to have it include the animation and the Scorm settings and work on the LMS. 

    You can score any interactions or question slides you want in
    Captivate.
    If your LMS supports it, you can even have Captivate submit
    the user's answers to each scored interaction/question. This is
    done through the "Submit interactions and the score" option in the
    Quiz preferences, although there seems to be a hard limit to the
    amount of data that can be sent to an LMS so you wouldn't want to
    submit interactions for a file with a large number of
    interactions/questions.
    The quickest way to set up all your scoring parameters is to
    press F9, which opens the Advanced Interaction dialog that lets you
    specify the scoring of each item in your project.
    From there, you just need to figure out which combination of
    settings in the the Quiz preferences gets the SCORM data to your
    LMS in a format that your LMS expects or can handle.

  • Has ANYONE created a web site from scratch with iweb 08 that is stable?

    I have tried all the tricks i have been able to find to convert my old iweb 1.2 site to the new iweb08 software. I have tried deleting plist files, and changing the themes and re-saving. I am about to give up, and have two options
    1. recreate the ENTIRE site from scratch. I am happy to do this, so long as there are people who have done it and their site domain files remain stable.
    or
    2. Go back to iweb 1.2 and save myself hassle.
    Can anyone advise on this?
    To apple : You have treated me like a sucker customer. I love you, but you have spat in my face with this terrible software. it destroys everything it touches. Shame on you for treating us all with disdain.

    Hi damoyoungsf,
    I have managed to recreate my website (www.vnlc.org is the domain name, www.studentgroups.ucla.edu/vnlc is the real address) and fixed the bugs as of yesterday, it took around 6 hours of fiddling but worth it for the new features. I used the watercolor theme, and you can visit the webpage to test its stability. The problems I encountered were:
    1. Blog/Podcast pages didn't convert correctly, the yellow/blue band is missing and the picture frames were missing also, also some of the events had incorrect formatting.
    a. Fix: You're going to have to recreate these pages, when a page has errors after a program update like this, its better to recreate the page again rather than keep stumbling with further little bugs that might pop up in the future.
    2. Links to pages with titles that include the symbols : and - and foreign characters do not work.
    a. I think this is a major area in which iweb08 digressed because I used to be able to use foreign and special characters in my links, but now I can't because it would not link appropriately.
    Every other page seemed to work well, or had minor problem like incorrect font colors which can be remedied without recreating the whole page. I did not have the photo page problems that some other people had, my photo pages rendered perfectly and now has nice new features.
    As a final word, iWeb'08 or rather the whole iLife'08 suite seems to be Beta status just like when Mac OS X first came out. Apple likes throwing at us these problematic new software and wait for the bugs to crop up to fix it. After I first got iWeb'08, I knew it would have major problems but I am hoping further updates would remedy our woes.

  • Creating Flex applications without MXML but with AS3

    To me it seems logical that if I want to build an application
    I should use AS3 to create reusable components, classes, the
    layout, etc.
    .. however, searching around on the web I exclusively find
    Flex tutorials and examples using MXML. This is also true for the
    books (e.g. Adobe Flex 2 - Training from the source") -- why is
    this?
    Is it wrong of me to think it'd be best to create everything
    in AS3? Do anyone have links to tutorials etc. where they use AS3
    to build Flex applications?

    Although I have not seen tutorials about this I did create a
    test app using the following approach:
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Canvas xmlns:mx="
    http://www.adobe.com/2006/mxml"
    xmlns:lib="components"
    width="100%"
    height="100%"
    creationComplete="initGrid()"
    scroll="false"
    >
    <mx:Script>
    <![CDATA[
    ..... AS 3 code here to create/populate app - datagrid in my
    case
    ]]>
    </mx:Script>
    <mx:VBox id="_box" width="100%">
    <mx:Button id="hideShowCols" label="Hide Empty Columns"
    click="doColumnAction();"/>
    <mx:DataGrid id="delinquenciesGrid"
    alternatingItemColors="[#cce6ff, #e8ffff]"
    alpha="0.5"
    lockedColumnCount="3"
    allowMultipleSelection="true"
    rowCount="20"
    headerColors="[#cccccc]"
    fontFamily="Arial"
    visible="false"
    preinitialize="detectClick();"
    >
    </mx:DataGrid>
    </mx:VBox>
    </mx:Canvas>
    Even the data grid does not need to be "declared" in MXML, it
    was just a faster way to do it for me - you could do
    canvas_id.addChild(...) any element/item that you create in
    AS3.... or in my case i was doing _box.addChild(newGrid)

  • Can Captivate be used with a LMS that is not SCORM compliant?

    We are currently using Flash for all of our online courses, but would like to switch to Captivate.
    Unfortunately, our LMS is not SCORM compliant. Is there a way to use Captivate with our LMS? We would need it to record test scores and student information. We're open to a third party solution.

    TLC is correct, you could report to your own DB.
    Reply to a similar question with webpointers:
    Ways to integrate captivate with a database?
    Is your LMS AICC compliant? Captivate will work with AICC as well.
    And while Adobe Connect is not technically SCORM compliant, Captivate will work with that as well.
    AND Captivate can track via xAPI (TinCan), so there's that option too...though I suspect if your LMS doesn't support SCORM, it probably doesn't support xAPI.
    So you have a few options...

  • SCORM compliant Flash quizzes

    Hi all
    Here's another SCORM question that probably won't get
    answered, but it goes.
    Looking through Flash Help section, there's a section called
    "Creating E-Learning Content". Within that, it goes into detail
    about creating quizzes from templates and such.
    Now I was looking through this section, because it has some
    info about SCORM compliant Flash, and it says:
    "To initialize SCORM tracking, you must use a quiz template."
    Is this true? I have to use one of Flash's ugly templates?
    I've also seen SCORM compliant Flash examples that don't use
    templates or components at all.
    Does anyone have any insight on any of this? Because
    everywhere I've looked so far has just gotten me more confused and
    aggravated. There's not a lot of detail out there, and anything
    that is out there seems to be either outdated, or contradicted by
    something else I found.
    Your help is appreciated as always.
    Thanks again
    Chris

    I hadn't heard of SCORM before but it seems to be about e-learning stuff and therefore likely related similar to Captivate content.
    This is unlikely to work currently since it probably depends upon audio and/or video support which Wallaby currently lacks.

  • Is Adobe captivate compatible with skillsoft?

    Adobe captivate compatible with Skillsoft

    Hello,
    Welcome to Adobe Forums.
    Are you talking about Skillport LMs which is a part of Skillsoft? It has not been tested but Adobe Captivate works with any Learning Management System (LMS) that is SCORM (1.2 or 2004) and AICC compliant.
    Please find the list of tested LMS with Adobe Captivate.
    http://blogs.adobe.com/captivate/supported-lms
    Regards,
    Rajeev.

  • When I publish a course created in Captivate 7, how do I know/ensure it is SCORM compliant?

    Do I need to tick a box somewhere to ensure the output is SCORM compliant?

    You need to turn on LMS Reporting using the options on the Quiz Settings dialog.  Which settings you choose depends on which LMS you are using and how you want it to work.

  • How to identify the user who has created accounts,lead, Opp in portal

    Hi experts,
    I am working in CRM 5.0 now i want to know the user who has created a particular account, Lead, and opportunity in Portal not in GUI kindly give some inputs regarding this .
    Thanks in advance
    Amar

    Hi Frederic,
    Thanks for your reply.
    But is there any way by which we can make it happen in PCUI.
    The customer is very particular about it. They use only PCUI to create new accounts and they want a facility to view change history in PCUI Account Application itself. They are not interested to go back to GUI to know change history for that BP.
    We have just checked whether any related BSP structures containing change fields are assigned to COMM_BUPA but not successful.
    Kindly help with a possible solution.
    Regards,
    Amar

  • Is there any way of creating a layout which is SCORM compliant?

    I have Robohelp 10.  Is there any way to use the content already captured in Robohelp to make a SCORM compliant layout?

    My understanding of SCORM is that it is an eLearning standard. As RoboHelp is not an eLearning tool it does not have SCORM capabilitiy. You could use Adobe Captivate that has SCORM compliance and then embed your simulations, etc. into a RoboHelp topic. Maybe you could investigate this track.

  • How to find out the user who has created  a new field in the custom table.

    How to find out the user details who has created  a new field in the custom table.
    Thanks,
    Joan

    Hi Jesudasan ,
    You can know the user details with version management.Please find the
    below procedure to know.
    Go to table->Utilities tab->version->Version management->Compare the previous one .
    Hope this solves the issue,Let me know if you have any issues.
    Thanks,
    Rajani

  • How to find user's owner or who has created the user?

    Hi all,
    I want to find out owner of user or who has created the users?
    example:
    system has created test user.
    test has created xyz user.
    so i want to find out who has created xyz?
    Thanks in Advance,
    Sandeep.

    Read below thread:
    Re: is there a way to find out who created a user account?
    But if you have enabled auditing then its easy one option.
    Regards
    Girish Sharma

Maybe you are looking for