Average click boxes, and text entry fields are noted

I create several CBT intended to show users how to navigate a new software. When I record, I choose the demonstration and training modes. For the part in training mode, I have several click boxes, and text entry fields. At the present time, when the user clicks on or between text, it has to click in the right place or enter the correct answer to move forward, otherwise a failure caption appears that says something to the effect of 'should have clicked here, please try again.' They try again and go to the next slide. When the training section is marked, everybody gets 100%.

I was wondering if it is possible to create a user click in the wrong place or enter the wrong answer and still be able to advance to the next slide. So, not everyone would have a 100% automatic.

Thank you!

Mary

P.S. I should also mention that I am using Captivate 4.

Hello Mary,.

As I wrote in my first response, simulation training is not intended to be marked. You should really start with a simulation of assessment to avoid having too many change thereafter.

Have created a lot of assessments used in examinations (do not use an LMS, but this is not necessary) and my students would have been very happy if they could all have scored 100%.

Enough joking. How you have configured the settings for the click boxes, text entry boxes, buttons? I give them only 1 attempt, never show failure, success, or legends of suspicion. As both actions for success or failure, I put in 'go to the next slide. The evaluation progresses so what was the action of the user, correct or incorrect. And the score will be awarded only if the user has performed the correct action. It works fine, really. If some actions need to be repeated several times, sometimes I will put the note of some of them to 0.

Really think you can change the training simulation to work as an assessment, in the future it would be best to start with the last mode, possibly in combination with a demonstration or a training simulation.

Does that help? My assessments are in Dutch, otherwise I could send you an example.

Lilybiri

PS: Be careful with the email reports, it does not always all right.

Tags: Adobe Captivate

