Using the Equal Sign (=) in a Quiz

I'm creating a quiz using Adobe Captivate and I'm trying to
create a "Fill-in-the-blank" type question. The blank needs to be
filled in with something like "=No." but I cannot get it to
understand the "=" as text. Evertime I type it in and press OK,
everything after the "=" disappears. Does anyone know how to get
this question type to understand "=" as a text value so that it can
be a fill-in-the-blank?
Thank you!

You may have 3 options:
1.) Try using the tablename in quotes "MY$TABLE" or may be MY$$TABLE using double $ symbol
or
2.) I found this code snippet : odiRef.getInfo( \\u0022DEST_WORK_SCHEMA\\u0022 )+\\u0022.\\u0022,\\u0022\\u0022)?. So on these lines you can use \\u0022 as a symbol for "
You can see similar problem/solution/explanation in
Re: Regular Expression wierdness - problem with $ character
or
3.) Change the Work Tables Prefix in Topology Manager > Physical Schema > Your_Schema
from E$_ , C$_ , I$_ to something like ERR_ , SRC_ , INT_
Edited by: Ace2 on Dec 2, 2009 9:57 AM

Similar Messages

  • When using the "Fill & Sign PDF" feature, is there a way to stretch to size the text box, for a specific area on the page...instead of it going on in one straight long line...?

    When using the "Fill & Sign PDF" feature, is there a way to stretch to size the text box on a specific area of the page...instead of the text box going on in one straight long line....? I'm not seeing there's an option or ability to do so, just wanting to confirm.

    Improving the handling of multiple line text fields is in our plans, but for now, you will have to add manual carriage returns (Enter).
    Thanks,
    Josh

  • I can´t find how to use the "at" sign

    I can´t find how to use the "at" sign on my new Mac book??

    Go to system preferences/keyboard/input sources and make sure that only US is there.
    http://support.apple.com/kb/PH13835

  • Installed both 10.1.4 and 11.0.08 updates this week and now I can't use the Digital "Sign" document feature.  It's been completely removed.  Need it back. Please help..

    I installed both 10.1.4 and 11.0.08 updates this week and now I can't use the Digital "Sign" document feature.  It's been completely removed.  Need it back. Please help..  Can't sign or add text to any pdf document. Even when security properties allow it. 

    I would remove Reader and repair or reinstall Acrobat.
    Having different major versions can cause some users issues. Reader is not necessary if one has Acrobat installed. Even though Adobe has improved the capability of having both Reader and Acrobat with the same major version level there are still user configurations that have problems with this setup.

  • Why, when I successfully connect to Server 2012 Essentials R2 via Anywhere Access does the Remote Desktop Connection use the self signed certificate for RDP instead of the SSL certificate I installed when I set up access anywhere?

    Scenario:
    Windows Server 2012 R2 Essentials
    I purchased an SSL Cert from GoDaddy and I managed (after some challenges) to set up Anywhere access to use that new SSL Cert. I to rebooted the server and I am able to login to Anywhere Access vis https (using the SSL certificate) from PC, Mac and iOS.
    So far so good.
    The problem I am having is that when I click to launch a remote desktop connection to the server RDP connection wants to use the self signed SSL certificate of the server rather than the SSL Certificate I installed into Anywhere Access. As a result, I get
    a security warning like this: "The identity of the remote computer cannot be verified. Do you want to connect anyway?"
    The name in the certificate appears as ACME-SERVER.ACMEDOMAIN.local  instead of the SSL Certificate I installed, which is
    remote.acmedomain.com
    If I lick to accept, RDP does work fine, it;s just using a self signed certificate. I want it to use the trusted certificate that I purchased and installed.
    My guess is that there must be an additional step to tell Anywhere Access that when it generates the RDP session that it should use the cert? OR, is this just how it works?

    Because....
    the server does not have a 'trusted' certificate assigned to it.
    Only the RDP Gateway has the trusted certificate for the external name.
    If you want to remove that error, you have to do one of the following:
    Make sure your domain uses a public top level domaim, and get a public trusted certificate for your server.
    So, something like,
    server.domain.publicdomain.com
    Or,
    Install that certificate on your remote computer so it is trusted.
    Robert Pearman SBS MVP
    itauthority.co.uk |
    Title(Required)
    Facebook |
    Twitter |
    Linked in |
    Google+

  • How to use an equal sign as a part of the value in a property file

    say I have this line in a properties file:
    args = -Xms512m -Xmx512m -XX:MaxPermSize=256m
    obviously I can't use the (=) as is. What should I do to make it work?
    I tried to use \= and \:, but it doesn't work as well.
    thanks.

    A property file contains "key" lines or "key=value" lines the '=' character loses its special meaning after a key is read so you can use '=' characters in the 'value' part of a property.
    kind regards,
    Jos

  • Using the Dollar($) Sign in a User Function Implementation

    Hi All,
    Just a quick question: how could you use a dollar($) sign in the implementation (Oracle) of a user function? I'm asking because the table name that I'm using in the implementation happens to contain the dollar sign (I$_FACT_SALES) and from the results I'm getting now, ODI reads the $ as reference to a variable, therefore removing the $-sign from my table name upon execution (I_FACT_SALES). Is there something like a backslash or some other character that could be inserted before the $ so it would register as part of the table name?
    Any response would be greatly appreciated.
    Thanks very much,
    Marco

    You may have 3 options:
    1.) Try using the tablename in quotes "MY$TABLE" or may be MY$$TABLE using double $ symbol
    or
    2.) I found this code snippet : odiRef.getInfo( \\u0022DEST_WORK_SCHEMA\\u0022 )+\\u0022.\\u0022,\\u0022\\u0022)?. So on these lines you can use \\u0022 as a symbol for "
    You can see similar problem/solution/explanation in
    Re: Regular Expression wierdness - problem with $ character
    or
    3.) Change the Work Tables Prefix in Topology Manager > Physical Schema > Your_Schema
    from E$_ , C$_ , I$_ to something like ERR_ , SRC_ , INT_
    Edited by: Ace2 on Dec 2, 2009 9:57 AM

  • How to use the single sign-on cookie

    I have a web dynpro application that's triggered by a button press in the gui. It was set up to use the 'WDY_EXECUTE_IN_PLACE' function module. However, I recently attended a Web Dynpro course and was told that's not the correct way to do it - I should be just calling the url and passing any parameters in the url string. I set about changing this today and I'm now using cl_gui_frontend_services=>execute to execute the url but now I'm being asked to log on to access the application - previously I didn't have to do this.
    I'm told this is something to do with the single sign-on cookie MYSAPSS02. According to our basis team this is already set but it looks like I need to do something extra - like retrieve it and/or send it to the application somehow. I've had a search around the forum but haven't come up with the answer yet. Can someone point me in the right direction please ?
    thanks,
    Malcolm.

    If you use cl_gui_frontend_services=>execute  you won't get single sign on.  Instead use CL_GUI_HTML_VIEWER. This class has the special logic to generate the SSO ticket (method ENABLE_SSO).  You can place the control in a dummy container object (not actually on the screen) and then use the DETACH_URL_IN_BROWSER method to launch the browser separately from the SAPGUI.

  • Why have I been charged again for downloading the djay app whenI used the same sign in but on a different computer?

    I bought dajay app on one of my Macs and thoght that if I signed in with the same ID, I woudl not be charged again. ut I was.
    The one I downloaded is the newer version. Couldn't find the old version!
    Ideas?

    Hi...
    Try the app developer's support page >  http://www.algoriddim.com/support/djay-mac
    There's an email address available at the bottom of the page on that link.
    You should be able to re download apps on all your authorized Macs using the same Apple ID for free.
    You can report the issue to Apple here > Apple - Support - Mac App Store - Contact Support

  • How to use the plus sign (+) in URLs

    I have a procedure that takes a name as a in parameter. When the value of the name got a plus sign in it, the browser can't find the page/procedure. It works for every name without the plus sign.
    Ie. the following is an exsample of an URL with plus sign in the value of a parameter:
    http://svvmetaapp01.vegvesen.no:7778/pls/portal/PORTAL.wwa_app_module.link?p_arg_names=_moduleid&p_arg_values=2435397421&p_arg_names=_show_header&p_arg_values=YES&p_arg_names=NODE_ID&p_arg_values=5&p_arg_names=_node_id_cond&p_arg_values=%3D&p_arg_names=NT_ID&p_arg_values=32&p_arg_names=_nt_id_cond&p_arg_values=%3D&p_arg_names=NAVN&p_arg_values=C[b]++&p_arg_names=_navn_cond&p_arg_values=%3D
    Any tip?

    Check the supplied PL/SQL package UTL_URL and you might get idea to solve your problem.
    Thanks
    -Krishnamurthy

  • Can my daughter and I use the same sign in and library for both of our i pods?

    My daughter just got an i pod, can we both use my sign on and library on i tunes or does she have to make her own? We would like to be able to share our music.

    Yes, you can.
    (66556)

  • How to use the +, * or # sign in iPhone contact records

    I see only one reference to that button in the printed and on-line documentation, the button when you're creating a phone number in a Contact record, the button displaying those special symbols + * #. The only reference I've found is to press that button and then select "Pause" to enter a pause (displayed as comma) in the number. But you can also enter a "+" or "*" or "#" ... leading me to think they must be the equivalent of "Wait" etc. But it's not documented: can anyone tell me what those do?
    Thanks

    So, are you saying that those other symbols are ones I would only use if that outside service (office voice mail, some other service) required those symbols; that they don't actually give the iPhone itself an instruction (such as the "+" and "pause" do)?
    [The reason I'm asking is that I just switched over to the iPhone, previously having Verizon service, and with that service there were ways to enter the equivalent of Pause (where the phone would wait a few seconds per pause before sending the next number) or Wait, which would cause the phone to wait until I pressed "send" again, at which point it would send the next digits (useful for PINs and Passwords) ... ]
    But those were instructions in the Verizon phone to the Verizon phone ... I'm just looking for some official documentation on whether these symbols in the Contact record telephone numbers serve similar purposes, and, if so, which ...
    The + is clear now. I'm still hazy on the # and * ... and wondering if they're addressed anywhere in iPhone documentation. I couldn't find them.

  • I tried to free up room on my mac hard drive. I went into L3 and connected with an external hard drive. I created a folder using the plus sign in L. I highlighted several folders that were listed in my  LR library and moved them over to the new folder on

    I tried moving images from lLR3 on my
    into an external hard drive in order to free up some space on the mac. something went wrong. ater all the images were moved there is still no added room on my mac, but the folder with the images reads 0. please help

    The folder on your internal drive, as viewed in LR, should read zero photos.
    The new folder on your external drive, as viewed in LR, should contain the proper number of photos.
    I don't know why the internal drive doesn't have extra space now

  • How to sign multiple jar files using the same certificate..?

    hi,
    I want to run my application using Java Web Start.. i am using around 16 different jar files out of which around 13 are 3rd party component jars. I want to sign these jars using the same certifcate..., i am using the follwing code to sign the jars:
    (for the jar file ischeduler.jar)
    keytool -genkey -alias signFiles91 -keystore dtss -keypass dtss1351 -dname "cn=dtss" -storepass decisioncraft
    jarsigner -keystore dtss -storepass decisioncraft -keypass dtss1351 -signedjar signedischeduler.jar ischeduler.jar signFiles91
    keytool -export -keystore dtss -storepass decisioncraft -alias signFiles91 -file ischeduler.cer
    keytool -import -alias DCA2 -file ischeduler.cer -keystore Impischeduler -storepass ischeduler
    (for the jar file ischedulerclient.jar)
    keytool -genkey -alias signFiles92 -keystore dtss -keypass dtss1351 -dname "cn=dtss" -storepass decisioncraft
    jarsigner -keystore dtss -storepass decisioncraft -keypass dtss1351 -signedjar signedischedulerclient.jar ischedulerclient.jar signFiles92
    keytool -export -keystore dtss -storepass decisioncraft -alias signFiles92 -file ischeduler.cer
    keytool -import -alias DCA3 -file ischeduler.cer -keystore Impischeduler -storepass ischeduler
    but when i use the above signed jars in my application i get an error saying:
    "jars not signed by the same certificate"
    can someone plz tel me wher is the error....thanx
    andy

    Well for mulitple signing of jar files you can use ANT tool. Its easier and faster.
    Regarding the present problem -- hmm.. well it looks like you are using 2 different alias names for signing the jar file. Try using the same alias name and that might solve your problem.
    regards
    Saby

  • Using the Portal Single Sign-On for java applet clients

    Hi
    We have a task to build a java applet working within a portlet and comunicating to some session EJB(wrapped BC4J) running on the OC4J. The applet is presumably connecting to server via RMI. This connection should be restricted to some groups of portal users.
    When a user is entering the applet he is supposed to be already logged into the Portal.
    There is a lot of information on building custom secure portlets using only a pure HTML(same as JSP) client whith the help of the Portal Single Sign-On.
    But, is it possible to use the Single Sign-On for establishing a secure RMI connection from applet to OC4J without entering a password in the applet once more?
    Yuriy

    Perhaps you can write a small JSP page or PLSQL
    web procedure that will grab user name from
    the SSO Server (via SSOSDK/mod_osso)
    and invoke the applet with encrypted user name.
    The applet will receive the encrypted username
    and decrypt it to get the clear user name.
    This help to get Single Sign-On.
    To make sure that environment is secure, encrypted
    user name parameter should have random salt,
    user name, and time stamp to prevent replay attack.
    Applet must make sure that the encrypted users name
    time stamp set by the JSP/PLSQL page has value
    within a reasonable time limit like 5 minutes

Maybe you are looking for