Back
Login
Register
Login
Register
Millisecond Forums
Home
»
Millisecond Forums
»
Inquisit 5
»
RE: Altering instructions in AOSPAN
Altering instructions in AOSPAN
Post Reply
Like
36
Altering instructions in AOSPAN
View
Flat Ascending
Flat Descending
Threaded
Options
Subscribe to topic
Print This Topic
RSS Feed
Goto Topics Forum
Author
Message
psychgradstudent
psychgradstudent
posted 6 Years Ago
ANSWER
Topic Details
Share Topic
Group: Forum Members
Posts: 1,
Visits: 3
Hi all,
This may be a simple question.
I am new to Inquisit. I am looking to modify a WM task (Automated OSPAN, retrieved here:
https://www.millisecond.com/download/library/ospan/)
All I need to do is insert additional "slides" of text at the beginning of the task, and in instructions that appear after each block of trials.
It is simple to edit the instructions at the beginning, but what subsequent changes must I make to the rest of the code in order to ensure that the new slides are incorporated and presented in the correct order?
Thank you!
Mark
Reply
Like
36
Dave
Dave
posted 6 Years Ago
ANSWER
Post Details
Share Post
Group: Administrators
Posts: 13K,
Visits: 104K
+
x
psychgradstudent - Monday, December 17, 2018
Hi all,
This may be a simple question.
I am new to Inquisit. I am looking to modify a WM task (Automated OSPAN, retrieved here:
https://www.millisecond.com/download/library/ospan/)
All I need to do is insert additional "slides" of text at the beginning of the task, and in instructions that appear after each block of trials.
It is simple to edit the instructions at the beginning, but what subsequent changes must I make to the rest of the code in order to ensure that the new slides are incorporated and presented in the correct order?
Thank you!
Mark
All the instructions are in <item instructions>, in the order they are supposed to appear during the task. Insert your additional "slide texts" there, in the positions where you need them to occur.
The adjust the number of "instructions" trials run in the respective <block>s accordingly.
<block InstrPracLetter>
/ trials = [
1-3=instructions
]
/ recorddata = false
</block>
For example, the letter practice instructions block displays three slides by default. If you were to insert a fourth one, change it to
<block InstrPracLetter>
/ trials = [
1-4=instructions
]
/ recorddata = false
</block>
The remaining instructions blocks work the same:
<block InstrPracMath>
/ trials = [1-3=instructions]
/ recorddata = false
</block>
<block InstrPracBoth>
/ trials = [1-3=instructions]
/ recorddata = false
</block>
<block InstrTestBoth>
/ trials = [1=instructions]
/ recorddata = false
</block>
<block InstrFinal>
/ trials = [1=instructions; 2=score_report]
/ recorddata = false
</block>
Reply
Like
43
GO
Merge Selected
Merge into selected topic...
Merge into merge target...
Merge into a specific topic ID...
Open Merge
Post Reply
Like
36
Post Quoted Reply
Reading This Topic
Login
Login
Remember Me
Reset Password
Resend Validation Email
Login
Facebook
Explore
Messages
Mentions
Search