Clear Text Entry after wrong answer

Hello,
I'm searching a way for clearing text entry box after the
user entered a wrong answer.
If this it's not possible to do that with text entry, is it
possible to do that with captivate question quiz, or somthing else?
Thank you
Miky Aviel

The problem is that the text-entry object is a "scoring
object" and it is considered best practice NOT to allow movement to
and fro once a scoring object has been answered.
The solution is to move forward through the eLearning
experience, not back and forth. So how does that apply? Well, one
way is to duplicate the slide, including the text-entry object, so
the same problem can be offered for solution in the slide(s)
following the failed effort. The same principals apply to question
slides ... if you want the user to retake a failed effort, you
should add (for instance) an "explanation" slide after the question
slide and route the use to that following failure; then the
following slide can be a re-creation of the question slide if you
want to give the student a second chance at the same question.
There are problems with doing it this way - for one, the
scoring is going to be "skewed" - or could be unless the second
attempt is weighted at "zero". But since the basic learning concept
of asking each question only once is being thrown out anyway, the
skewed scoring may not be a big deal (?).

Similar Messages

  • Clearing text field after query

    I have seen alot of old post on this but no answers, I am wondering if anyone knows how to accomplish clearing a text field after a query has been executed?
    Example:
    User types a query in the search field, clicks submit then the query is returned and the search field is empty again ready for the next query.

    I tried that and I was getting "(null)" in the value of the column I queried.
    This is what I came up with and it seems to be working. In the Page Definition click Edit Attributes and add this line to the On Load section:
    onload="html_GetElement('PX_SEARCH').value=''; html_GetElement('PX_SEARCH').focus()"That will clear the field and focus the cursor in the same field so its ready for another query.

  • Clear Text Entry Box Placeholder text on click

    Is there a way to make captivate clear default text when somebody clicks on the text entry box?

    No. You cannot control that. Maybe log a feature request, you don't have any control over what is displayed in the TEB.

  • Clearing text items

    hi
    I have some text items, user enters data into these text item and presses ok button.
    After that the data is inserted into the database, but the text items are not cleared.
    What should I do to clear text items after an insert?

    Ricardinho wrote:
    one last question:
    During insert, I runinto an error message:
    INSERT INTO DRV(DRIVER_NO,DRIVER_NAME,VEHICLE_REGISTER,DRIVER_CERTIFICATE,DRIVER_ABN,ADDRESS,PHONE,*DRIVER_NUMBER*,*VEHICLE*,*VOUCHER*) VALUES (:1,:2,:3,:4,:5,:6,:7,:8,:9,:10)
    ORA-00904: Voucher invalid identifier
    Eventhough I delete DRIVER_NUMBER,VEHICLE,VOUCHER items from the database and from the datablock, I still got this error message?
    Any idea?ORA-00904 is the error code for invalid identifiers, your SQL clearly showing that the block still has the three columns as database items in your block.
    make sure you don't have in any block the items set as database items.
    Tony

  • Excel Table with Data Connection Manual Text Entry Misaligned After Refresh

    Greetings!
    I have an Excel 2010 workbook that includes a table linked to my SharePoint 2013 site by a data connection. The SharePoint list feeds the table standard information that's managed on the SharePoint site, but I need the user of the Excel workbook to be able
    to enter text manually in the workbook to associate local information with the line-items coming from the SharePoint list. To do this, I've added extra columns to the end of the table.
    The user can enter information in the appropriate cells in the "extra" columns at the end of the table, but when I refresh the data connection, the addition of a new list item on the SharePoint side results in the user's manually entered text getting
    out of alignment with the row it's supposed to be associated with.
    Example
    Column 1(SP)
    Column 2(Extra)
    Row 1
    Item 1
    Row 2
    Item 2
    Text entered for Item 2
    Row 3
    Item 3
    Then, if I add a new item to the list in SharePoint, for example, something that would appear between the original items 1 & 2, after refreshing the table, I get the following:
    Column 1(SP)
    Column 2(Extra)
    Row 1
    Item 1
    Row 2
    New Item 1.5
    Text entered for Item 2
    Row 3
    Item 2
    Row 4
    Item 3
    The table's data connection is set to insert rows for new items, and I could swear I had this working properly once upon a time...but I can't seem to make it work now.
    Any thoughts on what would cause this?
    Thanks in advance!

    Yes, it is. I realized after posting the first time, that I'd assigned the question to the Visio forum. I wasn't sure how to reassign to the correct (Excel) forum, so I re-posted over there:
    http://social.msdn.microsoft.com/Forums/en-US/b3bbe00c-94c0-48d4-bed9-fbd08d707b1d/excel-table-with-sharepoint-data-connection-manual-text-entry-misaligned-after-refresh?forum=exceldev

  • Lion Mail selects the wrong entry after delete?

    Does anyone else thing Mail selects the wrong entry after delete? Say your scanning through your mail from latest to oldest, something most people seem to do. You click on an entry, read the mail and then press delete to move it to trash. Mail picks the next newest entry instead of the one right after the one you deleted. But you've probably already looked at that one and want to look at the next older item. So I have to select, delete, click the down arrow, delete, etc. in order to quickly go through mail, deleting the ones I don't need, and leaving others I want to go back too.
    Seems like there should be an option to set what the next entry is after delete.

    jamsden wrote:
    Seems like there should be an option to set what the next entry is after delete.
    http://www.apple.com/feedback/macosx.html
    Regards,
    Colin R.

  • Moving on to next slide right after completion of TEB (text entry box).

    Hello all--
    I'm using Captivate 4.
    I have a system training course where we require learners to enter the appropriate date into an TEB.  After the date is entered, I want Captivate to move on to the next slide.  For example, on screen 1, the learner enters '060510', then Captivate should move on to the next slide.
    I can make Captivate work great with text menus:  for example, if the learner enters the correct menu item 'A', then I can set the shortcut key to A which causes Captivate to move to the next slide right away and very nicely.  But I can't figure out how to make this work with dates.  Any suggestions???

    Hi there
    What you need is a shortcut key to trigger the action. Captivate makes it super easy to assign shortcuts, but they aren't without issues.
    For example, some shortcut keys are always interpreted by the browser and therefore cannot be used reliably. In your case a likely shortcut would be to assign 0 as the shortcut. But this has issues because the first character typed is a 0. So the first time 0 were pressed an error would likely be issued because the field isn't complete yet and doesn't match the expected date.
    I've seen this asked about before. What is really needed here is for Captivate to allow configuring a Text Entry Box object so it is constantly on the hunt for a specific string the author configures. Once the criteria has been satisfied, the assigned action occurs. You (and anyone else that wants to see this emerge as a feature) should ask Adobe via the Wish Form (link is in my sig).
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcererStone Blog
    Captivate eBooks

  • How to delete text entries in drop down's?

    I've been creating new PDF forms for my communications center and one of the forms I added a drop down box with all of our dispatchers names.  When someone is filling out the form after its been saved to the computer, if they accidentally enter the wrong name they cannot delete it.  This isn't so much an issue for the drop down for the person who filled out the form, but if they hit the drop down for who cleared the entry, then its a problem as like i said, you cannot delete the name.  Is there anything I can change so that if someone accidentally hits the wrong drop down it can be deleted or erased?
    Also the same question can be asked about a calendar add-on from formrouter, if you click the box where I have the date set up you can't get rid of the box without choosing a date.  I was hoping that something like hitting the escape key might remove it but that doesn't help.

    If you set up the dropdown to "Allow user to enter custom text", they will be able to manually set the field to blank, but this also lets a user enter anything they want, unless you restrict it further with a validation script.
    Regarding the formrouter calendar, since you have access to the code you can modify it to behave however you want.

  • Thunderbolt SMS text errors after downloading update.

    So far, after downloading the newest update for the Thunderbolt on Thu July 14th, I have been having more problems with the phone than I have ever had before. It seems like I am now consistently having THREE different problems with the Messages component of the software:
    1) I go to select a conversation and it highlights the conversation when I tap the one that I'm trying to select, but it doesn't open it. Fairly often I have to hit it an extra 1-2 times for it to open the convo...
    2) I select a conversation to open, and it opens a conversation for someone else. I haven't had any "calibration" issues with the touch-screen before AND it looks like it highlights the convo that I am trying to open, but then it seems to open another random person from my list of conversations. I'm pretty sure I'm not pressing the wrong one because many times, the one it opens is somewhere way down in the list when I'm just trying to select the most recent one.
    3) I have a text conversation open and I know I have the correct one open because I am reading what the person said so I can reply to it. I type in my reply and hit send, and every once in a while it will take about 5-10 extra seconds to send and displays a small dialogue box that says either "Waiting" or "Sending" or "Loading" (I can't quite remember which one). Then the screen switches to a conversation with someone else and it shows that I sent the message to that other person that I didn't even have open. It does actually send it to the wrong person too because I have had someone ask me what I was talking about in my seemingly random text... Pretty frustrating, and now I have to be VERY careful of what I say in my texts because I don't know what random person it might get sent to. A little scary!!!!!
    IS ANYONE ELSE HAVING THESE PROBLEMS WITH THE NEW UPDATE??? I have not downloaded any apps from the Android Market that modify my message layout or anything. I'm just using the stock Massages app.

    Hello Jordan216,
    I know messaging is an important form of communication and can be a bit frustrating when not working properly.  I would first suggest to try to clear the data for the text messaging application by navigating to Settings>Applications>Manage Applications>All>Text messaging>Clear Data.  After clearing the data please power cycle the device and retest.  If that does not assist considering you have the most recent software I would then suggest doing a factory reset.  This will erase everything on the device so please back up if desired.  You may do so by going to Settings>SD & Phone Storage>Factory Data Reset>Reset Phone>Erase Everything.  The phone will prompt you to reactivate after the reset is done and I would like for you to observe the messaging after.  If this addresses the issue great, if not please let me know so I may further assist you.  Thank you. 

  • Reviewing Slides On Wrong Answer?

    When in questions is there a way of reviewing previous slides when a wrong answer is given; for example:
    A standard presentation of 50 slides is viewed and then candidates are taken to the question slides
    If question 1 is answered correctly it moves onto question 2
    if question 2 is answered incorrectly the candidate is then taken taken to the relevant slide (say slide 30) and returned to question 2 for another attempt.
    The only way I have managed to do this so far is to do a slight workaround by changing the way the reporting works i.e. duplicating the relevant reiew slides and putting them after the question slides.  Unfortunately this means the only way I can record their scores is to show quiz attempt not the native scoring results because on each review (out of the quiz) it resets the scores and shows an overall quiz fail for each wrong answer.  This obviously isn't the correct way of reporting quiz scores i.e.
    Number of questions set
    Incorrect answers
    Correct answers
    Percentage
    Pass/Fail
    This means that using this workaround I'm not getting the level of reporting normally available
    So my question is simply, is there a proper way I can record the correct scores and still retain the ability to review wrong answers?  This approach encourages a pro-active way to learn instead of penalising people for incorrect answers and allows them to learn without having to sit through a long presentation more than once - hence me wanting keep this style and be able to get full featured reporting.
    I apologise if I'm being a little long-winded in my explanation or indeed if I'm missing something pretty basic with the software.
    Many thanks in advance for anyone that may be able to help me with this
    Kind regards
    Martyn

    Hello Martyn
    Do not know if this has anything to do with etiquette, just did not know if you were asking me or the other user more help.
    As we both explained: with the Question slides that are in CP (will call them the default Quiz slides) this will not be that easy. You will have to give a lot of attempts for the Quiz to the user to make this possible. There is no way to change the system variables that store the score (such as cpQuizInfoTotalProjectPoints). If you want to realize your workflow you need to construct the Question slides yourself. That is why I offered some articles I published about this subject in CP5.
    You are not the first to ask for this kind of workflow, plan to work out an example but that will not be done today because of other priorities (some exams to be graded are waiting for me). The idea in steps is:
    Create your question slides using non-interactive objects like text captions, images and interactive ones buttons, text entry or click boxes (that get a score); this will not be possible for all kind of Question types, dragging p.e. as for matching or sequence questions is not possible, hotspot is possible.
    Be sure that all slides (to be reviewed before giving a second answer after an incorrect answer) are in the quizzing range (between first scored 'thing' and the score slide)
    On incorrect answer, create an advanced action that jumps to the slide(s) to be reviewed; on finishing those slides have an action that returns them to the question slide.
    On re-entering the question slide, re-initialize the score (to 0 if there is no 'penalty' because of the review) so that the user can answer again.
    Is this the workflow that you want? Which kind of question slides are you using? Is there a 'penalty' if the review possibility is used, I mean is the score that can be obtained lower than the first one?
    Lilybiri

  • Advanced action: jump to next slide if all text entry boxes are filled out. If not, pause project and show error message

    Hi there
    Working with captivate 4 and advanced actions, which is a great new feature, I encounter the following problem:
    I have a sign-in slide, where the user has to insert his name and several other data. For user-friendly handling, I have the text entry boxes appearing one after another, so when the user confirms his entry, the next text entry box appears and has the focus.
    The button for jumping to the next slide works with an advanced action:
    Only if the user has filled out all the text entry boxes, the action "jump to the next slide" is performed.
    If not, an error message is shown.
    It works well so far.
    Now, I want the project to pause there, and not to jump back to the beginning of the slide (as suggested in another Thread in this forum), because then the text entry boxes dissappear again.
    I tried to set the movie control variable rdcmndPause to 1 in order to make the movie pause, but nothing happens.
    I tried it with an external playback control bar and without, it didn't work in either case.
    I found the hint:
    To control the project through the skin file, add the prefix cpSkinLoader_mc to the variables. This might be the solution.(?)
    But how can I change the name of a MovieControl Variable?
    If anyone knows, how this is supposed to work or has another suggestion to solve the problem, please let me now.
    Thanks a lot.
    Petra

    Hi Petra,
    I believe I can help you, but from a completely different angle than anything you've tried yet.  I try to find simple solutions to complex problems.  No advanced actions will be needed, just a little creative timing.  First, I need to be sure I correctly understand what it is you're hoping to accomplish.
    If I understand you correctly, you've got a single welcome slide.  On this slide you've got several TEB's (text entry boxes), set up with variables to make your project more personal or gather some required information.  These TEB's have no right or wrong answers, they simply require an entry: such as an address which begins with a numeric key.  The TEB's are set to appear one after another, as one is completed the next one appears.  Once all have been completed a next button, set to "jump to next slide" takes them  to the next slide and on through your course.  You want the project to pause until the user clicks this button, and only proceed if all TEB's have been entered.  If not, you wish an error message to appear.
    If the above description is correct, I'd do the following:
    Leave your TEB's to show up one at a time as the previous is submitted, as you've described. (each one pauses the slide till info is submitted, then "continues" the slide and the next TEB displays)
    Set each TEB to "display for rest of slide".
    For the next button:  In the properties dialog box, options tab, name the button "Next_button" and uncheck the visibility box.
    Open the properties for the final TEB that students will fill in and set the on success property to "show" then choose the Next_button by clicking the drop down arrow beside the "show" field.  This will hide the Next button until all TEB's have been filled in.
    There is no error message, because there is no possibility of error.  Why tell a student they've messed up, just eliminate that possibility!    All TEB's only display after the previous is entered, and the Next button is hidden until the last TEB is entered.
    I've tested this in a simple 3 slide project and it all worked fine, including some variables.  If you need more detailed info, or would like to see the sample proj. I created let me know.
    Hope this helps.
    randy

  • Text Entry Boxes and their content not being captured in Automatic Recording

    I have searched the forums here and elsewhere extensively and whilst I have found people with similar issues, I have yet to find a solution. My problem is this:
    I am trying to record myself using a piece of software which contains numerous text fields. In the past, when using Captivate 3, I would simply fill out these fields and Captivate would record my entries automatically. When the project was played back, the training simulation would pause and allow the user to type in the text field and provided the entry matched the options I had defined, the simulation would continue to the next step.
    So, my colleague and I have since bought Adobe Tech. Comms. Suite 2 and have upgraded Captivate 3 to version 4. Ever since doing this we have both been unable to successfully capture text entry boxes with their content when recording automatically in any mode. We have checked and triple checked the settings to make sure that the automatic capture of text entry in fields is turned on yet we still cannot get Captivate to perform this task it once so easily could. We both suffer from the same problem on both of our installations of Captivate 4. We have tried recording in all modes with no success.
    I am tearing my hair out as I need to come up with some sample content for a major Governmental client which would be worth a 5 figure sum to my company and I really don't relish having to manually create every text entry box as there are a LOT of them in this application!
    I have also reported this as a bug to Adobe using the correct form. As yet, no response.
    I would really appreciate any genuine help that can be offered by you guys.
    In desperation,
    Rob.

    Ok, I think I've sussed it!
    I've been pulling my hair out for weeks on this and after posting on here, I decided to try something and I think I may have found the problem.
    I work with a laptop as I am a Trainer and therefore quite mobile. When I'm in the office, I dock my laptop and use the Extended Desktop functionality of Windows so I have my laptop screen and a second 19" monitor which i find incredibly useful as screen real estate is always at a premium. And this is where I believe the problem lies.
    I performed a simple test and have repeated this test with identical outcomes everytime. Here is what I did. I fired up Captivate and Outlook and opened up a new mail window in Outlook. I then set Captivate to record the new mail window and hit record. I typed some text into the To field and the Subject field and then stopped the recording. I then previewed the results. When the new mail window was on my primary screen, (i.e the laptop) the Text Entry Box recording worked 100% fine. However, if the new mail screen was residing on my secondary screen, i.e. the monitor, the Text Entry Box recording failed!
    So it would seem that Captivate 4 has an issue with seeing the text entered on a secondary monitor when Windows is running in Extended Desktop mode. I am absolutely certain this wasn't an issue with Captivate 3 as I created plenty of content without any of these problems and I was using the Extended Desktop back then.
    So, if anyone else is having the same issue, and you are running an Extended Desktop, try what I did above.
    In the meantime, I am raising this issue with Adobe in the hope they can get this fixed, but at least now I can carry on with my content creation
    Regards,
    Rob.

  • How do I incorporate text entry boxes into a quiz?

    Hi Everyone,
    I am very new to Captivate 8. I am trying to incorporate TEB's into a quiz. When I try to check the button (include in quiz) it is grey and does not allow me to check it. In addition I do not know how to let the programme know what text I would consider correct or incorrect after the student has typed it into the text boxes.
    I am obviously missing something and would be very grateful for help because I am losing my patience ++ (all the videos on the web regarding this do not appear to be for captivate 8, only earlier versions :-()
    Thanks
    Alex

    Hey everybody.
    Im very new to Adobe Captivate and I try to create questions where the students have to enter numbers only. So I don't want them to be able to enter letters in to the field.
    In text entry boxes I'm able to set it to numbers only. Is there a way to control this in quizzes as well?
    If I try to create a new question I get only the choice showed on the pic below. Is there a possibility to add text entry boxes as quiz questions to the question-pool?

  • Text Entry Box not showing all text

    I am creating a simple exercise where I would like the user to copy text from the course, paste it into word, and report back what the word count is.  I thought perhaps the Text Entry Box would be the best way to go, since if you click on the existing (default) text, you can copy it.  However after I place the paragraph of text in the box, and resize in the editor so that all the text shows, it does not show all the text when playing back, either previewd or published.  It only shows the last few words of the last line at the top of the box.
    Is there something I am missing?  Or, is there an easier/better way to do what I need?
    Thanks

    Hi all
    If this is Captivate 4, there may not be any need for a widget to do this. I'm guessing you haven't tried enabling the Scroll Bar for the Text Entry Box (TEB)?
    When I just plop a TEB on a slide, I get this in edit view:
    During playback it looks like this:
    But if I edit the TEB properties and enable the Show Scrollbar option:
    I get this in the output:
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • Text Entry Box not working right??

    This is strange…. If anyone has any thoughts…
    that would be great.
    I have a slide that tests someone's knowledge for inputting
    into a text entry box. I want to give them 2 tries for doing this
    task - and if they don't perform the task correctly, I want an
    error message to display. However, I want the error message to be
    different based on the 1st time that they try and the second time.
    The method to accomplish this.. I have done many times, and has
    always worked. However, for some reason, it's not working this
    time.
    In order to customize the error message based on whether it's
    the 1st try or the second - I have created 2 text entry boxes.
    The first text entry box is set to display at 0 seconds, is
    set to display for 2 seconds and is set to pause after 1.5 seconds.
    If the user enters a successful text entry the user will be
    navigated to the next slide, if the user enters an incorrect text
    entry they will continue on the same slide and a failure caption is
    selected to display (this is the first error message that displays
    for the first try.)
    The second text entry box is set to display at 2 seconds, is
    set to display for 2 seconds and is set to pause after 1.5 seconds.
    If the user enters a successful text entry the user will be
    navigated to the next slide, if the user enters an incorrect text
    entry they will continue on the same slide. No failure caption is
    selected to display. This is the important point... I have not
    selected for a failure caption to display for this text entry box.
    I have a text caption that displays at 4 seconds - this is
    the second error message that the user will see if they input an
    incorrect text entry into the second text entry box.
    Everything seems to work fine except... for some reason, when
    I enter an incorrect text entry into the second text entry box, I
    get the failure message that I set for the first text entry box.???
    Very strange. I have recreated this 3 times - each time it works.
    Then, all of a sudden, it stops working. I’ve even tried
    recreating the movie from scratch… but same results.
    Any thoughts?
    Thanks,
    Lynn

    Hi again
    Okay, makes sense. I suppose in this case, I'd simply use
    another slide. From what you have explained, it would appear there
    is a possible issue Captivate is having with multiple text entry
    boxes on the same slide.
    So I would insert a slide following the existing slide. Then
    on failure of the first text entry box, direct to the next slide.
    On success of the first text entry box, skip over the new slide to
    the proper "continue" slide.
    Hopefully that makes sense... Rick

Maybe you are looking for

  • Mac Os X 10.6.8   Safari keeps freezing

    Safari freezes very often. It then tells me to either cancel or force reload. After I do the force reload all of my passwords for different websites are gone.             I only had the computer for one year, and I don't know how to fix this problem.

  • Mail SMTP rogers authentication problem or bug?

    I'm setting up multiple email accounts in Mail. Internet provider is with Rogers Rogers blocks SMTP ports so the only SMTP I can use with all my mail accounts is smtp.broadband.rogers.com Having a problem with Mail where one of the accounts is using

  • Calculator and clock on desktop

    I want to add world clock and calculator which is their in dashboard to my desktop how to do?

  • User presets for copy/paste function.

    User presets for copy/paste function?  During an edit session, I am constantly switching to, and from copying: crop (only), and copying everything except "local adjustments" and "basic tone".  I use a few other combinations as well. Switching between

  • Can I add filters (SelectOneChoice af tag) in MPCUI metadata option

    Hi All, I have created my own custom target home page using MPCUI metadata driven option. I have defined a new page with a table which take the data from OMS repository using SQLDataService. Now I want have a filter on top of my table to limit the nu