How can I tell the LMS what variables I want him?

Hi, I'm working on the development of an online course and I am obliged to put it to a locally-developed LMS which I don't have access and control to.

What I know now, is that:

1. This LMS cannot accept that data is passed a SCORM singlep packed;

2. a single SCORM packed can pass two variables to this LMS: total score and pass/fail;

However, the customer wants to track the performance of learners as much as possible, which means that they want more data than just the final score

and success/failure.

Can someone explain to me how do I specify what are the variables to pass to the LMS? Even I understand that I still am not able to get this to work, since I have no access control / in the implementation of the LMS, I want to understand the mechanism and to be able to explain why I can't get there to my supervisor.

Thanks for all the inputs.

Data are compatible SCORM LMS interaction via JavaScript variable transfer "mechanism".  SCORM uses a JavaScript API standard LMS compatible all supposed to understand and interpret correctly.  (I use the words "supposed" because reality tends to be that they all interpret the standard a little differently).

If it is a "locally-developed LMS" then all bets are off.  In theory you should be able to transfer some of the information, but with a land roll-your-own system at the other end, you have no way of knowing how he will handle this information.

You need to talk to the guy who built or currently leads this LMS, I hope that someone with expertise and technical knowledge.  Encourage them to tell you how much of the standard SCORM is actually taken in charge.  Only then you know if you can use some more advanced features of Captivate to transmit information more significant (e.g. data interaction as partition/success/failure).

If your current LMS is really only able to accept a couple of values and desires of the customer more of this, handball, the question again to them.  They will have to upgrade their LMS or revise their requirements.

Tags: Adobe Captivate

