Hi everyone, I am looking to create a new output for my inquisit script. [Outputting the ratio of...


Author
Message
oconnordavid15
oconnordavid15
Partner Member (576 reputation)Partner Member (576 reputation)Partner Member (576 reputation)Partner Member (576 reputation)Partner Member (576 reputation)Partner Member (576 reputation)Partner Member (576 reputation)Partner Member (576 reputation)Partner Member (576 reputation)
Group: Forum Members
Posts: 39, Visits: 63
This experiment asks subjects to guess if there are more x colored boxes or y colored boxes with each trial having a ratio of x to y defined as either "60/40" or "80/20".
I am looking to output the ratio of each trial in the order the trials are shown to the participant. (Ratios are defined by <list ratio_trial01> through <list ratio_trial22> and will be either "60/40" or "80/20")

The trials are selected at random and will be selected in a different order every go around. (Trial order is shown in <summary data> "values.sequence")

Problem: I am having trouble mapping ratios to trials in a dynamic way

My current idea for a solution/Question: Is there a way for me to append values.sequence to a list, let's call it list A, then use an expression to map each list item to the correct trial ratio and store it in a new list called list B that I can output?

List A ex: (17,1,5,6,9,10...)
List B ex: (60/40,60/40,60/40,80/20....)


GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Threaded View
Threaded View
oconnordavid15 - Last Year
oconnordavid15 - Last Year
Dave - Last Year
oconnordavid15 - Last Year
                     And you've determined that how? Show the data.
Dave - Last Year
                         On running the trial (screenshot and output file attached) the...
oconnordavid15 - Last Year
                             You do realize that you're only recording the ratios for the 64 box...
Dave - Last Year
                                 I was not aware of that, is that the root of my problem
oconnordavid15 - Last Year
                                     It obviously is. Look, you have two blocks, <block...
Dave - Last Year
                                         Ohhhhh, ok let me try and edit that
oconnordavid15 - Last Year
                                         Hi Dave, that worked great, I'm seeing if I can add a page between...
oconnordavid15 - Last Year
                                             No. A <page> is for instructions only, before or after any...
Dave - Last Year
                                                 Hi Dave, thanks for the advice I just coded the likert trial code...
oconnordavid15 - Last Year
                                                     You can just /branch to the block running the likert trial from each...
Dave - Last Year
                                                         Hi Dave, the branching worked great and I have been using the...
oconnordavid15 - Last Year
                                                             values.likert_list = concat(concat(values.likert_list...
Dave - Last Year
                                                                 I edited my likert trial further and am trying the following...
oconnordavid15 - Last Year
                                                                     There is no such thing as values.mylikert.response Where do you...
Dave - Last Year
                                                                         Moreover, likert.mylikert isn't even what you're running, You're...
Dave - Last Year

Reading This Topic

Explore
Messages
Mentions
Search