Cloud SCORM learning name for the certificate of recovery

Salvation;

I tried to retrieve the name of the learner to LMS to create the training certificate; I added a function for the "cmi.learner_name" in scorm_support.js; called this a slide settings Java script onload function, but it returned 0.

When I studied by registration of the SandBox in Scorm cloud for training; It shows the cmi.learner_name variable, and its value is defined as the registered name. in the debug log report. It is said

+ [07:46:28.414] ('cmi.learner_name') LMSGetValue returned "in 0.001 seconds

[07:46:28.414] CheckForGetValueError (cmi.learner_name, cmi.learner_name),

[07:46:28.415] SCORM ERROR FOUND - Set error status: 201 - the parameter 'cmi.learner_name' is not recognized.

so the function has been called correctly from the Captivate and scorm_support.js but has not answered correctly by Scorm cloud;

Any help on this is appreciated;

Sandbox registration State:

Static data

  • CMI.completion_threshold:
  • CMI.launch_data:
  • CMI.learner_id: [email protected]
  • CMI.learner_name: Najeeb Haider
  • CMI.max_time_allowed: 0001:00:00
  • CMI.scaled_passing_score: 80
  • CMI.time_limit_action: ExitMessage

Debug log:

[07:41:53.659] preliminary assessment of activity Course_ID1_ORG start

[07:41:53.660] preliminary assessment of activity Course_ID1_ORG start

[07:41:53.660] preliminary assessment of activity SCO_ID1 start

+ [07:43:30.307] LMSInitialize ("") returns "true" in 0.001 seconds

+ [07:43:30.311] LMSGetValue('cmi.core.lesson_status') returned "not attempted" to 0.002 seconds

+ [07:43:30.313] LMSSetValue ('cmi.core.lesson_status', 'incomplete') returns 'true' to 0.004 seconds

[07:43:30.468] preliminary assessment of activity Course_ID1_ORG start

[07:43:30.468] preliminary assessment of activity Course_ID1_ORG start

[07:43:30.468] preliminary assessment of activity SCO_ID1 start

+ [07:43:30.533] ('cmi.core.lesson_location') LMSGetValue returned "in 0.001 seconds

+ [07:43:30.567] LMSGetValue ('cmi.core._children') returned "student_id, student_name, lesson_location, credit, lesson_status, entry, total_time, lesson_mod e, exit, session_time, note" in 0 seconds

+ [07:43:30.600] ('cmi.suspend_data') LMSGetValue returned "in 0.001 seconds

+ [07:43:30.633] LMSGetValue ('cmi.interactions._children') returned "id, objectives, duration, type, correct_responses, weight, student_response, result, latency" in 0 seconds

+ [07:43:30.667] LMSGetValue ('cmi.interactions._count') returns '0' in 0.001 seconds

+ [07:43:30.700] ('cmi.launch_data') LMSGetValue returned "in 0 seconds

+ [07:43:30.738] ('cmi.objectives._count') LMSGetValue returned '0' to 0 seconds

+ [07:43:30.767] ('cmi.core.lesson_location') LMSGetValue returned "in 0 seconds

+ [07:43:30.800] LMSGetValue('cmi.core.score._children') returned "raw, min, max" in 0 seconds

+ [07:43:30.843] ('cmi.core.score.raw') LMSGetValue returned "in 0.002 seconds

+ [07:43:30.867] ('cmi.core.score.min') LMSGetValue returned "in 0 seconds

+ [07:43:30.900] ('cmi.core.score.max') LMSGetValue returned "in 0 seconds

[07:43:30.900] CheckForGetValueError (cmi.core.score.max, cmi.core.score.max),

[07:43:30.900] call is error-free.

[07:43:30.900] RetrieveGetValueData (cmi.core.score.max, cmi.core.score.max),

[07:43:30.900] element is: score.max

+ [07:44:27.276] LMSCommit ("") returns "true" in 0.001 seconds