Similar Questions

  • How can you tell the browser what to load first?

    I need an accordion spry as one of the first things that load, because in general, it will remain completely open which extends from the page. Any ideas on how to tell the browser to load the first accordion spry, or at least load it completely closed instead of open?


    T

    Things are read from the server in the order in which they are encountered in
    the markup, the reading ofTO. Things appear on the page in
    the order that they arrive at the local browser after reading. You
    Can't control it.

    --
    Murray - ICQ 71997575
    Adobe Community Expert
    (If you * MUST * write me, don't don't LAUGH when you do!)
    ==================
    http://www.projectseven.com/go - DW FAQs, tutorials & resources
    http://www.dwfaq.com - DW FAQs, tutorials & resources
    ==================

    "T_Wurz" wrote in message
    News:g3bk52$i44$1@forums. Macromedia.com...
    > I need an accordion spry as one of the first things that load.
    > because
    > as a general rule, it will remain completely open which extends from the page. Any ideas on
    > How
    > tell the browser to load the first accordion spry, or less busy
    > closed
    > instead of completely open?
    >
    >
    > T
    >

  • How can I tell the mail client to search for new mail on the server?

    How can I tell the mail client to search for new mail on the server?

    Within the Mail app and display the Inbox you can pull down on the list of e-mail using your finger and you should see a small reel spinning gear. Which indicates that his check new email.

    You can also go into the settings of e-mail and calendars Contacts and view the settings there. Examine the settings of "search for new data. If the Push is enabled, then messages will be pushed to you if the email provider supports this feature. You can also set your accounts to use Fetch and set the frequency, he's going to go out and look for new e-mail messages.

  • How can I get the game controller that you want to correlate to the keyboard commands?

    How can I get the game controller that you want to correlate to the keyboard commands?

    You may need to use the profiling software that comes with any game controller you are using.

    Some software controller has a library of game titles with default button/key configurations that

    You can change in the software according to your desires.

    -The software will need to navigate you to the games executable ( .exe ) from in the profiling software, which allows for the profile that you create in order to be recognized when you load the game in question.

    You can create orders, or simply assign a key combination, of a particular button on the controller

    and save the profile.

    -If the controller does not have a profiling software available for download, you may be stuck

    with some default orders can work with this controller and as a monopoly$ insinuated oft

    the controller XBOX games PC as a default configuration, a few years ago, it could mean

    your controller can be very useful if it is not programmed to emulate the XBOX controller.

    -If your controller is programmed to emulate the XBOX controller (like many recent controllers)

    It should be just a matter of changing the configuration in game controller options.

  • How can I tell the boss... his code was cr * p?

    I came across a PL/SQL function that is called by at least 100 million lines

    I see the boss had his name on it. It's got to be horribly inefficient, no?

    I mean open a cursor positioned on static data - it's crazy!

    So I rewrote... but how can I tell him?

    FUNCTION get_facility_typeF

    (p_bill_type IN VARCHAR2,

    p_hospital_flag in VARCHAR2

    )

    RETURN VARCHAR2 IS

    L_FACILITY_TYPE VARCHAR2 (255);

    L_RETIN CONSTANT VARCHAR2 (255): = 'hospitalization. "

    L_RETOUT CONSTANT VARCHAR2 (255): = 'external ';

    L_FIRST2 CHAR (2);

    CURSOR C_SET_FACILITY_TYPE IS

    SELECT (CASE WHEN p_bill_type AS 11% ' THEN 'hospital')

    WHEN p_bill_type AS 12% ' THEN 'hospitalization.

    WHEN p_bill_type AS 18% ' THEN 'hospitalization.

    WHEN p_bill_type AS 21% ' THEN 'hospitalization.

    WHEN p_bill_type AS 22% ' THEN 'hospitalization.

    WHEN p_bill_type AS 28% ' THEN 'hospitalization.

    WHEN p_bill_type AS 32% ' THEN 'hospitalization.

    WHEN p_bill_type AS 41% ' THEN 'hospitalization.

    WHEN p_bill_type AS 42% ' THEN 'hospitalization.

    'External' ELSE END)

    FROM DUAL;

    BEGIN

    IF p_hospital_flag = "Y" THEN

    IF p_bill_type IS NOT NULL THEN

    OPEN c_set_facility_type.

    SEEK c_set_facility_type INTO l_facility_type;

    CLOSE C_set_facility_type;

    ON THE OTHER

    l_facility_type: = 'external ';

    END IF;

    ON THE OTHER

    l_facility_type: = 'Professional ';

    END IF;

    RETURN l_facility_type;

    END;

    Here's my quick... ultra rewrite, right?

    FUNCTION to CREATE or REPLACE get_facility_typeF

    (p_bill_type IN VARCHAR2,

    p_hospital_flag in VARCHAR2

    )

    RETURN VARCHAR2 IS

    L_RETIN CONSTANT VARCHAR2 (255): = 'hospitalization. "    -return

    L_RETOUT CONSTANT VARCHAR2 (255): = 'external ';  -return

    L_PROFOUT CONSTANT VARCHAR2 (255): "Professional" = -return

    / * below are to be analyzed for the qualification to hospital patients of the type of Bill

    Add to the list below, if new billing codes are developed * /.

    L_CHECKTYPE CONSTANT VARCHAR2 (255): = '11,12,18,21,22,28,32,41,42';

    L_FACILITY_TYPE VARCHAR2 (255);

    L_FIRST2 CHAR (2);

    BEGIN

    L_FIRST2: = SUBSTR (p_bill_type, 1, 2); -check the first 2 characters

    IF INSTR (L_CHECKTYPE, L_FIRST2) > 0 then

    L_FACILITY_TYPE: = L_RETIN;

    ON THE OTHER

    L_FACILITY_TYPE: = L_RETOUT;

    END IF;

    IF p_hospital_flag <>THEN 'Y'

    L_FACILITY_TYPE: = L_PROFOUT;

    END IF;

    RETURN L_FACILITY_TYPE;

    END;

    Hello

    Syswizard wrote:

    Thanks for this alternative Frank, but the function is already called in dozens of places.

    This is one of the reasons why I said that speed is only one review.  Even if you want to change dozens of places now, as you mentioned later, you don't want to change dozens of places, each time changing billing codes.

    like your approach, but I I still think mine is faster.

    No this CASE and IN case can beat IF and InStr.

    This is not necessarily true, but if it's true in this situation is irrelevant.  There is a great cost for the SQL, PL/SQL, and that's what I was trying to avoid.  Even if the CASE were slower than IF, and even were IN slower than INSTR, the difference would be very slight compared to the difference between doing all the work in SQL or by switching to the PL/SQL on every row.

    In addition, you must declare the function as DETERMINISTIC.

  • How can I DISABLE the module "signature" when I want TO use an older add-on?

    I the MAGNIFICENT Add on 1 - ClickWeather and now has a message on the 'signature' module Now... I DON'T want to use a product of INFERIOR quality such as suggested in the name of the add - on.

    I would use the add-on that I already have on my Firefox, 1-ClickWeather. So, how can I disable the 'signature' on an individual add-on module? It is said to "Act with caution", but it does not show Me the details of my time. I reinstalled the add-on, but it does not yet record my position.

    Yes, I KNOW it is no longer supported, but has always worked until this past Saturday. It was abandoned several years ago but was kept alive by a single poster whose comments have disappeared. I have the add-on on my computer. I continued to update the continuous Firefox updates. Now, I want to again but there's this ridiculous thing on the module "signature" and «proceed with caution...» »

    You cannot delete the warning, but in 42 Firefox extension should always work.

    See:

     Firefox 40-42: Firefox warns about signatures but doesn't enforce them.
  • How can I download the trial AfterEffects 6 I want to use it on a computer that is not connected to the net?

    I use a Mac for video editing, but due to the rules of society, he can't go on the Internet with this computer. I have 5 AfterEffects but I need AfterEffects 6 for a project. I wanted to download the trial on Adobe.com, but it wants to install on the 'internet' designated computer which is of course a Win computer and not one that is put in place for video editing.

    So how / where can I get the AE6 full test downloaded on my computer Win and transfer it to my Mac, then activate of course on the Mac for the 30-day trial period without having to put this computer online?

    I'm sorry Juditka but I don't know of all downloads for After Effects 6.0.

    If you are looking to download after effects Creative Suite 6, then the installation files are Download produced CS6.

  • How can I tell the tool "Download" ask me what to do with a download?

    I was trying to download an MP3 that a friend had sent to me, but when I went to press the button 'Save file' on the small window that says "Open in..." or "save to...". ' (Or something like that), I accidentally hit the button that says always "do this with this type of file" and did not know until AFTER clicking on the button to continue with my download. Is there a way to fix this so that the download tool will ask me what to do with an MP3 download again?

    You can check the MP3 setting in tools > Options > Applications

    See also "Reset the download Actions": http://kb.mozillazine.org/File_types_and_download_actions

  • How can I stop the msg "what do you do with the game in progress?" solo?

    If actively, I click New Game, it's pretty obvious that I won't continue to play. I really hate these confirmation boxes say "are you sure you want to do what you have to do?  Can I just statistical farm?

    Hello

    Unfortunately there is not a way supported to disable this function, however, you can send your comments to us here:

    http://mymfe.Microsoft.com/Windows%20%207/feedback.aspx?formid=195

  • How can you tell the difference between Microsoft Windows 8 Pro Full version and upgrade?

    For previous versions of Windows, for example, Windows 7, it was very easy.  Windows 7 Ultimate Upgrade has 'Upgrade' printed on the outside the box in the upper right, as well as on the discs themselves, while the full version does not work.

    See here for example of the box: http://fc03.deviantart.net/fs71/i/2010/193/e/0/Windows_7_Ultimate_upgrade_by_LucasVN.jpg

    For examples of records, see here: http://headsetchatter.com/blog/wp-content/uploads/2010/09/snapshot-1283367118.977272.jpg, - http://www.microsoftcheapsoftware.com/ekmps/shops/samehxm/images/microsoft-windows-7-ultimate-sp1-upgrade-[3] 148 - p.jpg

    With Windows 8 Pro, I can't find any distinctive feature.  I bought the full version and upgrade of Windows 8 Pro, but after their installation on several dozen calculates, I lost track of which boxes and discs are which.  And there seems to be no way to understand who is who...

    There is never any full retail versions of Windows 8, Windows 8 Pro box. Only Windows 8 and Windows 8 Pro OEM System Builder licenses were full versions. It's the best way to confirm.

    Since the release of Windows 8.1, in retail box copies are full versions.

  • How can you tell the total number of photos in the Organizer 11 PES

    I used PSE 9, and there was a line at the bottom that says the total number of photos in the Organizer.  I now PES 11 and I find no such line, and I have not found a way to say the total number of photos in my organizer.  Where is this information?

    Thanks for your help.

    You should see at the bottom left of the Organizer.

  • How can I tell the download Scheduler WHEN to run scheduled downloads?

    Firefox 8 running on XPPro SP3

    Sorry, Firefox is not a "Download Scheduler. Which is provided by an extension or an external program.

  • How can I change the language setting for 4500 WANT after the initial Setup

    The language setting for the ENVY 4500 e-all-in-one printer has been mistakenly or inadvertently put in CHINESE (not sure how this can happen).  Now, the display is incomprehensible, so I can not understand how to change the language to ENGLISH.  Is there a simple way to change the language or reset the printer by default so that I can fix this problem?

    Thank you.

    Hi scfessler,

    Welcome to the HP Forums.

    I see you have a problem with the printer displayed in another language.

    On the front screen of the printer, press the top left button ( Home button).  Once on the home screen, press the arrow UP 2 times, this brings you to the preferences Menu, press OK.  Once in the Preferences menu, the first highlighted area is the enacted area please just press OK again.  The first language highlight is English, please press OK and then Yes to make the changes.

    If you still have questions, please let me know.

    Thanks for your time.

    See you soon,.

  • How can I disable the Narrator .i don't want it anymore

    When my computer starts the window appears. It slows down my computer. How to turn off completely

    When my computer starts the window appears. It slows down my computer. How to turn off completely

    Start > Search box, type easy access > Enter >

    Click on use the computer without a display > uncheck "Turn on Narrator" > Apply

    Click on make the computer easier to see > uncheck "Turn on Narrator" > Apply

    Click on make it easier to focus on the task > uncheck "Turn on Narrator" > apply/OK

    Read this tutorial: http://www.vistax64.com/tutorials/124575-narrator-turn-off.html

  • How can I change the language of adobe application?

    Hi everyone who can tell me how can I change the language?

    I want to get the app which is English

    but now, he s Chinese ~!

    Please help me ~!

    Thank you s

    Hello Kris,

    Adobe has established this link: change the language setting of your Cloud Creative applications

    Hans-Günter

Maybe you are looking for

  • My modules do not work all of a sudden with firefox 43.0.1

    This morning, they worked; This afternoon they do not. the error message indicates that they can be verified. should each module be developed by its owner? What a mess! I use windows 7 and firefox 43.0.1.

  • Unlock NB200

    I handed my NB200 to record the serial number and on the opening of the cover page, I found that I had been locked. It asks for a password, but will not accept the password I use to open a session. Help, please.

  • Error when installing Bootcamp code

    Hello I have an iMac nine K 5, 2016 and an installation of USB 3.0 Windows 10. When you install through bootcamp, windows install starts, but fails to install due to "windows could not create the error offline local information 0x80ff0000. Tried to d

  • Damage AppleCare + water covers?

    My iPhone 6 is damaged the water but I have Apple Care Plus This is my first Accident.

  • power on password problems

    I have a laptop TX 2500 a few years back I left it to my mother and I just got back when I went to turn it on after a while not to be used a black screen comes up saying "enter the power on password" in a blue box... After some testing, it gave me an