This article applies to:
E-Prime 3.0
E-Prime 2.0
E-Prime 1.x
Detail
This sample experiment demonstrates how to display a countdown timer to the participant using InLine script after a stimulus has been displayed for a specified amount of time.
Abstract
The 'Stimulus' object contains two 'SlideText' sub-objects – one to display the stimulus, and another to display the countdown clock. The 'SlideText' sub-object used to display the countdown clock is blank by default; its Text property is set in the 'GetResponse' InLine object if necessary.
The 'GetResponse' script loops continuously until either the subject responds (determined using the IsPending method of the 'Stimulus' object) or the stimulus has been displayed for the desired maximum duration. Inside the loop, the script checks to see if the stimulus has been displayed for over 5 seconds. If so, the Text property of the second 'SlideText' object is changed to display the countdown clock.
See Also:
INFO: Use of IsPending() to execute script while a response object is running [18034]
Comments
2 comments
Could you upload the file in E-Prime Version 2 as well please?
Okay, found it: https://support.pstnet.com/hc/en-us/articles/229352067?input_string=using+a+video+or+count+down+clock+to+show
Please sign in to leave a comment.