The user select several shapes and assign the variable

Hello

I worked mainly Storyline articulate and now I'm back in Captivate 8 I really miss simplicity of the scenario

I need to create a very simple interaction "select all the boxes." I want the text in boxes and the user to select as much as they wish (there are 10 in total) and that selected they should change their 'down' State, so it is obvious that they have enabled the box on and then a variable is assigned to show later in the course.

I told the Action for the award of variable when the user clicks on but just slide forward and I can't select several options. Also, there is a pause on the button continue for the slide does not move on to the next.

Can someone tell me how I can do this SIMPLE interaction quickly?

A simple action will always be out of reading, replace it with a standard advanced action (can be a single line, but I think you will need more than one).

Why choose Standard Simple action? -Captivate Blog

It also has a link to a YouTube video.

Keep with scenario then... for me it's very simple, but that's just me.

What should be stored in the variable? The number of texts chosen? Or do you want a text variable and change this variable from 0 to 1 if the corresponding text is selected?

Why not use the interaction of checkboxes? It's pretty simple to use, it will store the answers selected in the variables.

If you explain better what you want to, have solutions for all situations.

Tags: Adobe Captivate

Similar Questions

  • Simultaneously select several layers and sous-calques

    Hello

    I'll have to select several layers and their Undercoats in Illustrator 2014, but sticking to the procedure described in the post below only lets you select several "main layers" with the left sublayer deselected.

    Re: Is it possible to select more than one layer by selecting the first and the last layers?

    Could someone please explain how the layers and sous-calques can be selected in the layers panel?

    In Illustrator, make more and more confused about the layer control...

    Thank you in advance,

    EAD

    That would be nice.

    Looks like a candidate for a feature request:

    Adobe - feature request/Bug Report Form

  • Select several Kings and set the properties for each of them

    Hi all

    I am currently working on a project on the thermal camera images. What I have to do is to define multiple regions of interest and assign specific properties such as temperature and emissivity of these Kings.

    So I was wondering:

    1 that is, possible to select several kings with a table keeping up-to-date of the Kings, the user has chosen on the front? (Or each KING might have a cluster on the front panel that contains its properties, which can be changed later.)

    2. is that possible to set specific properties such as temperature in the specfic KING, these properties and will be updated for the return on investment?

    Thank you so much and looking forward to some good ideas or tips.

    See you soon,.

    Version

    Hi all

    The attachment is what I've done now. However, instead create a .txt file to display information, it would be perfect to display the name of the KING and its properties in Control Panel before, as in the first column is 1 KING, KING 2, 3 return on investment, etc, and the other columns will be responsible for some information on the return on specific investment and its properties... Because I couldn't find something similar here, I really need your help.

    Thank you

    Version

  • Select several files and store in table: folder object type turns into a string?

    Hello

    I'm trying to implement the following:

    The user selects a folder (which contains subfolders) in a dialog box:

    Set Dateiauswahl = CreateObject. BrowseForFolder (0, "Verzeichnis Park", 512, mess_path)

    Folder value = CreateObject ("Scripting.FileSystemObject"). GetFolder (Dateiauswahl.Self.Path)

    All subfolders of the selected folders are listed in two variables with the overall picture:

    Call GlobalDim ("FolderList (" & Ordner.SubFolders.Count - 1 & "" ")" ")

    Call GlobalDim ("FolderPaths (" & Ordner.SubFolders.Count - 1 & "" ")" ")

    f = 0
    for each Unterordner in Ordner.SubFolders
    FolderList (f) = Unterordner.Name
    FolderPaths (f) = Unterordner
    f = f + 1

    next

    Only later the files of some of the subfolders should be stored in another file list table:

    f = 0
    for q = 0 to UBound (selection)
    Unterordner = FolderPaths (selection (q))
    Call MsgBox (Unterordner)
    For each file in Unterordner.Files
    If instr (1, File.Name, "Speed") = 0 then
    FileList (f) = File.Path
    f = f + 1
    end if
    Next

    next

    Now I seem to have a problem with the type data stored in the FolderPaths table. While Unterordner is a Folder object and must be a Folder object for each file in Unterordner.Files to work, store in the array it transformed into a string variable.

    I don't really understand why and am looking for a solution so that I can extract single table FolderPaths subfolders and then extract the files.

    Hi maliya,.

    To assign an object to an array element (or any other variable), you must use the Set syntax, like this:

    Set FolderPaths (f) = Unterordner

    Then later you can retrieve it with the same syntax:

    Set Unterordner = FolderPaths (selection (q))

    Brad Turpin

    Tiara Product Support Engineer

    National Instruments

  • Select several selectors and change their

    This may be hard to explain but I've seen a tutorial (doesn't seem to find more I forgot who it was!) where the guy was in selecting as < li > 5 elements at the same time and adding a href by typing it once only or by switching a totally cool per tag, but he could also choose several selectors and edit them without selecting the text inside this selector. As he had 4 paragraphs of text and he wanted to add a class to them all and it somehow all the selected and added all at once. I dreamed right on this in the hope of such a characteristic, if not direct please!

    Soon in Dreamweaver multiple selections parentheses - YouTube

  • Select several layers and harmonizing via a script

    snip_20160114102022.png

    I have the following configuration layer and here is what I want to do via a script

    (1) select Layer 1 and layer 0

    (2) align the 0 to the left of the canvas layer

    (3) select Layer 1 copy of layer 0 and

    (4) align the layer 0 copy to the right of the canvas

    Is it still possible via the script? Changing the size of the documents

    If you look at the script that I posted it doesn't select it all, and the two alignment measures to align the active layer.  All the alignment of four Charter id are included in the code. all you need to do is target the layer that you want to align. It should look like this

    var savedActiveLayer = app.activeDocument.activeLayer;  Save the current layer of adtive

    app.activeDocument.selection.selectAll ();                          Select all

    Left ('AdLf'); Right ('AdRg'); Top ('AdTp'); Bottom ('AdBt'); Center Horizontal ('AdCH'); Center Vertical ('AdCV');

    Add code to the target 0 layer / / activeDocument.activeLayer = layers 0

    align ("AdLf");                                                                    Align to selection on the left side

    Add code to the target layer 0 copy / / activeDocument.activeLayer = copy of layers 0

    align ("AdRg");                                                                  Align to selection on the right side

    app.activeDocument.selection.deselect ();                           Deselect the option

    app.activeDocument.activeLayer = savedActiveLayer;        restore the current layer

    //////////////////////////////////////////////////

    align (method) {} function

    var / / desc = new ActionDescriptor();

    Var ref = new ActionReference();

    ref.putEnumerated (charIDToTypeID ("Lyr"), charIDToTypeID ('Ordn'), charIDToTypeID ("Trgt'));

    desc.putReference (charIDToTypeID ("null"), ref);

    desc.putEnumerated (charIDToTypeID ('Usng"), charIDToTypeID ("ADSt"), charIDToTypeID (method));

    executeAction (charIDToTypeID ('Algn'), desc, DialogModes.NO);

    };

  • Magic Wand tool selects several items and won't let me not deselect everything I don't want

    I was with the SHIFT key to select multiple items, and all of a sudden Photoshop cc is not let me clear ALL.

    I don't even have to press the SHIFT key now selects automatically no matter what I click.

    The items that are currently selected are not the same colors so I know that this isn't just misunderstanding on these items as I want.

    Is it possible that I accidentally changed something where it is set to nothing I click on select automatically?

    Why now when I try to disable whatever it is, is not it? I can click on a specific item, select it, then click the exact the same task and it will not deselect.

    Help, please! A bit new, but I was easily using the magic wand to select the text and fill with "content-aware" but now even when I fill, he left this section and then selected me will not deselect this period.

    The reset tool:

  • Use the listbox control to select several channels and display on the chart

    Hello everyone!

    I have a problem using the ListBox selection mode 1 or mode items. I have 6 channels of data, and I have a 2D chart. I am able to reterieve the signal names in the list box, but I want to be able to choose one or more signals to display on the chart. I used the table to index my 2D data are connected and then the output of the index table is connected to the graph. I had to use the listbox control as an index for the table to index and display the data in the index selected for display on the chart. I used lisbox as the value property nodes, the line active and all but not able to display signals on the graph. I have attached a code example to show you what exactly I'm looking.

    Any suggestions will help a lot.


  • Adobe Stock: how to select several images, and then go to visit once to complete my purchase?

    Hi, my question is on Adobe Stock. I have around 5-6 images I want to acquire from Adobe. I have them stored in the library. I want to buy with 50% reduction of single image. However, I discovered that I can't select some images at a time and put them in my cart. I can only check a single image and it go directly to the outside to check for billing. So my question is how do I check all the images I want to buy and go at once to complete, instead of doing all over again for 5 different billing transactions. Please help, thanks in advance.

    Hi Fillingf,

    You are trying to get the images with the single image plane, it will allow you to authorize a single image at a time.

    So for the first time(first image), it will ask you the payment information. Next image, it will automatically process the order with previous payment information.

    In addition, you can get a comprehensive plan like 10 pictures per month or 750 images a month, you will be charged for the subscription and the licenses will be added for you can use to acquire the images.

    I hope this helps.

    ~ UL

  • Can a Flash SWF embedded save and get a variable with the drive?

    My SWF content contains text in different languages.  The user selects a language and it appears.

    Is there a way to store this setting locally so that the correct language is displayed when the pdf file is reopened?

    I only need a two-letter string, such as "EN", "FR", "ZH", etc., and the SWF file takes care of the rest.

    I tried calling multimedia_saveSettingsString of SWF Actionscript, and I tried to set a global variable in Acrobat and local setPersistent using Actionscript and .js files. It works in Acrobat, but not the reader on a users system.

    I also tried to use a separate pdf form to store a global variable and then tried to get this variable using the SWF Actionscript.

    Could it be a problem with Acrobat properties or security settings?

    I'm not a virtuoso, would help the sample scripts.

    (Windows 7; ActionScript 3; Acrobat 9 and XI are available; Adobe Reader 9 is installed base, but I may be able to move to a more recent version of the player)

    I asked a similar question in the Acrobat Javascript community, but didn't get any response. I have here reformulated with additional details

    Thank you.

    Here's my example section linking to the Save and Load buttons. evalText, infoText and replyText are the three fields TextArea.

    Note that it is important to send a string and returns an object and cast it to a string. EI.call () has no idea what is sent to JavaScript.

    // button handlers
    butSave.addEventListener(MouseEvent.CLICK, doSave);
    
    function doSave(e:MouseEvent):void {
        var rtn:Object = ExternalInterface.call("multimedia_saveSettingsString",evalText.text);
        if (rtn == null) {
            infoText.appendText("Save: REPLY = null");
        } else if (rtn.toString() == "") {
            infoText.appendText("Save: REPLY = empty string");
        } else replyText.appendText("Save: reply = " + rtn.toString());
    }
    
    butLoad.addEventListener(MouseEvent.CLICK, doLoad);
    
    function doLoad(e:MouseEvent):void {
        var rtn:Object = ExternalInterface.call("multimedia_loadSettingsString");
        if (rtn == null) {
            infoText.appendText("Load: REPLY = null");
        } else if (rtn.toString() == "") {
            aT(infoText,"Load: REPLY = empty string");
        } else replyText.appendText("Load: reply = " + rtn.toString());
    }
    
  • Cannot select several folders & files on external hard drive

    Hello
    On my main hard drive to C: and my DVD, I am able to select several files and folders by practice
    SHIFT + left-click. Hovever, on my external hard drive, that it does not work - everything that happens that the next thing that I shift + left click is selected and that the previous is deselected.

    I use Win7 Home Premium (64-bit). My external hard drive is a Freecom 500 GB (there are no exact model No.) USB in NTFS format

    Thank you
    Jetta

    All the answers and suggestions are provided by an enthusiastic amateur and are therefore no explicit or implicit guarantee. Basically, you use my suggestions at your own risk.

    Hi Jetta48,

    This can happen if the external drive is affected with virus\malware. An analysis online for the same thing. Follow the link given below for removal of virus\malware tools.

    http://social.answers.Microsoft.com/forums/en-us/vistasecurity/thread/ba80504b-61f1-4D71-960f-b561798b7b42

    Follow the link below for more information on the selection of multiple files.

    Select multiple files or folders

    http://Windows.Microsoft.com/en-us/Windows7/select-multiple-files-or-folders

    You can also check what is happening with a new user account.

    To create a user account

    1. To open user accounts, click the Start button, select Control Panel, click user accounts and family safety, and then click user accounts.
    2. Click Manage another account. If you are prompted for an administrator password or a confirmation, type the password or provide confirmation.
    3. Click create a new account.
    4. Type the name that you want to assign to the user account, click an account type, and then click create an account.

    If the new user account works fine then the old account has been corrupted, you can follow the link given below to fix the corrupted user profile.

    Difficulty of a corrupted user profile

    http://Windows.Microsoft.com/en-us/Windows7/fix-a-corrupted-user-profile

    Hope this information is useful.

    Amrita M

    Microsoft Answers Support Engineer

    Visit our Microsoft answers feedback Forum and let us know what you think.

  • Why can I not use shift to select several thumbnails of Pages?

    Why can I not use the SHIFT key to select several thumbnails of Pages?  I need to transfer several pages in the Pages of a document to another document, and I can't select these multiple pages in the thumbnails by pressing the shift or command key.  Help, please!

    By selecting several thumbnails, and copy and paste any thumbnails in another document of v5.6.1 Pages is not supported. You get to select the contents of a real individual page and then copy and paste between documents.

    In Pages ' 09 v4.3, you can select several thumbnails and then copy / paste these in the Gallery of thumbnails of another document. If the Pages ' 09 has been installed prior to any publication pages v5, older Pages move silently in Applications: iWork ' 09 file. You would have to export your content Pages v5.6.1 as document Pages ' 09 for backward compatibility.

  • Need to create the profile and assign it to a user

    I created a profile,

    create the profile j_profile limit

    sessions_per_user 1

    Idle 5

    failed_login_attempts 3

    password_life_time 7

    password_resue_time 10

    password_verify_function by default;


    PROFILE

    also, I created a user rr and assigned to the profile,

    create user rr

    identified by rr

    Profile of j_profile;


    CREATED BY THE USER


    grant create session, resource to rr;


    Grant succeeded


    now I tried to use the command as:


    Select profile_resource_name, limit

    of dba_profile

    where profile = "j_profile";

    showing me 0RA - 00942:TABLE or VIEW IS NOT OUT


    can you get it someone please let me know the solution?



    name of the data dictionary is "sdba_profile".

  • Is he or she has never been possible to select several PDF files and print in a single print streams using the player

    We have several users who claim that they have been able to select several files PDF and select print. He would then send a single stream and end up in a single document. These are the users of reader.

    We have tested under 10.1.4 and 11.0.06 player and were not able to make it work. Is it still possible?

    Not possible with Acrobat Reader.

  • Is there a tool or function (in Illustrator or InDesign) that selects any form and 'punches' a 'hole' of this form down through several objects for the paper or the work plan?

    Is there a tool or function (in Illustrator or InDesign) that selects any form and 'punches' a 'hole' of this form down through several objects for the paper or the work plan?

    Your objects punch must be in a large group; It will cut through all that is below.

    Create the shape you want to cut and set it to black Uni. Select your group and your form and (in the transparency palette), click make mask.

    Uncheck the Clip, and then return to the palette.

Maybe you are looking for