Force learner to view a slide for a specific amount of time

In Captivate 5, is there a way to force a learner to view a slide for a minimum amount of time -- and to grade them on viewing for that amount of time?

Let's say that you need the user to stay on a slide for a minimum 30 seconds.  Here are two ideas:
Idea One:  Delayed Navigation Buttons
Set up the Captivate slide so that when the user initially lands on the slide there is no navigation on that slide.  (This means the playbar can't be on that slide either.)
Set up the "next" button to appear when the playhead reaches 30 seconds on the timeline.
This will ensure the user stays on the slide for at least 30 seconds because there is no other way to move ahead.  ( I'm a little unclear about how your grading system works, however, perhaps the "Next" button could also have points associated with it that you could use for grading purposes.) 
Idea Two:  Points Attached to a Button
When the user arrives on the slide, they are told they need to click a specific button in order to get points; however, that button will only appear when the user has been on the slide for 30 seconds.
In this case, the button could also have a point value which you could use for grading purposes.

Similar Messages

  • Can I "show" an image for a specific amount of time after a click?

    Hello,
    I would like an image to appear for only a specific amount of time after the user clicks a button.
    Is this possible?
    Thanks for any help!

    You cannot time with an advanced or shared action. Isn't a rollover image (which you can time) a valid alternative? You could use the timeline in combination with an action Continue, but I don't know the precise circumstances of your question.

  • How do I insert a pdf file (image) into a project as a picture-in-picture clip that will run for a specified amount of time?

    I want to insert a pdf created from a ppt slide into a FCP X project that will run as a PIP for a specified amount of time. I was successful in bringing the image into the project as a clip but the default for the image is one second. When I try to change duration of the clip, I am able to enter a new time length but the actual clip doesn't change.

    You select the PDF image in the timeline. You use Control-D and enter the new duration. What happens?

  • How to generate a continuous sine wave for a given amount of time

    I am trying to output a continuous sine wave for a speaker, but I am having difficulty making it continuous rather than looping the signal for a given amount of time, which causes discontinuities. There is a VI in the Labview examples titles Continous Generation, but it produces a square wave. Is there a way to adapt this VI such that the amplitude and frequency can be used as inputs to create a sine wave?

    I found a VI that ships with labview(7.0)called continuous sound output. the output of this is a sine wave or you can change it to whatever you want.
    Sorry cannot help more
    Joe
    Joe.
    "NOTHING IS EVER EASY"

  • Video content freezes for a certain amount of time on Lion

    After upgrading to Lion, I have noticed that video content freezes (though the voice is heard, but the picture is frozen for some seconds) for a certain amount of
    time when its starts playing (eg youtube videos) on Lion.
    I have observed this on my friends macbook pro also.
    I have a macbook (mid 2010 model)

    Stats Before playing a video
    Stats while playing a video in youtube

  • Continuous averaging for a certain amount of time

    Hi
    In my program I have to use a start button to continuously average a value for a certain amount of time(lets say 3s) and keep and show the average the value. The state of the start button should return to off mode after that 3 sec so if the user hit the start button again it reset the array and calculate the average again.
    Would you please help me with this program. I have attached pic of what I ahev done
    With this vi I can take data after hitting start for 3 sec but I have these problems:
    1- I don't know how to calculate average value when finish getting data after 3 sec
    2- I would like the start button back to off mode after 3 sec so if I click on the start button again it reset the array and calculate the average again.
    Would u plz help me with this vi?
    Attachments:
    1q.jpg ‏169 KB

    Use mean function to average an array. And wire your time has elapsed boolean to a case structure and reinitialise your boolean control to default in the true case.
    Create invoke node as below, just in case you dont know.
    Beginner? Try LabVIEW Basics
    Sharing bits of code? Try Snippets or LAVA Code Capture Tool
    Have you tried Quick Drop?, Visit QD Community.

  • For Photoshop CC download do I have to pay the £8odd a month forever or for a set amount of time?

    I want to know whether there's a set price to the deal or will I be paying £8odd forever?
    I'd rather buy the full application, then and there, if that is the case. Save Money.
    Is there a set price? Or are you paying it if off monthly for a set amount of time?
    Can't find answers anywhere.
    Thanks In Advance!
    J

    You pay for your Cloud membership as long as you want to use the software.
    When you stop paying the software stops working. You never own the software. There is no set time when you finally pay it off - because it's a subscription model, not a rent-to-own model.
    If you want a pay once, own forever deal then you may be better off getting the superseded CS6
    Creative Suite 6

  • How to execute a frame of a flat sequence structure for a specified amount of time?

    Hello,
    I have a timed loop measuring a resistance value every 2 seconds. I would like to have this timed loop execute for a specified amount of time (e.g. 5 minutes). The timed loop itself is placed within a flat sequence structure so I am concerned that the measurement will be taken once and the next frame will begin to execute, without waiting 2 seconds for a successive reading (and not looping for, say, 5 minutes).
    In other words, is it possible to have a frame of a flat sequence structure execute for a specified amount of time before moving onto the next frame?
    Thanks for your assistance!
    JFK_Aero
    Solved!
    Go to Solution.

    All code in one sequence frame must complete before the next frame can execute.  So as long as your timed loop is setup correctly, the next frame cannot run until your 5 minutes is up (N = 5 minutes/2 seconds/measurement = 150 measurements).
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

  • Continuing a loop for a set amount of time

    Hi,
    I'm am trying to alter a previously written program have run into a problem.
    The program is set up so that when the input exceeds a set level an output voltage to a buzzer is created; the buzzer continues as long as there is an input.  What I need it to do is to continue this output for a set amount of time.
    I've been searching the forum and found this straight forward solution from adamsjr.
    "The easiest way to do this is to use a two Tick Count functions. The first
    one is outside of a While loop, the second one is inside of the While loop.
    Wire the first one through a tunnel into the While loop, add on the appropriate
    ms (5*1000), wire the sum to one input of a compare function. Wire the
    other input of the compare function to the second Tick Count function. Exit
    the loop when the compare shows the second Tick count value is greater than
    the summed value."
    I've got placed the output subVI into a while loop and followed the above directions and this doesn't seem to work. I'm wondering if I would also have to include the input subVI into the loop or is there another possible solution
    Thanks ahead of time,
    Kristen

    Hi Kristen,
    You have the compare function implemented incorrectly.  You need to make sure that the first terminal of the "Greater than or equal" function connected to the output of the sum, and the second terminal to the tick count in the while loop.  The first terminal corresponds to x parameter and the second terminal is for the y parameter.  So if x is greater than or equal to y, then the loop will need to exit.
    You can see how long a subVI is taking if you put a flat sequence structure within your subVI around the entire subVI code.  The first frame would only have a tick count going into an indicator, the middle frame your normal code, and then the final frame would contain another tick count wired into another indicator.  Then you can subtract the second indicator value from the first and get hold long it took to execute the middle (core) of your code for that subVI.
    I highly suggest using the highlight execution and probes and other debugging techniques such as breakpoints to diagnose where the data is being held up.

  • Do i have to charge my replacement macbook pro batter for a certain amount of time before using the computer?

    do i have to charge my replacement macbook pro batter for a certain amount of time before using the computer?

    First, if you have a Late 2008 or older MacBook Pro, you should calibrate the battery, as the battery for these MacBooks don't come precalibrated > http://support.apple.com/kb/HT1490?viewlocale=en_US&locale=en_US
    Then, the battery should come charged, so use it until the battery percentage is low, and then, charge it. You can use your Mac while your battery is being charged, and your MacBook will stop charging the battery when your battery is full, so you can unplug it at any moment

  • Draft Documents View is empty for a specific user

    Hi,
    For a specific user, when he goes on the Document Draft Reports, the Sales Document sub-form is empty. Meaning that when he ticks the "Sales Documents" option, the boxes to choose specific Sales Document does not exist (e.g. Sales Quotation, Sales Orders etc.). This happens no matter what are the other options (e.g Open Only or User Option).
    The other lists (Purchasing and Stock) are working properly. Again, all the other users do not experience the same issue as the form is working properly
    The installation is on 2007A SP01
    Any ideas?
    Thanks in advance
    Gerasimos

    Hi Gerasimos.......
    I'm sure this is a Bug in your system. If you have any of the adons then please Disconnect it and also try to create new Super User and give him license and then check with this new user for the same output.......
    Else I'm afraid you need to raise a support ticket to SAP.......
    Regards,
    Rahul

  • WCS Lobby Ambassador audit report for a specific period of time

    Hi all,
    I know there is an WCS audit report for each lobby ambassador activities. But the problem is that I see only activities from Nov 9 to the present. I don't know what the reason is, whether somebody erased that information before Nov 9 or something else happened.
    Is there any option to manually configure a specific period of time, for example obtain all activities for last 3 months?
    Thanks for any hint.
    Jozef

    Hi Koti,
    What error did you meet when you used audit report from Oct 16 to Oct 31?
    Please check the log file to find more information about this issue. The path of the log file is: C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\LOGS. You can check the log file whose modified date is from Oct 16 to Oct 31.
    In addition, please deactivate and reactivate Reporting feature at site collection level.
    A similar post for your reference:
    http://sharepointknowledgebase.blogspot.com/2012/07/unexpected-error-when-trying-to-view.html#.VG2cFouUeog
    About audit log report, please take a look at:
    https://support.office.com/en-us/article/Configure-audit-settings-for-a-site-collection-a9920c97-38c0-44f2-8bcb-4cf1e2ae22d2?ui=en-US&rs=en-US&ad=US
    Best Regards,
    Wendy
    Wendy Li
    TechNet Community Support

  • What do I need to worry about when running a VI for an extended amount of time?

    Hi, I'm fairly new to LabVIEW as a program, but not new to programming as a whole.
    I'm attempting to build a VI which will, hopefully, be run continuously and take data for weeks-months at a time.
    I've never built a VI, let alone a program, which will be run continuously for so long, and so I'm unsure as to what I should be concerned about. I'm looking right now at optimizing, as best I can, memory allocation, algorithms, etc. but I suppose my main question is: What should I really be worrying about when programming a VI which will be run continuously for an extended period of time?
    Solved!
    Go to Solution.

    In the structure of your VI's, be certain that you are not repetively creating things such as references to queues, or file references, or DAQ tasks, or anything without closing them.  I was working on one application where a DAQ task was getting created every loop iteration and not being closed.  It crashed the PC hard with a blue screen of death after about 20 minutes of operation, through debugging and before I found the cause, I saw I had about 80,000 to 100,000 iterations of a loop fairly consistently before the crash.
    If this loop had run at a slower rate, it might have taken days or weeks before the PC would have crashed.  It would have seemed infrequent and would have taken longer to debug because I would never have seent the pattern.  If it takes a few failures before you discover the problem, it is a lot quicker to find the explanation after a few failures at 20 minutes per failure as opposed to 20 days per failure.  The problem was eventually found in a subVI several layers down and fixed.
    So if you pay attention to these things early enough, then hopefully they won't pop up and bite you weeks or months into a critical run of the program.

  • Is there any way to get questions to appear on a question slide after a certain amount of time?

    Here is what I'm trying to accomplish.  I would like the narration to play on a slide, and some images will appear while the narration is speaking as well. Once the narration is done the questions will appear, and the user can select their answer.  I do not see anywhere that I can set timings for the question area.  I thought about making this into two slides, but if the user wants to hear the question again they would be unable to since it's on a previous slide. If anyone has an idea, or a workaround, please let me know.

    The default objects on question slides (question type, question, answers, buttons...) are embedded in that slide, don't have a separate timeline, and that is why you cannot time them individually at all.
    Two possible choices:
    Create a custom question slide, using standard objects (over which you have total control), advanced actions and scored objects to transfer the score to a LMS if that is necessary
    Use two slides as you already proposed: you can set the objects to display for the rest of the project, so that they also will be visible on the second, question slide. You can add a shape button to a question slide, to have the narration played again if the user wishes, using the same audio clip as you used as slide audio (I think) on the previous slide, now with the command 'Play audio'.
    Lilybiri

  • How do i save a graph for a specific length of time

    Dear All,
    I am using a magnetic field sensor on a mine detector. Lets say the minedetector sweeps the sector for 10 secs. i want your help on the following
    1) how do i save the waveform chart for the whole ten sec. All i know is that i came across an example where i can save the chart at a specific point as a jpg. But that example is also for a graph. for the chart i suppose we need to change the array in some way.
    2) If i save the value of magnetic field obtained at every sample in an array, can i save it as an excel file. how do i do that.
    Best regards
    Regards
    Asad Tirmizi
    Design Engineer
    Institute of Avionics and Aeronautics
    " Its never too late to be, what u want to be"
    Using LabVIEW 8.2
    Solved!
    Go to Solution.

    Whenever I'm asked to reproduce chart data, I use Excel. In other words, your #2. The charts are graphical items floating along on the screen. Once they are gone, they are gone. You could save the chart to jpg everytime the chart gets full, then string it together later, but why? The data are the data, not the chart.
    The easiest way to save an array for Excel is to simply write the data to a text file, and have LabVIEW save the file as a *.csv file. This file can then be directly opened in Excel, and then plotted.
    The other method would be to have LabVIEW save directly to an Excel worksheet. There are lots of examples of that on the forum.
    Richard

Maybe you are looking for

  • CRM 5.0 - IC WebClient - BP Search Term 1 - Method

    Hi Gurus Does anyone know of a SAP Standard Method to retrieve Search Term 1 for the Business Partner (Customer). I want to display the value in the Identify Account View Thanks Panduranga

  • Include external content when referred in internal content

    I am hoping someone can point me the right directions for the following use case. In our SharePoint site collection various pages are referring to external content (for example: an article page on msdn or wikipedia). Whenever the user is searching fo

  • Data copy in Hyperion Planning taking long time

    Hi All, good morning. I am using data copy in hyperion planning (11 1 2 2) to copy from one scenario to other selecting account annotations and supporting details. The essbase part of copying data completed (checked sessions), but when I checked the

  • Printing E Mail - No 2012 date

    When I go to print an email for a paper file, the "year date 2012" does not appear on the message. It only contains the day, month and time. How can I add the year?

  • Can't upgrade from 10.4.11 to 10.5

    macbook core2duo 2.0 , version10.4.11 cannot upgrade to 10.5 from original upgrade DVD it's installed around 20% and then stop install when first upgrade install I try to install again but fail to start up  the DVD. any help is appreciated