Back
Login
Register
Login
Register
Millisecond Forums
Home
»
Millisecond Forums
»
Inquisit 5
»
RE: Removing the Practice Trials on AAT (mouse version)
Removing the Practice Trials on AAT (mouse version)
Post Reply
Like
48
Removing the Practice Trials on AAT (mouse version)
View
Flat Ascending
Flat Descending
Threaded
Options
Subscribe to topic
Print This Topic
RSS Feed
Goto Topics Forum
Author
Message
Jodie Smith
Jodie Smith
posted 8 Years Ago
ANSWER
Topic Details
Share Topic
Group: Forum Members
Posts: 1,
Visits: 5
I am clueless with coding and wondered if anyone was able to help me edit the AAT (mouse version)
http://www.millisecond.com/download/library/AAT/
I am getting participants to run the same programme 3 times in total so for the second and third time I was hoping to remove the practice trials. Would anyone be able to help me in this matter.
Kind Regards
Jodie
Reply
Like
48
Dave
Dave
posted 8 Years Ago
ANSWER
Post Details
Share Post
Group: Administrators
Posts: 13K,
Visits: 105K
+
x
Jodie Smith - Tuesday, January 17, 2017
I am clueless with coding and wondered if anyone was able to help me edit the AAT (mouse version)
http://www.millisecond.com/download/library/AAT/
I am getting participants to run the same programme 3 times in total so for the second and third time I was hoping to remove the practice trials. Would anyone be able to help me in this matter.
Kind Regards
Jodie
Create at least two AAT scripts:
- One identical to the original (including the practice block),
- One without the practice block
For the latter, simply remove block practice_AAT from the <expt> elements' /blocks attributes:
<expt>
...
/ blocks = [
1 = SequenceGenerator;
2 = practice_AAT;
3 = AAT;
]
...
</expt>
becomes
<expt>
...
/ blocks = [
1 = SequenceGenerator;
2 = AAT;
]
...
</expt>
Then administer the two scripts via a simple <batch>:
<batch>
/ file = "aat_mouseinput.iqx"
/ file = "aat_mouseinput_no_practice.iqx"
/ file = "aat_mouseinput_no_practice.iqx"
</batch>
Reply
Like
41
GO
Merge Selected
Merge into selected topic...
Merge into merge target...
Merge into a specific topic ID...
Open Merge
Post Reply
Like
48
Post Quoted Reply
Reading This Topic
Login
Login
Remember Me
Reset Password
Resend Validation Email
Login
Facebook
Explore
Messages
Mentions
Search