6.1: drag and drop slide on enter reset

How can I reset all the objects on a drag and drop slide on enter Captivate 6.1 using the integrated brake and drop the widget?

Hey Savy,

Drag and Drop Interaction works similar to another question slide if it is included in the Quiz. IE if you answer it correctly, or if your attempts are more then it wont allow to resume interaction drag / move with in the same scope of Quiz. But if you try several Quiz (Quiz preferences > Attemps), it allows to resume interaction in your next Quiz attempt.

or if it is not included in the Quiz, it resets the interaction on each slide to enter.

Please submit an enhancement request in "Drag and Drop of the success of the legend. Link http://www.adobe.com/go/wish

Thank you

VERALINE Sukumaran.

Tags: Adobe Captivate

Similar Questions

  • Custom review info on drag and drop slides

    Hi all

    I want to do a personal study on a drag-and-drop slide.

    However, it seems not that I can get cpInReviewMode to trigger the visibility on my subject to review.

    Added the action advanced on enter. With the help of C9, latest patch.

    Try advanced action:

    IF (cpInReviewMode == 1)

    See the dd1

    Break

    ON THE OTHER

    Continue

    Also tried

    IF (cpInReviewMode == true)

    See the dd1

    Break

    ON THE OTHER

    Continue

    / Dan

    This slide drag & drop is set up as a question slide? The variable cpInReviewMode system is generally set to 1 for the quiz, when the user clicks on the review of the score slide.

    I suspect, didn't check that the Pause command is causing issues. This means that the read head stop on enter, maybe no time to show the hidden comments. I guess dd1's "feedback" that has been configured to be invisible in the output? You can try taking the Pause command? You can increase the duration of the slide or add a button with a break at the end of the slide. Of course, if you do not want to have a double Quiz time pauzé, this pause should be at the same time as the normal Submit button of D & D (1.5secs is the default value), and the next button can be made visible during the review with your conditional action.

  • Drag and Drop slide back Animation

    Hello, I am working on a project for work and I ran into a bump on the road. I'm a noobie when it comes to programming and followed a tutorial for a game/question test drag / move for students. What I have so far, is that I'm able to drag and drop items I wanted in one spot without any problem. The question I am running across is when it moves the object to the wrong place, I want to make a nice blade to its original location, rather than just a jump quick return and there is. That's what I have so far for the code.

    import flash.display.MovieClip;
    import flash.events.MouseEvent;


    var dragArray:Array = [square, circle];
    var matchArray:Array = [squareMatch, circleMatch];
    var currentClip:MovieClip;

    var startX:Number;
    var startY: number;


    for (var i: int = 0; i < dragArray.length; i ++) {}
    dragArray [i] .buttonMode = true;
    dragArray [i] .addEventListener (MouseEvent.MOUSE_DOWN, item_onMouseDown);
    matchArray [i] .alpha is. 2;

    }

    function item_onMouseDown(event:MouseEvent):void {}
    currentClip = MovieClip (event.currentTarget);
    startX = currentClip.x;
    startY = currentClip.y;
    addChild (currentClip);
    currentClip.startDrag ();
    stage.addEventListener (MouseEvent.MOUSE_UP, stage_onMouseUp);
    }
    function stage_onMouseUp(event:MouseEvent):void {}
    stage.removeEventListener (MouseEvent.MOUSE_UP, stage_onMouseUp);
    currentClip.stopDrag ();
    var int index = dragArray.indexOf (currentClip);
    var matchClip:MovieClip = MovieClip (matchArray [index]);
    {if (currentClip.hitTestObject (matchClip))}
    currentClip.x = matchClip.x;
    currentClip.y = matchClip.y;

    currentClip.removeEventListener (MouseEvent.MOUSE_DOWN, item_onMouseDown);
    currentClip.buttonMode = false;
    } else {}
    currentClip.x = startX;
    currentClip.y = startY;
    }

    }

    A quick way to achieve this is to use the Tween class.  Here it is in the form of Basic.  If search you in the help documentation, you can read more about each parameter and change them according to your needs

    Import fl.transitions.Tween;   Add this option to import the class

    function stage_onMouseUp(event:MouseEvent):void {}

    ...

    } else {}

    var twX:Tween = new Tween (currentClip, "x", null, currentClip.x, startX, 1, true);

    var twY:Tween = new Tween (currentClip, "y", null, currentClip.y, startY, 1, true);

    }

    }

    Many people prefer to use engines of interpolation of third party like TweenLite/TweenMax instead of the class because of the realization of better performance.

  • Drag and Drop indicator of progress

    Hello everyone,

    I really hope to get help here:

    I did a fun quiz with a drag and drop slides (which works fine).

    The next slide after slide slide - déposer is a regular question slide. The problem is that the progress indicator (Question 1 of the XX)

    ignores the blade drag / move (I know that it is not a question slide to drag-n - déposer)

    Is it possible to add the progress to this slide indicator drag-and - déposer?

    I am the first and only one with this problem?

    Any help is appreciated.

    Greetings

    Panthalassa

    P.S. I use captivate 7 If this helps

    Hello

    No, you're not the first. I blog for a long time already on creating a custom progress indicator. The reason at that time was that he could not be located in this version, and I've created some custom question that slides get either the progress indicator. Now D & D is one of these. Take a look on:

    Custom indicator progress - Captivate blog

    If you're on CP7 or later, you can replace the tip by a joint action (easier to transfer to other projects) and I think that the statement of increment in the drop-down list advanced Actions was already available for 7. It can replace the Expression in the action described to increment the counter.

    Lilybiri

  • Tip action to show only a previous button on a slide so the learner clicked on the button Submit on Drag and Drop

    I am a user of long date Captivate and have dabbled with advanced Actions and Variables, so know just enough to get me in trouble. Hoping someone can help me with what I hope is a simple tip action:

    I am currently using CP8 and created a training where learners click on a map of building to go to different "rooms" to complete an interaction drag-and - déposer a certain topic related HR. The problem is that some of my learners test forget what 'rooms' they have already read and will click on those they have already visited. I added a back button, so that they can return to the map if they made a mistake, but now they are able to leave the slide without completing the interaction drag and drop.

    Basically, I need to hide the back button unless the learner has already completed (for example, the user clicks on the button submit to) the Drag and Drop interaction, but I'm not sure how to set up. Can anyone help?

    Thank you!

    Hide the button back to begin with. A tip action can be triggered by an event the success and failure of the & slipped. I guess that you will need at least two commands:

    • View the "back" button
    • Go to the next slide.

    It seems the simplest solution. You can also ignore the slide D & D when they enter a second time, but then you will need a Boolean variable to be turned on/off by these same events and a conditional action on which checks this variable and immediately jumps to the next slide when it is set to 1.

  • Drag and drop the blocks slide the whole project

    Hello

    my project structure looks like this more or less:

    (1) ' normal glide. "

    (2) a slide with drag and drop tasks

    (3) sliding normal. "

    (4) Quiz random Question pool slides

    (5) ' normal glide. "

    What is the problem? When the quiz is finished and you click on view or try again button, drag and drop (No. 2) then appear it works correctly as long as the blade drag-and - déposer is removed. What is the problem?

    BTW. Could you suggest me how to randomize the slides in question with regard to the manufacture of new parts inside to open a project? In other words, I need allow the user to get a new set of random questions after you click try again. I don't want him to get the same as it had previously.

    See you soon

    It is only possible to get a new set of questions at random, if the course is raised.

    Regarding your first question: is slide it drop & set up as a question? If it is included in the Quiz, this is the normal behavior of recovery and review both will get back to the D & D slide.

  • Why is it not my Drag and Drop let me it slide?

    Hello

    I created an interaction drag-and - déposer in CP8. I have about 40 seconds of audio before I want the interaction drag and drop to become active, so my drag source and targets are hidden for 40 seconds. I have D & D put on pause after 42 seconds.

    When I saw my slide, it doesn't allows me to drag my source at all. In fact, the only time wherever it allows me to do it, is if I put the source and the target is displayed at the beginning of the slide.

    I have to create two slides? To play the audio and then automatically move to a second slide with the D & D just to this topic?

    Thank you

    Kristen

    It's one of the problems with drag & drop: objects must be programmed at the beginning of the slide.  If this is not possible, as I already had the requirement in many projects, you need to split into two blades.

  • How to go to the next slide during Drag and Drop

    I'm trying to go automatically to the next slide after the user makes a three 'drop zone' drag and drop.

    I see the action on the successes in the Panel. I chose to go to the next slide, but nothing happens after I have test.

    I also put in place the right answers for the drop areas three and thought that could trigger the part of "success."

    but still nothing happens.

    Any thoughts?

    Hi again,

    I understand, but in order to move to the next slide automatically the drag and drop must be introduced. It doesn't matter whether or not you include your drag and drop in a quiz. The option to send automatic drag / move it will include not a quiz, is to check if the answers are correct or not. You can leave to include it in an unchecked quiz.

    Thank you!

  • Problem slider disappears / Drag and Drop does not work

    Hey everybody,

    I have an urgent problem.

    Three butterflies are supposed to be slipped into an object.  My custom cursor is a kind of net to catch these butterflies.


    For the cursor, I have this code:

    cursor_mc.StartDrag ("true");
    Mouse.Hide ();

    My drag and drop code is:

    cursor_mc.addEventListener (MouseEvent.MOUSE_DOWN, startMove);
    redbutterfly_mc.addEventListener (MouseEvent.MOUSE_DOWN, startMove);
    violetbutterfly_mc.addEventListener (MouseEvent.MOUSE_DOWN, startMove);
    yellowbutterfly_mc.addEventListener (MouseEvent.MOUSE_DOWN, startMove);

    cursor_mc.addEventListener (MouseEvent.MOUSE_UP, stopMove);
    redbutterfly_mc.addEventListener (MouseEvent.MOUSE_UP, stopMove);
    violetbutterfly_mc.addEventListener (MouseEvent.MOUSE_UP, stopMove);
    yellowbutterfly_mc.addEventListener (MouseEvent.MOUSE_UP, stopMove);


    function startMove(evt:MouseEvent):void {}
    redbutterfly_mc.StartDrag ();
    cursor_mc.StartDrag ();
    violetbutterfly_mc.StartDrag ();
    yellowbutterfly_mc.StartDrag ();
    }

    function stopMove(evt:MouseEvent):void {}
    redbutterfly_mc.stopDrag ();
    cursor_mc.stopDrag ();
    violetbutterfly_mc.stopDrag ();
    yellowbutterfly_mc.stopDrag ();
    }

    But when I'm clicking on a butterfly my cursor stops to move and stay on the throttle position, that I'm dragging. After a fall, there is no cursor at all so we don't know where the mouse is currently located.

    Anyone know why it does not work? I am currently working with a mousefollower, because right now, it's the only way it works...

    The mousefollower code is:

    addEventListener (Event.ENTER_FRAME, enterFrameHandler)

    function enterFrameHandler(event:Event):void {}
    cursor_mc.x += cursor_mc.mouseX / 4;
    cursor_mc.y += cursor_mc.mouseY / 4;
    }

    But now I have the problem that only the Yellow Butterfly moves even if I'm clicking on red or purple...

    Please help me! Thank you in advance!

    Try to use the following code to manage the cursor_mc...

    Mouse.Hide ();
    cursor_mc.mouseEnabled = false; keep the cursor to interfere
    this.addChild (cursor_mc); to place the cursor at the highest level

    function moveCursor(evt:MouseEvent_=_null):void {}
    cursor_mc.x = mouseX;
    cursor_mc.y = mouseY;
    }
    stage.addEventListener (MouseEvent.MOUSE_MOVE, moveCursor);

    moveCursor(); to locate initially mouseover

  • Drag and drop, 1 share of different sur-succes drag Source, 4 Drop target, for each. Is this possible?

    Hello.

    I created an infographic of type board game and wants that the participant to be able to enter the game room, then drop it into different spaces on the Board, each holding to another slide. I need interaction drag - déposer so that they can pick up and drop the piece. Now, what I need is for each target to have a different action, but even if I add each one to a different group, if I change an action for one, that it applies the change to all drop targets.

    Is there a way to get around this?

    In addition, once / if possible, I would like to add a "back button" on each of these slides and would need when the participant returns to the boardgame slide, they can move the piece to a different drop target to read the following description. I think that the best way to do this would be to make all the "wrong" answers, while the game piece is not stuck once they have fell on a drop target "correct." Please correct me if I'm wrong.

    If I understand you correctly, I think that I thought about it.

    1. Create your Drag and Drop, as you would normally
    2. In the Panel of Drag and Drop, select the Options tab
    3. Click on the button set the correct answers
    4. The value of each drop target to have the source of displacement of the source (you must choose the sequence in the Type drop-down list)
    5. Create the slides that you want to display for each drop target
    6. Select one of the drop targets
    7. Go to the Format of the Panel Drag and Drop tab
    8. The Actions of the object... a button click
    9. In the action column, select go to slide, and then select the appropriate slide
    10. Repeat steps 6 through 9 for each target deposit
    11. Overview of the project

    I did a quick test and it seemed to work according to the settings you said earlier.

  • Blank screen after an interaction drag-and - drop

    Hey, I'm back.

    I have a small question about a drag and drop interaction in Captivate 8. Right now, it's together to continue to the next slide after three failures (with a failure caption) or to display a success message about success, then move to the next slide. However, when I publish it, it goes to a white screen for a few seconds after I finish the drag and drop interaction and moves to the next slide. The rest of the slides have text entry areas, and none of them have the blank screen between them.

    No one knows what might happen? I feel like there is a setting I'm missing or something. I've attached screenshots of the slide settings and drag and drop settings. Please let me know if you need more information.

    dd settings.PNGslide settings.PNG

    Why have you changed the suspension point to such a very short 0.1 seconds, what is the idea behind this? Yesterday, I already warned another user that such short duration is not at all recommended. D & D slides have a lot of code built in, and you add an action on enter to hide the playback bar. How long lasts this slide altogether? The point of suspension is not visible on the timeline, but your change will cause this situation:

    • an active slide part is 0.1sec
    • the inactive part of the slide is the slide duration less 0.1 sec; If you have kept the slide to 3 seconds duration, which means, 2.9 seconds
    • When you click on the submit button and exhaustion of attempts are executed measures OnSuccess or OnFailure: both go out of reading in your case, and the playhead must continue on the timeline for 2.9secs
    • If your items are not timed for the rest of the slide but end before this end, at some point you will indeed see a slide "blank."
  • Drag and Drop Feedback in Captivate reg 7

    Hello

    I have a drag and drop into a slide (7 Captivate) as a control of knowledge.

    Problem: I need correct feedback interaction drag-and - drop is reset whenever the learner does not return to the slide slide / move later or click on the back of the next slide button. Currently, the correct feedback is present.

    Background: The learner ends slide it / move and gets feedback 'Okay!' action show and "Incorrect" comments of the existing captivate feedback: failure. The learner then continues the lesson on the way to the next slide. The problem is that, if the learner is returned for drag / move, 'Okay!' feedback still shows even if the drag source items are reset to their original locations and the learner can repeat the interaction drag-and - drop. By clicking on the button "Reset" does not remove the existing 'Okay!' feedback. Even if the learner restores the interaction and the opposite effect (for example if the learner is wrong the first time, but then correct themselves the second time), the existing comments do not change to "correct".

    Any ideas on how to solve this problem? I understand that we need to create advanced actions. Please tell me the exact steps in this case, and if I have to perform actions on enter or exit.

    Note: I am tired of reading messages associated with it. But the creation of the advanced options step did not have.

    Thank you.

    Ok.  Just a question because I saw one of the Adobe people chime in on a similar question a couple of days back.

    Unlike the quiz questions, success and failure captions to make drag and drop interactions seem to have names of elements which suggests that they may be hidden by advanced Actions.  You should try to define an action on slide enter to hide and see if that solves your problem.

  • Drag and drop the confrontation with OCD on iPad

    I have a drag and drop exercise created in Captivate 7.0.1.237 the wizard drag / move.

    When I publish the project and display it on an iPad superimposed TOC pops out when I drag the movable elements on the screen with my finger.

    Does anyone know if there is a way to avoid this?

    Thanks in advance.

    In the slide Action Properties Panel, set the command to enter to run JavaScript.  Click the Script_Window button to open an input box.

  • Drag and drop examples?

    Are there any examples out there of an edge Drag and Drop interaction? I need to create a few slide - déposer interactions on the edge of training and can not find good examples.

    Make sure you give the name of the class for your image - click the C to open the box to enter the name of the class.

    See that is the class name for the rectangle. You can choose your own class name and modify the code to reflect the name of different class.

  • I can't drag and drop files in the trash, error code-43 is detected, what should I do?

    I can't drag and drop files in the trash, error code-43 is detected, what should I do? What is an error code - 43?

    You can't empty the trash or move a file to the trash

    If the above does not help, then see below:

    Visit The FAQ XLab and read the FAQ on the waste problems. You can also try using Trash it! 5.1 to solve the problem. Or you can try this:

    Open the Terminal in the Utilities folder, and paste the following at the command prompt:

    sudo rm - Rf ~ /. Trash

    Press RETURN. Enter your administrator password when prompted. It will not echo to screen. Press RETURN again.

    (Someone should tell you that it is dangerous or useless, please disregard the comment.)

Maybe you are looking for