﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>Millisecond Forums » Millisecond Forums » Inquisit 3  » interoperation with other online software package (Qualtrics)</title><generator>InstantForum 2017-1 Final</generator><description>Millisecond Forums</description><link>https://forums.millisecond.com/</link><webMaster>Millisecond Forums</webMaster><lastBuildDate>Thu, 28 May 2026 11:30:14 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: interoperation with other online software package (Qualtrics)</title><link>https://forums.millisecond.com/Topic9478.aspx</link><description>&lt;p&gt;Group IDs are exclusive to Inquisit 4. They are not available in Inquisit 3.&lt;/p&gt;</description><pubDate>Mon, 21 Jan 2013 13:41:00 GMT</pubDate><dc:creator>Dave</dc:creator></item><item><title>RE: interoperation with other online software package (Qualtrics)</title><link>https://forums.millisecond.com/Topic9477.aspx</link><description>&lt;p&gt;[quote]Read out the query parameter. Otherwise have the Inquisit launch page generate a group id.[/quote]&lt;/p&gt;
&lt;p&gt;My Inquisit Web Script Wizard only gives me the option of specifying how subjIDs should be generated and enter the name of *the* query parameter that contains subjID. How do I make it read out another query parameter or generate any kind of group ID?&lt;/p&gt;
&lt;p&gt;I am sorry to be asking all these questions - I have been sitting in front of this computer screen for a good 12h now and my head is spinning. I feel like I am being very dense, but I honestly have no clue.&lt;/p&gt;</description><pubDate>Mon, 21 Jan 2013 13:39:42 GMT</pubDate><dc:creator>so-tee</dc:creator></item><item><title>RE: interoperation with other online software package (Qualtrics)</title><link>https://forums.millisecond.com/Topic9476.aspx</link><description>&lt;p&gt;[quote]you said "t&lt;span&gt;here currently is no other way to capture query parameters in the data file other than using it as subject id"&lt;/span&gt;[/quote]&lt;/p&gt;
&lt;p&gt;This was and by and large still is correct. It does not touch on group id in any way, however.&lt;/p&gt;
&lt;p&gt;[quote]&lt;span&gt;So h&lt;/span&gt;ow would I capture group ID when forwarding from survey to Inquisit?[/quote]&lt;/p&gt;
&lt;p&gt;If it is provided by your survey app by the same way the subject id is captured: Read out the query parameter. Otherwise have the Inquisit launch page generate a group id. Group id is logged automatically to the data file in Inquisit 4, see the documentation for the &amp;lt;data&amp;gt; element, specifically the default data recording scheme for details.&lt;/p&gt;
&lt;p&gt;To explicitly log it, use the script.groupid property in your &amp;lt;data&amp;gt; element's /columns attribute.&lt;/p&gt;
&lt;p&gt;Inquisit does not care about any additional query parameters -- whatever you send in will be sent out.&lt;/p&gt;</description><pubDate>Mon, 21 Jan 2013 13:27:01 GMT</pubDate><dc:creator>Dave</dc:creator></item><item><title>RE: interoperation with other online software package (Qualtrics)</title><link>https://forums.millisecond.com/Topic9475.aspx</link><description>&lt;p&gt;Ok. I think in my case it will actually be easiest to use the subjID and random assignment to groups.&lt;/p&gt;
&lt;p&gt;Just out of interest though: in another thread (http://www.millisecond.com/forums/Topic1764.aspx?PageIndex=3) you said "t&lt;span&gt;here currently is no other way to capture query parameters in the data file other than using it as subject id". So h&lt;/span&gt;ow would I capture group ID when forwarding from survey to Inquisit? I think I know how to append a second parameter that could be group ID&amp;nbsp;to the forwarding link to Inquisit, but according to what you said in the other thread, Inquisit would then not know how to use it?! Also, I don't know how my questionnaire would handle the added parameter when Inquisit forwards back to it (I just tried, and it seems not to care - but I am not convinced yet).&lt;/p&gt;</description><pubDate>Mon, 21 Jan 2013 13:16:55 GMT</pubDate><dc:creator>so-tee</dc:creator></item><item><title>RE: interoperation with other online software package (Qualtrics)</title><link>https://forums.millisecond.com/Topic9474.aspx</link><description>&lt;p&gt;Inquisit 4 allows you to assign participants to between-subjects-groups (e.g. different &amp;lt;expt&amp;gt;s) not only based on a numerical subject id but *also* based on a numerical group id. They are independent. I.e., if you have an *alphanumerical* subject id (which is unsuitable for condition assignment), you can still have a *numerical* group id (which *is* suitable for condition assignment). You need to set your scripts up accordingly via the correct /groupassignment mode.&lt;/p&gt;</description><pubDate>Mon, 21 Jan 2013 12:51:22 GMT</pubDate><dc:creator>Dave</dc:creator></item><item><title>RE: interoperation with other online software package (Qualtrics)</title><link>https://forums.millisecond.com/Topic9473.aspx</link><description>&lt;p&gt;[quote]Given a sufficiently large number of participants, randomness itself will lead to roughly equal Ns across your groups. Inquisit does not provide any explicit means to control those.[/quote]&lt;/p&gt;
&lt;p&gt;Yes of course that makes sense. I am hoping to have at least 100 participants in the end - that will hopefully be enough for randomness.&lt;/p&gt;
&lt;p&gt;[quote]Also, if you want subjects assigned to groups based on the groupid, you need to set groupassignment to 'groupnumber', not 'random'. See the documentation for the /groupassignment attribute for details.[/quote]&lt;/p&gt;
&lt;p&gt;I am not sure what you mean by this - or rather: I know and understand what you are saying, but am not sure why/how it is relevant to my problem.&lt;/p&gt;
&lt;p&gt;This is what I am doing: I am using the site soscisurvey.de for my questionnaire. Participants will start out there by giving the alphanumeric participant code I provide them with. At some point in the questionnaire, they will be forwarded to Inquisit. The forwarding link has the participant code in it and I told Inquisit to get it from there, use it as subject ID and send participants back to the survey with attached subjID after IAT completion (this is all working perfectly).&lt;/p&gt;
&lt;p&gt;From what I read above, assigning participants to groups based on the subject ID wouldn't work in my case because they are alphanumeric, right? And in my case, there is no group ID that participants are assigned by the questionnaire - that left me with "random" as solution. (the six different &amp;lt;exp&amp;gt; in my script are for counterbalancing block order to avoid practice effects. I really don't care which participant does which experiment, as long as its roughly balanced.)&lt;/p&gt;
&lt;p&gt;Maybe I am missing the obvious here - I am quite the Inquisit newbie.&lt;/p&gt;</description><pubDate>Mon, 21 Jan 2013 12:41:56 GMT</pubDate><dc:creator>so-tee</dc:creator></item><item><title>RE: interoperation with other online software package (Qualtrics)</title><link>https://forums.millisecond.com/Topic9472.aspx</link><description>&lt;p&gt;Given a sufficiently large number of participants, randomness itself will lead to roughly equal Ns across your groups. Inquisit does not provide any explicit means to control those.&lt;/p&gt;
&lt;p&gt;Also, if you want subjects assigned to groups based on the groupid, you need to set groupassignment to 'groupnumber', not 'random'. See the documentation for the /groupassignment attribute for details.&lt;/p&gt;</description><pubDate>Mon, 21 Jan 2013 11:58:19 GMT</pubDate><dc:creator>Dave</dc:creator></item><item><title>RE: interoperation with other online software package (Qualtrics)</title><link>https://forums.millisecond.com/Topic9471.aspx</link><description>&lt;p&gt;
&lt;p&gt;Hey!&lt;/p&gt;
&lt;p&gt;I just want to double check something.&lt;/p&gt;
&lt;p&gt;In my survey I am also using alphanumeric IDs (e.g. CA868804) so I figure I should also add&amp;nbsp;&lt;span&gt;/groupassignment&amp;nbsp;=random under &amp;lt; exp &amp;gt; when I make Inquisit take subject IDs from the survey.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Does Inquisit make sure that the number of people assigned to all experimental groups (in my case 6) is roughly equal? The following shows up in the script registration wizard.&amp;nbsp;&lt;/p&gt;
&lt;/p&gt;
&lt;p&gt;