Similar Questions

  • Free trial version - click on the boxes and text, shaded boxes options input

    To help determine if we will buy Captivate I create some projects using the 30 day free trial s/w.

    I want to see how it's easy to build a complete simulation of the software in mode "let-me-try." Before you create the simulation, I think I should first set up my preferences: via Edition > Preferences > turn on 'Click boxes' and 'text entry areas ".

    However, click "boxes &"Text entry areas"are dimmed (grayed out).

    The 'Help' function did not work either in this free trial 30 days, so I do not get the help popup screens!

    My questions are:

    (1) if I could turn on the 'click boxes' & 'Text areas' before creating the simulation, would this setting take effect for each slide?

    (2) does anyone know if I can activate the 'click boxes' & "Text entry areas" on the 30 day trial s/w?

    Thank you.

    Think you misunderstand these preferences. When you perform a capture of the software, you have the choice to mark different options: demonstration, training and assessment. You can even choose to have all the which will create 3 different files.

    In preferences, registration, Modes, you will see the default setting for each of these modes and you can tweak that as well. A custom mode is also possible. This configuration will decide what happens when you choose a Capture mode: an example adds the mouse will happen only in demo mode, not in training and assessment.

    During the capture, if you keep the default settings, the CP will pass to FMR (full motion recording) for sliding movement & and mouse. With Captivate 6, if you want more quality for these 'video' slides, you register them better with the new video mode, but then you will need to insert the gliding record yourself (Insert menu).  Another tip: try in the recording settings replace the default text (bitmap) shaped captions smart (activate Demo Mode), they are much more editable (and vector base).

    Lilybiri

  • Text entry fields

    Hello.
    I have a clip that contains an e-mail form with text entry fields. This MC is then added to another clip which is then added to an another MC. When I test, text entry fields are displayed. The cursor changes to allow the input text, but you can not see the text and can't even see the white text boxes. Something that happens when the MC e-mail form is added to another clip, when you test the form e-mail MC on the main timeline, I have no problem.

    Help please as it is doing my head days.

    Thank you

    Yes they are, and after removing their everything works.
    You are the only person who was able to give a reason for my problem. We at flashkit or flashadvisor did not!
    I'll come here if I have another question.

    Bravo and thank you.

    M

  • Changing the position of the cursor in a text entry field and remove digital zeros

    Flash8 - AS2

    It's good to be back after all these years and thank you for the people of faithfull as kglad, Ned Murphy, Rothrock and all others who give much of themselves to succeed this forum!

    My problem:

    I have a text entry field that is named in the box of properties like 'numberOfKids '.

    When the program is run, and a DELETE or BACKSPACE is pressed input textfield turns off

    and all the calculations that use the "numberOfKids" shows NaN.

    I got trapped in NaN and indefinite so that a digital 0 appears instead of a white one.

    There are two problems:

    First problem:

    The cursor to the left of zero, so the first number entered by the user is 10 x larger than what they want.  0 becomes 10.

    Question: How can I get the cursor to the right of 0?

    Second problem:

    When I manually move the cursor to the right of 0 and a number of entry, let's say 4, it appears like 04.

    Question 2: How to remove the zero digital in input textfield?

    Thanks for the help.

    Here is the code I use:

    calculateChildWeight = function () {}
    If (isNaN (numberOfKids)) {}
    numberOfKids = 0;
    }
    If ((numberOfKids) == undefined) {}
    numberOfKids = 0;
    }
    If (numberOfKids > = 0 & & numberOfKids < = 137) {}
    numberOfKids = numberOfKids;
    } else {}
    numberOfKids = 0;
    }
    If (isNaN (adjustedChildWeight)) {}
    adjustedChildWeight = 0;
    }
    If ((adjustedChildWeight) = undefined) {}
    adjustedChildWeight = 0;
    }
    adjustedChildWeight = Number (numberOfKids *(-100));
    numberOfKids.setSelection (numberOfKids.length, numberOfKids.length);
    If (numberOfKids.length = 2 & & numberOfKids < 10) {}
    remove the first character or no leading zeros
    numberOfKids = numberOfKids;
    // }
    };

    More important answer first: you get two helpfuls and one correct answer per thread. I think that once you give a specific answer a useful, you can't give the same answer. But I don't know.

    First of all, make sure that none of these text fields have a property of vars set.

    Also, you don't need to do it in two steps: revisedValue =-100 * parseInt (numberOfKids.text)

    As you read the value of your textfields of entry by using the text property, you also assign the value of the more dynamic by using the text property. That's what you do, right?

  • Extraction of numbers, no strings of text entry fields?

    Hello

    I have two input boxes that I can type numbers in.  I would like a third entry check box to show the total of the first two.

    I set up a listener to button on the stage to perform a function that adds together when a key is pressed.

    It comes, he puts just the strings together - it ddoesn can't add them

    So, how can I tell Flash that box1.text and box2.text are numbers?

    Box3.text = box1.text + box2.text is not doing.

    Thanks for your time.

    Shaun

    Hi celebrities music

    You will need to get the string to a number.  Something like:

    var firstNumber:Number = Number (box3.text);

    var secondNumber:Number = Number (box2.text);

    answer: var number = firstNumber + secondNumber;

    Of course, you want to make sure that the text in the text field is actually a number and someone was not able to type in a Word.  The best way to do it is NOT to do the textfield a text entry field.  Instead make a dynamic text field and give it a MouseEvent.CLICK event listener.  When someone clicks on the dynamic text input field, bring up a keyboard that requires them to enter the number in this way.

    I have an application exactly like this one where students had to enter a number in a text field to understand the econ issues.  The workflow has something like:

    1. Click the dynamic text field
    2. Bring up the Enter key digital
    3. When the user clicks on a number on the keypad, text matching using a switch statement
    4. Add numbers to text in a string field, that way someone who, between '1', '3' '8' will get 138 and not 12.
    5. With each press of button, update the dynamic text field to show what the user enters
    6. With the user presses the Enter key, then mount this text field in number and store it in a variable of type number

    Hope that helps.  Let me know if you need help with the code for one of these steps.

  • Pass a variable to a text entry field in a URL (was: I feel like it should be simple but)

    I think it should be simple, but I'm having a hard time finding how to pass a variable to a text entry field in a URL. I have a text input field ("enter your postal code') and a button that says 'Go '. When the user enters their zip and hit 'Go', I need the postcode, they came to pass in a URL to a new Web site so that they can see the offers in their region. This is a Flash 300 x 250 banner. Can someone help me?

    I can download my FLA somewhere and link to it if needed!

    Click on the frame that contains your go button and your textfield and paste Panel actions:

    go.addEventListener (MouseEvent.CLICK, f);

    function f(e:MouseEvent):void {}

    navigateToURL (new URLRequest ("http://namebrandinsurance.com/auto/newResults.php?zip=" + zip.text + "& submit = submit"));

    }

  • I have a pdf form that has 4 columns, with each column having 28 check boxes and text between. I did so he goes by column, but when I do anything for a checkbox it takes it out of line. How can I keep that from happening?

    I have a pdf form that has 4 columns, with each column having 28 check boxes and text between. I did so he goes by column, but when I do anything for a checkbox it takes it out of line. How can I keep that from happening?

    You talk about the tab order? If Yes, go to Edit - Preferences - forms and make sure the box "Automatically adjust tab order when changing fields" is NOT checked.

  • View 2 records text entry fields

    Hello

    New on ADF and want to know how to do a particular task:

    I have 2 lines with 2 different IDs and want to display two records one after the other, I can achieve this by using a table but I want to put the data in the text entry fields?

    FOR EXAMPLE:

    ID name City ZIP code

    1 Fred Bloggs Leeds LS1 2 minutes

    2 Gary Smith Liverpool L2 in 4NP

    is this possible?

    Thank you

    Hello

    You can make use of af:iterator. First, create a tree binding based on the data control and use something like this.

               
                        
                        
                            
                            
                        
                        
                            
                        
                        
                            
                        
                    
                
    

    It would show two lines of data. You can adjust the rows property to display the number of lines. If you want all the lines, remove the rows property.

    Arun-

  • To combine PDF files, how can I keep security to prohibit printing and text entry?

    To combine PDF files, how can I keep security to prohibit printing and text entry? In Windows Explorer, I highlight the individual PDF files, right click and choose "combine with Adobe Acrobat. I'm done and get my single file with all the PDF pages included, but nowhere I can't find where them prohibit printing of the any PDF combined or refusing to be seized of the text... as I'm able to do when I export to PDF from InDesign.

    It's really a question of Acrobat, but in any case the answer is you open the file in Acrobat and go to properties (Ctrl + D), and then click the Security tab.

  • A4: The Click Box and feature button

    Hello

    I am creating a slide of summary in a project of capitvate users will consider before taking a quiz.  I would like this slide contains hyperlinks on various documents.  I want users to have and an unlimited number of time to look these over, and then click all they are interested in and then click a button to continue the quiz.

    No matter what options I put the click box, the project will continue for the quiz when a user clicks one of the hyperlinks!

    Here is an example of this tutorial (just the blade of the review and the first quiz slide): https://mywebspace.wisc.edu/lfschmidli/Captivate/sample.swf

    And here are the settings I have for hyperlinks and the click box and the button:

    Hyperlinks (ie: "of the INDEX Module 3'): https://mywebspace.wisc.edu/lfschmidli/Captivate/hyperlink.PNG

    Click box (which is transparent and sits on top of the button "Take the Quiz"): https://mywebspace.wisc.edu/lfschmidli/Captivate/clickbox_takethequiz.PNG

    Button "Take the Quiz": https://mywebspace.wisc.edu/lfschmidli/Captivate/button_takethequiz.PNG

    I would be grateful all solutions!  It drives me crazy!

    Thank you

    Laura

    Hi Laura

    From what I have seen that you have specifically selected off the options to pause the movie until the user clicks. So now you're stuck as to why the film is not a break.

    Try to activate the option to pause. You can also view the page on the link below: more precisely point 13.

    Click here to see

    See you soon... Rick

    Useful and practical links

    Captivate wish form/Bug report form

    Certified Adobe Captivate training

    SorcererStone blog

    Captivate eBooks

  • How to show that a text entry field is selected.

    Hello
    How can I show that a text entry field is selected when _focusrect = false; and I use flash lite.
    When the text input field is selected, I want to change is the border color or show a shape... something like that or even the color of the text.

    If anyone is interested, the answer is:

    When the field is developing the text will be empty
    kword.onSetFocus = function(oPrevFocus:Object):Void
    {
    KWord.Text = "";
    }
    When the update go away text will be keyword
    kword.onKillFocus = function(oNewFocus:Object):Void
    {
    KWord.Text = '- key word -';
    }
    :-)

  • I want to change the size and color of the text in the call boxes and text boxes. How can I do this? Jack

    I want to change the size and color of the text in the call boxes and text boxes. How can I do this? Jack

    Highlite the text inside the text box and press Ctrl + E.

  • Synopsis of short box and text field in the detail area

    I have recently made some dynamic sites and had a question on only to shoot the first lines of couple of data in a field on the summary page and showing the full details of the page. Currently, I do 2 fields, a short field and a detail field. Can I condense these and write code to display only a few lines in my summary page?

    Thank you, David. Great answer. I searched in your book, Dreamweaver CS3 with CSS, AJAX, and PHP, but could not find.

  • Digital keyboard and text entry area

    I created a software simulation in which I used a text entry box. The user must enter the text and Captivate must validate without the learner input (for example, press the Enter key).

    The text ends with the number seven. Therefore, I put Captivate to validate text input when 7 came.

    Here's the problem:

    If a learner uses keys on their keyboard (instead of the keys above QWERTY), Captivate does not validate the text input.

    Any advice?

    Eureka! This works. Thank you much for the help. I had not used the option button in conjunction with a text input area, so I did not see how the two could be tied together. Your second answer makes clear. Thank you very, very much. Best regards, Ian

  • When you modify a form in the DC or Pro Player I can enter text etc., save, close, and return later to change it. However, once I use the function "Fill &amp; Sign" and save the document, it locks the file and all other fields are not editable. Is there a

    Hi guys,.

    When you type information in a form in the DC or Pro Player I can enter text with fields of text etc and then save, close and return later to change the form. However once I use the function "Fill & Sign" to sign the document, and then save, it locks the file and all other fields become editable. Is there a way around this to remove this feature where it becomes locked and instead allows me to change the form after a signature is applied and saved. All the security properties of the form are on 'admitted', there is no restriction. Even though the document is locked all the properties remain still as 'authorized '.

    The signing is FINAL.  You cannot sign a PDF paper advance. Complete and save, do not sign.

Maybe you are looking for

  • I don't have my Yahoo toolbar at the top of my home page

    Somehow, I changed something on my site and now I do not display a toolbar how do this back on the homepage?

  • Page App Store download question

    Hi all Small question. I recently bought a new Macbook Air and wanted to download Pages as my word processor. I saw that it was $ 19.99 in the Mac App Store, and I was OK with it, so I downloaded. Now, when I click on 'Bought' applications in the App

  • Pavilion noteook 15-ab254sa: Wty: HP HW Maintenance off-site Support

    Hello I just bought a HP Pavilion laptop computer ab254sa form Currys PC world. I checked my status of the warranty on the HP site and it says Wty: off-site Maintenance HP HW - active Support. I can't find all infromation what type of warranty is tha

  • Slideshow of the journe Air 1000

    Hello I have a Journe Air 1000, assign a random slide show, I also use the timer is not on so I SLEEP / work. When the Timer turns on it will reset to display a single image and must be set manually for slide show even once, is it a way I can put it

  • Satellite third time laid out - how long should I keep repair?

    Hey everybody I have a Toshiba Satellite M300 under warranty for one year (3 months) and my screen was the problem of flickering for some time now.I put in the shop twice, got the LCD cable replaced, and it worked for abouta month each time, but it k