Back
Login
Register
Login
Register
Millisecond Forums
Home
»
Millisecond Forums
»
Inquisit 4
»
Redefine value in each trial
Redefine value in each trial
Post Reply
Like
130
Redefine value in each trial
View
Flat Ascending
Flat Descending
Threaded
Options
Subscribe to topic
Print This Topic
RSS Feed
Goto Topics Forum
Author
Message
skotturi
skotturi
posted 10 Years Ago
ANSWER
Topic Details
Share Topic
Group: Forum Members
Posts: 2,
Visits: 4
Dear Community,
I am trying to use the Prospective Time Estimation task provided by Inquisit.
Instead of just doing one trial at a fixed time interval of 53 seconds, I am trying to do multiple trials of random length.
Instead of using:
<values>
...
/timeinterval = 5300
</values>
I'm using:
<values>
...
/timeinterval = ceil(rand(45,75))*1000
</values>
To achieve a random time interval in between 45 & 75 seconds.
I'm currently just running two experiment blocks:
<expt >
/blocks = [1 = timeestimationstart, 2=
timeestimationstart]
</expt>
This works except that the time interval variable isn't reassigned the second time, so my interval is the same for both trials.
I have tried to force the reevaluation of the timeinterval variable:
<trial start>
/stimulustimes = [0=start, circle]
/timeout = [values.timeinterval = ceil(rand(45, 75))*1000]
/branch = [trial.end]
/recorddata = false
</trial>
But this fails with "Expression '[values.timeinterval' is invalid. Expression contains an unknown element or property name."
I could just hardcode a second timeinterval, a second trial and second variable to be exported but I'd prefer a more elegant solution.
It's been a while since I've coded much in Inquisit, been spending most of my time in python, js & R. Thus I'm undoubtedly over thinking this, I think...
The code I'm working with can be found here (the prospective task):
http://www.millisecond.com/download/library/TimeEstimation/
Cheers,
Sante
Tags
change
reevaluate
trial
value
variable
Reply
Like
130
GO
Merge Selected
Merge into selected topic...
Merge into merge target...
Merge into a specific topic ID...
Open Merge
Threaded View
Threaded View
Redefine value in each trial
skotturi
-
10 Years Ago
#1: Values are -- by design -- static. I.e. the expression in...
Dave
-
10 Years Ago
Great, that works and makes a lot more sense. The /ontrialbegin method...
skotturi
-
10 Years Ago
Post Reply
Like
130
Post Quoted Reply
Reading This Topic
Login
Login
Remember Me
Reset Password
Resend Validation Email
Login
Facebook
Explore
Messages
Mentions
Search