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.

Tags: Adobe Captivate

Similar Questions

  • 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.

  • 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

  • Drag and drop to create a custom step

    Hello

    I have an insert in my custom user interface palette. I want to allow the user to drag the step of the palette of insertion in the original designer of the sequence, as the Insert palette. The insert custom palette is in WPF.

    The data format for the object slide - déposer is

    e.Data.GetFormats)
    {string [1]}
    [0]: "SeqEditor new Step binary.

    The data is actually a MemoryStream:

    e.Data.GetData (e.Data.GetFormats () [0])
    {System.IO.MemoryStream}
    Base {System.IO.Stream}: {System.IO.MemoryStream}
    CanRead: true
    CanSeek: true
    CanWrite: true
    Capacity: 6936
    Length: 6936
    Position: 0

    So, it's actually a Unicode text if I read it with StreamReader:

    new StreamReader ((Stream) e.Data.GetData (e.Data.GetFormats () [0]), Encoding.Unicode). ReadToEnd()
    ' E@=3@JKZ100h\\L] JDYcLO7e9@FLU:h9iM] > 5Uf16W > Hii091DHkYGJKJHMd [].<>

    What is the right way for me to implement operation drag and drop my palette to insert custom options? I think to create a MemoryStream similar but I do not understand the format of the data.

    Thank you.

    Please note that the Clipboard format is not something that we intend to create directly and they may change in a future version of TestStand. So if you do this, keep in mind that it is possible, it may not work in a future version of TestStand (i.e. we do not support creating Clipboard elements directly).

    That said, it would be possible to operate in the current versions of TestStand as follows (I did not do exactly what you do, but here's how our format is currently produced):

    PropertyObject [] stepPropObjects = new PropertyObject [1];
    Step newStep = templateOfStep.AsPropertyObject (). Clone ("", PropertyOptions.PropOption_CopyAllFlags |) PropertyOptions.PropOption_DoNotShareProperties) as a step;
    newStep.CreateNewUniqueStepId ();
    stepPropObjects [0] = newStep as PropertyObject;

    DataObject dataObject = new DataObject();
    StepFormat = DataFormats.GetFormat DataFormats.Format ("SeqEditor new binary stage");
    String serializedPropertyObject = this. Engine.SerializeObjects (stepPropObjects, SerializationOptions.SerializationOption_UseBinary);
    serializedPropertyObject += 'F'; False to isEditCut (so unique ID will be created on the dough).
    System.Text.UnicodeEncoding encodingForStrConv = new System.Text.UnicodeEncoding ();
    ubyte [] buffer = encodingForStrConv.GetBytes (serializedPropertyObject);
    VvClipData of MemoryStream = new MemoryStream (buffer);
    dataObject.SetData (stepFormat.Name, vvClipData, false);

    Hope this helps,

    -Doug

  • 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.

  • 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.

  • 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

  • To drag and drop questions and serialization in the review of upgrade of 1Z0 - 852?

    Hello

    Does anyone know if the serialization and drag / drop items have been removed from the exam 1Z0-852 of Java SE 6 programmer Certified Professional UPGRADE?

    I know that they have been removed from the exam 1Z0-851, but not sure about the upgrade exam.

    Thanks in advance,

    Alvaro

    Alvaro wrote:
    Hello

    Does anyone know if the serialization and drag / drop items have been removed from the exam 1Z0-852 of Java SE 6 programmer Certified Professional UPGRADE?

    I know that they have been removed from the exam 1Z0-851, but not sure about the upgrade exam.

    Thanks in advance,

    Alvaro

    (1) drag and Drop

    ... this question format will be deleted:

    Ref: http://blogs.oracle.com/certification/entry/0596

    (2) serialization:

    It is best to compare the themes of your notes for the current issues, but according to my reading of the news he is brought at least to some extent:

    http://education.Oracle.com/pls/web_prod-PLQ-dad/db_pages.GetPage?page_id=41&p_exam_id=1Z0_852 (Section 3 API summary):

    Develop code that serializes and deserializes objects using the following APIs from java.io: DataInputStream, DataOutputStream, FileInputStream, FileOutputStream, ObjectInputStream, ObjectOutputStream and Serializable.

  • Is it possible to add a "foot of # question" to a drag and drop?

    Hello

    I'm creating a quiz quiz help and drag and drop them Assistant.  Quiz slides adds a footer to each slide (Question 3 of 15).  If I add a drag and drop to include in the questionnaire, it does not add a header.  Does anyone have a solution?  I use version 7, but also have version 8.

    Thank you.

    Jeff

    Although it looks like a question, D & D is a different beast. It is not also in review, nor in recovery in case you are looking for this as well.

    To create a course indicator also appears so D & D you will need to do it manually; Maybe this post can help?

    Custom indicator progress - Captivate blog

  • Drag-and-drop questions: arranged randomly moveable elements

    I suspect that the answer is 'no', but maybe an expert could confirm: it is possible to produce a drag-and-drop quiz, in which the movable elements are arranged at random at the beginning of the quiz? The purpose is to ensure that students can not cheat so easily...

    As an alternative, it is possible to create two or three different drag-and-drop (each quiz on a transparency) and quizzes randomly present the student with one of these slides / quiz? I realize other messages than drag-and-drop is not compatible with question pools. I think here is a random, random, blade issues as such.

    The answers would be appreciated.

    I don't think that your first scenario is possible, but I'm not an expert on JS, nor that I have experienced enough with this new accessory CPExtra. However with a good Setup, cheating is not as simple as that for D & D.

    Second scenario seems possible: you can easily generate a random number (example: between 45 and 47 if your slides D & D have these numbers) and use this number for navigation. Of course, you will need to take into account that all navigation will have to be customized (not), because you will need to avoid the other 2 slides are visited. It also means that you need to turn on branch conscious of having to fix the score at the end because the score of the D & D 3 slides will be present in the Total score. Indeed, question pools are not possible for D & D.

  • How can I allow a learner to examine one created Drag and Drop Quiz to show to the learner their incorrect answers or correct?

    Captivate 8: I created an assessment with two multiple choice question slides and 8 drag and drop question slides. After that the learner views their score, I wish they were able to examine all their answers to see where the mistakes were made. Currently, the revision quiz shows that their answers and the correct answers to multiple choice question slides. Ideally I'd like a review of question slides slide - déposer where the incorrect choices appear in red or something to that effect. I appreciate any insight and suggestions!

    Sorry, D & D are not a normal question slide and I can't recommend a feature request registration. I would really be able to choose if an interaction is reset or not, because this problem is not just for D & D but for all interactions of training as well.

  • Text comments for support of Drag and Drop Interaction

    I developed a drag and drop interaction that works well, the problem is with the behavior of the reset button send.

    If the objects of slide 'proper' are on the 'right' target - no problem

    The problem is if a combination of drag-and-drop 'wrong' is selected, displays the text 'wrong' feedback and the reset button moves all drag the object to the starting position, but once that the 'good' drag drop combination is submitted, the 'wrong' feedback text appears.

    The fla is available here: skydrive.live.com/?cid=bb539b6eff0afbf5 & sc = documents & uc = 1 & id = BB539B6 EFF0AFBF5% 21114 #

    Thanks in advance for any help/suggestions, you can provide and for taking the time to read this post

    The corresponding code is:

    Section 1:

    ActionScript code:

     

    function dragSetup(clip, targ) { clip.onPress = function() { startDrag(this); this.beingDragged=true; }; clip.onRelease = clip.onReleaseOutside=function () { stopDrag(); this.beingDragged=false; if (eval(this._droptarget) == targ) { this.onTarget = true; _root.targ.gotoAndStop(2); } else { this.onTarget = false; _root.targ.gotoAndStop(1); } }; //the variables below will store the clips starting position clip.myHomeX = clip._x; clip.myHomeY = clip._y; //the variables below will store the clips end position clip.myFinalX = targ._x; clip.myFinalY = targ._y; clip.onEnterFrame = function() { //all these actions basically just say "if the mouse is up (in other words - the clip is not being dragged) // then move the MC back to its original starting point (with a smooth motion)" if (!this.beingDragged && !this.onTarget) { this._x -= (this._x-this.myHomeX)/5; this._y -= (this._y-this.myHomeY)/5; //if the drag object is dropped on any part of the target it slides to the center of the target } else if (!this.beingDragged && this.onTarget) { this._x -= (this._x-this.myFinalX)/5; this._y -= (this._y-this.myFinalY)/5; } }; } dragSetup(drag1,drop1); dragSetup(drag2,drop2); dragSetup(drag3,drop3); dragSetup(drag4,drop4); dragSetup(drag5,drop5); dragSetup(drag6,drop6); dragSetup(drag7,drop7);

     

    on the submitBtn:

    ActionScript code:

     

    on (press) {     if ((_root.drag1._droptarget == "/drop1") &&         (_root.drag2._droptarget == "/drop2") &&         (_root.drag3._droptarget == "/drop3") &&         (_root.drag4._droptarget != "/drop4") &&         (_root.drag5._droptarget != "/drop5") &&         (_root.drag6._droptarget != "/drop6") &&         (_root.drag7._droptarget != "/drop7"))     {         {             resetBtn.enabled = false;         };         {             feedbackTxt = "Yes, hardware installation, asset tagging and imaging are the best services to recommend to help your customer meet her deadline.";         };         {             drag1.enabled = false;             drag2.enabled = false;             drag3.enabled = false;             drag4.enabled = false;             drag5.enabled = false;             drag6.enabled = false;             drag7.enabled = false;         };     }     else     {         feedbackTxt = "Not quite.  At least one of services you chose isn't the best recommendation, or you did not chose all of the correct services.  Consider your customers business needs, click Reset and try again.";         gotoAndPlay("Scene 1", 1);     } }

     

    on the resetBtn:

    ActionScript code:

     

    //this code controls the reset button function and returns all of the drag objects to the start position. on(Press) {  drag1.onTarget=false; drag1._x = drag1.myHomeX; drag1._y = drag1.myHomeY;  drag2.onTarget=false; drag2._x = drag2.myHomeX; drag2._y = drag2.myHomeY;  drag3.onTarget=false; drag3._x = drag3.myHomeX; drag3._y = drag3.myHomeY;  drag4.onTarget=false; drag4._x = drag4.myHomeX; drag4._y = drag4.myHomeY;  drag5.onTarget=false; drag5._x = drag5.myHomeX; drag5._y = drag5.myHomeY;  drag6.onTarget=false; drag6._x = drag6.myHomeX; drag6._y = drag6.myHomeY;  drag7.onTarget=false; drag7._x = drag7.myHomeX; drag7._y = drag7.myHomeY;  feedbackTxt = ""}

     

    include your onTarget in the if statement, not only 3 of them.

Maybe you are looking for

  • HP ENVY x 360: HP ENVY x 360 Win 8.1 battery plugged not removable, does not support

    HP dear supporters, I have a HP ENVY x 360 laptop with Win 8.1 operating system. He writes that plugged in, not charging. This laptop has a non-removable battery. I read the forums and advice but neither solved my problem. I tried to close, plug off,

  • Pavilion 23xi monitor - no sound - tried the troubleshooter but got stuck.

    Help would be welcome... I plugged the computer laptop hp pavilion hp pavilion 23 15 x 1 and no sound. crossed pages in case of problems, but the HTMI does not appear on the sound options.

  • Error 0x8DDD0018?

    Windows Update has encountered an error and cannot display the requested page.  The necessary service "Automatic updates" (WUAUSERV) is not started or the (BITS) Background Intelligent Transfer Service is disabled. Error 0x8DDD0018? Regds, 'a journey

  • Battery 27 ++ (range 9-cell)

    Hello. I searched the Web for pictures of the T420/T520 with battery 27 ++ (9-cell range) installed, but curiously I have not found. I suppose that the laptop becomes slightly raised in the back, right? Also, is it possible to use this battery with a

  • Network Assistant will not connect pc to the LAN, but connect to the internet properly

    My main PC had been connected to a local network of four PC but abruptly dropped from the network.  I can connect to the internet OK, but the wizard does not reconnect me to the local home network.  I read other articles on test and checks and everyt