&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:OfficeDocumentSettings&gt;
  &lt;o:AllowPNG /&gt;
 &lt;/o:OfficeDocumentSettings&gt;
&lt;/xml&gt;&lt;![endif]--&gt;
&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;w:WordDocument&gt;
  &lt;w:View&gt;Normal&lt;/w:View&gt;
  &lt;w:Zoom&gt;0&lt;/w:Zoom&gt;
  &lt;w:TrackMoves /&gt;
  &lt;w:TrackFormatting /&gt;
  &lt;w:HyphenationZone&gt;21&lt;/w:HyphenationZone&gt;
  &lt;w:PunctuationKerning /&gt;
  &lt;w:ValidateAgainstSchemas /&gt;
  &lt;w:SaveIfXMLInvalid&gt;false&lt;/w:SaveIfXMLInvalid&gt;
  &lt;w:IgnoreMixedContent&gt;false&lt;/w:IgnoreMixedContent&gt;
  &lt;w:AlwaysShowPlaceholderText&gt;false&lt;/w:AlwaysShowPlaceholderText&gt;
  &lt;w:DoNotPromoteQF /&gt;
  &lt;w:LidThemeOther&gt;DE&lt;/w:LidThemeOther&gt;
  &lt;w:LidThemeAsian&gt;JA&lt;/w:LidThemeAsian&gt;
  &lt;w:LidThemeComplexScript&gt;X-NONE&lt;/w:LidThemeComplexScript&gt;
  &lt;w:Compatibility&gt;
   &lt;w:BreakWrappedTables /&gt;
   &lt;w:SnapToGridInCell /&gt;
   &lt;w:WrapTextWithPunct /&gt;
   &lt;w:UseAsianBreakRules /&gt;
   &lt;w:DontGrowAutofit /&gt;
   &lt;w:SplitPgBreakAndParaMark /&gt;
   &lt;w:EnableOpenTypeKerning /&gt;
   &lt;w:DontFlipMirrorIndents /&gt;
   &lt;w:OverrideTableStyleHps /&gt;
   &lt;w:UseFELayout /&gt;
  &lt;/w:Compatibility&gt;
  &lt;m:mathPr&gt;
   &lt;m:mathFont m:val="Cambria Math" /&gt;
   &lt;m:brkBin m:val="before" /&gt;
   &lt;m:brkBinSub m:val="&amp;#45;-" /&gt;
   &lt;m:smallFrac m:val="off" /&gt;
   &lt;m:dispDef /&gt;
   &lt;m:lMargin m:val="0" /&gt;
   &lt;m:rMargin m:val="0" /&gt;
   &lt;m:defJc m:val="centerGroup" /&gt;
   &lt;m:wrapIndent m:val="1440" /&gt;
   &lt;m:intLim m:val="subSup" /&gt;
   &lt;m:naryLim m:val="undOvr" /&gt;
  &lt;/m:mathPr&gt;&lt;/w:WordDocument&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true"
  DefSemiHidden="true" DefQFormat="false" DefPriority="99"
  LatentStyleCount="276"&gt;
  &lt;w:LsdException Locked="false" Priority="0" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Normal" /&gt;
  &lt;w:LsdException Locked="false" Priority="9" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="heading 1" /&gt;
  &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2" /&gt;
  &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3" /&gt;
  &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4" /&gt;
  &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5" /&gt;
  &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6" /&gt;
  &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7" /&gt;
  &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8" /&gt;
  &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9" /&gt;
  &lt;w:LsdException Locked="false" Priority="39" Name="toc 1" /&gt;
  &lt;w:LsdException Locked="false" Priority="39" Name="toc 2" /&gt;
  &lt;w:LsdException Locked="false" Priority="39" Name="toc 3" /&gt;
  &lt;w:LsdException Locked="false" Priority="39" Name="toc 4" /&gt;
  &lt;w:LsdException Locked="false" Priority="39" Name="toc 5" /&gt;
  &lt;w:LsdException Locked="false" Priority="39" Name="toc 6" /&gt;
  &lt;w:LsdException Locked="false" Priority="39" Name="toc 7" /&gt;
  &lt;w:LsdException Locked="false" Priority="39" Name="toc 8" /&gt;
  &lt;w:LsdException Locked="false" Priority="39" Name="toc 9" /&gt;
  &lt;w:LsdException Locked="false" Priority="35" QFormat="true" Name="caption" /&gt;
  &lt;w:LsdException Locked="false" Priority="10" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Title" /&gt;
  &lt;w:LsdException Locked="false" Priority="1" Name="Default Paragraph Font" /&gt;
  &lt;w:LsdException Locked="false" Priority="11" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Subtitle" /&gt;
  &lt;w:LsdException Locked="false" Priority="22" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Strong" /&gt;
  &lt;w:LsdException Locked="false" Priority="20" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Emphasis" /&gt;
  &lt;w:LsdException Locked="false" Priority="59" SemiHidden="false"
   UnhideWhenUsed="false" Name="Table Grid" /&gt;
  &lt;w:LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text" /&gt;
  &lt;w:LsdException Locked="false" Priority="1" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="No Spacing" /&gt;
  &lt;w:LsdException Locked="false" Priority="60" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Shading" /&gt;
  &lt;w:LsdException Locked="false" Priority="61" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light List" /&gt;
  &lt;w:LsdException Locked="false" Priority="62" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Grid" /&gt;
  &lt;w:LsdException Locked="false" Priority="63" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 1" /&gt;
  &lt;w:LsdException Locked="false" Priority="64" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 2" /&gt;
  &lt;w:LsdException Locked="false" Priority="65" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 1" /&gt;
  &lt;w:LsdException Locked="false" Priority="66" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 2" /&gt;
  &lt;w:LsdException Locked="false" Priority="67" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 1" /&gt;
  &lt;w:LsdException Locked="false" Priority="68" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 2" /&gt;
  &lt;w:LsdException Locked="false" Priority="69" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 3" /&gt;
  &lt;w:LsdException Locked="false" Priority="70" SemiHidden="false"
   UnhideWhenUsed="false" Name="Dark List" /&gt;
  &lt;w:LsdException Locked="false" Priority="71" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Shading" /&gt;
  &lt;w:LsdException Locked="false" Priority="72" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful List" /&gt;
  &lt;w:LsdException Locked="false" Priority="73" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Grid" /&gt;
  &lt;w:LsdException Locked="false" Priority="60" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Shading Accent 1" /&gt;
  &lt;w:LsdException Locked="false" Priority="61" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light List Accent 1" /&gt;
  &lt;w:LsdException Locked="false" Priority="62" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Grid Accent 1" /&gt;
  &lt;w:LsdException Locked="false" Priority="63" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1" /&gt;
  &lt;w:LsdException Locked="false" Priority="64" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1" /&gt;
  &lt;w:LsdException Locked="false" Priority="65" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 1 Accent 1" /&gt;
  &lt;w:LsdException Locked="false" UnhideWhenUsed="false" Name="Revision" /&gt;
  &lt;w:LsdException Locked="false" Priority="34" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="List Paragraph" /&gt;
  &lt;w:LsdException Locked="false" Priority="29" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Quote" /&gt;
  &lt;w:LsdException Locked="false" Priority="30" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Intense Quote" /&gt;
  &lt;w:LsdException Locked="false" Priority="66" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 2 Accent 1" /&gt;
  &lt;w:LsdException Locked="false" Priority="67" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1" /&gt;
  &lt;w:LsdException Locked="false" Priority="68" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1" /&gt;
  &lt;w:LsdException Locked="false" Priority="69" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1" /&gt;
  &lt;w:LsdException Locked="false" Priority="70" SemiHidden="false"
   UnhideWhenUsed="false" Name="Dark List Accent 1" /&gt;
  &lt;w:LsdException Locked="false" Priority="71" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Shading Accent 1" /&gt;
  &lt;w:LsdException Locked="false" Priority="72" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful List Accent 1" /&gt;
  &lt;w:LsdException Locked="false" Priority="73" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Grid Accent 1" /&gt;
  &lt;w:LsdException Locked="false" Priority="60" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Shading Accent 2" /&gt;
  &lt;w:LsdException Locked="false" Priority="61" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light List Accent 2" /&gt;
  &lt;w:LsdException Locked="false" Priority="62" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Grid Accent 2" /&gt;
  &lt;w:LsdException Locked="false" Priority="63" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2" /&gt;
  &lt;w:LsdException Locked="false" Priority="64" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2" /&gt;
  &lt;w:LsdException Locked="false" Priority="65" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 1 Accent 2" /&gt;
  &lt;w:LsdException Locked="false" Priority="66" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 2 Accent 2" /&gt;
  &lt;w:LsdException Locked="false" Priority="67" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2" /&gt;
  &lt;w:LsdException Locked="false" Priority="68" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2" /&gt;
  &lt;w:LsdException Locked="false" Priority="69" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2" /&gt;
  &lt;w:LsdException Locked="false" Priority="70" SemiHidden="false"
   UnhideWhenUsed="false" Name="Dark List Accent 2" /&gt;
  &lt;w:LsdException Locked="false" Priority="71" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Shading Accent 2" /&gt;
  &lt;w:LsdException Locked="false" Priority="72" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful List Accent 2" /&gt;
  &lt;w:LsdException Locked="false" Priority="73" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Grid Accent 2" /&gt;
  &lt;w:LsdException Locked="false" Priority="60" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Shading Accent 3" /&gt;
  &lt;w:LsdException Locked="false" Priority="61" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light List Accent 3" /&gt;
  &lt;w:LsdException Locked="false" Priority="62" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Grid Accent 3" /&gt;
  &lt;w:LsdException Locked="false" Priority="63" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3" /&gt;
  &lt;w:LsdException Locked="false" Priority="64" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3" /&gt;
  &lt;w:LsdException Locked="false" Priority="65" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 1 Accent 3" /&gt;
  &lt;w:LsdException Locked="false" Priority="66" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 2 Accent 3" /&gt;
  &lt;w:LsdException Locked="false" Priority="67" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3" /&gt;
  &lt;w:LsdException Locked="false" Priority="68" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3" /&gt;
  &lt;w:LsdException Locked="false" Priority="69" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3" /&gt;
  &lt;w:LsdException Locked="false" Priority="70" SemiHidden="false"
   UnhideWhenUsed="false" Name="Dark List Accent 3" /&gt;
  &lt;w:LsdException Locked="false" Priority="71" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Shading Accent 3" /&gt;
  &lt;w:LsdException Locked="false" Priority="72" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful List Accent 3" /&gt;
  &lt;w:LsdException Locked="false" Priority="73" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Grid Accent 3" /&gt;
  &lt;w:LsdException Locked="false" Priority="60" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Shading Accent 4" /&gt;
  &lt;w:LsdException Locked="false" Priority="61" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light List Accent 4" /&gt;
  &lt;w:LsdException Locked="false" Priority="62" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Grid Accent 4" /&gt;
  &lt;w:LsdException Locked="false" Priority="63" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4" /&gt;
  &lt;w:LsdException Locked="false" Priority="64" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4" /&gt;
  &lt;w:LsdException Locked="false" Priority="65" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 1 Accent 4" /&gt;
  &lt;w:LsdException Locked="false" Priority="66" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 2 Accent 4" /&gt;
  &lt;w:LsdException Locked="false" Priority="67" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4" /&gt;
  &lt;w:LsdException Locked="false" Priority="68" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4" /&gt;
  &lt;w:LsdException Locked="false" Priority="69" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4" /&gt;
  &lt;w:LsdException Locked="false" Priority="70" SemiHidden="false"
   UnhideWhenUsed="false" Name="Dark List Accent 4" /&gt;
  &lt;w:LsdException Locked="false" Priority="71" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Shading Accent 4" /&gt;
  &lt;w:LsdException Locked="false" Priority="72" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful List Accent 4" /&gt;
  &lt;w:LsdException Locked="false" Priority="73" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Grid Accent 4" /&gt;
  &lt;w:LsdException Locked="false" Priority="60" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Shading Accent 5" /&gt;
  &lt;w:LsdException Locked="false" Priority="61" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light List Accent 5" /&gt;
  &lt;w:LsdException Locked="false" Priority="62" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Grid Accent 5" /&gt;
  &lt;w:LsdException Locked="false" Priority="63" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5" /&gt;
  &lt;w:LsdException Locked="false" Priority="64" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5" /&gt;
  &lt;w:LsdException Locked="false" Priority="65" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 1 Accent 5" /&gt;
  &lt;w:LsdException Locked="false" Priority="66" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 2 Accent 5" /&gt;
  &lt;w:LsdException Locked="false" Priority="67" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5" /&gt;
  &lt;w:LsdException Locked="false" Priority="68" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5" /&gt;
  &lt;w:LsdException Locked="false" Priority="69" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5" /&gt;
  &lt;w:LsdException Locked="false" Priority="70" SemiHidden="false"
   UnhideWhenUsed="false" Name="Dark List Accent 5" /&gt;
  &lt;w:LsdException Locked="false" Priority="71" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Shading Accent 5" /&gt;
  &lt;w:LsdException Locked="false" Priority="72" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful List Accent 5" /&gt;
  &lt;w:LsdException Locked="false" Priority="73" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Grid Accent 5" /&gt;
  &lt;w:LsdException Locked="false" Priority="60" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Shading Accent 6" /&gt;
  &lt;w:LsdException Locked="false" Priority="61" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light List Accent 6" /&gt;
  &lt;w:LsdException Locked="false" Priority="62" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Grid Accent 6" /&gt;
  &lt;w:LsdException Locked="false" Priority="63" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6" /&gt;
  &lt;w:LsdException Locked="false" Priority="64" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6" /&gt;
  &lt;w:LsdException Locked="false" Priority="65" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 1 Accent 6" /&gt;
  &lt;w:LsdException Locked="false" Priority="66" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 2 Accent 6" /&gt;
  &lt;w:LsdException Locked="false" Priority="67" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6" /&gt;
  &lt;w:LsdException Locked="false" Priority="68" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6" /&gt;
  &lt;w:LsdException Locked="false" Priority="69" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6" /&gt;
  &lt;w:LsdException Locked="false" Priority="70" SemiHidden="false"
   UnhideWhenUsed="false" Name="Dark List Accent 6" /&gt;
  &lt;w:LsdException Locked="false" Priority="71" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Shading Accent 6" /&gt;
  &lt;w:LsdException Locked="false" Priority="72" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful List Accent 6" /&gt;
  &lt;w:LsdException Locked="false" Priority="73" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Grid Accent 6" /&gt;
  &lt;w:LsdException Locked="false" Priority="19" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis" /&gt;
  &lt;w:LsdException Locked="false" Priority="21" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis" /&gt;
  &lt;w:LsdException Locked="false" Priority="31" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference" /&gt;
  &lt;w:LsdException Locked="false" Priority="32" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Intense Reference" /&gt;
  &lt;w:LsdException Locked="false" Priority="33" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Book Title" /&gt;
  &lt;w:LsdException Locked="false" Priority="37" Name="Bibliography" /&gt;
  &lt;w:LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading" /&gt;
 &lt;/w:LatentStyles&gt;
&lt;/xml&gt;&lt;![endif]--&gt;
&lt;!--[if gte mso 10]&gt;
&lt;style&gt;
 /* Style Definitions */
table.MsoNormalTable
	{mso-style-name:"Normale Tabelle";
	mso-tstyle-rowband-size:0;
	mso-tstyle-colband-size:0;
	mso-style-noshow:yes;
	mso-style-priority:99;
	mso-style-parent:"";
	mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
	mso-para-margin:0cm;
	mso-para-margin-bottom:.0001pt;
	mso-pagination:widow-orphan;
	font-size:12.0pt;
	font-family:Cambria;
	mso-ascii-font-family:Cambria;
	mso-ascii-theme-font:minor-latin;
	mso-hansi-font-family:Cambria;
	mso-hansi-theme-font:minor-latin;}
&lt;/style&gt;
&lt;![endif]--&gt;

&lt;!--StartFragment--&gt;

&lt;table cellpadding="0" cellspacing="0" border="1" class="MsoNormalTable"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td width="180"&gt;
&lt;p align="left" class="MsoNormal"&gt;&lt;span&gt;Subject ID Mode&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td width="594"&gt;
&lt;p align="left" class="MsoNormal"&gt;&lt;span&gt;URLQuery Parameter&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td width="180"&gt;
&lt;p align="left" class="MsoNormal"&gt;&lt;span&gt;Group ID Mode&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td width="594"&gt;
&lt;p align="left" class="MsoNormal"&gt;&lt;span&gt;Random Selection Without Replacement&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;!--EndFragment--&gt;&lt;/p&gt;
&lt;p&gt;I thought maybe the second row tells me Inquisit is doing exactly that? If it isn't, how can I tell it to keep the number of people assigned to the different groups roughly the same?&lt;/p&gt;</description><pubDate>Mon, 21 Jan 2013 11:52:51 GMT</pubDate><dc:creator>so-tee</dc:creator></item><item><title>RE: interoperation with other online software package (Qualtrics)</title><link>https://forums.millisecond.com/Topic3400.aspx</link><description>&lt;p&gt;Great!&lt;/p&gt;
&lt;p&gt;The reason Inquisit bails without /groupassignment&amp;nbsp;=random is that with a non-numeric id, it doesn't find any experimental conditions that apply. &lt;/p&gt;
&lt;p&gt;Glad you are up and running.&lt;/p&gt;
&lt;p&gt;-Sean&lt;/p&gt;</description><pubDate>Mon, 21 Sep 2009 09:58:06 GMT</pubDate><dc:creator>seandr</dc:creator></item><item><title>RE: interoperation with other online software package (Qualtrics)</title><link>https://forums.millisecond.com/Topic3396.aspx</link><description>&lt;p&gt;Fantastic, it works!&lt;/p&gt;
&lt;p&gt;without "/groupassignment=random", Inquisit closes automatically and redirects you immediately to the URL you specified in the settings.&lt;/p&gt;
&lt;p&gt;many thanks, Hendrik&lt;/p&gt;</description><pubDate>Mon, 21 Sep 2009 01:49:21 GMT</pubDate><dc:creator>Rikkie</dc:creator></item><item><title>RE: interoperation with other online software package (Qualtrics)</title><link>https://forums.millisecond.com/Topic3394.aspx</link><description>&lt;p&gt;Thank you very much!&lt;/p&gt;</description><pubDate>Fri, 18 Sep 2009 10:14:08 GMT</pubDate><dc:creator>Dave</dc:creator></item><item><title>RE: interoperation with other online software package (Qualtrics)</title><link>https://forums.millisecond.com/Topic3393.aspx</link><description>&lt;p&gt;Yes, that's the way to do it.&lt;/p&gt;
&lt;p&gt;-Sean&lt;/p&gt;</description><pubDate>Fri, 18 Sep 2009 10:11:55 GMT</pubDate><dc:creator>seandr</dc:creator></item><item><title>RE: interoperation with other online software package (Qualtrics)</title><link>https://forums.millisecond.com/Topic3392.aspx</link><description>&lt;p&gt;Thanks. I thought so. Any chance I can get an answer to my second question, too? Let me rephrase it: Is the correct way to have an online survey app and Inquisit share the same subject ID to always start with the survey app?&lt;/p&gt;</description><pubDate>Fri, 18 Sep 2009 09:58:36 GMT</pubDate><dc:creator>Dave</dc:creator></item><item><title>RE: interoperation with other online software package (Qualtrics)</title><link>https://forums.millisecond.com/Topic3391.aspx</link><description>&lt;p&gt;In that case you would need to add "/groupassignment=random".&lt;/p&gt;
&lt;p&gt;&amp;lt;expt&amp;gt;&lt;br /&gt;/ subjects = (1 of 2)&lt;br /&gt;/ groupassignment = random&lt;br /&gt;&amp;lt;/expt&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;expt&amp;gt;&lt;br /&gt;/ subjects = (2 of 2)&lt;br /&gt;/ groupassignment = random&lt;br /&gt;&amp;lt;/expt&amp;gt;&lt;/p&gt;
&lt;p&gt;-Sean&lt;/p&gt;</description><pubDate>Fri, 18 Sep 2009 09:53:25 GMT</pubDate><dc:creator>seandr</dc:creator></item><item><title>RE: interoperation with other online software package (Qualtrics)</title><link>https://forums.millisecond.com/Topic3390.aspx</link><description>&lt;p&gt;[quote]Inquisit should handle alphanumeric IDs just fine.[/quote]&lt;/p&gt;
&lt;p&gt;Even if the script expects a numeric id? E.g.&lt;/p&gt;
&lt;p style="padding-left: 30px;"&gt;&amp;lt;expt&amp;gt;&lt;br /&gt;/ subjects = (1 of 2)&lt;br /&gt;[...]&lt;br /&gt;&amp;lt;/expt&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;expt&amp;gt;&lt;br /&gt;/ subjects = (2 of 2)&lt;br /&gt;[...]&lt;br /&gt;&amp;lt;/expt&amp;gt;&lt;/p&gt;
&lt;p&gt;Just asking out of general interest... BTW, Sean, can you confirm this?&lt;/p&gt;
&lt;p&gt;[quote]I think the trick is to always start with the survey app. Have your
participants start with a Qualtrics survey page that e.g. contains
general information about the research they're about to participate in.
Qualtrics will do it's magic and generate a subject id. After the info
page, have Qualtrics redirect participants to the Inquisit page. Set
Inquisit up to use the id generated by Qualtrics as subject number.
Then let Inquisit redirect participants back to Qualtrics via the
finishpage settings to complete the 'real' Qualtrics survey. Someone
please correct me if I'm wrong.[/quote]&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;~Dave&lt;/p&gt;</description><pubDate>Fri, 18 Sep 2009 09:48:36 GMT</pubDate><dc:creator>Dave</dc:creator></item><item><title>RE: interoperation with other online software package (Qualtrics)</title><link>https://forums.millisecond.com/Topic3389.aspx</link><description>&lt;p&gt;Hi Hendrik,&lt;/p&gt;
&lt;p&gt;Inquisit should handle alphanumeric IDs just fine. What problems are you running into with the subject ID? &lt;/p&gt;
&lt;p&gt;-Sean&lt;/p&gt;</description><pubDate>Fri, 18 Sep 2009 09:12:48 GMT</pubDate><dc:creator>seandr</dc:creator></item><item><title>RE: interoperation with other online software package (Qualtrics)</title><link>https://forums.millisecond.com/Topic3388.aspx</link><description>&lt;p&gt;I tried it, but Qualtrics generates alpha numeric subject'numbers' which seems not compatible with Inquisit... &lt;/p&gt;
&lt;p&gt;regards, Hendrik&lt;/p&gt;</description><pubDate>Fri, 18 Sep 2009 08:15:16 GMT</pubDate><dc:creator>Rikkie</dc:creator></item><item><title>RE: interoperation with other online software package (Qualtrics)</title><link>https://forums.millisecond.com/Topic3387.aspx</link><description>&lt;p&gt;I think the trick is to always start with the survey app. Have your participants start with a Qualtrics survey page that e.g. contains general information about the research they're about to participate in. Qualtrics will do it's magic and generate a subject id. After the info page, have Qualtrics redirect participants to the Inquisit page. Set Inquisit up to use the id generated by Qualtrics as subject number. Then let Inquisit redirect participants back to Qualtrics via the finishpage settings to complete the 'real' Qualtrics survey. Someone please correct me if I'm wrong.&lt;/p&gt;
&lt;p&gt;~Dave&lt;/p&gt;
</description><pubDate>Fri, 18 Sep 2009 08:09:21 GMT</pubDate><dc:creator>Dave</dc:creator></item><item><title>RE: interoperation with other online software package (Qualtrics)</title><link>https://forums.millisecond.com/Topic3384.aspx</link><description>&lt;p&gt;Hi Dave,&lt;/p&gt;
&lt;p&gt;Thanks a lot, but what if Inquisit comes first? In the explanation in the help file, the Inquisit part comes in between two other on line surveyes. In the example, the query parameter option is used to capture the subject number that is embedded in the URL. However, if Inquisit comes first, the subjectnumber has to be generated by Inquisit and has than to be forwarded to the other on line survey. So, how can I add additional information to the URL if subject numbers are generated by Inquisit? &lt;/p&gt;
&lt;p&gt;regards, Hendrik&lt;/p&gt;
</description><pubDate>Fri, 18 Sep 2009 01:11:10 GMT</pubDate><dc:creator>Rikkie</dc:creator></item><item><title>RE: interoperation with other online software package (Qualtrics)</title><link>https://forums.millisecond.com/Topic3370.aspx</link><description>&lt;p&gt;Hi Hendrik,&lt;/p&gt;
&lt;p&gt;this has been discussed before. There's a lengthy explanation by Sean right here: &lt;a href="/forums/Topic1771.aspx#1771"&gt;http://www.millisecond.com/forums/Topic1771.aspx#1771&lt;/a&gt;. And the Inquisit helpfile also sports a topic on this matter: &lt;a href="/support/docs/v3/html/howto/interopsurveys.htm"&gt;http://www.millisecond.com/support/docs/v3/html/howto/interopsurveys.htm&lt;/a&gt;. I suggest you read through these and then post back here if you encounter additional problems.&lt;/p&gt;
&lt;p&gt;Hope this helps,&lt;/p&gt;
&lt;p&gt;~Dave&lt;/p&gt;</description><pubDate>Wed, 16 Sep 2009 06:10:04 GMT</pubDate><dc:creator>Dave</dc:creator></item><item><title>interoperation with other online software package (Qualtrics)</title><link>https://forums.millisecond.com/Topic3369.aspx</link><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I'd like to redirect my participants to another online software package (Qualtrics). Inquisit comes first, qualtrics comes next. Of course, I want to merge the Inquisit data with the Qualtrics data, but therefore, I have to forward the Inquisit subject ID to Qualtrics. How do I have to do this? I hope someone can help me.&lt;/p&gt;
&lt;p&gt;regards, Hendrik&lt;/p&gt;</description><pubDate>Wed, 16 Sep 2009 05:59:18 GMT</pubDate><dc:creator>Rikkie</dc:creator></item></channel></rss>