Can what code I add to Complete based on the location of SCO?

I have a file of a seller who does not complete unless KT is handled correctly.  (They are already published, and I do not have the source files) I need to know if there is a code that I can add to the html that would complement the course if the learner helps the last slide entitled "Conclusion".  I tried adding this code: I checked our newspaper SCORM to identify the titles of the slides as Conclusion.

var lesson_location = LMSGetValue ("cmi.core.lesson_location");

function LastSlide_Finish () {}

if(lesson_location=="conclusion")

{

LMSSetValue ("cmi.core.lesson_status", "completed");

}

}

.

Modify this function in the scormdriver.js add in bold text.

function SCORM_SetBookmark (strBookmark) {}

If (strBookmark is "Conclusion")

{

SCORM_CallLMSSetValue ("cmi.core.lesson_status", "completed");

}

WriteToDebug ("SCORM_SetBookmark strBookmark =" + strBookmark);

SCORM_ClearErrorInfo();

Return SCORM_CallLMSSetValue ("cmi.core.lesson_location", strBookmark);

}

Tags: Adobe Captivate

Similar Questions

  • Can I make smart albums based on the location?

    Can I make smart albums based on the location of the GPS?

    For example, in the street, city, etc.?

    Thank you

    [City] - includes the menuFichier ==> new smart album - text or text [Street] etc.

    LN

  • How to choose a Rotator ad based on the location of users

    I have the following requirement and do not know how you can achieve what no main script is allowed in British Colombia

    On each page a set of ad rotators are displayed based on the location of users - this could be a casual user, wandering on the web site or of a registered member.

    There are more than 400 regions of advertising (lets just call them cities).  When a user walks on the web site, we know the IP address and can then determine the city with external services.

    Now that we know the city the person comes, we want to present the page with the correct sequence.

    It's obviosly not a good idea to load 400 banner ads and expose the required.

    Can someone help me with this problem?

    I'm no expert on JSON/JQuery/AJAX etc, a few examples would be appreciated.

    Thanks in advance

    You can go this way:

    -Create a folder where you create pages for each banner, something like/banner/london.html, /banner/newyork.html and so on

    -place an adrotator on each page

    -on the model where you need to have made banner insert the script that you use to determine the exact location of the user and the name of the city translates

    -create a .js which takes the name of the city and jQuery.load () the corresponding page in the folder banner, here are a few examples of the load method - http://www.w3schools.com/jquery/ajax_load.asp

    I hope this helps!

    PS - you can even have a single page for all the adrotator, each wrapped in a div with a unique ID 'city' and load the div containing the necessary adrotator, something like:

    {module_adrotator, 15264}

    {module_adrotator, 15265}

  • Cisco Jabber call privilege based on the location

    Hi team,

    a customer asks to change the privilege of call user for Cisco Jabber Extension based on the location to have Mobile call privileges if they are covered by the local Access Point and internal call privilege if they are registered on the Internet

    y at - it an idea how to. ?

    Characteristic of mobility to implement in CUCM device, it does exactly what you ask.

    Chris

  • Can I organize pictures by year, then month, then the location. In the photo on my iPhone app, they are organized in this way and I would do the same in Lightroom. Is this possible?

    Can I organize pictures by year, then month, then the location. In the photo on my iPhone app, they are organized in this way and I would do the same in Lightroom. Is this possible?

    Find pictures of calendar is integrated into Lightroom. The filter bar allows you to find photos taken during the year, or any month/year or month/day/year. No work necessary to implement. Just use the filter bar.

    Location is also a means of organizing in Lightroom and is especially easy if your phone adds GPS coordinates to the pictures it takes. Even if the phone does not add the GPS location, you can do it manually in Lightroom.

  • How to add dynamic items based on the results of a dynamic query?

    Hi all

    I'm quite new to ofa, here's my problem.

    I have a table 'interventions', each intervention have actions stored in the table "actions".

    I want to show the actions of an intervention in a list, based on the id of the intervention. the response ID value is dynamic, so does not know the number of shares that you want to display in the list.

    Can someone tell me the steps to create a region that has dynamic elements to display names of action?

    Thank you

    Kind regards

    Afaf

    Afaf,.

    Take a look on the link below to see how to create dynamic VO:

    Blog of Anil Oracle Application Framework: create VO when running at the controller or dynamically created VO

    You could add messageStyled text like the code below:

    OAMessageStyledTextBean newMessageBean = (OAMessageStyledTextBean) createWebBean (pageContext, MESSAGE_STYLED_TEXT_BEAN, null,"" ");

    Links to dynamically create elements below:

    Add columns to the table advanced in OA Framework Programatically by Extension

    OPS KNOWLEDGE HELPER

    Let us know if you get any errors when creating.

    See you soon

    AJ

  • How can I show or hide a picture based on the size of the screen in CS6?

    I have a website created using Dreamweaver CS6. I used the checkerboard to fluid to hold different views for each of the 3 types - phone, Tablet, desktop computer. It works well, resizes properly. I would like to be able to show a picture in the desktop version but not the mobile version. How I do that? I can see in the .css file that the screens of different size can have their own different settings. Y at - it code I could add that could hide/show and image based on the users on the same page window? Let's say I have a div that is named photo. How could I add a parameter to the div photo in the stylesheet that would hide the image if it were mobile?

    Thank you

    Marilyn

    Thanks, I was able to change my code using your example and it works exactly as I wanted!

  • Help for the code to add a box placed in the middle of the page

    Hello everyone would be able to help me with a html code to add two boxes (spaced at a distance) like the one shown on the picture in the middle of an html page? The boxes must be positioned at approximately 1/4 to the bottom on the page not at the top of the html page.

    Thanks in advance

    Untitled.png

    In fact you can simplify it further.

    
    
    
    
    
    
    
    
    

    Drag the symbols into the rectangle:


    $$\sum$$ $$\int$$ $$\alpha$$ $$\beta$$
  • Tax code failed iExpenses based on the location and type of expenditure

    Hi all

    I have a requirement in Internet Expenses (11.5.10) by default the code based on taxes
    the type of expenditure and the location. I store the mappings between the expense type + location-> tax code
    in a database table custom.

    I decided I need to extend the page controller
    / Oracle/Apps/AP/GOOSE/Entry/Lines/WebUI/DetailsPG which is DetailsPageGlueCO.java.

    My plan is to expand the page controller...

    (1) intercept the PPR events on the type of expenditure and the location LOV
    (2) to obtain the values of expense type and location using calls to row.getattribute
    (3) create a VO customized on the fly to search the tax code by default for this type of expense and the location
    (4) use row.setattribute to update the tax code

    I have extended the controller and am running in debug mode in Jdeveloper and I can confirm that
    the custom controller is running.

    First, I hit, it's that I can't get a handle on the view for the page object.
    The code I use is...

    ' Public Sub processFormRequest (pageContext OAPageContext, OAWebBean webBean)
    {

    super.processFormRequest (pageContext, webBean);

    Am = (OAApplicationModule) pageContext.getApplicationModule (webBean) OAApplicationModule;
    OAViewObject expVO = (OAViewObject) am.findViewObject ("ExpenseReportLinesVO");

    After these expVO lines have run is null
    I tried to change the reference to ExpenseReportLinesVO1 VO, but the original Version is still missing.

    Please can you point me in the right direction?

    Also please comment on my proposed approach to this customization.


    Thank you very much
    Andy

    Hi Andy,.

    (1) you weren't able to get the reference am as controller "DetailsPageGlueCO" is set to "pageLayout" region for OAWebBean object is reference to "pageLayout" region. Now using the line of code
    Am = (OAApplicationModule) pageContext.getApplicationModule (webBean) OAApplicationModule;
    We will go am region reference "pageLayout' which is 'WebExpensesAM '.

    Since we need to reference "OIECommonAM" we need to get the OAWebBean of the StackLayout region object. That's why we need to use
    OAWebBean oawebbean1 = oapagecontext.getPageLayoutBean () .findChildRecursive ("StackLayout");

    (2) to get the value of ExpTypeChoice use code below: (not tried your approach)

    OAMessageChoiceBean oamessagechoicebean = (OAMessageChoiceBean) oawebbean.findChildRecursive ("ExpTypeChoice");
    If (oamessagechoicebean! = null & oamessagechoicebean.getSelectionValue (oapagecontext)! = null)
    ExpTypeVal = oamessagechoicebean.getSelectionValue (oapagecontext);

    (3) TaxCodeId use code below:

    ExpenseReportLinesVOImpl reportlinesvo = (ExpenseReportLinesVOImpl) am.findViewObject ("ExpenseReportLinesVO");
    If (reportlinesvo! = null)
    {
    ExpenseReportLinesVORowImpl reportlinesrow = (ExpenseReportLinesVORowImpl) reportlinesvo.getCurrentRow ();
    If (reportlinesrow! = null)
    {
    reportlinesrow.setTaxCodeId (); We must move the Number data type for this method
    }
    }

    Kind regards
    Anand

  • I can not open PhotoshopCC "could not complete your request the internal file signature is incorrect.

    I can't open Photoshop CC - my most old Photoshop CS6 opens fine. But, I get a message when I try to open Photoshop CC: "could not complete your request the internal file signature is incorrect.

    It seems that your copy of PS CC is corrupted so now this message.

    As suggested Christmas please try to uninstall PS and then reinstall it from CC app.

    After the successful installation of check.

    Kind regards

    Ashutosh

  • Can a single button cause multiple targets, based on the value of the point?

    I have a button on a form and based on the value of an element, when clicked, pages must be accessible. Is this possible to do? If so, any ideas are greatly appreciated.

    Request Express 3.1.2.00.02

    It's pretty simple to do using conditional branches. Create a branch to the place of the appropriate branch (for example on submit: after treatment...) for each target page and series PL/SQL Expression condition for each branch:

        :request = ''
    and : = 
    

    its replacement by < button_name >, < nom_element > and < item_value > with the values appropriate to your application (and change the '=' in the expression of the agenda if some other condition is used). The integrated attribute REQUEST contains the name of the button that submits the page.

  • Based on the location of z3 Xperia WiFi

    How does the location based WiFi works?
    I added my WiFi preferred instead of me. When I go back to my place that WiFi is not turn on by itself.

    It worked without booting in safe mode or change other settings. Thank you

  • can what code I use to zoom in an image in muse?

    as I tried the codes from the link below

    but did not work

    Graphic design, Web Design & Development News | Scoop.it

    You can use this:

    http://musewidgets.com/products/photo-zoom

    Thank you

    Sanjit

  • How can I add Auto text based on the value in the numeric field?

    Need help... I'm trying to add the auto text to a text based on a value in a numeric field. I want my text fields (summary box) to say 'Success' if (box score) value is equal to 10 and say "is not good" If the value is less than 10. My digital field is calculated by selecting drop-down lists.

    Thanks in advance for your help.

    Ed Watson

    Here is a link to the document that I created...

    https://files.Acrobat.com/?TrackingID=KGLIT#folder/c3106c32-2e69-4a5f-8ef2-94d25623dbfb

    Try this:

    If (NumericField1.rawValue< 10)="">

    TextField1.rawValue = "does not."

    }

    else {}

    TextField1.rawValue = "passed."

    }

  • Using Dremweaver version can 6 (2002) I add a new feature of the button 'Buy' on my site

    I have a site developed using an older version of Dreamweaver. I'm not really knowledgeable Dreamweaver that (someone else developed the site, but I've said for many years on my own.) My site sells its products in a selection of different colors. Currently, there is a button 'buy' for each grade. Is it possible to add the following features?

    1. I don't have that one button 'Buy' for all that shade a client selects. Currently, each purchase button is linked to an external payment gateway company and of course carries the details of the product which has been selected.

    2. every product currently shows a picture of the product. I would like to allow a customer to click a color and do swap the original image with that in the selected.all of color on the same page. I know how to open a new window showing the product in the selected color. But I want to do it all on the same page and pass the initial image displayed by another image in the same location, but in a different color.

    Is your Beanstream 'Buy now' button unique coded for each product?  In other words, the details of the product are inside each button code?

    Button1 - point, red price,

    Button2 - point, green award,

    Button 3 - point, blue, price

    and so on...

    If this is how your cart is designed to work, it is not possible to offer color options in a dropdown as you suggest.

    If, on the other hand, your shopping cart provides recurring variables such as size, color, etc. clients can choose in the cart itself, which could be your option.  But you should contact your provider of shopping cart for more details on how to configuration variables.

    Nancy O.

Maybe you are looking for

  • Crashing Windows 7

    I just got a laptop Toshiba Satellite with windows 7. I went to install it, I clicked on the 64 bit OS, and it's all going well at the start of the laptop it installed the drivers, and then restarted. Then it does the same thing again and again and a

  • Envy Touchsmart HP: HP Smart adapter HP Alart.

    which mean that? offers you a wide ranw of Smart A(Adapter for your convenience, replacement and travel need× Find these accessories and more at select retai[ers.) The smart adapter connected to equip your computer, but potentially at a level of redu

  • Definition of 2565 cable NI PXI / PCB definition Support

    Hello Currently, I have a switching relay NI PXI-2565 and I was wondering what the best / recommend ways to connect this device with respect to the chassis and a PCB.  I am interested in what the mating connectors should be for a straight through cab

  • Find variables

    I have a sequence that contains an 'IF' statement based on a variable FileGlobal. Is there a way to know where the variable is set / used? Perhaps a watch of some type? Thank you JVH

  • Mapping of Signal USB-8451 problem

    I recently bought a USB-8451 used to try some Labview SPI/I2C development. I found that when I create a simple VI to write and watch the signals on a PC based Logic Analyzer, I see that the SCLK, MOSI lines are reversed. I checked that I have the cor