Back
Login
Register
Login
Register
Millisecond Forums
Home
»
Millisecond Forums
»
Inquisit 4
»
RE: restart a trial
restart a trial
Post Reply
Like
101
restart a trial
View
Flat Ascending
Flat Descending
Threaded
Options
Subscribe to topic
Print This Topic
RSS Feed
Goto Topics Forum
Author
Message
davide
davide
posted 11 Years Ago
ANSWER
Topic Details
Share Topic
Group: Forum Members
Posts: 2,
Visits: 3
Hi everybody!
I want to insert at the end of an example trial thepossibility to press the space key to start the effective block or to press the A key to RESTART the example trial. But I don't know how...any suggestion?
Tags
restart trial choice button
Reply
Like
101
Dave
Dave
posted 11 Years Ago
ANSWER
Post Details
Share Post
Group: Administrators
Posts: 13K,
Visits: 105K
You can do that using /branch attributes:
<expt>
/ blocks = [1=practice; 2=test]
</expt>
<block practice>
/ trials = [1-10=mytrial; 11=repeattrial]
/ branch = [if (trial.repeattrial.response == 30) block.practice]
</block>
<block test>
/ trials = [1-100=mytrial]
</block>
<trial mytrial>
/ stimulusframes = [1=mytext]
/ validresponse = (57)
</trial>
<trial repeattrial>
/ stimulusframes = [1=repeattext]
/ validresponse = (57, 30)
</trial>
<text mytext>
/ items = ("Press the spacebar as quickly as possible.")
</text>
<text repeattext>
/ items = ("Press A to repeat the practice block. Press the spacebar to move on.")
</text>
Reply
Like
99
davide
davide
posted 11 Years Ago
ANSWER
Post Details
Share Post
Group: Forum Members
Posts: 2,
Visits: 3
thank you Dave!!!
Reply
Like
101
GO
Merge Selected
Merge into selected topic...
Merge into merge target...
Merge into a specific topic ID...
Open Merge
Post Reply
Like
101
Post Quoted Reply
Reading This Topic
Login
Login
Remember Me
Reset Password
Resend Validation Email
Login
Facebook
Explore
Messages
Mentions
Search