Back
Login
Register
Login
Register
Millisecond Forums
Home
»
Millisecond Forums
»
Inquisit 4
»
Alternating Stimuli with Rating pages
Alternating Stimuli with Rating pages
Post Reply
Like
18
Alternating Stimuli with Rating pages
View
Flat Ascending
Flat Descending
Threaded
Options
Subscribe to topic
Print This Topic
RSS Feed
Goto Topics Forum
Author
Message
ashaw
ashaw
posted 11 Years Ago
ANSWER
Topic Details
Share Topic
Group: Forum Members
Posts: 5,
Visits: 22
Hi! I'm working on an experiment whereby I'm trying to alternate a stimuli page with a rating page.
I know how to do this manually in the block element as follows:
<block>
/trials = [1,3= noreplacenorepeat(practiceTrial); 2,4= likertpracticeTrial]
</block>
However, I'm trying to automate this alternation using a counter since the number of pages that I have to alternate is quite large.
I tried to define a count using the following code outside of the block:
<values>
count = 1
</values>
Then I edited the trial code as follows:
<trial practice>
/stimulusframes = [1=practice]
/ontrialbegin = [ values.count + 2]
</trial>
I then edited my block code from above as follows:
<block>
/trials = [values.count= noreplacenorepeat(practiceTrial); 2,4= likertpracticeTrial]
</block>
This count method did not work because Inquisit did not recognize values.count as being an integer and returned an error saying that trial1 was undefined. I I would appreciate any help in figuring out a simpler count method that can automate alternation of the pages.
Thank you!
Reply
Like
18
GO
Merge Selected
Merge into selected topic...
Merge into merge target...
Merge into a specific topic ID...
Open Merge
Threaded View
Threaded View
Alternating Stimuli with Rating pages
ashaw
-
11 Years Ago
<block> /trials = [ values.count =...
Dave
-
11 Years Ago
The sequence command is perfect for what I need. Related to your...
ashaw
-
11 Years Ago
> Related to your branch suggestion however, if I did do a branch,...
Dave
-
11 Years Ago
Post Reply
Like
18
Post Quoted Reply
Reading This Topic
Login
Login
Remember Me
Reset Password
Resend Validation Email
Login
Facebook
Explore
Messages
Mentions
Search