random selection of particular items and saving them


Author
Message
juju
juju
Distinguished Member (2.7K reputation)Distinguished Member (2.7K reputation)Distinguished Member (2.7K reputation)Distinguished Member (2.7K reputation)Distinguished Member (2.7K reputation)Distinguished Member (2.7K reputation)Distinguished Member (2.7K reputation)Distinguished Member (2.7K reputation)Distinguished Member (2.7K reputation)
Group: Forum Members
Posts: 26, Visits: 118
Hi, here's the flow I would like: Individuals evaluate a series of adjectives (80) and all adjectives receiving a rating of 3 are put in a set of items. From this set of selected items, I would like to select 25 of them but in a random order. Then from these 25, individuals have to chose 5 for a particular category and 5 for another category.
I am having trouble selecting 25 in a random order from the list elaborated in the first task. I tried to run a mock block (in the script attached I made it visible so I can see what is happening) with 25 trials trying to save each item presented at the end of the trial using currentitem but then in the following task, it shows only the last item presented in the mock block.
I tried previously with list and insertitem but I did not succeed. I tried to look for similar post in case someone already posted a solution but without success.
Could please someone give me a hint on how to solve the problem? Thanks

Attachments
AdjSelection_8.iqx (193 views, 44.00 KB)
Dave
Dave
Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)
Group: Administrators
Posts: 13K, Visits: 104K
This syntax is wrong

<trial setitem>
/ ontrialend = [item.selectedbis.item = "<%text.select.currentitem%>"]
/ trialduration = 500
/ stimulusframes = [1=select]
</trial>

and needs to read

<trial setitem>
/ ontrialend = [item.selectedbis.item = text.select.currentitem]
/ trialduration = 500
/ stimulusframes = [1=select]
</trial>


juju
juju
Distinguished Member (2.7K reputation)Distinguished Member (2.7K reputation)Distinguished Member (2.7K reputation)Distinguished Member (2.7K reputation)Distinguished Member (2.7K reputation)Distinguished Member (2.7K reputation)Distinguished Member (2.7K reputation)Distinguished Member (2.7K reputation)Distinguished Member (2.7K reputation)
Group: Forum Members
Posts: 26, Visits: 118
Thanks for spotting this obvious error!

GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Reading This Topic

Explore
Messages
Mentions
Search