you could try setting your slide's duration to zero (with a response window of however many seconds you need).<br>then in an inline immediately after the slide is presented...<br>Do<br>   Select Case SlideX.TimeLimit - (Clock.Read - SlideX.OnsetTime)<br>
      Case 9995 to 10005<br>         c.SetAttribAtSource "Remaining", 10<br>      Case 8885 to 9005<br>         c.SetAttribAtSource "Remaining", 9<br>      Case...<br>      Case 995 to 1005<br>         c.SetAttribAtSource "Remaining", 1<br>
   End Select<br>Loop While Clock.Read - SlideX.OnsetTime < SlideX.TimeLimit<br><br>this is just a guess.  let me know if it works.<br><br>ben<br><br><div class="gmail_quote">On Mon, Mar 17, 2008 at 9:34 PM, Joseph Williams <<a href="mailto:josephjaywilliams@gmail.com">josephjaywilliams@gmail.com</a>> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi, I'd like to be able to display how much time participants have left
to make a response- e.g. a textobject on a slide that appears when
there are 10 seconds left, and counts down from 10 to 0. Does anyone
have any ideas on how to implement this?<br>
<br>Thanks,<br><font color="#888888"><br>Joseph</font><br>
<br>
</blockquote></div><br><br>
--~--~---------~--~----~------------~-------~--~----~<br>
You received this message because you are subscribed to the Google Groups "E-Prime" group. <br> To post to this group, send email to e-prime@googlegroups.com <br> To unsubscribe from this group, send email to e-prime-unsubscribe@googlegroups.com <br> For more options, visit this group at http://groups.google.com/group/e-prime?hl=en <br> -~----------~----~----~----~------~----~------~--~---<br>
<br>