Landing page for the different language in LMS options

I need to create a landing page with options for different language for the same course that can be loaded as a single LMS-ready package.

My solution was to create the same in each language, export in the .exe and then create an exceptional Captivate file with links to each of the languages as 'open file/URL', but I've known errors trying to do.

I saw a person offers to write an HTML index page which links to each. I like the idea of this, but I don't know how it worked in a LMS System.

Another idea would be to create a single Captivate project as described here: Options multilingual in a single course with Adobe Captivate 5.5 "Rapid e-Learning | Adobe Captivate Blog - but the inability to locate the bar reading/table of contents in each language, I avoid it.

What are my options here?

The easiest way to do this is to create a main project folder and publish all your projects DSL SCORM in specific folders, do not publish for zip.

You create an html page that has links to specific language folders or a non-SCORM project. We could call this menu.html.

Now you need some SCORM files.

You need an imsmanifest.xml file to create the LMS link to your menu.html and a metadata.xml with title and description.

We actually already have structures with the manifest and SCORM files already set up to do this associate.

The manifest looks like this:

xmlns = "http://www.imsproject.org/xsd/imscp_rootv1p1p2."

xmlns:adlcp = "http://www.adlnet.org/xsd/adlcp_rootv1p2".

xmlns: xsi = "http://www.w3.org/2001/XMLSchema-instance".

xsi: schemaLocation = "http://www.imsproject.org/xsd/imscp_rootv1p1p2 imscp_rootv1p1p2.xsd".

http://www.imsglobal.org/XSD/imsmd_rootv1p2p1 imsmd_rootv1p2p1.xsd

http://www.adlnet.org/XSD/adlcp_rootv1p2 adlcp_rootv1p2.xsd ">

ADL SCORM

1.2

Metadata.Xml

ENTER THE TITLE OF YOUR COURSE

ENTER THE TITLE OF THE LESSON HERE

You can contact us if you need help to put it together.

Tags: Adobe Captivate

