How to link Inquisit script and demographic script


Author
Message
Penny
Penny
Partner Member (989 reputation)Partner Member (989 reputation)Partner Member (989 reputation)Partner Member (989 reputation)Partner Member (989 reputation)Partner Member (989 reputation)Partner Member (989 reputation)Partner Member (989 reputation)Partner Member (989 reputation)
Group: Forum Members
Posts: 9, Visits: 1

Dear all,


I designed an IAT (Implicit Association Test) script to compare students' response towards two universities. I also designed the demographic scripts for further sub-group analysis (thanks for the wonderful functions of Inquisit 3). Now I do not know how to link these two scripts, and let it run from the IAT to the demographic questions without interruption or transfer.


Here is the beginning of IAT Inquisit:


<expt>
/ subjects = (1 of 2)
/ preinstructions = (overview1, overview2, overview4, overview5, consent, begin1, begin2)
/ postinstructions = (end)
/ blocks = [1=Target1_practice;
            2=ATTRIB_practice;
  3=Pairing1_practice;
            4=Pairing1_test;
            5=Target2_practice_Pairing1_1st;
  6=Pairing2_practice;
            7=Pairing2_test]
</expt>


<expt>
/ subjects = (2 of 2)
/ preinstructions = (overview1, overview2, overview4, overview5, consent, begin1, begin2)
/ postinstructions = (end)
/ blocks = [1=Target2_practice;
            2=ATTRIB_practice;
  3=Pairing2_practice;
            4=Pairing2_test;
            5=Target1_practice_Pairing2_1st;
  6=Pairing1_practice;
            7=Pairing1_test]
</expt>


Here is part of the demographic script:


<dropdown gender>
/ caption = "Gender"
/ options = ("female", "male")
</dropdown>


<textbox age>
/ caption = "Age"
/ mask = positiveinteger
/ range = (7, 110)
</textbox>


<surveypage demographics1>
/ caption = "Please answer the following demographic questions"
/ fontstyle = ("Verdana", -16, true, false, false, false, 5, 0)
/ questions = [1=gender; 2=age; 3=degree; 4=living; 5=alumni; 6=relationship]
</surveypage>


Your help is highly appreciated!


Penny



 


GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Threaded View
Threaded View
Penny - 17 Years Ago
Mia - 17 Years Ago
Rickardcarlsson - 17 Years Ago
seandr - 17 Years Ago
Rickardcarlsson - 17 Years Ago
seandr - 17 Years Ago
                         Ok, thanks good guide. As of now I have already integrated my survey...
Rickardcarlsson - 17 Years Ago
                             By default, survey data is saved in a different file than reaction...
seandr - 17 Years Ago
                                 Hi Sean,
I've used a batch file to combine an IAT with a survey....
Maria - 16 Years Ago
                                     Hi Maria,
To remove the "The experiment has ended." message,...
seandr - 16 Years Ago
                                         Hi Sean,
thanks a lot for your quick reply, this works out...
Maria - 16 Years Ago
Andrea Deme - 11 Years Ago
Dave - 11 Years Ago
Andrea Deme - 11 Years Ago
Dave - 11 Years Ago
                         One more thing: If you want to end up with all the data in a single...
Dave - 11 Years Ago
                             I did include all the blocks and trials in the main script (attached)...
Andrea Deme - 11 Years Ago
                                 Instead of <survey mysurvey> / pages = [1=page1; 2=page2; ...]...
Dave - 11 Years Ago
                                     You are great, thanks a lot!!! And now I faced another problem :) My...
Andrea Deme - 11 Years Ago
                                         Either the condition assignment in your script is faulty, or you have...
Dave - 11 Years Ago
                                             The puzzling thing is that I do get different numbers as IDs, but all...
Andrea Deme - 11 Years Ago
                                                 Hmm, weird. (1) It is, of course, perfectly possible to receive...
Dave - 11 Years Ago
                                                     yes, you are absolutely right about the multiple heads and tails, and...
Andrea Deme - 11 Years Ago
                                                     oh, you looked it up! great!!! thanks a lot!! :)
Andrea Deme - 11 Years Ago
                                                         No problem. Note that I would generally recommend sticking with...
Dave - 11 Years Ago
Andrea Deme - 11 Years Ago
Dave - 11 Years Ago
Andrea Deme - 11 Years Ago
Dave - 11 Years Ago
Andrea Deme - 11 Years Ago
Andrea Deme - 11 Years Ago
                     Did some more quick digging and testing. Try changing the...
Dave - 11 Years Ago

Reading This Topic

Explore
Messages
Mentions
Search