Fill in blank space for quiz

Hi,
I'm trying to have few blank spaces in one slide but I dont see any option in Captivate for having more than one blank space in one question within one slide.
Does anyone know how to find a solution for this?
Thanks

You need to select the word which you want to appear as the "blank" space and click Mark Blank from the Quiz Properties.
Here is a screenshot to help you.
Sreekanth

Similar Messages

  • Fill with blanks(spaces) a VARCHAR2 type

    Thanks in advance,
    I have a VARCHAR2 type rtesta's var of length x(100 char)
    how i can fill(write) it without create a other varchar2 var that it'll be only filled with blanks(spaces). e.g
    rtesta := ' PC'||fil1||'xxx||fill2....
    where fil1 = say 10 spaces.. fill2 = 63 spaces and so on
    I would like something as
    rtesta := ' PC'|| RPAD(null,10)||'xxx||RPAD(null,63) ...
    but.... Oracle treats an empty string as null. And nulls are always a bit special within Oracle. Particularly, rpad('', n) and lpad('', n) returns null.
    Exists a built in for my problem?
    Thanks

    alter table your_table modify(your_column char(100));
    update your_table set your_column = ' '
      where your_clumn is null;  /* (added) But,this is no good for performance */
    alter table your_table modify(your_column varchar2(100));Exapmples.
    SQL> set null (null)
    SQL> create table test (vc varchar2(100));
    Table created.
    SQL> insert into test values ('');
    1 row created.
    SQL> insert into test values ('a');
    1 row created.
    SQL> insert into test values ('abcde');
    1 row created.
    SQL> select substr(vc,1,10) vc,length(vc) len from test;
    VC                          LEN
    (null)               (null)
    a                             1
    abcde                         5
    SQL> alter table test modify(vc char(100));
    Table altered.
    SQL> update test set vc = ' ' where vc is null;
    1 row updated.
    SQL> alter table test modify(vc varchar2(100));
    Table altered.
    SQL> select substr(vc,1,10) vc,length(vc) len from test;
    VC                          LEN
                                100
    a                           100
    abcde                       100----
    I misread OP's problem, sorry.
    Message was edited by:
    ushitaki

  • XML Publisher Printing Blank spaces for no data

    hi All,
    We are trying to build a report using XML Publisher and .RTF template.
    We have dynamic fields like Wt Uom, Volume Uom, Dimensions.So when we don’t have data in these fields XML Publisher consider these data as blank and so blank spaces comes. If we have data in these fields then blank spaces will not come, as the blank spaces will be filled up the data of Wt, Volume and Dimension fields.
    We want to remove the blank spaces for the items that do not have any corresponding data for the fields. Is there any way we can remove the field header and the blank spaces that are there?
    Please help
    thanks,
    Chandan

    Hi Chandan
    The element is present in the XML data, but it has one space
    <?if:element_name and element_name=' ' ?> desired behavior when
    the element exists but value has one space <?end if?>
    Or
    what you can do is trim the data before forming XML .

  • Pass parameter with blank space for report ver 6

    Hi,
    I face a problem that i willing to pass the acno where it's value with blank space, for example ' 9' as parameter into my report, and assign it as v_acno. Inside the report query i add a where condition, acno >= :v_acno. When i run the report and pass acno without ' , it do not show any record. But when i run the report and pass acno with ' then able to show the records.
    for example the value i key in
    with ' = ' 9'
    without ' = 9
    So how i can solve it by pass the acno without ' but the record still able to show?
    thks
    Message was edited by:
    user569740
    Message was edited by:
    user569740

    Hi Nick,
    It occurs because an argument of the DTExec commands must be enclosed in quotation marks if it contains a space. From the dtexe (SSIS Tool): Syntax Rules section of the
    dtexec Utility (SSIS Tool) document, we can see:
    All options must start with a slash (/) or a minus sign (-). The options that are shown here start with a slash (/), but the minus sign (-) can be substituted.
    An argument must be enclosed in quotation marks if it contains a space. If the argument is not enclosed in quotation marks, the argument cannot contain white space.
    Doubled quotation marks within quoted strings represent escaped single quotation marks.
    Options and arguments are not case-sensitive, except for passwords.
    So, you need to make the value of the variable @QUERY_STRING within double quotes in the value of the variable @Cmd or remove the space within the @QUERY_STRING value.
    Regards,
    Mike Yin
    TechNet Community Support

  • How can I fill the blank space in the example below?

    I have to fill using sql statement the blank space with the same description that appears below that belong to the same STTCKT. I
    am using a temporary table.

    There is no need in ROW_NUMBER. You can use simple query like below sample which cost 6% relative to the use of ROW_NUMBER which cost 94% (sort is havy operation with no index).
    DDL+DML:
    CREATE TABLE test( [STBK#] varchar(50), STTCKT int)
    truncate table test
    Insert into test values
    (null, 48035)
    ,('First Two Truck', 48035)
    ,(null, 48039)
    ,('First Two Truck', 48039)
    ,(null, 48046)
    ,('First Two Truck', 48046)
    ,(null, 48054)
    ,('KLS LOGISTIC, INC.', 48054)
    GO
    select * from test
    GO
    If all you need is SELECT with FILL then check this:
    select
    --[STBK#] ,
    STTCKT, [Fixed_STBK#]
    from test T1
    Cross APPLY (SELECT TOP 1 T.[STBK#] FROM test T WHERE T.STTCKT = T1.STTCKT and T.STBK# IS NOT NULL) T2 ([Fixed_STBK#])
    And you can use this query as well without CROSS APPLY
    select
    --T1.[STBK#] ,
    T1.STTCKT, T2.[Fixed_STBK#]
    from test T1
    LEFT JOIN (SELECT T.STTCKT,MAX(T.[STBK#]) [Fixed_STBK#] FROM test T GROUP BY T.STTCKT) T2 ON T1.STTCKT = T2.STTCKT
    If you are looking for update the original table please check this:
    UPDATE test
    SET [STBK#] = T2.[Fixed_STBK#]
    FROM test T1
    Cross APPLY (SELECT TOP 1 T.[STBK#] FROM test T WHERE T.STTCKT = T1.STTCKT and T.[STBK#] IS NOT NULL) T2 ([Fixed_STBK#])
    WHERE T1.[STBK#] IS NULL
    GO
    I hope this is helpful and answer your need, If not please try to clrify your needs and post your DDL+DML
    [Personal Site] [Blog] [Facebook]

  • Blank space for icon

    My first page of apps now has a blank space in the lower right corner where an application icon once existed. I can't push an icon into that space and not sure what was there before.
    Any way to regain that space?

    Got it figured out. The blank space was for one of the "mandatory" icons, settings, that had been inadvertently moved to a second page. Once the settings icon was moved back all was normal.

  • How do I stop Firefox from automatically filling in the spaces for my username and password on one of my password protected websites?

    Firefox is automatically entering my username and password on my Sacramento State University secure password site. I am trying to get that function stopped. I do not want my username and password automatically entered in the spaces provided for log in. I want to manually enter that information myself each time I log in to that particular secure password protected site.
    So far...I can not find a way to do that. All I find is a way to change my password. I do not wish to change my password. I just do not want it automatically entered for me.

    Thanks guys...I did as you suggested and it worked! Thanks!
    However...just want you all to know...a computer illiterate like myself had trouble finding which function on the menu bar to click on to find the options and security settings to "unclick." Eventually...I found the correct window.
    Thanks again...your advice worked!

  • Creating blank space for nesting text images etc

    Hi all,
    I have a page where I have inputted a background image but i
    need to create two areas for text and images. What is the best
    method for making a white background to nest these two things?
    Basically, I need to contruct a box...
    Cheers

    You would attach the background image to the body tag so it's
    visible on
    every page.
    You then need to decide how to layout your page... be it with
    tables or
    divs.
    eg: Insert a table on the page, give it a white background
    color (or
    whatever color) center it and then add your text and or
    images into the
    cells as required.
    The following is code for a very basic centered table
    structure. Copy and
    paste it into a new DW window and see how you go. Change the
    path in the
    styles in the head of the document to show your own
    background image and
    take it from there :-)
    I have a few examples of using background images here:
    http://tinyurl.com/yhxz88
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN"
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="
    http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1" />
    <title>Untitled Document</title>
    <style type="text/css">
    <!--
    body {
    padding: 0;
    margin:0;
    background: url(pics/bckground.jpg); /*the path to your
    image*/
    background-repeat: repeat-x;
    table {
    border: 1px solid black;
    width: 780px;
    margin: 0 auto;
    background-color:#9999FF;
    padding; 4px;
    -->
    </style>
    </head>
    <body>
    <table width="100%" border="0" cellspacing="0"
    cellpadding="0">
    <tr>
    <td>text here </td>
    <td>pictures here </td>
    </tr>
    </table>
    </body>
    </html>
    Nadia
    Adobe® Community Expert : Dreamweaver
    Tutorials |SEO |Templates
    http://www.DreamweaverResources.com
    http://www.perrelink.com.au
    CSS Tutorials for Dreamweaver
    http://www.adobe.com/devnet/dreamweaver/css.html

  • Filling blank spaces

    Is there a way of filling the blank spaces from the end of the paragraph until the border of the field, with some kind of character?
    For instance, if I have the text field with the value "HELLO WORLD", to present it in the report like "HELLO WORLD------"
    This should be dynamic, as I don't know the lenght of the text... assuming that the text is aligned with flush justify.
    thanks for any help

    Hello!
    Just use rpad command to assign the wanted character from the rigth.
    Use it on your query.

  • How to insert  blank spaces at end of a record

    Hi All,
    i need to write 10 records each of 80 char size. of these 10 records, each record might have different data and the last field will be a filler field which only has space.
    for example:
    DATA : BEGIN OF gs_mrecord        ,
             id(1)         VALUE'M'     ,
             accno(12)                  ,
             refid(2)      VALUE 'RR'   ,
             sec_cd(4)     VALUE '2437' ,
             sub_typ(1)    VALUE '6'    ,
             sub_dt(5)                  ,
             sub_seq_no(1)              ,
             sec_cd1(4)    VALUE '2437' ,
             sub_dt1(6)                 ,
             record_no(6)  TYPE n       ,
             ext_ind(1)                 ,
             plat_id(1)                 ,
             filler_1(1)               ,
             clear_code(3)              ,
             ex_merc_no(16)             ,
             filler_4(4)               , fill blank spaces
             mech_bin_no(6)             ,
             filler(6)             ,  " fill blank spaces
             END OF gs_mrecord .
    like this there are 10 types with 80 char size, however the last field is a filler, in which we need to fill only blank spaces.
    when i wrtie this data to the application server file i can't see the spaces and when download(to .TXT file) also i can't see the spaces.
    is there anyway that i can keep the spaces at the end of the record.
    Please note, in the middle of the record, we can keep the spaces as there is some data after that.
    Any hint would be of great help.
    Cheers,
    SR.

    Hi Srinivas
    Just a thought, try as below:
    Declare a text variable of length 80 characters. Before transferring the record to Output file, move the work area to the text field and add a New Line character at 80th position. Now tranfer this text field to file with length specification.
    Eg:
    DATA: l_cr(1) TYPE c VALUE cl_abap_char_utilities=>cr_lf,
          l_text(80) TYPE c.
    OPEN DATASET ....
    IF sy-subrc EQ 0.
       LOOP AT <itab> INTO <wa>.
          MOVE <wa> TO l_text.
          l_text+80 = l_cr.
          TRANSFER l_text TO <dsn>.
       ENDLOOP.
    ENDIF.
    Hope that helps, also check the codepage in which you download the file from Application server before Viewing. Maybe checking the file contents via AL11.
    Hope it helps.
    Regards
    Eswar

  • Blank Space problem in Adobe Form

    Hello Gurus,
    In my Adobe form, One field has to be displayed based on a condition. So, for that field, in Context tab, condition is specified and its working also i.e. It condition is true then data is not displayed in the layout but I find the blank space for it. I dont want that blank space to be displayed.
    Example:
    In layout, address is in format as shown below.
    Name
    Street
    City
    Region
    Postal code
    Country
    Here, I have a condition that, Region field should not be displayed only for Material eq '123' i.e. same address has to be printed as shown below.
    Name
    Street
    City
    Postal code
    Country
    But, If I give condition then address is shown as below.
    Name
    Street
    City
    >Here, am getting empty space & I dont need this blank space to there in the layout.
    Postal code
    Country
    So, Can anyone please help me for this.
    Thanks in Advance.
    Regards,
    Usha

    Hi Usha,
    1. Remove the Condition from you Context tab.
    2. In the Driver Program check for the condition and fill the value in the internal table which is passed to
        the adobe form.
    3. Make the subform (under which the field is added in the hierarchy view) as flowed.
    4. In the script editor, Select the 'javascript' and write the script to hide the form field specifying the condition here.
    for e.g
    if (xfa.form.FORM.SUB_FORM.matnr == "123") {
        xfa.form.FORM.SUB_FORM.Region = "hidden";
    NOTE: Javascript is Case sensitive and stops working immediately after the line of code where an error occurs.
    Hope this proves to be useful.
    Thanks,
    Swar.

  • Error Blank spaces smartforms

    Hello,
    I have an smartform who recibes a table of char255 lines. The only thing I do is a loop over it and show each line.
    My problem is I have some lines with a lot of blank spaces (for example"01                    7,50     10,30") and on the screen those spaces doesn´t fill the same space each char so it get shown with bad format.
    Do you know why is this happening??
    Rgds
    <MOVED BY MODERATOR TO THE CORRECT FORUM>
    Edited by: Alvaro Tejada Galindo on Dec 17, 2009 11:43 AM

    You may display the OTF spool in RAW mode so that to make sure that the COURIER font has been used (because it might have been automatically replaced by SAP, if your device type does not allow COURIER, see SE73 printer fonts and also "Font conversion" button which converts all existing system fonts).
    Moreover, if you use SAPWIN, SAPlpd program may have a replacement font defined for Courier, run saplpd.exe manually and check this option.

  • How can I print a selection in Firefox 11 without it wasting paper and printing blank space in place of the non-selected material?

    In Firefox 10 and before, I could select a small portion of a web page and it would print the selected portion on a single page. In Firefox 11, it prints blank space for the portion above my selection before printing my selection. This blank space could span several pages, and my printer prints those several blank pages with only headers and footers.

    Still happens with Firefox 12. I wish they'd just fix it, the way it used to be in Firefox 10, without the complicated workaround suggested above.

  • Deleted audio segment leaves blank space that I can't remove

    I had a 5 min song and after adding pictures for a slide show, I found I only needed 2:30 of the audio clip so I split it at the end and deleted the unwanted end segment of the song. However, there is now a blank space for 2:30 left!
    I went to clip mode like some suggested in previous similar questions, but there is "no black clip" to select and delete.
    How can I "shrink" or reduce the original movie length now that I've shortened it by removing the end part of the audio?
    Thanks!

    I have experienced the same thing. It used to be thought that a stray audio clip had relocated to further out on the audio track, but I never found one. Usually, the movie reverted back to end where the 'good' audio or video clip ended.
    However, I highly endorse what Bengt recommended re: exporting your movie to Full Quality QuickTime.
    I do that and then put the quicktime movie into a new iMovie project and check the end of it. Sometimes there will be several seconds of 'snow' as seen on tv in the old days when stations went off the air at 1am. You can cut out this excess and have your movie end where it is supposed to. Just use this qt version to upload or import into iDVD.

  • Problem with fill-in-blank questions

    I'm using powerpoint 2003 and Adobe presenter 7. When I create fill-in-blank questions in quiz, more detail: I have 5 textboxes in 5 sentences; after each sentence, I pushed "enter" to make a new line (of course, there is 1 textbox in each one). It seemed ok. But, when I presented it on the browser, they were disordered. There weren't any enters. Where I had used "enter" button, they were still on the same line; even, textbox I created at the middle of the sentence, but at the presenting time it jumped to the end of the sentence.
    How can I do to overcome this situation? Is that because of the properly between the ppoint 2003 and AP7? or another causes?
    Plz help me because I'm preparing to attend an important competition in my school.
    Tks so much!

    Hi
    I can see a bit of the problem you are talking about
    the issue is as follows
         1. Say you inserted a FIB question and inserted question text with new line characters (say 3 lines)
         2. You pressed OK and the quiz slide appears properly
         3. Say you went back to the FIB question in manage quiz again.
              a. The problem is present here
              b. The new line characters present are getting deleted which is an issue which has been reported.
              c. All you have to do is to re- enter the new line character in the question textbox and the output will appear fine            
    Even after this if you are still seeing the issue can you please share the ppt file, atleast the fill in the blanks slide, so that we can see what the problem is?
    thanks
    Mahesh Nayak
    Message was edited by: mkalyanp

Maybe you are looking for

  • Computer problems after upgrading to Mavericks

    SO many problems. I cleared out a ton of old stuff that I saw might be causing problems, and I've verified and repaired the disc, and uninstalled and reinstalled a couple of programs that I was seeing problems with in the console, but now I'm just fl

  • Iphone 5 no longer able to sync to itunes...HELP!!!!

    Hey guys, I have tried numerous atempts to getting my iPhone 5 to be able to sync with my MacBook Pro but to no avail. It seems as though this all started after updating to the new OSX Yosemite as well as updating to the new iTunes 12.0.1. Whenever I

  • Import .MOV

    I've got a bunch of .mov files that I can't import into iMovie. I believe that before I got them there were worked on in Final Cut, and there's some kind of codec in FC that won't let me import them into iMovie (I can't play the videos in QuickTime e

  • Why not use interfaces for constants?

    Hi, I have been getting conflicting views about why not use interfaces for constants? Can anyone shed some light on it? Piyush

  • Hi friends i have one doubt on price indicator.

    for subcontrcacting semifinished goods what should be the price control indicator( V/ S ). and i also like to know why.