Displaying a countdown timer for participants
ben robinson
baltimore.ben at gmail.com
Tue Mar 18 13:51:49 UTC 2008
you could try setting your slide's duration to zero (with a response window
of however many seconds you need).
then in an inline immediately after the slide is presented...
Do
Select Case SlideX.TimeLimit - (Clock.Read - SlideX.OnsetTime)
Case 9995 to 10005
c.SetAttribAtSource "Remaining", 10
Case 8885 to 9005
c.SetAttribAtSource "Remaining", 9
Case...
Case 995 to 1005
c.SetAttribAtSource "Remaining", 1
End Select
Loop While Clock.Read - SlideX.OnsetTime < SlideX.TimeLimit
this is just a guess. let me know if it works.
ben
On Mon, Mar 17, 2008 at 9:34 PM, Joseph Williams <
josephjaywilliams at gmail.com> wrote:
> 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?
>
> Thanks,
>
> Joseph
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "E-Prime" group.
To post to this group, send email to e-prime at googlegroups.com
To unsubscribe from this group, send email to e-prime-unsubscribe at googlegroups.com
For more options, visit this group at http://groups.google.com/group/e-prime?hl=en
-~----------~----~----~----~------~----~------~--~---
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listserv.linguistlist.org/pipermail/eprime/attachments/20080318/d421f853/attachment.htm>
More information about the Eprime
mailing list