Partial correct caption displaying text from Success caption

Hi, as the title of my post suggests the Partial correct caption is displaying the text from my Success caption. To my knowledge I have correctly configured these in Quiz > Quiz Preferences > Default Labels with all fields having unique text entered in to them.
I'm using Captivate 7 and am working on a master slide for my MCQs within a project template file. I intend to allow multiple options to be selected in the MCQ, hence the need for a partially correct answer.
Has anyone else had this issue, if so did you manage to get around it and how?
Thanks.

Hi Lilybiri, thanks for replying.
I'm setting up my MCQ master slide and have edited the labels in Quiz > Quiz Preferences > Default Labels, then I've added the captions to the page via Quiz > Question Placeholder Objects.

Similar Messages

  • Problems with displaying text from gtk+-2.0 with Cairo

    I've got a 64-bit app that uses gtk+-2.0 (2.8.17 with Cairo). I had to build my own libraries since the gtk+-2.0 libraries Solaris 10 ships with is 32-bit only (and does not contain Cairo support). The app is statically linked so that our customers don't have to do any more than just install the app.
    I've got a customer who's using a Sun Ray 2fs to run our app from a Sun Ray server. The problem is that none of the text in the UI is readable (including the menubar). He sent a screenshot and I can tell it's rendering the glyphs, just not correctly. The best way of describing the text rendering problem is to take a bitmap of antialised text drawn with a black pen color. Now remove all non solid black pixels. You only see pieces of the glyphs (typically, just the vertical and horizontal parts).
    We don't have a Sun Ray client to test with but for testing purposes, I installed our app on freshly built Solaris 10 (5/09) and Open Solaris systems with no modifications to the virgin systems. I could run our app on both Solaris systems and display the app on a remote X display just fine. I asked the customer to try a real X display and he ran X-Win32 on a Windows XP guest using VirtualBox on the Sun Ray server and our app appeared just fine on his Sun Ray client. I told him if our app displays just fine on a real X display, then the problem must be with the Sun Ray server.
    Has anyone encountered this problem? I'm going to try building the latest gtk+-2.0 libraries but I'm not convinced it's going to do any good. I don't think it's a Fontconfig configuration problem because our app worked out of the box on freshly installed systems (unless perhaps Sun has made changes to /etc/fonts/fonts.conf since the version on his system versus ours).
    PS. We actually need the Cairo graphics support. It just happens that the version of Pango that's in 2.8 (and all versions of gtk+-2.0 since) also uses it for text rendering in the widgets.

    Garrett Cobarr wrote:
    > I have been attempting to import text from Illustrator
    CS2 into Flash 8. I
    > would like to retain the layers if possible.
    >
    > I am having many different problems as I have
    experiemented at the AI side.
    > One is having the text come in with the outline offset
    and no longer alligned.
    > When I drag and drop, the outline completly dissappers.
    The text when it does
    > come in is converted to a png and longer has the layers
    seperated.
    >
    > I am also getting a message in the report window, on
    some of my tries, that it
    > is an improper PDF.
    >
    > The bottom line question is: What is the recommended
    method of importing text
    > from AI CS 2?
    You have to remember that both programs are totally different
    animals and simply
    some of the option used by you in AI won't be working or
    can't be translated into
    flash's environment. You will never get editable content,
    just an image.
    Export to SWF from AI and import that SWF to flash. Should be
    as close as possible
    to original file tho I can't assure your layers will
    maintain.
    Best Regards
    Urami
    !!!!!!! Merry Christmas !!!!!!!
    <urami>
    If you want to mail me - DO NOT LAUGH AT MY ADDRESS
    </urami>

  • If Number = than then display text from another cell

    Hi
    I'd appreciate it if anyone can help me with this please.
    I am putting together a gradebook type spreadsheet. I would like to display the text from another cell if the number entered in another cell is greater than or less than a certain number.
    So - if the number in cell A is equal to or greater than 70 then the text displayed in cell B equals the text contained in cell C
    Hope this makes sense.
    Many thanks in advance.
    regards,

    Hello Lee,
    The Numbers User Guide PDF available from the Numbers Help menu as a download is good reading for beginners. As a reference document, the iWork Formulas and Functions User Guide is also valuable.
    The function you need is called "IF", and the syntax is: IF "logic-expression" is true, then do this, else do this. As a calculation in a cell, that would have the form: =IF("Cell A" is equal to or greater than 70, then display the content of cell C, else display "something else") You need to provide the "something else", which can be a null string, "", if you wish.
    As you will find when you read the guide, the cells all have row and column address components where the column is identified by a letter of the alphabet and the row by a number. So If your data is in A1, your text string in B1 and your expression is in C1, you would write in C1:
    =IF(A1>=70, B1, "")
    Does this help?
    Jerry

  • On Button click change the button display text from LOCK to UNLOCK

    Hi Freinds,
    I am rendering a TreeByNestingTableColumn with two columns  like:  Name , Status as below shown. In The status column I inserted a Table Cell editor Button type and  the button element property text mapped to the context attribute called statusButton and set the button name in the code to display as LOCK. When the tree renders all the vales are displaying in status column as LOCK. Now whrn the user click on LOCK i should fire the event and change the button text from LOCK to UNLOCK. The same way when they click on UNLOCK and i have change to LOCK. please help how to do this.
       Name                          Status
    |> Employee1------------------LOCK (when i click on lock  button here, his and under neath of him button status should                 
            |>Employee2-----------LOCK    change from LOCK status to UNLOCK)                                                     
                   |>Employee3----LOCK
    Thanks in advance.
    Thanks
    Srini

    Armin,
    Yes I removed the method and created the calicualted value as you suggested and I able to get the out put what i have asked.
    My complete scenario is some thing like this, i able to complete upto certain level but not able to make it work for complete scenario, I appreicate your comments or advice for getting me the below output
    I have a TreeByNestingTableColum UI rendering with three columns as NAME(node |>), STATUS(Toggle Button) and PLANNING (Text view)  (developed based on sample tutorial Integration of a Tree Structure in a Web Dynpro Table.pdf)
    I am trying to get this output:
    From the sap backed i am getting flag value, based on that i have to render Tree UI columns NAME,  STATUS(Toggle Button) and PLANNING (Text view). if the flag is null i have to show as LOCK and In Planning else Unlock and Submitted  (please see the below picture for clear idea)*
    if (statusflag = ""){
    i have to show values in two columns like Lock ...Planning
    } else
    show values in two columns like Un Un Lock ...Submitted
    One more thing is , If i lock a record at secound node level , then all the records should locked underneath of that node (it could be 2 nodes or 10 nodes) and then the status column values should change from lock to Unlock and Planning column values should change from In Planning to Submitted. where as when i Click on Unlock , only that perticular record (not node level) should changed from unlocked to Lock and planning is  from Submitted to In Planning.
    This is the functionality actually I am looking for.
    Here the tree sample:
    Name                        Status              Planning
    |>M1                         Lock                 In Planning
       |>M2                      Lock                 In Planning
         *M2a                    Lock                 In Planning
       |>M3                    Un Lock                Submittd
    Thank you.
    Srini

  • Display text from MySQL Text Field

    Hi,
    I am trying to display text which is stored in mysql text field. But it displays nothing. and when i try this code:
    <c:out value="${rowSrearch.pDetails}" />
    <c:set var="text" value="${rowSrearch.pDetails}"/>
    <%
    String text = (String)pageContext.getAttribute("text");
    out.print(text);
    %>
    it gives me null.
    I am just opening a resultset using <sql:query and trying to retrieve data using <c:forEach loop.
    What is the best way to retrieve data from MySQL text field.
    I am using:
    Apache2
    Tomcat 5.5.17
    MySQL 5.0.22
    mysql-connector-java-5.0.3
    Thanks

    One way is to enter them into the database with the desired formatting.

  • Does Closed Captioning display differently from one Player/TV to another?

    Hi Everyone,
    We just completed our first project at our facility that involved Closed Captioning from an .SCC file produced by CPC and when we preview a DVD Test of the project, the captions are not displaying as expected. We received a VHS preview copy which display the captions fine, but when we look at the DVD Test in the Apple DVD Player, the captions are not justified in a consistant manner, and sometimes a couple appear as if they were haphazardly placed on the screen.
    Is possible that Captioning as how it is interpreted/displayed might vary from one TV or DVD Player to another?
    Any help or comments would be greatly appreciated. Thank you in advance, everyone.
    Regards,
    -James-

    UPDATE:
    So far I've tested the DVD created with Closed Captions from the *.scc file, and my findings are that the PC software I've tested in closely match that of the VHS open-caption dub that the captioning company provided us. I have tried the VLC Player on the Mac, but have not had success in enabling the captions, nor been able to find any posts on the VLC support forum.
    I've also been successful at finding and testing a DVD Player that can display the captions on the DVD, and find that they play similarly to that on both the VHS open-caption an PC Playback, but the position on the screen is slightly different.
    Does anyone have any other experience with Closed Captioning that could either offer insight to the working theory that each TV/DVD Player/Computer DVD Software platform interprets closed captions differently from one another?
    Regards and thanks in advance,
    -James-

  • Displaying text from XML.

    Hello,
    I hoping that somone can steer me in the right direction
    here.
    Right now I have an application that reads an XML and
    displays thumbnails of images.
    A user clicks on the thumbnail and a larger image appears.
    What I would like to do is, instead of loading "images" into
    the thumbnails from the XML,
    I would like to load "text" into the thumbnails from the XML.
    So now the user can click on the text and an image would
    appear.
    I just can't seem to get my head around it.
    Attached below is the code I am currently using.
    Thank you for any help you can provide

    Yes Andrei1,
    You mean try something like,
    var holderArray:TextField = new TextField();
    Instead of,
    var holderArray:Array = new Array();
    But,
    this must not be correct because when I create a TextField
    like this.
    I get this error,
    Error #1056: Cannot create property 0 on
    flash.text.TextField.
    What would be the best way to create a TextField inside the
    Thumbnail?
    Thanks for your help.

  • Displaying text from domain in ALV Grid OO

    Hi all,
    i have a problem regarding ALV grid OO.
    I try to displaying domain text instead of domain value in the grid.
    The domain value range are:
    1     text 1
    5     text 5
    6     text 6
    I created a drop down list and it works fine, but the eintries in the grid displaying only the value instead of text.
    General I like to work the value's but in the grid schoul be only the texts.
    Have anybody any idea?
    Thanks,
    a
    If it is not enogh clear , please ask me.

    hi,
    look this.
    U should be able to get text of domain  from table DD07V.
    SELECT DOMNAME VALPOS DOMVALUE_L DOMVALUE_H
    into idomval
    from dd07v
    where domname = Domain Name
    and ddlanguage = sy-langu.
    <i><b>opr u can use the below FM</b></i>
    DATA : BEGIN OF int_orient OCCURS 10,
               domvalue_l LIKE dd07v-domvalue_l,
               ddtext LIKE dd07v-ddtext,
               END OF int_orient.
    DATA: ZPETS_PORTORIEN type dd07l-domname,
            int_values_table  TYPE dd07v OCCURS 0 WITH HEADER LINE.
    CALL FUNCTION 'GET_DOMAIN_VALUES'
        EXPORTING
          domname         = 'ZPETS_PORTORIEN'
          text            = 'X'
        TABLES
          values_tab      = int_values_table
        EXCEPTIONS
          no_values_found = 1
          OTHERS          = 2.
      LOOP AT int_values_table.
         int_orient-domvalue_l = int_values_table-domvalue_l.
        int_orient-ddtext = int_values_table-ddtext .
        append int_orient.
      ENDLOOP.
    read table int_orient. with key domvalue_l transporting  ddtext .
    rgds
    Anver
    <b>if hlped pls mark points</b>

  • Is it possible to display text from one area of my website onto another?

    I'm busy building a site, and on my site I have a news section on my landing page with latest news. This news section is just the headline, and when you click on the link it takes you to the article. Is there any way to link the two together? I want the news section headline to be drawn from the article, so that when I update the article the news headline will be automatically updated. I want this done because the news headline section goes across all my pages, but I'm using 6 templates to achieve my design. So instead of updating my article section and each template, I want to know if I can do it in one process?
    Is there a pure html/css way of achieving this, or would I need to use a JS plugin? If I need a plugin could anyone suggest one?

    BeaverKing wrote:
    learning to build a DB then. ^_^ It could be a valuable skill.
    I admire your attitude; I often regret not learning about databases.
    A couple alternatives for you.if time is an issue:
    1. Put your news code in its own page, and have multiple pages display it in an iframe.
    2.  Invest a lot less time learning to use Server Side Includes (SSI).
    You place your news code in a separate text file and "call" it into any pages you wish with a tiny snippet of PHP code. This skill will  be used far more often than a database. You will use it for all sorts of repetitive information like headers, menus and footers etc.
    Both methods allow you to update a single file, and have it be updated automatically  all the pages it appears.

  • How do I use IB(Mac) to display text from opened tty port?

    I'm using OSX10.9.4, XCode 5.1.1 etc, Mac Mini. 2012. 16GB. Fast processor.
    I can open the serial/usb port and read the data from it with a [command line] tool...
    sample code here.
    What I'd like to be able to do is display the data that comes in live in a Graphical Interface, not as a command line tool. It also saves it to a file, and perhaps it's easier to read the continuously built file? Certainly for building historical data.
    [code]
    #ifdef DEBUG
        printf("Debug Mode on\n");
    #endif
      fd = open(PORT, O_RDWR );
    #ifdef DEBUG
      printf("...Serial port open - Return code : %d\n", fd);
    #endif
      if (-1 == fd)
            perror(PORT); perror(msg); exit(-1);
      struct termios theTermios;
      memset(&theTermios, 0, sizeof(struct termios));
      cfmakeraw(&theTermios);
      cfsetspeed(&theTermios, 38400);
      theTermios.c_cflag = CREAD | CLOCAL; // turn on READ and ignore modem control lines
      theTermios.c_cflag |= CS8;
      theTermios.c_cc[VMIN] = 1;
      theTermios.c_cc[VTIME] = 0; // set to 10 if 1 sec timeout
      ret = ioctl(fd, TIOCSETA, &theTermios);
    #ifdef DEBUG
      printf("opening /dev/cu.usbserial...\n");
    #endif
      fd = open("/dev/cu.usbmodem14311", O_RDONLY);
    #ifdef DEBUG
      printf("...Serial port open - Return code : %d\n", fd);
    #endif
      if (fd < 0)
      printf("Erreur a l'ouverture de /dev/cu.usbserial - Code=%d\n", fd);
      exit(1);
    #ifdef DEBUG
      printf("Serial port opened...\n");
    #endif
        /* while (1) is an endless loop, unless errors develop */
        pFile=fopen(DATASTORE,"wt");
      while (1)
      ret = read(fd, &c, 1);
      if (ret == 1) {
            /*  put the incoming data into an array/structure */
    [/code]
    Thanks
    Robert

    you can do this with the firewall (ipfw) or ssh. id suggest googling those and also posting this in the UNIX forum here. Ive never attempted to do it but i know it can be done with either. which you use will depend on what you need to accomplish.

  • Easy question: Extracting text from DOM

    I'm new to XML, so bear with me for a sec. I'm using the v2
    parser with JDK 1.2.2 to generate dynamic web pages from XML
    files. A button on the web page needs to kick off a routine that
    sends financial data from the DOM from which the page was
    generated into a graphing program. I've perused the parser API
    docs for methods that will extract the actual displayed text
    from
    DOM nodes (the content between the starting & ending <text>
    tags), but have only been able to extract element names,
    attributes, values, etc. For example, here's a snippet from the
    XML document:
    <text x="253" cellwidth="111" align="center" fontface="Arial,
    Helvetica" fontsize="3" pointsize="12" bold="true"
    italic="false">$93.63</text>
    It's the $93.63 that's important to me. Getting the attributes
    and values from within the tags is no problem. But I need to be
    able to suck out the actual text that gets spit out onto the
    browser. Any ideas?
    Thanks!
    Gus
    null

    SK (guest) wrote:
    : Oracle XML Team wrote:
    : : SK (guest) wrote:
    : : : Robert Truitt (guest) wrote:
    : : : : Oracle XML Team wrote:
    : : : : : Gus (guest) wrote:
    : : : : : : I'm new to XML, so bear with me for a sec. I'm using
    : the
    : : : v2
    : : : : : : parser with JDK 1.2.2 to generate dynamic web pages
    : from
    : : : XML
    : : : : : : files. A button on the web page needs to kick off a
    : : : routine
    : : : : : that
    : : : : : : sends financial data from the DOM from which the
    page
    : : was
    : : : : : : generated into a graphing program. I've perused the
    : : parser
    : : : : API
    : : : : : : docs for methods that will extract the actual
    : displayed
    : : : text
    : : : : : : from
    : : : : : : DOM nodes (the content between the starting & ending
    : : : <text>
    : : : : : : tags), but have only been able to extract element
    : names,
    : : : : : : attributes, values, etc. For example, here's a
    snippet
    : : : from
    : : : : : the
    : : : : : : XML document:
    : : : : : : <text x="253" cellwidth="111" align="center"
    : : : : fontface="Arial,
    : : : : : : Helvetica" fontsize="3" pointsize="12" bold="true"
    : : : : : : italic="false">$93.63</text>
    : : : : : : It's the $93.63 that's important to me. Getting the
    : : : : attributes
    : : : : : : and values from within the tags is no problem. But I
    : : need
    : : : to
    : : : : : be
    : : : : : : able to suck out the actual text that gets spit out
    : onto
    : : : the
    : : : : : : browser. Any ideas?
    : : : : : : Thanks!
    : : : : : : Gus
    : : : : : To get the "$93.63" from the text element you need to
    : : first
    : : : : get
    : : : : : its text node then get the value of that text node.
    : : : : : Oracle XML Team
    : : : : : http://technet.oracle.com
    : : : : : Oracle Technology Network
    : : : : add the following code in DOMSample.java:
    : : : : if ( n instanceof Element )
    : : : : { Element e = (Element) n;
    : : : : NodeList nl2 = e.getChildNodes();
    : : : : //NodeList nl2 = e.getElementsByTagName
    : : : : ("#text"); // this doesn't work.
    : : : : System.out.print ("\t" );
    : : : : for ( int j = 0; j < nl2.getLength(); j++ )
    : : : : { Node n2 = nl2.item(j);
    : : : : //System.out.print ( n2.getNodeName() );
    : : : : //if ( n2 instanceof Text ) //
    either
    : of
    : : : : these works...
    : : : : if ( n2.getNodeType() == Node.TEXT_NODE )
    : : : : System.out.print ( " = " +
    : : n2.getNodeValue
    : : : : System.out.println( );
    : : : : after line:
    : : : : System.out.print(n.getNodeName());
    : : : : in function 'printElements(Document doc)'
    : : : XML Team,
    : : : What will be equivalent code for PLSQL. I am trying to use
    : : : xmlparser for PLSQL and successfully compiled
    DOMSAMPLE.sql
    : : with
    : : : following commands
    : : : ---- from Oracle supplied DOMSAMPLE.sql ------------
    : : : -- get all elements
    : : : nl := xmlparser.getElementsByTagName(doc, '*');
    : : : len := xmlparser.getLength(nl);
    : : : dbms_output.put_line('>>>>>Printing elements ......');
    : : : -- loop through elements
    : : : for i in 0..len-1 loop
    : : : n := xmlparser.item(nl, i);
    : : : dbms_output.put(to_char(i)

  • 1 Success Caption for Multiple Targets in a Drag and Drop Interaction

    I see how I can add success captions to each target in a drag and drop interaction, but can you apply only 1 success caption multiple targets?

    The boundaries of smartshapes were overlapping with each other. For example, the smartshape on 1st line was overlapping with the one on 2nd line. Due to this, every time you place the text caption "Investment" on the smartshape on 2nd line, it automatically moved to the smartshape on 1st line. As a result, you could never get the answer right, and hence you never saw the Success Caption.
    Solution: Move the smartshapes away from each other (or resize them), and ensure that there are no overlaps.
    2,  The number of attempts for this interaction was set to Infinite. So, you have to play this until you get it right, but you could not get it right because of the reasons mention above. That is why you never saw the Failure Caption.
    Solution: Clear the Infinite check box in the Action accordion and specify the required number of attempts. You will get the Failure Caption if you don't get it right in those attempts.
    I just tested these solutions and they worked fine. Let me know if you still face any issues.

  • Why are the CAPTIONS displayed smack across everyone's face?

    Why are the CAPTIONS displayed smack across everyone's face on the screen???  I need the captions to HEAR better but I still want to SEE the show.  When the text is displayed across everyone's eyeballs it's very disruptive.  And I want ONE BUTTON on my remote to turn captions on/off; from a user perspective it is unnecessary to go through the menu settings everytime.  Take a stand and do something about improving CAPTIONS!!!

    mibrnsurg wrote:
    skeeterintexas wrote:
    JoannaG wrote:
    Why are the CAPTIONS displayed smack across everyone's face on the screen???  I need the captions to HEAR better but I still want to SEE the show.  When the text is displayed across everyone's eyeballs it's very disruptive.  And I want ONE BUTTON on my remote to turn captions on/off; from a user perspective it is unnecessary to go through the menu settings everytime.  Take a stand and do something about improving CAPTIONS!!!
    The CC text is on the bottom third of the screen.  I don't understand the problem.  *shrugs*
    Actually when I first replied, I checked the CC on the channel I was on and it was in the 'face' position the OP complained about.  Now checked here on recording of Sprint Cup qualifying and it's at the bottom.  Looks like some are not in the bottom 1/3 of the screen.
    Chris
    Please NO SD stretch-o-vision or 480 SD HD Channels
    Need Help? PM ATT Uverse Care (all service problems)
    ATT Customer Care(all other problems)
    Your Results May Vary, In My Humble Opinion
    I Call It Like I See It, Simply a U-verse user, nothing more
    You're right...some closer to the bottom, some closer to the top.  I wonder if it's a network decision or just random.

  • MSN only displays text. Firefox IE both. Rebooting router/modems corrects the problem for awhile.

    Everything runs great for a few weeks and the right out of the blue MSN home page only displays partial imiages and the rest of the imiages display text only. Rebooting the modem and router and desk top corrects the problem for a couple of weeks. Help.

    Something that only occurs every few weeks is going to be hard to debug.
    Next time it happens, could you try reloading the page bypassing cached pages? You can do that using Ctrl+Shift+r to force a full reload from the server. If that works, then most likely some files in Firefox's cache became corrupted.
    Not sure why you would simultaneously have the same issue in IE, though. Hmmm...

  • How to align text paragraphs with caption text boxes

    Hello,
    Im moving from QuarkXpress to InDesign, and Im setting up styles, templates, libraries, etc...
    The issue Im having is that when I add an image with a text caption box in one of the columns, the text that wraps around the caption text box, no longer aligns to the other columns, its off. I can't get it to realign to the other columns.
    Any help is appreciated.

    1. Is the leading of your caption the same as the body text? If not, you have to choose to align the top of the first line (slightly jarring) or bottom of the last line.
    2. It appears to me you have the caption vertically centred. That will make it far harder.
    To make it feasible to do manually, you can set the caption box text frame to start at offset "Leading", move the text frame to start exactly at the bottom of the image, and make sure all your images' heights are multiples of your leading. Group the caption frame and the caption box to make moving around easier.
    "Align to baseline" would be a good option, except that I find it too constricting on the entire rest of my designs (viz. the already observed "jump per entire line only"). One way around that is to set up your baseline grid to half, 1/3, or 1/4 of your leading. That way you have at least some control left over inter-paragraph whitespace, and you can still manually drag your images and have them snap to the closest "actual" baseline.

Maybe you are looking for