Similar Questions

  • Landing page for the Community Login

    By connecting to the CSA, I want to land on the page containing the communities that I am following. Example:

    The logon procedure identifies me so land on my page of interest should not be difficult. Instead when you're connected install me on a generic page containing all communities, most of which I'm not interested. The launch page wonder even if I am new to communities. So need me a certain number of clicks and changes to access the page containing my communities followed. Example from where I have the Earth currently:

    As a workaround I created shortcuts to my communities followed, but it could be so much easier. I took the time to follow the communities, I log in, the system identifies me, just land me on a page listing my communities followed.

    Sorry if I missed something. If I want to exist, please let me know.

    The site does not always appear to be back to where you were before you connect.

    Not a solution, but why not go directly to the Suite of Discussions to answer responses on threads that you are involved in and My Subscriptons looking new sons to engage in?

    TT2

  • show/hide different shipping for the different combinations of product options

    Hi guys,.

    So far, Ive kept shipping options fun and easy for all my products with a standard plate or the next day for the entire site option.

    I sell bathroom tiles

    Now, I'm looking to sell MIC of tile, which means I have to deliver these separately from the bathroom tile.

    A new postage for MIC is placed £16.

    Now I can set it up so that if someone buys just pads the next day and standard options are not visible/selected, and if someone buys just tiles bathroom they cannot select the £16 trim option as a delivery charge.

    However it is someone wants to buy the two points that I have to charge times the delivery of bathroom tile and trim delivery price I did a 4th (standard + £16) and 5th (next day + £16) option combining the total amounts. Simple.

    The thing that I don't like the look of, it's that I have these options (4th and 5th) selected for all catalogs.

    This means that if someone buys a few toppings that they see in the drop-down menu pad option a £16, but also the option of 4th and 5th.

    This also means that if people buy just the bathroom tiles, they will see the standard and next day options, but also options 4 and 5 even if they have not selected toppings.

    Is there a clever way (I assume that java) to assert that the 4th and 5th options should show only if the two cataologe stripes and catalog of bathroom tile is selected at the same time. If not the two selected do not present options 4 and 5.

    I hope this makes sense. If someone wants to help, and needs more information, you know where to find me.

    Dave

    Not to find a smarter way to get your credentials so they don't sit in a parent category or have something in common.

    You can also assign the same weight for the catalogues of tiles and then use module_data to get these identifiers.

    But the simple is to paste the ID in a liquid:

    {% set inTiles = false-%}

    {% set inTrims = false-%}

    {% set tileCatalogIds = "211120,211121,211118,233354" | divided: "," %}

    {% assign trimCatalogIds "252612" = | split: "," %}

    {% for article on globals.cart.items-%}

    {% assign strId = item.catalogId: convert: "string"-%}

    {% If tileCatalogIds contains strId-%} {% assign inTiles = true-%} {% endif %}

    {% If trimCatalogIds contains strId-%} {% assign inTrims = true-%} {% endif %}

    {% endfor}

    If breaking down:

    We use these indicators and their default value false

    {% set inTiles = false-%}

    {% set inTrims = false-%}

    We are affecting our 2 separate tables holding our IDs, (note: the tables have strings)

    {% set tileCatalogIds = "211120,211121,211118,233354" | divided: "," %}

    {% assign trimCatalogIds "252612" = | split: "," %}

    For each item in the basket, convert us its catalogue ID to a string so we can compare to the above tables.

    We put the flags to true in the case of each if this is true

    {% for article on globals.cart.items-%}

    {% assign strId = item.catalogId: convert: "string"-%}

    {% If tileCatalogIds contains strId-%} {% assign inTiles = true-%} {% endif %}

    {% If trimCatalogIds contains strId-%} {% assign inTrims = true-%} {% endif %}

    {% endfor}

    The last part, only if the two indicators are true, which means that we have in our shopping cart at a tile and a pad to return the

    Then in the auto function JS, get us the select object and make a table with the options we want to hide/show

    -If we have our real flags, display us the options 4 and 5

    -If not all our flags are both true, display us options that are not of the 4 and 5

    -See us the default option

    All this can be achieved with liquid only, if you use module_data instead of tag_shippingoptions, and build your own shipping drop-down list.

    Benefits:

    • No JS
    • drop-down list will change when you remove the basket products (atm, it doesn't work, you need to add a timeout for your function to run)
    • much cleaner

    The end.

    Stoiky

  • Pass the product ID through the URL of the payment page for the 'reception - buy' landing page. is this possible?

    Pass the product ID through the URL of the payment page for the 'reception - buy' landing page. is this possible?

    You can just the module module_shoppingcartsummary and liquid, you can return the items in the basket to.

    The developer reference

  • When will be available tool for the Italian language. Worms. 30.0

    I've updated to thunderbird, but it is in English. I need tools for the Italian language, but the "it.xpi" file is not compatible with the version just downloaded (30.0).

    Here is the language pack Italian for the last beta of TB (TB-30), version of Windows:

    http://download.CDN.Mozilla.NET/pub/mozilla.org/Thunderbird/releases/latest-beta/Win32/XPI/it.xpi

    http://KB.mozillazine.org/Language_packs

  • How can I get Mozilla to use the name of the page for the name of the real instead of the URL bookmark when I bookmark a page

    I just noticed that (in comparison to Internet Explorer): in IE, when you preferred a Web page, it uses the actual name of the Web page (for example, for this page, it would be "Ask a Question Firefox Help" as the name of the bookmark), but in Mozilla, it uses the URL as the name of the bookmark. I was wondering if it was possible to change my Mozilla settings so that it uses the name of the Web page as the bookmark name instead of the URL? I hope that everyone understands what I am getting? If anyone can help me, I would really appreciate it. Thank you.

    Firefox uses the tag title for the name of the newly saved bookmark.

    When I bookmark on this forum page I get this for the 'name' of the bookmark.

    How can I get Mozilla to use the name of the page for the name of the real instead of the URL bookmark when I bookmark a page | Firefox Support Forum | Firefox help

  • Satellite P200D-128: Toshiba has a Web page for the graphics card drivers?

    Hi I want to update the driver for my card graphics ATI Mobility Radeon 2400HD with the updated driver, Toshiba has a Web page for the graphics card drivers?

    Concerning the best and warm
    Adrian Wainer

    Hello

    All Toshiba drivers for European notebook series can be found on the European driver Toshiba page:

    You can find it here:
    http://EU.computers.Toshiba-Europe.com-> support Download Center &-> Download drivers

    You will find all the latest drivers published by Toshiba

  • MMC hangs with print server when I try to print a test page for the server. Windows Server 2008R2 Printer HP1606n

    MMC hangs with print server when I try to print a test page for the server.

    Windows Server 2008R2

    Printer HP1606n

    Signature of the problem:
    Problem event name: BEX64
    Application name: mmc.exe
    Application version: 6.1.7600.16385
    Application timestamp: 4a5bc808
    Fault Module name: hp1100su.dll
    Fault Module Version: 0.3.1.36655
    Timestamp of Module error: 4dba6516
    Exception offset: 00000000000159bd
    Exception code: c0000409
    Exception data: 0000000000000000
    OS version: 6.1.7601.2.1.0.272.7
    Locale ID: 1033
    Information additional 01:00 c 6
    More information 2: 00c62f6d4134d9a2c3306d7c5b5b94b0
    3 more information: c9eb
    Additional information 4: c9eba0fb841db4dab90b359385c03455

    The module that seems to be the cause of the accident is the hp1100su.dll:

    Fault Module name: hp1100su.dll
    Fault Module Version: 0.3.1.36655

    The hp1100su.dll is a part of the driver for the printer.

    What you could try is uninstalling and reinstalling the driver of printer using the version of HP.

    I believe that the following may be the printer:

    http://h10025.www1.HP.com/ewfrf/wc/softwareCategory?cc=us&DLC=en&lang=en&LC=en&product=4110410

  • FDM - a script engine for the specified language cannot be created.

    Hello

    When I try to log into the application of FDM, I get the error message below. FDM - 11.1.1.3 application version. I restarted all services and tried to log in again. But getting same error message.  It was working fine before. Please could you help me solve the problem.

    "Error: an error occurred in the logging on the system." -A script engine for the specified language cannot be created. »

    Thank you

    Michel K

    Your vbscript.dll is corrupt. Replace with a good copy and register again via cmd regsvr32.

  • Aftermath - change slides duration to account for the different lengths of video/image

    HI - as you can tell I'm pretty new to Ae - I use programs like hearing and first every day from work but I've never used after effects. Asked me to create a showreel by using After Effects. Like most "newbies" I headed over to a stock site and downloaded the following model https://videohive.net/item/clean-media-slideshow/15003701

    It all seems simple drag and drop the media in each slide / edit text etc. BUT I noticed that /(comps?) slides appear to be of a fixed length - I was wondering if there is a way to change the "timing" of each of these slides to account for the different lengths of video/still (while keeping synchronized animations)? Any help would be much appreciated - here is a link to what I've done so far Craig Jackson - stuff more After Effects - put... | Facebook

    I know there are tutorials on here and on sites like Lynda - and I started to go through them - but any help would be amazing.

    Kind regards

    Craig.

    I see that it's much better now, thank you.

    Here's the problem with the models. To make them easy to customize, they are awful to customize. I know it's not supposed...

    They have complicated - sometimes more than necessary - which makes them easy to drop your own photos/videos. However, this means that if you REALLY want to change something, it's going to be quite complicated. I only buy templates if I want exactly what the model has. Otherwise, it's actually faster for me to build myself something. I have over a decade of experience with After Effects, so trust me on this, don't mess with the model. Without much more experience, he'll just be frustrating.

    What you can do, is switching to the video full screen. You need not stay in the template all the time. Put your video and images in the template, but there where you want it to be longer, put the beginning and ending in the model. Then, after you have made out of AE, go in first and just cut (or use a transition from light leak any) full screen video for executives, want to be longer. TADA!

  • change the charset a must for the 2 language in an instance?

    Hello

    I have the Oracle DB, configured for the Korean language charset and things in there are English and Korean and that they are working correctly.

    If I try to import a txt file with chararcters Chinese in the DB. It displays correctly on the query.

    Is there a way I can fix this? Because I think there is a lot of character set / language NLS options settings throughout DB such asNLS_lang.

    I've read from others that they have the following response. Any alternative side to change the entire DB character set?

    Thank you

    Clement

    Recreate the database with the correct character set

    Convert the AL32UTF8 database. Documentation link

    Change the National Character Set AL32UTF8 databases & modify your application to use the types of data NVARCHAR2 () /NCHAR () instead of VARCHAR2() (documented to the same link as above)

    Unless you want to store the data in English and Korean in columns of type NVARCHAR2 (which would generally not recommended and may require changes to applications to support), you must change the value AL32UTF8 database character.  You can probably use The database for Unicode Migration Wizard to convert the database without re-creating all.

    Justin

  • create a page for the Tablet

    Hi all.

    I do not know English and perkladayu your question in the Google Translator

    Sorry for the typos

    Is it possible to Adobe Muse

    create a page for the Tablet (not a site, but only one page)

    This page is having a video background

    widget that I used for the video backgrounds

    https://creative.Adobe.com/addons/products/2604#.u93-4_l_t8E

    My Web site

    http://skajiprobleme.NET/

    a link to a video setting

    http://skajiprobleme.NET/tips-Alla.html

    I just created a page with a video background to the Tablet, and coming on the site of a tablet that fell on the video backgrounds and not on the main site

    Duplicate Page with video calling Tablet - locking

  • Is it possible to disable the "edit layout" link on the Details page for the record

    Is it possible to disable the "edit layout" link on the Details page for the record? Not home pages, I know there is a switch for that, but I thought that it was one for the detail pages?

    I want to disable what I don't want users who record their own layouts, they stick to the related sections defined in the default layout. The problem is that if they want to have access to some lists associated with when the opportunity is of a certain type, but NOT other types. If they saved the page layout (using the "Change layout" link) and change the record type, they will see the related provisions that were set to "Not available" in the default layout (IE step 4) for this 'type '.

    Robbo, for now it is not possible to disable the page layout to change the Registration Details page.

  • How can I create a new master page with a different set of pages for the menu bar?

    I want to create a new Master Page that could be used for a different set of pages with a different menu pointing to other pages...

    For example:

    Master A to include a menu for pages:

    Page 1, Page 2, Page 3,

    Master B to the guests for the pages menu:

    Page 1, Page 4, Page 5...

    Maybe I would also do Master C and D with a bar of menus different total...

    But how can I isolate the menu bar from the rest of the pages that I don't want it?

    Right click on this page that you want to isolate > menu goto option > exclude from the menu.

    Hope It could help.

  • I have to log on to a web site under 2 different companies, but I clicked on 'remember login' for one and now I can not simply to the start page to open a session to the other company - he continues to go to the page for the first.

    I have two companies for which I connect to an Internet site for the data. I clicked "remember me" for the first company and now I can't get to the home page to open a session for the 2nd, he just guard logging in for the first.

    You can also try one of these:
    CookiePie: http://www.nektra.com/oss/firefox/extensions/cookiepie/
    CookieSwap: https://addons.mozilla.org/firefox/addon/3255
    Multifox: http://br.mozdev.org/multifox/

Maybe you are looking for

  • Prioritization of media - setting BW downstream

    I have a question about setting the BW downstream in my EA3500. I currently have 10 devices, of which two are used for video streams. I have these two devices connected via the 5 GHz channel and the priority value with prioritization of media. My lev

  • OfficeJet 6500 has printed a full page of black streaks when copying

    My HP Officejet 6500 a prints a black page ridged when the copy of the glass or ADF. I cleaned the glass and ADF and got the same result. I can print the docs okay, it's just when I try to copy when I have the problem.

  • Reading local txt file = > string variable?

    Could someone please point me to an example of WebWorks showing how to load the contents of a local (= in the app folder) text file into a string variable? Thank you.

  • External hard drive not recognized Samsung M2

    Hi all. I can't open a Samsung SD M2 1 TB on ACER PC and seven.  When I go to "computer", it isn't here. If I go into devices and printers, then I see it.  On MAC it is no problem, connection his of he office of EST on the. Please give me your knowle

  • REP-0737: must be a function of return type 'ref cursor.

    Hi allI have create a ref cursor query in reports 10 g. But it is giving error REP-0737: must be a function of return type 'ref cursor.Here is my code function QR_1RefCurDS return sys_refcursor is My_Cur Sys_Refcursor; begin   Open My_Cur for select