+ [07:44:30.264] LMSCommit ("") returns "true" in 0 seconds

+ [07:46:28.358] LMSCommit ("") returns "true" in 0.001 seconds

+ [07:46:28.414] ('cmi.learner_name') LMSGetValue returned "in 0.001 seconds

[07:46:28.414] CheckForGetValueError (cmi.learner_name, cmi.learner_name),

[07:46:28.415] SCORM ERROR FOUND - Set error status: 201 - the parameter 'cmi.learner_name' is not recognized.

+ [07:46:28.418] ('cmi.learner_id') LMSGetValue returned "in 0 seconds

[07:46:28.418] CheckForGetValueError (cmi.learner_id, cmi.learner_id),

[07:46:28.418] SCORM ERROR FOUND - Set error status: 201 - the parameter 'cmi.learner_id' is not recognized.

+ [07:46:50.82] LMSSetValue ('cmi.interactions.0.id', '179008') returns 'true' in 0.007 seconds

+ [07:46:50.132] LMSSetValue ('cmi.interactions.0.time', ' 07: 46:50') returns 'true' in 0.001 seconds

+ [07:46:50.164] LMSSetValue ('cmi.interactions.0.type', 'choice') returns 'true' in 0.001 seconds

+ [07:46:50.197] LMSSetValue ('cmi.interactions.0.correct_responses.0.pattern', 'A') returns 'true' in 0.001 seconds

+ [07:46:50.233] LMSSetValue ('cmi.interactions.0.weighting', 10') returns 'true' in 0 seconds

+ [07:46:50.264] LMSSetValue ('cmi.interactions.0.student_response', 'A') returns 'true' in 0 seconds

SCORM1.2 has two variables identified for the name of the learner and the ID and were not what I spent. I've corrected and he started to work very well;

For future reference;

in scorm_support.js write the following function

function scorm_get (cmivalue, whichval) {}

Get the name of SCORM 1.2

var Val = g_objAPI.LMSGetValue (cmivalue);

Send the name of Captivate via ExternalInterface

document.getElementById("Captivate").cpEISetValue (whichval,

Val);

}

Now you can call any parameter of LMS via the next statement to execute Javascript' action to any of the user variable.

scorm_get ('SCORM Variable', 'Captivate User Variable');

List of Scorm variables are available in the reference of RTE; It is found at the following link

http://SCORM.com/SCORM-explained/technical-SCORM/run-time/run-time-reference/

Once you have called the data in the variable. You can use the variable in the text box between signs such as $ $$ $VariableName$ $ to show the value you want.

references;

https://groups.Google.com/Forum/#! 2VuQ6XJoJ msg/e-Learning-technology-and-development/BWfJkUzTv9k / 18 X

http://SCORM.com/SCORM-explained/technical-SCORM/run-time/run-time-reference/

Tags: Adobe Captivate

