Print the results of a quiz with name included

I've seen this asked several times, but I couldn't find the answer. I'm running 7 Captivate on Windows XP. I just need to print the results of the quiz which will include the student's name. I tried the text box on the certificate widget but if I use the "print" key nothing of what has been added to the certificate (as the name) will be printed. I can do a screen capture and the data is printed, but I was wondering if there is a better way to enter the name of a student and then embed it in the results page. Looks like it would be a "no brainer" feature to have, but I'm not.

I don't want to capture results electronically. I just need to print the results that will will also show their name.

I am a new user of Captivate. Any help or pointing me in the direction to learn how to do this would be much appreciated.

You can get the learner to enter their name in a box of text at the beginning of the module, store this text in a user variable, and then display this text at the end of the lesson on the slide, you print.

Tags: Adobe Captivate

Similar Questions

  • Need to print the results of a query in a CASE statement

    I want to print the results of a query in a CASE statement:

    SELECT RUN_STATUS

    Of

    (select check BOX WHEN COUNT (ROW_WID) = 0 THEN 'NO JOBS RAN AFTER' |) (select sysdate - XXAFL_MINUTES MINUTE)

    END RUN_STATUS

    of W_ETL_RUN_SDTL

    where START_TS >

    (sélectionnez sysdate-MINUTES de XXAFL_MINUTES)) where RUN_STATUS is not null; e

    The query above subtracted 5 minutes from SYSDATE and he shoots XXAFL_MINUTES. I am doing this because we could change the number of minutes in the future. I want to print the number of minutes in the case statement.

    If I execute this statement, it throws an error stating:

    ORA-00937: not a single group group function

    00937 00000 - 'not a single-group function.

    * Cause:

    * Action:

    Error on line: 1 column: 96

    How can I include "select sysdate - MINUTES of XXAFL_MINUTES" in the CASE that it calculates the number of minutes and it prints with the results.

    Thanks in advance!

    Hey guys,.

    I found the solution:

    SELECT

    RUN_STATUS | TO_CHAR ((sélectionnez sysdate-MINUTES de XXAFL_MINUTES), 'HH24:MI:SS')

    Of

    (select check BOX WHEN COUNT (ROW_WID) = 0

    THEN "NO JOB RAN.

    END RUN_STATUS

    of W_ETL_RUN_SDTL

    where

    START_TS > (select sysdate - XXAFL_MINUTES MINUTE))

    where

    RUN_STATUS is not null;

    The output:

    NO JOBS RAN AFTER 09:07:54

    Thanks to you all!

  • How can I print the results of my research?

    I have more than 3000 DWF files in my search results. They are located in different folders on our server. How can I print the results of my research?

    This means that nomo did not read your question carefully.

    I think Directory printer Karen will do what you want.  3000 files is a lot of paper.  You can download Cute PDF Writer and save the output to a PDF instead - at least until you get the options sorted...

  • Refcursor takes a long time to print the results

    Hi gurus,

    I have a table with name kemp with columns


    kemp_ID NOT NULL NUMBER (10)
    ACRONYM CLOB
    TERM CLOB
    DEFINITION of CLOB
    when I do a query on the table
    Select * Kemp; results will soon appear less than * 1.5 seconds *
    But when I write a procedure to return the results using refcursor

    Create procedure pr_retall (cv_1 in the sys_refcursor)
    as
    Start
    Open SELECT cv_1 * Kemp;
    end;
    set serveroutput size unlimited;
    var x 1 refcursor;
    exec pr_retall(:x1);
    print x 1;
    It takes around * seconds * 7 to appears.

    Please tell me know ways to tune. I want to reduce the time that it is to consume.

    Thank you and best regards,
    Vikas Krishna

    Vikas Krishna wrote:

    Please find the schedule.

    Using elapsed time (like you) to measure and benchmark performance is not going.

    Why? Because the test2 is given rarely, if ever how these tests are usually done, executed with the help of the same conditions that test1 was executed in.

    Conditions are different between the tests, the elapsed time is different. As conditions differ, you cannot compare test1 with test2. I gave an example of what a mistake it is thread {message identifier: = 4333700}-where physical i/o slows test1 and test2accelerates the logic I/O. And how this can be used to support the conclusion that the CBO does not exist hint warp_drive increased performance of test2.

    If you want to compare test1 against test2, you must know exactly in detail how each test works technically... you want to know how to ensure that the common point between two tests remain constant for all tests and how to measure only the elements that differ between tests.

    And no, the comparative analysis is not that complex. In fact, it is even more complex than that. It is best left to those who know how to compare... on behalf of those who can find significance in the result of this benchmark.

    For the majority of us work and development in the real world, comparative analysis makes a useless answer to a question meaningless for an absurd question. Totally useless...

  • Windows 7 How can I print the results of a search of file /dossier? John B.

    I would compare the search results by printing.  How can I do?

    Select the files, shift + right-click, copy as path, paste the results into Excel/Word/Notepad then you can compare it to what you want to with or without printing.

  • Submit MY score of quiz from the LMS, not the results of "native quiz."

    I got better stocks advanced in Cape Town and as a result... I want to present my results personalized for the LMS and not quiz the method of "slide quiz" Captivate.

    I know that I need JavaScript to communicate with the LMS... but how I put 'my_result' in the presentation of quiz score Captivate?

    Thank you!!

    ~ Sean

    They are certainly read only if you try to set in Captivate. Not so sure if everything is exposed in JavaScript. Not really have time right now to try it all. Get to your script, try this:

    Put this function at the head of the HTML page.

    function submit_score()

    {

    var cp = document. Captivate;

    var sendScore = cp.cpEIGetValue ("m_VarHandle.quiz_score");

    SCORM_SetValue ("cmi.core.score.raw", (sendScore) Number);

    SCORM_SetValue ('cmi.core.lesson_status', 'spent');

    SCORM_Finish ('EXIT_TYPE_FINISH', 'true');

    }

    Now you last page, click a button and run JavaScript

    submit_score();

  • Compare the result of a query with a number and return a message

    Hello
    I have the following query in oracle 9i:

    SELECT COUNT (*)
    OF hourly_files
    WHERE date_received = TO_DATE ((SELECT TO_CHAR (SYSDATE - INTERVAL '1' DAY, 'DDMMYYYY')
    (THE DOUBLE), 'DDMMYYYY');

    This will produce a number of lines required

    I need to compare the number of output with another number hardcoded (threshold) and print an appropriate example message

    If the result of the query above is 18000 and the number of threshold is fixed at 20000, then output a meesage:

    Number of files received less than 2000

    Any help will be very appreciated!

    Thank you.
    SQL> ed
    Wrote file afiedt.buf
    
      1  SELECT CASE WHEN COUNT(*) >5 THEN 'Number is > than 5'
      2              WHEN COUNT(*) <1 THEN 'Its less than 1'
      3  ELSE 'Its in between'
      4  END
      5  FROM emp
      6* WHERE deptno=20
    SQL> /
    
    CASEWHENCOUNT(*)>5
    ------------------
    Its in between
    
    SQL> SELECT COUNT(*) FROM emp
      2  WHERE deptno=10;
    
      COUNT(*)
    ----------
             3
    
  • HP deskjet scale print the result

    Hello

    I have HP deskjet 3511. When you print a document, the document online bar code, the bar code is coming from very small. It does not very well when scanning. I try to print with 120% implemented nationally. But I can't find the setting where do.

    When I go to the preference of the printer, only the settings that I see are for landscape/portrait, color / b & W, the paper size.

    Any ideas?

    Thanks for your help.

    You should be able to change the font size in the program that allows you to print labels.  What program do you use?

  • In Photoshop CC 2015 attempt to print the results in a "cannot print because of a program error".  I'm on a PC (64-bit).  Any ideas?  Thanks for any help.

    Hello everyone.  I get a message error "Photoshop cannot print because of a program error".  I use a PC with CC2015 (64-bit).  There no problem last week when I finally printed.  Any help would be appreciated.

    Thank you

    Madiot

    As long as you can benefit from big enough sheet to print, it will be fine.

    You can remove the computer printer drivers and restart the system.

    Then, reinstall the printer driver on the manufacturing site.

    Thank you

    ~ Mohit

  • Collect in bulk does not print the results in the table

    Then the PL/SQL block below do not load and print whatever it is:

    -Database 11 g:
    declare
    Type (vr_Rec) is rendered
    DESCRIPTION VARCHAR2 (100)
    QTDE NUMBER (2));
    Type vt_Rec index vr_Rec table of Pls_Integer;
    va_rec vt_Rec;

    vc_Cursor SYS_REFCURSOR;

    Start
    Vc_Cursor open for 'SELECT "x" DESCRIPTION, 1 QTDE FROM DUAL UNION ALL' |
    "SELECT the"y"DESCRIPTION, 2 QTDE FROM DUAL;
    Loop
    Get the vc_Cursor collect in bulk va_rec limit 20000;
    When the output va_rec. Count = 0;
    End loop;
    Close Vc_Cursor;

    If va_rec > 0 Then Count.
    For / * everything * / i in va_rec. first... va_rec. last loop
    dbms_output.put_line (va_rec (i). DESCRIPTION | ' - ' || va_rec (i). QTDE);
    End loop;
    End If;
    end;

    lucitah wrote:
    Then the PL/SQL block below do not load and print whatever it is:

    Yes, this isn't. Look at the code. Each extraction replaces data read by the previous fetch. And since he finished when va_rec. Count = 0, we are left with empty va_rec. You need something like:

    declare
    Type vr_Rec Is Record (
    DESCRICAO VARCHAR2(100)
    , QTDE NUMBER(2) );
    Type vt_Rec Is table of vr_Rec Index By Pls_Integer;
    va_rec vt_Rec;
    
    vc_Cursor SYS_REFCURSOR;
    
    begin
    Open vc_Cursor For 'SELECT ''x'' DESCRICAO, 1 QTDE FROM DUAL UNION ALL '||
    'SELECT ''y'' DESCRICAO, 2 QTDE FROM DUAL';
    Loop
    Fetch vc_Cursor Bulk Collect Into va_rec Limit 20000;
    Exit When va_rec.Count = 0;
    For i In va_rec.First..va_rec.Last Loop
    dbms_output.put_line( va_rec(i).DESCRICAO || ' - ' || va_rec(i).QTDE );
    End Loop;
    End Loop;
    Close vc_Cursor;
    

    SY.

  • Cloning of the prod to test data (with names different ownerIDs/schema)

    Hello
    ID of owner or the schema of production data is different than in the Test environment; So what happens is that after cloning the database, all the tables are still owned by prod user and not the test user. So if we just update the ownerID in psdbowner, logging would not be possible because it begins to search tables in a different pattern. If we leave the entry in psdbowner as it is, then the connection is possible but is not what we want. We want owner id to be different in the TEST.

    If we want to have all tables with an ID of owner different test than production; What measures should be taken?

    Thank you
    Vikas

    You must export from the user of the production and import in the test user.
    IMPDP in db 10g and more, within REMAP_SCHEMA option. However, there is no real reason to have another username across different environment, it's much easier to have the same username across all the env, especially if you want to copy the data files...

    Nicolas.

    Published by: Gasparotto N on May 31, 2010 16:46

  • Bug in the accessor class data member with name return

    Noticed a small bug in creating data classes accessor member.

    If you have an in the variable title carridge return the vi it creates will not save.

    You do not have to set two things for each control. By default if you show the legend that is the same as the lable. You only need to change and then only for those on the FP.

  • Printing from a page of quiz results

    Using A4 how do I print from a quiz results page.  Insert keys are grayed out on a results page, and the only widget I gives an option to print the slides.  I want to only print the results page.

    Is there a place I can download other widgets for A4 that everyone knows.

    Thank you

    Hello

    I enclose the print Widget which will solve your problem.

    Just pass the height and width values in the settings of the widget tab.

  • Shared laserjet P4015n prints the first job and ignores the rest

    Hello.

    I use Windows 7 and a WSD port. Doesn´t printer print all works, just a first. I have to restart the printer to print the next job. Communication with the device is fine because the device web page is available.

    Any suggestions? Thank you.

    Switch to a tcp/ip port using the ip address or the host name of the printer.

  • List shows the results of unwanted files in Acrobat 9 std.

    I have been using Acrobat 9 standard for 5 years now. My main use is to be found in the files of. PDF files. Recently, I am facing a problem. Whenever I search (Basic / Advanced) for a word in several files kept in a file, the result shows the list of all the files (which are analyzed) in results windows although there is no case of "searched the word". For example, I have a folder named "D:\JOURNAL" have 40 records. If I have a word search "ABCD" in "D:\JOURNALS". the result is 40 files with 3 instances' & the list displays all the names of file 40. In fact, it should only show files with one or more instances of "ABCD".

    Can someone tell me how to change it?

    Thank you.

    HCGNA

    Try this:

    In the "Research" of the preferences category, click "Clear Cache content".

Maybe you are looking for

  • disabled list items

    I need to generate a list of all persons with disabilities under the screws that are disabled by using disable diagram structure in a main VI. Pease reply

  • I can't access Windows Live Hotmail account.

    Cannot access hotmail account * address email is removed from the privacy * please help

  • Purchase of a new Dell in UK

    Hi all I want to buy a new computer dell laptop and later a desktop all-in-one dell. But I live in continental Europe, the Bulgaria... Not in the United Kingdom. And I can not find a British salesman who will care for me. (I'm a good person, with mon

  • Office application

    Hi everyone - I'm not a 'experienced' pc user so I really hope someone can tell me how to solve this problem. When I want to download photos or something that I recorded on the "desktop" (for example to download Facebook or as an attachment to an e-m

  • All Smartphones blackBerry messaging and browser.

    The only option on my phone to set up e-mail is with Enterprise Server for which I have no password activation, also 'impossible to connect to the internet please try again later' when I press the button of the browser. WiFi is connected. I must add