Fixing Timer


Author
Message
Jin
Jin
Distinguished Member (3.5K reputation)Distinguished Member (3.5K reputation)Distinguished Member (3.5K reputation)Distinguished Member (3.5K reputation)Distinguished Member (3.5K reputation)Distinguished Member (3.5K reputation)Distinguished Member (3.5K reputation)Distinguished Member (3.5K reputation)Distinguished Member (3.5K reputation)
Group: Forum Members
Posts: 26, Visits: 103
Hi All,

I am trying to program Inquisit to display a Timer next to a picture. The subject is suppose to look at the picture and talk for 60sec, and I am trying to have a timer count down to let them know how much time they have left. Also I am having issue skipping through the "Wait" block; "ctrl-b" doesn't work for some reason.

---------------------
**Waiting Screens***
---------------------
<picture wait>
/ items = wait
/ position = (50, 50)
/ size = (75%, 75%)
</picture>

<item wait>
/1 = "WaitingScreen.jpg"
</item>

----------
**Timer**
----------

<clock Timer>
/ mode = timer
/ resetrate = trial
/ erase = false
/ txbgcolor = yellow
/ txbgcolor = black
/ timeout = 60000
/ position = (90%, 10%)
/ format = "mm:ss"
</clock>

<trial wait>
/ ontrialbegin = [clock.timer.start(0)]
/ stimulustimes = [0=wait]
/ validresponse = (57)
/ inputdevice = keyboard
/ responseinterrupt = immediate
/ trialduration = 60000
/ pretrialpause = 250
/ posttrialpause = 250
</trial>

Any help would be appreciated!!

Thanks You!!!




Tags
GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Threaded View
Threaded View
Jin - 8 Years Ago
Dave - 8 Years Ago
     Thank you Dave!
Jin - 8 Years Ago

Reading This Topic

Explore
Messages
Mentions
Search