Similar Questions

  • PowerConnect 5524P - additional name in the certificate

    Hello

    Implemented the protocol https certificate on the switch and would like him to have another name for the additional subject so that I can reach connect https://hostname and http://hostaname.domain.prefix

    Is this possible?

    Thanks for any suggestions or comments.

    / M

    Hey Martentrogen, I looked through the availability of the commands/functions of the switch, and I don't see anything that allows you to configure access in this way.

  • The OCSP server has no status for the certificate

    From just today, whenever I try to access www.fanfiction.net, I get this error message from FF: -.

    "Secure connection failed".
    An error occurred during a connection at www.fanfiction.net. The OCSP server has no status for the certificate. (Error code: sec_error_ocsp_unknown_cert) "

    I already tried removing the Cert8.db and Secmod.db and uncheck only the two OCSP parameters d ' option in advance. Neither work. The site is accessible to any other browser so it's really Firefox question.

    Need advice on how to fix this ASAP.

    the issue seems to have been fixed by the site already, you can go ahead and give security.ssl.enable_ocsp_stapling to true.

  • 3524 office: Change name for the scans

    Somewhere in the past I changed name genric for scans of scan000X to a name, I prefer not to use it anymore. But I probably did before moving to Windows 10, because I knew where he change in Windows 7 (and earlier versions). How can I change the generic name for the (still) scans in Windows 10?

    Hello

    Thank you for using the HP forum.

    1. Firstly, you must ensure that you have your software FULL of features installed.

    http://support.HP.com/us-en/drivers/selfservice/HP-DeskJet-3520-e-all-in-one-printer-series/5162504/model/5241256#Z7_3054ICK0K8UDA0AQC11TA930O2

    2. open the HP printer Assistant

    3. go to scan a Document

    4. go into 'advanced settings '.

    6. go to 'File' (or Destination)

    There should be an option to change the generic name.

    Hope that helps!

  • Deployment of ADFLibrary: provide a unique name for the resources in this project

    JDeveloper 12 c.

    I'm deploying an application as a library ADF - it will be used my multiple applications.  So it's a bit generic. Sometimes it is OK and other times it gets stuck... See the ChangeLog

    What do mean exactly by ' resourceprovide a unique name of the indicated "? 

    What should I name the files?  xyz_abc_appNotices.jsff or the directory structure has to change?

    Thank you!

    Stuart

    [16: 38:44]-deployment began.  ----

    [16: 38:44] the target platform is Java EE Standard.

    [16: 38:44] analysis of the dependence running...

    [16: 38:44] building...

    [16: 38:48] deployment of profile...

    [16: 38:49] WARNING: the commonly named resources below could cause errors of reusability to your consumers.

    Provide a unique name for the resources in this project, or start with a different project.

    appNotices.jsff

    appNoticesMain.jsf

    [16: 38:49] Mobile WEB-INF/adfc - config.xml for META-INF/adfc-config. XML

    Well, Yes, it would do. The warning say you that your library resources should use unique names, that I hope are not used by other libraries. From the resources app Strip is common chance is that it will be a duplicate.

    Timo

  • I would like to get the list of all devices on which my creative cloud has been activated for the last six months or a year

    I would like to get the list of all devices on which my creative cloud has been activated for the last six months or a year

    I do not think that information... Adobe titles represent the only link I know following your accounts, but not where the programs are installed

    https://Accounts.adobe.com/ , then click on Plans & products above to find a list of your programs and your serial numbers

  • Hi, I'm on cloud creative $49.99 for the month of subscription and I am told it includes Typekit, but when I try to log it asks what plan I want to?

    Hi, I'm on cloud creative $49.99 for the month of subscription and I am told it includes Typekit, but when I try to log it asks what plan I want to?

    Please see

    Hope this will help you to use typekit.

    Kind regards

    Hervé Khare

  • How gemfire locator can be configured to return the full DNS name for the customer?

    We have an index running before 2 cache servers,

    Locator.DomainA == > Server1.DomainA, Server2.DomainA.

    the problem is when the customer (customer. DomainB) try to access gemfire via locator, it up ' get: not connected to GemFire' exception, the reason is that the Client.DomainB uses the full name "Locator.DomainA" to access the gemfire, the Locator maintains only the servers host name, when the client runs the query, it access Server1 or Server2, but in this case, the networking is not connected.

    How gemfire locator can be configured to return the full DNS name for the customer?

    in gemfire.properties, Locator attribute is full domain name already.

    Thank you

    Yao

    There is a parameter for hostname for the customers that you can put in your cache.xml file cache-server element. It is a string that is passed the server for the location, and then on the Locator for the customer. You must set this client-to-host name in each of your cache servers.

  • Sizes of Splash screen and names for the iPhone 6 and 6 more in the file descriptor xml files

    Is anyone know the sizes of screen and the file names for the iPhone 6 and 6 more (for the descriptor xml file)? Or current splash screens works on both devices?

    i.e. Default-Portrait.png *-768w x 1024 h

    Hello

    Here is the specification.

    iPhone 6

    Start screen

    750 x 1334

    72

    [email protected]

    Resources or resources/iphone

    iPhone 6 more landscape

    Start screen

    2208 x 1242

    72

    [email protected]

    Resources or resources/iphone

    iPhone 6 Plus portrait

    Start screen

    1242 x 2208

    72

    [email protected]

    Resources or resources/iphone

    You can find more info here - http://docs.appcelerator.com/titanium/3.0/#! / guide/Icons_and_Splash_Screens-section-290048 97_IconsandSplashScreens-Splashscreens

  • Provide a name for the new single-instance - distributed environment

    Hello

    I'm not sure about that piece of information in the installation documentation

    Please see

    http://download.Oracle.com/docs/CD/E17236_01/EPM.1112/epm_install_11121/frameset.htm?launch.html
    During Setup in a distributed environment, provide a name for the new single instance that you configure each server. For example, if you use the epmsystem1 of name of default instance on the first server, and you keep the same names on the Server naming convention, you must create new, instance names unique on each subsequent server, like epmsystem2, epmsystem3, and > so now.
    What happens if I use the same path "d:\...\epmsystem1" on all servers in a distributed environment?


    Concerning
    Kumar

    Published by: Kumar 1 October 4, 2011 06:18

    It was originally a 11.1.2 install and then upgraded to 11.1.2.1 with 11.1.2 I think that the names of instances were the same in a distributed environment.

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • How can I know the FULL domain name & names for the installation of a digital certificate Public in ISE?

    We are implemented a project with Cisco ISE; but comments Portal appears to users as a "untrusted site". For problems, a public digital certificate must be installed in Cisco ISE, so he can send it to users who enter the comments Web portal.

    Now... to sell me the certificate, VERISIGN needs to know settings ISE of the certificate, such as name of area COMPLETE, names subnames, etc... How can these parameters of ISE?

    Thaks a lot!

    This isn't an easy question to answer, there are a ton of variables to include

    Local web site Central Web Auth or Auth

    LWA, the WLC is the "man in the Middle" to the request of the customer for PSN (server nodes), the WLC takes the request webauth and resembles webauth then the redirect URL that you put in the WLC

    If the redirect webauth URL is https://ise01.mycompany.com:8443/guestportal/login.action, the WLC is a redirect but the virtual IP address comes in 1.1.1.1, who was as trustworthy or redirection complains, then you may have to get the public certificate for the fqdn of 1.1.1.1, and the comment server. You can create a CSR using openssl or you can just enter in ISE and create a CSR, but you can only set CN = ise01.mycompany.com and nothing else, as long you have a single NHP is good, but if you have several Ssnp, you need to change your CSR so that you have to use openssl to create CSR using a file openssl.cnf and then with openssl, you do the following:

    openssl req - new - nodes-out openssl.cnf omf-01 - ise04.csr - config

    You must do it the way I said above regardless of CWA or LWA, if you have more than one PSN, you must point to a FULL VIP domain name and then configure your DNS to answer for these host names. With LWA, you get virtual IP WLC involved 1.1.1.1, so you don't have to worry about getting a certificate for this, it is a cleaner installation, but you must always do all the rest. It must ensure that users of your guests have the opportunity to join the portal comments and be able to solve the given DNS the dns server that they have been configured with.

    Content of the file openssl.cnf:

    [req]
    nom_distinctif = req_distinguished_name
    req_extensions = v3_req
    default_bits = 2048

    [req_distinguished_name]
    countryName = name of the country (2-letter codes)
    countryName_default = en
    localityName = name of the locality (for example, City)
    organizationalUnitName = organizational unit name (for example, section)
    commonName = Common Name (eg, YOUR name)
    commonName_max = 64
    emailAddress = Email address
    emailAddress_max = 40

    [v3_req]
    keyUsage = keyEncipherment, dataEncipherment
    extendedKeyUsage = AutClient, serverAuth
    subjectAltName = @alt_names

    [alt_names]
    DNS.1 = guest.mycompany.com
    DNS.2 = guest.mycompany.com
    DNS.3 = ise01.mycompany.com

  • Domain name for the Cert 4.2 ACS or IP

    I used a self let sign my ACS 4.2 and then I notify sour students unckeck "Validate server certificate", but some usere eager to use there phone to have a default setting in order to verify the cert before establishing a connection and so we decided to install a 3rd party valid certificate for this problem and save people from office helps many callls. In the ACS when you generate a certificate request, you can use the AEC domain name in the query. It would be preferable to use the IP address of the ACS in this process, or should I use the domain name? I want to assure you that we provide the correct information when we ask a cert.

    Thank you

    Mike

    Use the domain name of the ACS server. Purchase in a cert is an idea much better than a self signed. The cost (which is quite low in any case) is more than offset by the reduction in calls to technical support!

  • "Any new name for the program" has encountered a problem and needs to close. Sorry for the inconvience

    Whenever we try to install something new, that settles it, but when we get the same error message

    "the new name of the program" has encountered a problem and needs to close.  Sorry for the inconvience

    We can't get anything to run now

    Hello

    1 is this problem limited only when installing an application?
    2. what application are you trying to install?

    Method 1.
    I recommend you to reregister the Installer engine.
    Here's how:
    a. Click Start, click Accessories and then click command prompt.
    b. at the command prompt, type the following and press ENTER after each line:

    MSIExec /Unregister
     
    MSIExec/regserver

    Method 2.
    For other methods, see the article below.
    How to troubleshoot issues that may occur when you install, uninstall, or upgrade one program on a Windows computer
    http://support.Microsoft.com/kb/2438651/en-us

    I hope this helps.

    Thank you, and in what concerns:
    Shekhar S - Microsoft technical support.

    Visit our Microsoft answers feedback Forum and let us know what you think.
    If this post can help solve your problem, please click the 'Mark as answer' or 'Useful' at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

  • How to delete list of name for the computer images tags

    How can I remove the list of the names of tags for the photos to the computer. Cannot remove the

    It is possible that the change of name the Windows Photo Gallery
    database file could accomplish the task.

    (depending on your version of Windows Photo Gallery
    the database could be Pictures.pd4 or pd5 pd6.)

    C:\Users\[username]\AppData\Local\Microsoft\
    Windows Photo Gallery\Pictures.pd4 or pd5 pd6

    The database is a file... you will need to
    Change the following setting:

    Reach... Control Panel / folder Options / View tab.
    ... To check "Show the hidden files and folders" / apply / OK.

    The file ends with a advanced
    Search for pd4 pd5 and pd6.

    Reach... Start / Search / Advanced search.

    Check the box... "include not indexed, hidden and"
    system files' Enter pd4 pd5 or pd6 in the name field

    Try to rename the file .pd4, pd5 or pd6 to Pictures.OLD

    The next time that the Gallery is launched, it will create
    a new database file and the gallery will appear as
    He did the first time you have ever opened.

    The gallery must fill in again and some tags
    and metadata can be lost.

    If you are not satisfied with the results... you can delete
    the new database file. If you rename the original back
    Pictures.pd4, pd5 pd6 your gallery should be like
    It was before the change.

    Good luck...

  • -> Not found signature of applications for the certificate chain: RDK

    Please guide me through the process of signing.

    So already I had 2 keys and I won't miss to try again to sign the apps. I always get the following message when you try to sign bar files:

    Error: Certificate chain could not be found for: RDK. RDK must refer to a valid key KeyStore entry containing a private key certificates chain and corresponding public key.

    A detailed list of the steps that my work:

    First asked the SJC file here:

    https://www.BlackBerry.com/SignedKeys/

    Got the file and it stored on my computer.

    Followed everything here:

    https://bdsc.webapps.BlackBerry.com/air/documentation/ww_air_publishing/Configure_app_signing_CMD_ms...

    Tried to sign as described here:

    https://bdsc.webapps.BlackBerry.com/air/documentation/ww_air_publishing/Sign_apps_CMD_ms_1970021_11...

    Full list of commands from command line:

    C:\Program Files (x 86) \BlackBerry WebWorks SDK\bbwp\blackberry-tablet-sdk\bin > blackberry - sign - csksetup cskpass - pass1
    CSK created file.
    C:\Program Files (x 86) \BlackBerry WebWorks SDK\bbwp\blackberry-tablet-sdk\bin > blackberry - sign - to register - csjpin pin1 - pass1 C:\Users\Steven\key\client-PBDT-1429701914.csj cskpass
    Info: Are registered with the server.
    C:\Program Files (x 86) \BlackBerry WebWorks SDK\bbwp\blackberry-tablet-sdk\bin > genkeypair-blackberry keytool - keystore C:\Users\Steven\key\key2.p12 - storepass pass1 - dname "cn = Thuis" - alias steven

    P12 file creation.

    Moved and p12 file renamed to C:\Users\Steven\AppData\Local\Research in Motion\author.p12 since that seems to be the default location.

    C:\Program Files (x 86) \BlackBerry WebWorks SDK\bbwp\blackberry-tablet-sdk\bin > blackberry - sign - storepass pass1 'C:\Users\Steven\bar\example.bar '.
    Error: Certificate chain could not be found for: RDK. RDK must refer to a valid key KeyStore entry containing a private key certificates chain and corresponding public key.

    Please let me know what I am doing wrong or what to do. I ruined a whole day trying to get this thing to work...

    The solution described here (http://docs.blackberry.com/id-id/developers/deliverables/30182/App_signing_errors_1526016_11.jsp) isn't really help (because it is not very clear...):

    Certificate not found string for: RDK. RDK must refer to a valid key KeyStore entry containing a private key certificates chain and corresponding public key.

    Possible solution
    Make sure that you have correctly configured your computer for the signature.

    Thank you

    Desperate user

    It seems the instructions you followed is outdated. It has become easier:

    https://bdsc.webapps.BlackBerry.com/HTML5/documentation/ww_publishing/signing_setup_tablet_apps_1920...

    We hope that the process that you followed has generated these 3 files:

    Author.P12, barsigner.csk, and barsigner.db

    and you should be able to sign your application using this (assuming that it is a PlayBook application):

    bbwp C:\Users\Steven\bar\example.bar -g pass1 -buildId 1 -o C:\Users\Steven\bar\example_signed.bar
    

Maybe you are looking for

  • Bad username / password on Ready Nas Duo v2

    Since I was an adult upward, I'm not supposed to barge on this forum and just shouting that this product is crap. I really can't say that before I managed to actually connect on it, can I? Have to admit that really angered me. Have implemented what f

  • How to delete the EDS sheet technique list?

    Because I need one and I have about 100 to the choice.

  • How to determine the length of the array variable?

    I am writing a piece of code that manipulates the Description of the root.  Here's what I have.   : DescriptionArray Dim DescriptionArray = Split (RootPropGet ("description"), "", - 1, 1) After this command, I now want to how long figure (number of o

  • Error message1706 InstantShareDevice

    I get the following messages: 1 Windows install 2. 3 1706 error message. InstantShareDevices, then it prompts me to install using a disc. I have 2 printers installed on this PC, the photosmart 7550 and the DC5900. I don't have the diskettes of instal

  • Windows Live Mail Server Error: message 3204

    original title: Server error: message 3204 Can anyone help please.  I keep looking to try to find to solve the below error but have found nothing so far. Can't send or receive messages for the Windows Live Hotmail account.  Server error: 3204 server: