The declaration of value in TextEntryWidget to SCORM?

Hi all

Is it possible to account for the value of a text widget to SCORM?  I built an activity where the learner between a value using the text entry widget.  I save this entry in a variable and to assess the entry using a cutting-edge action triggered by clicking on a smart form.

Is it possible to account for the value of this variable to SCORM?  I see that my smart shape has the ability to report answers, but I don't know exactly what he will report.

Forgive me, I am very new to SCORM.  Trying to teach myself upwards, but it's a bit slow going.

I use 9 Captivate, output to SCORM 1.2 and like my LMS Moodle.

Thanks in advance.

Probably users have problems with your question. Personally, I do not know what widget you speak, this is not a widget included in CP. A text entry area is one of the interactive objects, but I did not know a widget to do something similar. It must be different from the ETB due the rest of your question. Because a TEB, which is entered in the field is automatically saved in a variable created automatic, unnecessary measures are necessary. No interaction data can be declared using the SCORM Protocol, but it also your LMS depends on whether you will be able to see the content of user variables.

Tags: Adobe Captivate

Similar Questions

  • Access values inside the declarative part uploading

    HIE

    I created a declarative component in 11g. I exhibited an attribute counter in my computer.

    So I can get and set this value on a label in my component as #{attrs.counter}

    The questions is to say I have a requirement to change the value of the counter based on logic and then post it so how to do this?

    I have exposed a java class during the creation of the declarative component but could not find how to read what #{attrs.counter} inside this java class.

    Vik

    Vik,
    Maybe the [blog of Frank Nimphius | http://thepeninsulasedge.com/frank_nimphius/2008/06/26/how-to-access-attributes-of-a-declarative-component-from-a-managed-bean/] help

    Timo

  • How to set a partialTriggers for the declarative component

    12.1.3 jdev

    I try to set partialTriggers for my component declarative.

    From another forum, people suggested using one different name other than partialTriggers to avoid override a final method in RichDeclarativeComponent.

    Then, I set this:

    < afc:attribute >

    < afc:attribute - name > myPartialTriggers < / afc:attribute - name >

    < afc:attribute - class > java.lang.String [] < / afc:attribute - class >

    < / afc:attribute >

    and

    "< af:selectOneChoice id = simple =" #{attrs.simple "dc_droplist_soc"} "readOnly =" #{attrs.readOnly} "disabled =" #{attrs.disabled} ' "

    value = "#{uploading." "Value}" label = "#{attrs.label}" binding = "#{dropListComp.selectOneChoice}".

    "autoSubmit =" #{attrs.autoSubmit} "required =" #{attrs.required} "visible =" #{attrs.visible} ' "

    valueChangeListener = "#{dropListComp.handleValueChangeListener} '"

    partialTriggers = "#{attrs.myPartialTriggers} ' / >"

    But it does not work. I don't see a partialTriggers work.

    Any suggestions?

    Thank you.

    Hello

    try to use PartialTrigger on the declarative component and then reference it from

    partialTriggers = ' #{uploading. '. PartialTriggers}' / >

    Frank

  • narrows the list of values

    Hello guys, I want to put something like where clause to the list of values. lets say I have an employees VO and VO of countries with ID and ID of country area in the attributes tab in the VO used, I can add a LOV of a specific attribute, I want to put a LOV on the employee name attribute. the source is the ID of country where the area ID =? I would like to declare the area ID grammatically. I know that this example doesn't do not any sense: P is it possible to make the VO.xml? Thanks in advance. Saidi

    Hi Saidi,

    Yes, you must first go to your country and create a view of criteria based on the zone ID. Next, you need to go to your EmployeeVO and create a LOV for countryId. Then in the tab to your EmployeeVo accessor, you must change the accessors for countries and criteria for views that you have created a shuttle. Oh, one thing is missing, since you want to add the country code grammatically you can create a transitional employee VO attribute and that attribute is that you select in the application of the criteria to view in your view accessors.

    Concerning

  • How to fill the area of the bean with values from database

    I have a box of bean shaped which act as last autocomplete, I want to fill it with dynamic values of database, any help will be appreciated.
    http://Forms.PJC.Bean.over-blog.com/article-16369664.html "It is the example that I am"

    Best regards.

    An example with the EMP table:

    DECLARE
      cursor cur is select empno,ename from emp;
    BEGIN
      -- initialise the ComboBox twin values --
      for c in cur loop
       if c.empno is not null then
        Set_Custom_Property('BL.BEAN',1,'ADD_TWIN',c.empno||','||c.ename);
       else
        Set_Custom_Property('BL.BEAN',1,'ADD_TWIN_NULL',c.empno||','||c.ename);
       end if ;
      end loop;
      Set_Custom_Property('BL.BEAN',1,'ADD_TWIN','[END_DATA]');
      Set_Custom_Property('BL.BEAN',1,'SET_ALIGNMENT','right');
    END;
    

    François

  • the declaration of the type of this expression is ill-formed incompleteor

    error 320 to the column of the row 22 14
    the declaration of the type of this expression is ill-formed incompleteor
    error on line 22, column 4 0
    Declaration ignored
    DECLARE
         v_value VARCHAR2(50);
         v_prod_id varchar2(100);
         v_prod_name VARCHAR2(100);
    BEGIN
         v_value:=:product.SIZE_LONG;
         v_prod_id:=:product.prod_id;
         v_prod_name:=:product.prod_name;
         IF v_value is not null then 
         insert into product (prod_id,prod_name,DRESS_COMPOSITION,WASH_LABEL_INSTRUCTION,PRESSING_CHARGE,DYEING_CHARGE,
         EXTRA_CHARGE,FINISHING_CHARGE,ITEM_TYPE,TOTAL_FOB,SEASON_YEAR,INTERSTAT_CODE,RETAIL_EURO,WHOLESALE_EURO,
         RETAIL_USD,WHOLESALE_USD,RETAIL_GBP,WHOLESALE_GBP,CATEGORY)
         values (v_prod_id||'-L',v_prod_name||'-Long',:product.DRESS_COMPOSITION,:product.WASH_LABEL_INSTRUCTION,
         :product.PRESSING_CHARGE,:product.DYEING_CHARGE,:product.EXTRA_CHARGE,:product.FINISHING_CHARGE,:product.ITEM_TYPE,
         :product.TOTAL_FOB,:product.SEASON_YEAR,:product.INTERSTAT_CODE,:product.RETAIL_EURO,
         :product.WHOLESALE_EURO,:product.RETAIL_USD,
         :product.WHOLESALE_USD,:product.RETAIL_GBP,:product.WHOLESALE_GBP,:product.CATEGORY);
         LOOP
              insert into product_detail1(prod_id,item_code,item_name,qty,price,unit,avg_rate) 
              values (:product_detail1.prod_id,:product_detail1.item_code,:product_detail1.item_name,
              :product_detail1.qty,:product_detail1.price,:product_detail1.unit,:product_detail1.avg_rate);
                   exit when NO_DATA_FOUND;
              NEXT_RECORD;
         END LOOP;
    elsif
         v_value is  null then 
         delete from product where prod_id=(v_prod_id||'-L');
    end if;
    END;
    Please Guide

    Why this errro comes

    Thanks and greetings
    Vikas Singhal

    I don't know why not use is not the same as I showed. The error is coming because the closer you get the lower case letter in the condition. Before apply the code, you first need to examine carefully.

    Change This.  exit when :system.last_record = 'true';to  exit when :system.last_record = 'TRUE';
    

    Don't forget to use VALIDATION after END of LOOP

    After that he will even record to another record, the only change is prod_code
    LARGE, SMALL or SHORT etc.

    But you said before that the product size = LONG then you want to insert the record. And now, for all sizes. In any case, if yes, then remove the IF condition.

    -Clément

  • I need help for the creation of rules - the very high values!

    Hello

    I have some troubleshooting by creating rules to HFM 11.1.1.3. I declarate a table where an account data are stored. There should be a stored digital data in another account of HFM (e.g. "EB_MITTEL"). The stored data are much higher than the value in the logfile ('write2File") showed. If I divide this value by 100000000000000 so good value.

    Example: The value in the log file: 16492,8691588785 (',' = the decimal delimiter)
    Value in the data grid: 164.928.691.588.785 ("'. ' separator = of thousands")

    Part of the rule file:

    Void

    Dim lMittelWert, lMaxWert, lMinWert

    lMittelWert = 0
    lMaxWert = 0
    lMinWert = 0
    a = 0
    For x = 1 to 13

    If arListe (x) <>0 then
    lMittelWert = lMittelWert + arListe (x)
    a = a + 1
    End if

    If lMaxWert < arListe (x) then
    lMaxWert = arListe (x)
    End If

    If x = 1 then
    lMinWert = arListe (x)
    End if

    Next

    lMinWert = lMaxWert

    For x = 1 to 13

    If lMinWert > arListe (x) and arListe (x) <>0 then
    lMinWert = arListe (x)
    End If
    write2file arListe (x)
    Next
    If <>0 then
    lMittelWert = lMittelWert / a
    End if
    KSM Exp ' a #EB_MITTEL.» ' C1 # "& C1Item &"="& lMittelWert
    KSM Exp ' a #EB_MIN. C1 # "& C1Item &"="& lMinWert
    KSM Exp ' a #EB_MAX. C1 # "& C1Item &"="& lMaxWert
    End Sub



    I hope someone can help me, thanks in advance. (and I'm so sorry for my bad English)

    Jürgen

    VB script using string to convert numbers in some languages require special attention during the handling of numbers. (French, German and other who use commas as the decimal separator).

    Internally, HFM VB Scripts use periods (.) as the decimal separator. One solution is to force the use of decimals and force the script engine to use decimal numbers by declaring the local to be English in the United States with:

    b = setLocale("en-us")

  • How do the average of the last 5 values of a column as new values automatically entered?

    If the issue is not clear for you, here's a site I found that teaches you how do it on excel. ml https://www.extendoffice.com/documents/Excel/2533-Excel-average-last-5-values.HT    I can't find the corresponding method on the good numbers. Thank you for your response in advance :-)

    Hi Z_J,

    This number approach pulls the last 5 (low) values of table 1 in another table where the average can be calculated.

    Step 1. Add line numbers in column A of table 1. This gives a way for table 1-1 to extract the last 5 values.

    Formula in A2 (and fill down

    = ROW()

    Step 2.

    In table 1-1, the formula in A6 estimated the maximum line in table 1

    = MAX (Table 1::A)

    The formula in A5 (and filling up)

    = A6−1

    Formula in B2 of table 1-1 (and fill down) using VLOOKUP to find a match for each line number in table 1-1 and get the value out of this line in table 1.

    = VLOOKUP(A2,Table 1::A:B,2,FALSE)

    Step 3.

    Now add another row (and insert a new value) to the lower part of table 1

    Lines 3 to 7 are now drawn.

    Ranger by hiding some columns

    Kind regards

    Ian.

  • Question about the update of value added for the Satellite P100-160 package

    Hello

    I got an email off the coast of Toshiba today telling me there is a value added package update available (PVAT (v1.0.25).
    I downloaded and unpacked. It contains three options:
    2 don't buttons, button 6, no button but there is no readme etc to tell me which version is my P100-160.

    I have added, trying to install one of them gives me an error that it has already installed older versions that should be deleted everything first.

    Can someone advise please that I should use?
    Thank you!

    Hi guys

    Value added package contains many different Toshiba and utility tools!
    Satellite P100-160 belongs to the PSPAA series! So, you should always choose this series if you want to download the drivers from the Toshiba page!
    This number can be checked on the bottom of the unit.

    I visited the page of the Toshiba driver and checked the details.
    You will find an info that this package installs a range of important public services.
    -TOSHIBA components common Driver: this module is an essential component of Windows Vista. He will have to make the other original programming TOSHIBA works correctly.
    -TOSHIBA Power Saver: The energy saver controls energy by opting for optimal power settings, if the machine is connected or battery-based knowledge and based on the remaining battery power.
    -TOSHIBA utility: this program allows you to customize the settings of your hardware, depending on how you work with your computer and the devices you use. To start the utility, click the Start button and select Control Panel, and select Configuration HW TOSHIBA icon.
    -TOSHIBA password utility: this utility allows you to set a password that restricts access to the computer.
    -TOSHIBA Flash Cards: This utility provides the Hotkey function and the function of pitcher who starts the keyboard shortcut function and sends the other TOSHIBA utilities.
    -TOSHIBA PC Di

    In my opinion, if you want to update the package of value added, you must remove all the tools of this and after new reboot you must install it again

  • Satellite L40 - error message during the installation of value-added package

    Hello

    yesterday I installed Windows 7 Professional 32 bit on my Toshiba Satellite L40 PSL40E, everything works fine except the volume on FN + arrow keys/esc control.

    I tried to install all of the packages available to fix the problem, but I can't install the VAP. Every time as I try, I get this error message: error installing PVAT [0x8146045B].
    I ran as administrator and also tried compatibility mode.

    Help please, thx!
    Constantin

    Hello

    Before that you can use the FN keys and other special functions that you need to install Toshiba Value added Package.
    My question is: have you downloaded the package of value added for Satellite L40 (PSL40E) and Windows 7 32 bit? It s is already available for the new Windows 7:
    http://EU.computers.Toshiba-Europe.com > support & downloads > download drivers

    You have installed the drivers first? They must be installed first normally, e. g. chipset, screen, sound, LAN driver, etc.

  • How to translate the declaration C++ and C

    Hello

    I have a DLL that I want to use in a program developed by CVI (FDS version 8.5.1). DLL comes with documentation including a file include (* .h), where all function declarations are given. So usually I would just include this header file, unfortunately, this file was written for C++ and contains the declarations of functions of the following type:

    empty typedef (__stdcal * fp SOMETYPE) (double &, double &, long &, long).

    The compiler and I are confused by the '&' I know 'double' and ' double *', but not "double &'..." The same for the CVI that complains with an error of syntax, found '&' expected ')'.

    Then of course I have to manually translate this C++ C style header file - but I have no idea how to proceed... Maybe someone could help me? Thank you!

    It's been a while since I've done any C++, but as far as I know, you can again declare the function as:

    empty typedef (__stdcal * fp SOMETYPE) (double *, double * long *, long)

    in the header and call it from your code by passing the variables or pointers "address of".

    In this case, '&' in the function statement means "by reference."  It's a bit like pointers in C, but allowing the error checking (for example - cannot be NULL, cannot be re-assinged, etc.) and probably makes the compiler optimizations.  If you are interested in, search google for References C++, or you can check out wikipedia:

    http://en.Wikipedia.org/wiki/reference _ (C %2% B 2 B)

  • Get the current index value of the table control

    I have a table control 1 d on a panel that contains a value of temperature curve that I send to a temperature controller. The values in the table are not unique, because for example 40.5 degrees in the table could represent 40.5 degrees on the cycles of cooling or heating. I could have severat heating/cooling cycles programmed into the table. I would like a way to read the array index of the currently displayed item in the array in the up/down control of index on the left of the table control. I could then run curves partial temperature easily by neutrophilia a starting point on the curve in the table control.

    I don't see a property that I can use to get this index value. Anyone have any ideas?

    Thank you

    J

    Use the property 'index values. It will be the first item of the output of a 1-d array.

  • PXI-6120 HAVE values only show the low limit values

    Hello, I use a PXI-6120 with traditional DAQ driver module screws switch a signal of AI to a PFI channel that allows synchronization of area of OCCUPANCY the AI. In order to measure a single channel of AI with the same set-up, I stopped the criterion VI and tried to see the only measure max. Unfortunately, I opened a task DAQmx, I created for another application, which does not work probably because I have not reset the card after the stop of the VI. Since then, readings of IT are all flat on the lower limit values and the OD has remained at about 0.2 volts any value I write for her. In the meantime, I tried to reset and to recalibrate the device, which worked in DAQ and DAQmx (not the self-calibration in mx). But I have the impression, that the Council has kind of stuck in a State that I can't easily find and/or access. Does anyone have an idea, how can I do a factory reset, or what could be the problem? Greetings! Olli


  • How to get the ActiveX component value change event?

    Hi all

    LV 8.6.1

    I try to get the ActiveX component value change event. I covered forum and through examples, but I can't get an idea of how "Recalling vi. For example, in the example 'ActiveX event Callback for IE.vi' it is used "recall vi". I've added an example where the change event of value with the mouse to the bottom of the event are scheduled to the structure of the event. Mouse down event OK work but change the value no. Can anyone describe what I need to add to my example vi who value the change event works fine?

    BR, Jim

    Here is the solution! "Value changed event" is not performed in the structure of the event, but in "Reminder VI".

  • How to 'use the tool of value' default tool?

    I recently upgraded from LabView LabView 8.6 8.2 and now the 'exploit value Tool' is the "Position/size/Select Tool" by default.  Is it possible that I can make the tool "carrying value" of the default tool?

    Thank you

    Kevin

    EDIT: deleted my original post, it was incorrect.

    Try the auto tools as suggested by smercurio.  Hold down SHIFT while the automatic selection of tools is active will give you the second-most-useful for this moment; When you move to a control, you will get the position/size/select.

Maybe you are looking for

  • Volume control no longer works on Qosmio G30

    the volume control on the right side of my qosmio g30 has stopped working and yet I can't find anything wrong in the control panel or volume properties Post edited by: stafford

  • Card PCI of USB 3 on desktop P6-2018

    I want to add a PCI USB3 card for my 2018. I see two small slits and 1 long slot inside the case. Can I use the slit longer or will be in the need to use one of the smaller?

  • Problems of partition on m380n

    I managed to install a clean XP on my computer but when I looked in disk management, I saw that there are 3 partitions with two of them being unallocated. I installed Partition Magic 7 and when I tried to merge the computer restarts to a black screen

  • Can't see another computer for file sharing

    Hello I have 2 computers in my house, a PC running Windows 7 Home Premium x 64 and the other a XP Home Edition SP3 race, both connected to the Internet through a router TL-MR3420 and the adapter TP-LINK TL-WN822N. I have enabled the sharing of files

  • Profile of Windows 8 wifi and WEP connectivity issues

    Windows 8 running a Lenovo X 201 and similar questions on Samsug Tablet XE700T1A-A04US Updated the latest drivers for WiFi driver for Intel for Windows cards 8 64 - version 15.05.3000.1496 on 26/10/2012 I can't connect to the active WEB Wifi access P