This interaction is possible?

I have an idea for an interaction for a course, that I'm working on, but I don't know if it is possible to accomplish in Captivate. I imagine it would take a lot of advanced scripting, which I am on board to address, but I don't know how to start.

I want to create an interaction where users can select pieces of a pie chart and their shade with different colors and possibly mark the slices custom or default labels. After the chart is shady, I want to be able to verify that the appropriate sections have been degraded before moving on to the second part, which would be a multiple choice question based on the results of graphic activity to sectors.

This sounds like something I can do to Captivate? I'm still very new and I'm not sure what he's capable of.

Any ideas appreciated!

You must have the user click on the slice, they want change (there must be a smart shape button too) and this click should define a variable that indicates the number or the ID of the slice.

Then we must perform conditional Actions advanced with a block decision per your color buttons.  The condition will be something like:

IF var_sliceID is equal to slice_01

Change state of SmartShape_slice_01 to RED (or other ACTION)

Tags: Adobe Captivate

Similar Questions

  • When we sell our software we want to remove our volume licensing, the buyer can apply to their own license. This procedure is possible?

    * Original title: Volume License

    The company that I work uses several virtual machines of windows volume licenses.  When we sell our software we want to remove our volume licensing, the buyer can apply to their own license.  This procedure is possible?

    Yes, just remove the virtual machines.

    You can even uninstall the product key.

    Click Start, type: CMD
    Right-click on CMD
    Click on run as administrator
    At the command prompt, type: slmgr.vbs - upk

    Press enter, this will uninstall the product key of the computer and to the evaluation mode, you are now free to use it on another computer.

  • where can I get CPU temprature in windows 7 (I know it's possible in the bios), but I want to know if this is also possible in windows 7

    Hello

    where can I get the CPU temprature in windows 7, I mean in what section of the control panel? I know that you can search the temprature of processor in the bios, but I want to know if this is also possible in the windows auto.

    Thank you

    Johan

    Hi Johan,.

    A processor overheating may fail or cause damage to other components in your PC

    Unfortunately, there is no built-in in Windows 7 utility that allows to monitor the temperature of the processor.

    There are some third party software that you can install the same.

    Note: The use of third-party software, including hardware drivers can cause serious problems that may prevent your computer from starting properly. Microsoft cannot guarantee that problems resulting from the use of third-party software can be solved. Software using third party is at your own risk.

    It will be useful.

    Thank you and best regards,

  • How can I search all subjects in my guide? and if this is not possible, how do I get books have not not subjects with the same name?

    How can I search all subjects in my guide? and if this is not possible, how do I get books have not not subjects with the same name?

    "People need be able to find these without having to look inside each book TOC.

    Sorry, but I'm not a big fan or user of this sensitive arrangement "New kid on the block. Therefore, it may be that I am simply misunderstanding because I do not regularly use it. Of what you say, it seems to me that if you (or more precisely your users) are not able to click on the right side, where he says 'Getting Started' or 'List of Email Campaign' and see these topics open and view the content with search terms highlighted?

    Regarding the "bookmarks", those that are normally visible by the user and will be not viewable unless the name of the bookmark appears also as text within the topic. Although, if the two are different, you could probably get there by adding the name of the bookmark as a keyword search in the properties of the section.

    In any case, I feel that at this point, I can just be frustrating you and you may need someone else to try to help that probably better understand the issue.

    Sorry, I was not able to help.

    See you soon... Rick

  • Add radio button to each row of an interactive report: possible or not?

    First of all, let me explain what is the point of this application.
    I do an application that allows you to select an item in a drop-down selection list. This list is a list of food categories. Suppose the user selects "Fruit."
    Then the page refreshes and shows an interactive report with a list of foods which belongs to the category of fruit.

    This is where I want to change things:
    I want the user to be able to view the interactive report, but in this interactive report, I would like to add a button for each row.
    Then, when a certain type of food is selected (say "Strawberry") via the radio button, a text field should appear under the interactive report. In this textfield, the user can then add the weight of the food, and then it will calculate how many carbs in strawberries there.

    All that I really want to know is:*.
    How can I add an option button to each row of the interactive report, and how to bind this option button to the value of that particular line? *



    Additional information:
    The "P17_FOOD_CATEGORY" element contains the following LOV:
    Select FOODCATEGORYNAME as display_value, FOODCATEGORYID as return_value
    of FOODCATEGORY
    order by 1

    The 'Food' region contains the following source:
    Select a.FOODID, B.SID, b.FOODCATEGORYNAME, c.STANDARDAMOUNT, c.NAME unit
    food an inner join FOODCATEGORY b
    On a.FOODCATEGORYID = b.FOODCATEGORYID join FOODUNIT c
    On a.FOODID = c.FOODID
    where a.FOODCATEGORYID =: P17_SET_CATEGORY

    EDIT:
    PLEASE, I BEG YOU! Even if you don't know an answer, or if you are unsure of your answer, publish! Same suggestions will be welcome! I really need all the help I could get, even if it's not much.

    Published by: 917169 on February 29, 2012 12:25

    Hello

    I had the problem, that you have found.

    >
    Error cannot change the interactive report query.
    ORA-12899: value too large for column 'APEX_040100 '. "" "" WWV_FLOW_WORKSHEET_COLUMNS '. "" DB_COLUMN_NAME' (real: 32, maximum: 30)
    >
    you found this problem because the size of this apex_item.radiogroup(1,a.FOODID) is longer than 30 characters, but we have certain restrictions for the column names, we cannot use more than 30 characters for column names, then for what his use of name of column, please see below changed the code.

    select  apex_item.radiogroup(1,a.FOODID) as "FOODID", a.NAME, b.FOODCATEGORYNAME, c.STANDARDAMOUNT, c.NAME Unit
    from FOOD a inner join FOODCATEGORY b
    on a.FOODCATEGORYID = b.FOODCATEGORYID join FOODUNIT c
    on a.FOODID = c.FOODID
    where a.FOODCATEGORYID = :P17_SET_CATEGORY
    

    Hope you help

    Thank you
    Jitendra

  • Custom interactive representatives possible?

    4.2.1

    Hello

    Searched online about this but to get answers from a couple of years back. Is it possible to have an interactive relationship with a dynamic where clause? If the report I would have something like

    Select empid, emp_name of emp

    and then where clause is built separately in a process that contains a pl/sql block that where all conditions, such as
    Begin
    
    if :P1_type = 1 then
    
     :WHERE_VAR := 'where name like 'Jon%';
    else
    
     :Where_var := 'where dept  = 10;
    end if;
    
    end;
    and then the variable is referenced in the interactive report.

    Is this possible?


    Thank you
    Ryan

    ryansun wrote:
    4.2.1

    Hello

    Searched online about this but to get answers from a couple of years back. Is it possible to have an interactive relationship with a dynamic where clause? If the report I would have something like

    Select empid, emp_name of emp

    and then where clause is built separately in a process that contains a pl/sql block that where all conditions, such as

    Begin
    
    if :P1_type = 1 then
    
    :WHERE_VAR := 'where name like 'Jon%';
    else
    
    :Where_var := 'where dept  = 10;
    end if;
    
    end;
    

    and then the variable is referenced in the interactive report.

    Is this possible?

    Lol there are different reasons related to the IR characteristics which mean that changes to the projection of report or the results outside the IR break the current IR view or saved IR reports. This means that the application of the IR must remain fixed.

    You have probably already found options for creating IRs on sources of dynamic data - unions, collections of APEX, views set, functions in pipeline. DPV may also be an option when you use a database of EE.

    For a simple example like the one above, use a union query with predicates that will cause unnecessary subqueries to remove:

    select empid, emp_name
    from  emp
    where name like 'Jon%'
    and   :p1_type = 1
    union all
    select empid, emp_name
    from  emp
    where dept = 10
    and   (:p1_type != 1 or :p1_type is null)
    

    (Although these predicates looks a lot more like something that would be used in an IR filter rather than a dynamic data source. Note that you can create dynamic links and the branches IR filters).

  • Make a prototype for my class of multimedia learning and back to Captivate. This idea is possible? Or should I use another program?

    Hello!

    As mentioned, I'm a bit new to Captivate. I am familiar with its basic functions - I've done a few projects already - but I like to use my homework to help guide my learning through this program.

    For my class of multimedia learning, I do a prototype for a team project that is to teach students about specific plants: how the sunlight they need space, of water, as soon as they are completely mature, etc. Using the principle of guided discovery of Mayer (for learning MM), we want to make a game for students, and this is where my work (I'm the girl who is very quick to learn a technique and has already some experience of Captivate to his credit).

    We want to do a simulation where a character receives a plant at random his MOM. She should take care of this plant based out of the student / knowledge of the player (students will have studied it that the need for plants and made a request now that knowledge in this game). He will ask questions like, "what is this plant?" based on the image. Then, "when we it put? (in the House, on the edge of the window, in the garden, etc.). "When we should he water? (Daily, weekly, never, etc..). And so on.

    I never worked with variables with Captivate and thought this would be a good opportunity to learn. I thought that I could store the responses of the student as a variable and then at the end of the game, count the numbers, and if they have reached a certain threshold, the program will say: "Congratulations!" Your plant survived! "Or... "Oh no!" Your parched plant. You don't water it enough. "Or" Oh no! " Your plant dry too much sun! »

    Another thing to keep in mind is that the plant itself will be random, and the player should hopefully get a new plant whenever they play.

    So I was wondering...

    (1) variable will help me with this project? Or am I understand the term "variables" incorrectly as it applies to Captivate? It is possible that they work differently to how I imagine - once again, I've never worked with them before.

    (2) does it be a nightmare to create in Captivate or should I learn how to use another program? (I wouldn't mind another program of learning that I can add to my repertoire of skills)

    (3) any tips for this to work? Of course, I ask you to tell me how to do this project completely.

    (4) you say that an immediate return instead of feedback delay would be perhaps better here? If that were the case, I wouldn't need to use variables at all and instead just add a slide if they got the answer 'false '.

    You're talking about how many plants for the random plant? The only way I can imagine is to use a random number generated by JS, and an advanced conditional action which shows the plant based on this number. The random number, or the name of the plant itself could then be used in conditional actions more to ask appropriate questions.

    You can create a sequence of questions for each plant and use conditional navigation to send the student to the right sequence. In this case you can use the slides default question, which will be marked and at the end assess you the total score and provide feedback based on this score. This is possible when you enable branch of knowledge, so that only the questions that have been visited by the student will take into account for the quiz score.

    It is an idea for an answer to your first question. As I have explained, you don't need really variable (perhaps a random number), but advanced authoring knowledge or share actions.

    As a new attempt, the simplest is to restart the course. Maybe I could understand an alternative approach, but not right now.

  • What I do wrong on this interactive SVG? Help, please.

    I watched the tutorial on youtube about the creation of svg and make an interactive color by changing the character. I tried to apply it, but I do not have something good and got a little lost on the code.  I was wondering if someone could tell me what I'm doing wrong.

    The SVG file

    1. At 18 groups that can change each in another layer of color, but not grouped in layers
    2. Layer names are
      1. Owl_Wing_Spots
      2. Owl_Wings
      3. Owl_Belly
      4. Owl_Body
      5. Trunk
      6. Leaf_Outline
      7. Leaf_1
      8. Leaf_2
      9. Leaf_3
      10. E2_Ear_Spots
      11. E2_Ear_Tail
      12. E2_Body
      13. E1_Ear_Spots
      14. E1_Ear_Tail

    15 E1_Body

    16 Wall_Color

    17 Bird_Body

    18 Bird_Butterfly_Wing

    The Animate Edge file

    • I added the SVG file named "elephant_tree2" and then added the following code to the CompositionReady area

    Edge of load Commons

    yepnope({)

    " load: ' http://CDN.edgecommons.org/an/1.0.0/js/min/EdgeCommons.js ",

    complete: function() {}

    Allow access SVG

    (. Done) EC.accessSVG (sym.$("elephant_tree2"))

    {function (svgDocument)}

    Add the event listener

    svgDocument.addEventListener ("select", {function (event)}

    Don't forget the selected part

    sym.setVariable ("selectedPart", event.target);

    view the id of the item selected in the textfield

    SYM. $("selectedPartTxt") .html (event.target.id);

    });

    });

    }

    });

    Enter the code to run when the composition is fully charged here

    • I added a text selectedPartTxt box and named that too.

    None of the groups on the SVG are recognized and the selectedPartTxt does not change.  I think it may have something to do with the fact, there are groups instead of a share, but I don't know how to fix it.

    I was also wondering if anyone could tell me how to use a SVG to the color chart too instead of recreate beachfront animate.  I tried not to the part of the SVG color because I still can't mouse click to work on a group that changes.

    Any help would be appreciated.

    Thank you!

    Darling

    Hello, I had a similar problem and this fixed it.

    You know how in the illustrator file, you need to reference a file called svg.js in the library of common edge? Download this file, or write the code in a text editor and save it in a .js file and then make sure that the file is located in the same folder as your images, called by the file "adobe" edge.

    I hope this works!

    Liz

  • RE: Missing buttons when the publication to interactive PDF - possible bug?

    Hello

    Still having the following problem published last month - no matter who else has come across this:

    I am creating a 12 page PDF interactive with a set of 12 buttons (defined in the master page) at the bottom of page that relates to each page. When you click on the button you should directly to this page.

    I used this method several times before in CS5 to help get to destination in buttons and the definition of each page as a destination. It works fine normally.

    However, in CS6 once I have export as interactive and open PDF in Acrobat Pro buttons that everything seems to disappear once you click the button on the 3rd or 4th page.

    I stripped the indesign doc to include any other content - just the buttons, without effects of rollover etc, but I'm still having the same problem

    Please can someone help? I can provide the relevant and exported indesign doc PDF if this can help.

    UPDATE: A member of the forum tries to open it in Acrobat Reader instead and it worked fine. It's OK to a point, but I really need to open in Acrobat Pro.

    It is a known problem and should be fixed in the next point press.

  • This type of possible to query (select with based correspondence stop lines)

    I'm trying to write a SQL query and suspect it is impossible. Or at least, I cannot not mentally grasp, despite various stabs with subqueries. I simplified it by changing the metaphor here a bit.

    Let's say I have a truck in a city (say, Chicago). There are several roads leading out of town, with routes, we will label according to the compass points (N, NE, SW, etc.) Each truck can carry only one shipment. It starts along his route, and as soon as it comes to a city in need of his expedition, he stops.

    Yes, one cooked, but it is similar to my problem.

    Here is a table:

    TABLE: truck_routes
    scenario (integer - possible scenarios)
    Route (NE, SW, etc - 8 cardinal points)
    destination (towns along this road)
    sequence_number (order in which should go to the cities)

    So if I have a truck in Chicago, I can tell

    SELECT the road, sequence_number, destination
    OF truck_routes
    Scenario WHERE = 10 (or other)
    ORDER BY road_out, sequence_number;

    And I would get a report like this:

    SE 1 Gary
    SE 2 Valparaiso
    SE 3 Plymouth
    SE 4 Warsaw
    NO 1 Michigan City
    2 Kalamazoo
    ONLY 3 Grand Rapids
    DO 4 Cadillac
    ONLY 5 Traverse City

    So far so good. I have another table with a list of cities that must be the subject of the expedition:

    TABLE: cities
    scenario (integer - possible scenarios)
    Route (NE, SW, etc - 8 cardinal points)
    destination (same keys as in truck_routes)

    for example:

    10 Valparaiso SE
    Warsaw SE 10
    10 DON'T Cadillac
    10 DON'T cross City

    Now... the delicate part... How do rewrite the query above so that after a truck hit a city in need of a shipment (in this case), it stops? In other words, I want a report (for all channels) of which cities the truck stops to- and such that mentioned, it stops at the first one she performed. I don't want to see lines beyond that. If the report is as follows:

    SE 1 Gary
    SE 2 Valparaiso
    NO 1 Michigan City
    2 Kalamazoo
    ONLY 3 Grand Rapids
    DO 4 Cadillac

    Gary arises because it does not require a delivery. Valparaiso (road SE, sequence_number 2) arises because he takes delivery. The rest of the Southeast route does not appear. Same thing for the road DON'T.

    There are scenarios where I actually want to stop at the city just before the place of delivery, etc. and of course in the real world, that it's more complicated, but I think that if I could get this working model I could flesh out in a real-world application.

    Certainly I can code something in PL/SQL for this do, or do it in the logic of the application - but I wonder if there is a way to do it in a single SQL statement? I suspect there is something that could be built with subqueries and sorting, but... I can't reach him quite ;-)
    WITH report AS(
        SELECT 'SE' route, '1' seq_num, 'Gary' dest  FROM DUAL UNION ALL
        SELECT 'SE' route, '2' seq_num, 'Valparaiso' dest FROM DUAL UNION ALL
        SELECT 'SE' route, '3' seq_num, 'Plymouth' dest FROM DUAL UNION ALL
        SELECT 'SE' route, '4' seq_num, 'Warsaw' dest FROM DUAL UNION ALL
        SELECT 'NE' route, '1' seq_num, 'Michigan City' dest FROM DUAL UNION ALL
        SELECT 'NE' route, '2' seq_num, 'Kalamazoo' dest FROM DUAL UNION ALL
        SELECT 'NE' route, '3' seq_num, 'Grand Rapids' dest FROM DUAL UNION ALL
        SELECT 'NE' route, '4' seq_num, 'Cadillac' dest FROM DUAL UNION ALL
        SELECT 'NE' route, '5' seq_num, 'Traverse City' dest FROM DUAL
    ),
    cities AS (
        SELECT '10' scenario, 'SE' route, 'Valparaiso' city FROM DUAL UNION ALL
        SELECT '10' scenario, 'SE' route, 'Warsaw' city FROM DUAL UNION ALL
        SELECT '10' scenario, 'NE' route, 'Cadillac' city FROM DUAL UNION ALL
        SELECT '10' scenario, 'NE' route, 'Traverse City' city FROM DUAL
    ),
    need_a_shipment AS (
          SELECT r.*
              , CASE WHEN EXISTS( SELECT 'Y' FROM cities c WHERE c.route = r.route AND c.city = r.dest )
                     THEN 'Y'
                     ELSE 'N'
                END need_a_shipment
        FROM report r
    )
    
    SELECT  route
          , seq_num
          , dest
          , need_a_shipment
    
    FROM need_a_shipment n
    WHERE seq_num <= (  SELECT MIN(seq_num) FROM need_a_shipment
                        WHERE route = n.route AND need_a_shipment = 'Y' )
    ORDER BY route DESC, seq_num
    ;
    
    ROUTE SEQ_NUM DEST          NEED_A_SHIPMENT
    ----- ------- ------------- ---------------
    SE    1       Gary          N
    SE    2       Valparaiso    Y
    NE    1       Michigan City N
    NE    2       Kalamazoo     N
    NE    3       Grand Rapids  N
    NE    4       Cadillac      Y
    
  • This code cannot possibly. Why is it a failure?

    LV 2010 (Yes 2010), Win Vista.

    I have a SCREEN UPDATE event, occurring at 2 Hz.

    The event features an array of values, one for each channel.

    Four CHANNEL SELECTORS lead an INDEX TABLE operation.

    The four selected channels are shown separately on digital indicators and then combined with a waveform graph.

    The small subVIs are there to produce a NaN value to draw if the channel selector is - 1 (none).

    Currently, they are modified to generate a value for "123.0", for debugging purposes.

    AID indicates that the TABLE INDEX will produce a default value of 0 if the input index is outside the bounds of the array.

    However, in certain circumstances (see JING http://screencast.com/t/0kO0GDhlo0E), indicators of the "VALUE of the GRAPH' fail to update.

    In this video, I put the indicators to the values of 1, 2, 3, 4, before to start the program.

    I DO NOT set the DEFAULT value, simply enter the numbers in the lights on the Panel.

    The two selected channels are apparently normally updated.  The other two, who remain at ZERO (-1) do not update.

    I expect to see a zero, or SOMETHING, but the '3' and '4' never change.

    This code is called, as evidenced in the table of progress, but the values do not change.

    If I change the channel on a direct channel, then back to ZERO, it returns 0.  Which is expected.

    But why it isn't updated first?

    If I exchange the channel around selectors, the problem swaps with her. Any selector set to NONE has the corresponding indicator unchanged compared to the starting value.

    ON THE CODE:

    It is a CONCAVE VI, inserted in a secondary SCHOOL.

    Here is the embed code:

    The idea is that each control on the page is a secondary, each will receive an instance of a VI.

    For each school, I open a new ref becomes this VI (he put to be reentrant) and insert this ref in the secondary.

    I put a few values of control and launch it running.

    HIGHLIGHTS:

    1... If I change the OPTIONS = 8 options = 0 in the above, the problem goes away. Everything works as expected.

    2... N = 1 in the above, is simply to limit the number of instances, for debugging purposes.

    3... I get no error at any time.

    4... I tried with and without wire at the entrance to REFNUM REFERENCE OPEN VI VI TYPE SPECIFIER.  No change.

    A research on this topic raises some issues of 2008 with LV 8.0, and a suggestion there to serve the point inserted into a LIVING had no effect here.

    So, why not the seeing if the index is - 1, initially?  It's as if the code is not there.

    And why making it not reentrant fixed it?

    (I think I got this way so I can have multiple instances).


  • How to go beyond log in password, or reinstall XP, if this is not possible?

    Or if not possible how to re - install Windows XP and get rid of the currently installed Xp

    Hello

    Microsoft technical support engineers cannot help you recover the passwords of the files and Microsoft who are lost or forgotten product features. See the article below

    Microsoft's strategy concerning lost or forgotten passwords
    http://support.Microsoft.com/kb/189126

    For the reinstallation of Windows XP, see article below

    How to install or upgrade to Windows XP
    http://support.Microsoft.com/kb/978307

  • I started to have this interactive... reminder... that says an update didn't gothrough... the update is softwaredistribution\download\install\NDP35Sp1-KB2657424=x86.exe... How can I fix this

    I didn't kno why some updates are not well upload.as

    Hello

    1. When exactly do you get this error message?
    2. You did any recent changes?

    I suggest you to follow these steps and check if that helps:

    Method 1:
    Start the computer in safe mode and check if the same problem occurs:
    http://Windows.Microsoft.com/en-us/Windows-Vista/start-your-computer-in-safe-mode

    Method 2:
    Try to perform the clean boot and check if it helps:
    http://support.Microsoft.com/kb/929135

    NOTE: When you are finished troubleshooting, make sure that you reset the computer in start mode normal such as suggested in step 7 of the above article.

    It will be useful.

  • When you say to put in the folder it comes, he used to do, now it seems that put it in the last folder you used, I can't remember what it is that this is not possible it just?

    When I export images I check it so that the pictures in the folder just, but there is no more, it puts the photos exported in the last folder I exported photos in and if you can tell me what this was I would really appreciate it.

    I put it again and again, but it is still never done.  I'm obviously missing something.  I have the same problem with Photoshop.

    leannewhatever wrote:

    I tried what you suggested, but it did not work.

    What does your test? LR uses the preferences of the previous version file when you perform an upgrade of LR (Lr 4 to 5, LR 5 to 6, etc.). In the process of 'conversion' of the old preferences file, it can be damaged. We had many reports with many different "unexplained" symptoms after an upgrade like this. Reset the LR Preferences file solves many of these issues.

    Make sure you have "Add to catalogue" checked. If this is not the case, the exported files will not be imported into LR. You will need to right click on the folder that contains the original files and choose "Synchronize folders," which will import the exported files. Even if you have "Add to catalogue" verified that I suggest you that you synchronize the folder with the original files to see if it makes them appear.

  • Can I disable the zoom brush in Illustrator CC 2014 (on Mac)? This will be possible in CC2015?

    This feature (not literally) killing me. I often use the direct Selection tool to select individual points and the thumb then down option when I want to select the groups (or sub-groups). I think it's a faster way to work this switching between 'A' and 'V' keys all the time. Problems with zoom chinless is that whenever I hold Option and my finger get to brush the top of the magic mouse (or wheel) my page going nuts with zoom. Even more frustrating is that there seems to be no way to disable this feature. I understand that people have different ways of working, but I am yet to meet a person who likes this feature or it's something that they're relying on. At least Adobe should let the user turn it off. Any thoughts?

    Luke,

    You can disable it in preferences > performance GPU, uncheck the activate Zoom animation.

Maybe you are looking for