Is there the default values for the answers to the quiz?

Is it possible to recommend an answer or automatically assign a value to a response in case the user does not know it?

For example, if the user fills out a form indicating the city where he lives, and after that there's a poll asking which store would be convinient for him or her, if the user ignores this question the system automatically fills in the content of the question in the survey with the value of the city where the user.

I'm presenting the results of the quiz by e-mail

Thanks in advance

Hello

If you're talking about question by default slides, no..

If you create your own questions, using a text entry area, it's possible but need some work. If you want to go like that, will try to explain, but now it is midnight here.

Lilybiri

Tags: Adobe Captivate

Similar Questions

  • Is there a default value for the color management in PSE10? Beautiful photos from iPhoto, but blur with elements. I need help with this before as I consider that the upgrade to PSE13 and beyond.

    Is there a default value for the color management in PSE10? Beautiful photos from iPhoto, but blur with elements. I need help with this before as I consider that the upgrade to PSE13 and beyond.

    Printing which forms an angle seems ok, but one that is horizontally seems faded, incomplete.

    I was wondering if I saved a layer somewhere and set it as a default value.

    If you group the layers, you will be left with a single layer, thus spreading your concern.

    Suggest that you do the following:

    1. Make sure you have the latest drivers for your printers
    2. Reset the default preferences.

    Hold the Alt, Ctrl + Shift keys when you click the icon to open the items. When asked if you want to delete the settings file, say Yes.

    Items nearby and let regenerate the file.

  • Is there a default value for NC_ATTRIB_BKD_PERIOD

    I got a project and the value of NC_ATTRIB_BKD_PERIOD has been set to 10. I changed this value to 1 (I guess that's milliseconds) and the software runs much faster save about 20 seconds on a second test period formerly 60. I have used NEITHER CAN before and have never encountered this before setting and I was wondering if there is a default setting for this and if yes, what is it?

    Hi John,.

    If you look at the nican.h, you can see that the NC_ATTRIB_BKD_PERIOD is the legacy version of the NC_ATTR_PERIOD attribute.  (I say "If you look", but it is not really clear just looking at...) The NC_ATTR_PERIOD is documented as follows in the manual NI-CAN

    NC_ATTR_PERIOD (period)
    Duration specifies the rate of periodic behavior in milliseconds.
    The behavior depends on the Type of Communication as follows:
    NC_CAN_COMM_RX_BY_CALL
    Duration specifies a minimum interval between the
    transmissions. Even if ncWrite is called very often, executives
    are transmitted over the network at a rate no more period.
    Definition of period to zero disables the minimum interval timer.
    NC_CAN_COMM_RX_PERIODIC
    NC_CAN_COMM_RX_UNSOL
    Time specifies the time between subsequent transmissions.
    and must have the value greater than zero.
    NC_CAN_COMM_TX_BY_CALL
    NC_CAN_COMM_TX_PERIODIC
    NC_CAN_COMM_TX_RESP_ONLY
    Period specifies a timeout of watchdog. If an image is not received
    at least once each period, a time-out error is returned. Setting
    Period to zero disables the timer.
    NC_CAN_COMM_TX_WAVEFORM

    If the change you made will have different effects depending on your mode of transmission.  In my view, the default value is 0, but maybe it's not valid if you change the mode of transmission.

    Let me know if you need more information.  Have a great day.

  • When you create a PDF from a scanner, is there a way to set the default value for the size of 8.5 x 11 letter custom every time I make a PDF from a scanner?

    When you create a PDF from a scanner, is there a way to set the default value for the size of 8.5 x 11 letter custom every time I make a PDF from a scanner?

    Hi kevin7frg,

    You can go to "file > create > scanner > configure presets PDF»

    The dialog box that appears, you can choose 8.5 X 11 as the default width and height of PDF pages to scan.

    Hope that helps.

    Kind regards

    Ana Maria

  • BlackBerry Z10 well defined, I can't get the phone to ring and vibrate as the default value for all calls. I can put individual contacts, but I want to ring and vibrate for all.

    Although the value, I can not phone ring and vibrate as the default value for all calls. I can put individual to vibrate and ring contacts and it works but I want as the default for all incoming calls. Any help would be appreciated, thanks

    Sorry, I found the answer in the manual

    "Change your ringtone, sounds or alerts.

    GoTo settings\notifications to the bottom of the screen select application\phone

    You can activate vibrate out there, put the ringer default etc.

  • How can you specify the default value for the undefined array elements

    According to aid LV, the tables have two default values, the normal default value and the default value for the undefined array elements.

    I assume that there must be a way to specify the default value for later, but I can't find it anywhere.  Any ideas?

    I know that you can drag the item out of the table container.  Change the default value on this scalar element.  Then drag the item in table tank.

  • Display the default value for POPUP LOV

    Hello

    How to display the default value for the element whose type is LOV POPUP?

    Version 4.2 of the apex

    Thank you.

    Hi Sunil,

    Sunil Bhatia wrote:

    Change the default value to "SQL query"

    And set the default value:

    SELECT PERSON_ID PEOPLE WHERE USER_NAME = lower(:APP_USER);

    -Sunil Bhatia

    There is no default Type-> "SQL query".

    BO123 :

    Change the default value--> "Body of the PL/SQL function" Type and value by default to:

    DECLARE
    
      L_PERSON_ID PEOPLE.PERSON_ID%TYPE;
    
    BEGIN
    
      SELECT PERSON_ID
        INTO L_PERSON_ID
        FROM PEOPLE
       WHERE USER_NAME = lower(:APP_USER);
    
      RETURN L_PERSON_ID;
    
    EXCEPTION
      WHEN NO_DATA_FOUND THEN
      RETURN NULL;
    
    END;
    

    Better make a packaged function and just call that work instead of writing all the code by default the value of the item.

    Kind regards

    Kiran

  • Default value for the select list of type of form elements

    Hello

    I do not work with Apex that mutch, so this may be a simple question... but I still need help.
    I have a form, in this form, I have a question P19_ONTVANGER_ID, this is based on a LOV.
    This LOV is on a table that has a field of username with the value of APP_USER.
    The table looks like:
    ONTVANGER_ID this is the PK and is going to be the return value from the LOV.
    NAME is the display value for the LOV.
    USERID is the column APP_USER.

    What users would like to get is that if they create a new record, the default value for the P19_ONTVANGER_ID field is their own ONTVANGER_ID.
    But they must also be able to select another user.

    hope there is someone out there that can and will help me.

    Kind regards

    Rob

    APEX 4.0.2 Oracle 10

    Rob-v-M-Gn-Nl wrote:
    Until now, I had, but I need to select the value of the id of the table and the list of selection item appears the corresponding value.

    How can I do this?

    You can select the Type of default value as the body of the PL/SQL function

    and to add something like that

    declare
    v_return number;
    begin
      select your_id
        into v_return
      from your_table
      where some_column = :APP_USER;
     return v_return;
    exception when no_data_found then
     return null;
    end;
    

    http://www.asktheoracle.NET/PLSQL-function.html

  • Where does FireFox get the default value for a preference of. What is the format of the file that contains the default value?

    Where does FireFox get the default value for a preference of. What is the format of the file that contains the default value? I need the actual default value for an individual preference.
    Topic: config shows some default values, but I need the source from which everything: config returns to the default value.
    Any help in this direction is greatly appreciated.

    User Agent

    Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Win64; x 64; Trident/4.0; .NET CLR 2.0.50727; SLCC2; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0)

    The preferences that are not hidden if they have by default are stored in two JavaScript text files in the Firefox program folder
    You can open them in a tab in Firefox through these links:
    resource:///defaults/pref/firefox.js
    resource:///greprefs/all.js

    (702598/forum/1/702598)

  • How to set the default value for the digital control on front panel?

    How to set a default value for a numeric control of LabVIEW 2009 Front Panel? I have several input values that are actually configuration settings I want to settle with the default values of zero. I want them to be the values displayed when the façade first appears until the code is executed.

    I really want to use the Minimum and Maximum limits by default for this because I still want to be able to define acceptable limits for values.

    I would not be able to specify a default value of zero for these entries?

    Enter the desired value, then "right click...... of default data of value to operations. Save the VI.

  • Definition of default values for the inputs of button and the cursor?

    Hello

    I use Labview 8.5.1 and have a few entries button and zipper-type on my front. How can I set some of them having specific (as opposed to zero) default values when the VI is executed?

    Thanks for the help

    The default value for the type of slide of entry (or button).

    Right-click on the control.

    Select "Operations on the data" > "default to the current value of doing."

  • Want to change the WordPad default values for font size and line spacing

    I use WordPad quite heavily because it is simple and fast.  But the new version of W - 7 seems to not allow you to change the default values for the font, size and line spacing.  The default values are not suitable for a large part of what I do and I'd like to find a way of quickly and easily, either make the changes permanent or change this to open with a single click of mouse or at most two.  Any suggestions?

    It is the "best" solution to workaround.  After you change your Default.rtf custom, simply move it to your system32 directory and add the "Default.rtf" at the end of the location of your target on the property sheet for your file WordPad.exe.

    Every time that you open its default location in the directory c:\program files\windows NT\Accessoires WordPad.exe, it defaults to now your Default.rtf custom.

  • Default values for the service Windows 7

    I found many services, including the OEM and Microsoft have used the resources of memory (> 1.5 G) during my new machine (HP dv6) started upward.

    What are the initial start of the consumption of RAM for various editions of Windows 7? No point of comparison? I heard around 300 k was of dimensioning pro-fiere lite Microsoft.

    Whitepapers descripting the default values for Microsoft services? I found some old windows, but not on Windows 7. Major differences for these default values in editions of Windows 7?

    Best practices or procedures of building available to improve performance and safety for Windows7?

    A lot...

    Read here what services are started by default:

    http://www.blackviper.com/Windows_7/servicecfg.htm

    "A programmer is just a tool that converts the caffeine in code" Deputy CLIP - http://www.winvistaside.de/

  • The default value for a property with data of type boolean

    Hi all

    Is it a system preference setting, where the default value for a property with data of type boolean can be a Virgin? I want to keep the value by default in a vacuum, but every time I save the property even after empty selection, the default value changes to FALSE.

    Capture.JPG

    In this case Boolean doesn't help you, you mayneed to create a chain of ownership and have true/false / "" as your list of values

  • How to add the default value for the "Full - Text Search" box

    Hi all

    I am looking for the ability to add a default value for the "Full text search" box in the search form.

    Example:

    When the user accesses the search page it get default values for some fields (defined in the rule as default values) such as

    xField1 = txt1 and xFiel2 = txt2.

    and Furthermore we need full-text = Hello world.

    Is this possible?

    Another way that we use is to open the search by URL with coreContentOnly = 1 as a form:

    http:// < Server >/cs/idcplg? IdcService = GET_DOC_PAGE & to Action = GetTemplatePage & to Page = STANDARD_QUERY_PAGE & coreContentOnly = 1 & to xField1 = txt1 & to xFiel2 = txt2

    It is possible to add full-text criteria here? Somethig like: & text = Hello World

    Thank you

    Leon

    It is not possible in a very obvious way, not to mention that it is a rather strange request.  I can't really imagine a realistic use for this case.

    Anyway, without a messy customization, you should provide a default query with an FTX inside element text setting (i.e. "IdcService = GET_DOC_PAGE & Action = GetTemplatePage & Page = STANDARD_QUERY_PAGE & QueryText =Hello World" "")

    To do this in a profile in the secondary effects of the profile section, add the following:

    <$dpPromote("QueryText",>Hello everyone") $>.

  • Syntax to set a default value for the metadata of Web site field

    In my profile, I have a rule where I did the infoOnly metadata xWebSites field and define a default value like this:

    < $dprDefaultValue = # active.xWebSites$ >

    Y at - it something I am doing wrong? Incorrect syntax?

    Thank you!!

    I found this in the documentation of the Site Studio:

    "To identify the ID of an article or a website, open the page to check content on the content server and click Browse next to the"Section of the Web Site." In the window choose the Web Site Section, select your Web site and notice the ID in brackets next to each section (Figure). »

    Can I set the default value for the ID?

Maybe you are looking for

  • How can you send a picture in JPEG format?

    I am trying to send photos using Mail version 9.1 of JPEG files as attachments and not the actual photo and need help.

  • Deskjet3050A in a flag tricolor hp cartiridge is not compatible

    There are many color ink, the copper heads have been cleaned, I try to print in black only and the Tricolor cartridge message is not compatible comes and I can't print anything in any color or black mode the printer works fine and I have not touched

  • Scan/copy with HP Officejet 8600 pro problems

    I have a desktop HP all-in-one running Windows 7 (64-bit). The printer HP Officejet 8600 pro range is connected to the printer via a USB cable. Scanning/copying is all lines verticle edge edge of the paper. I ran the HP scan doctor software and it sh

  • Windows 7 product activation is not afford phone activation feature!

    I have a Dell Vostro 1510 which has had a hard drive failure. Initially, it had Vista. The drive replaced and installed Windows 7 Home Premium. I tried Activator product - used an original Dell Windows 7 Home Premium DVD 32 bits; -It came with a sort

  • Pix515 problem

    in the following rule: static (dmz, outside) interface PORT # server port # netmask 255.255.255.255 tcp 0 0 Is it possible to state several # s to a port PORT #? If so, how? Thank you non-eclairees