﻿<?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 5  » [Inquisit Web] Can I create individual accounts for different participants of my Internet study to keep track of their progress during consecutive days of study?</title><generator>InstantForum 2017-1 Final</generator><description>Millisecond Forums</description><link>https://forums.millisecond.com/</link><webMaster>Millisecond Forums</webMaster><lastBuildDate>Tue, 22 Sep 2026 07:06:37 GMT</lastBuildDate><ttl>20</ttl><item><title>[Inquisit Web] Can I create individual accounts for different participants of my Internet study to keep track of their progress during consecutive days of study?</title><link>https://forums.millisecond.com/Topic23115.aspx</link><description>Hello,&lt;br/&gt;I would like to conduct Internet study using Inquist Web, however this study is rater long and monotonous - about 1h and a lot of participants drop out during study.&lt;br/&gt;&lt;br/&gt;To increase response rate I am going to separated my study to 3 parts, each 20 minus long, this might reduce monotonous by allowing participants to completed study not at once but&amp;nbsp;during few days e.g within one week doing one 20 min part every second week.&lt;br/&gt;&lt;br/&gt;The question is if I can do this using Inquist Web?&amp;nbsp;&lt;br/&gt;&lt;br/&gt;As for now I guess that some type of "client account" for participants of my study will be needed. Such a "client account" after logging by subject ID should keep track of participant progress&amp;nbsp;providing participants with information of how much parts of study participant had finished so far and provide links/access to not completed parts of study.&amp;nbsp;&lt;br/&gt;&lt;br/&gt;Do you think that this is possible using Inquisit Web?&amp;nbsp; I try do this but does not find any option allowing keeping track of participants progress in separated online study.&lt;br/&gt;&lt;br/&gt;Do you have any other ideas how to conduct three separate parts of online study, keeping track of participants progress in Inquisit Web?&lt;br/&gt;&lt;br/&gt;Best&lt;br/&gt;&lt;br/&gt;</description><pubDate>Mon, 18 Dec 2017 08:04:43 GMT</pubDate><dc:creator>kulajw</dc:creator></item><item><title>RE: [Inquisit Web] Can I create individual accounts for different participants of my Internet study to keep track of their progress during consecutive days of study?</title><link>https://forums.millisecond.com/Topic23120.aspx</link><description>&lt;div data-id="23115" class="if-quote-wrapper" unselectable="on" data-guid="1513612628734"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="23115" title="Move Cursor Below" contenteditable="false"&gt;&lt;span unselectable="on"&gt;+&lt;/span&gt;&lt;/a&gt;&lt;a class="quote-delete" unselectable="on" style="display: none;" href="#" data-id="23115" title="Delete Quote" contenteditable="false"&gt;&lt;span unselectable="on"&gt;x&lt;/span&gt;&lt;/a&gt;&lt;span unselectable="on" class="quote-markup"&gt;[quote]&lt;/span&gt;&lt;div unselectable="on" class="if-quote-header" contenteditable="false"&gt;&lt;div unselectable="on" class="if-quote-toggle-wrapper"&gt;&lt;a class="if-quote-toggle quote-link" href="#" data-id="23115" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;kulajw - Saturday, December 16, 2017&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-23115"&gt;&lt;div class="if-quote-message-margin"&gt;Hello,&lt;br/&gt;I would like to conduct Internet study using Inquist Web, however this study is rater long and monotonous - about 1h and a lot of participants drop out during study.&lt;br/&gt;&lt;br/&gt;To increase response rate I am going to separated my study to 3 parts, each 20 minus long, this might reduce monotonous by allowing participants to completed study not at once but&amp;nbsp;during few days e.g within one week doing one 20 min part every second week.&lt;br/&gt;&lt;br/&gt;The question is if I can do this using Inquist Web?&amp;nbsp;&lt;br/&gt;&lt;br/&gt;As for now I guess that some type of "client account" for participants of my study will be needed. Such a "client account" after logging by subject ID should keep track of participant progress&amp;nbsp;providing participants with information of how much parts of study participant had finished so far and provide links/access to not completed parts of study.&amp;nbsp;&lt;br/&gt;&lt;br/&gt;Do you think that this is possible using Inquisit Web?&amp;nbsp; I try do this but does not find any option allowing keeping track of participants progress in separated online study.&lt;br/&gt;&lt;br/&gt;Do you have any other ideas how to conduct three separate parts of online study, keeping track of participants progress in Inquisit Web?&lt;br/&gt;&lt;br/&gt;Best&lt;br/&gt;&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="23115"&gt;&lt;span class="goto"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;span class="quote-markup"&gt;[/quote]&lt;/span&gt;&lt;/div&gt;&lt;br/&gt;You can administer the three parts using a &amp;lt;batch&amp;gt; script, e.g.&lt;br/&gt;&lt;br/&gt;&amp;lt;batch&amp;gt;&lt;br/&gt;/ subjects = (1 of 3)&lt;br/&gt;/ groupassignment = groupnumber&lt;br/&gt;/ file = "part1.iqx"&lt;br/&gt;&amp;lt;/batch&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;batch&amp;gt;&lt;br/&gt;/ subjects = (2 of 3)&lt;br/&gt;/ groupassignment = groupnumber&lt;br/&gt;/ file = "part2.iqx"&lt;br/&gt;&amp;lt;/batch&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;batch&amp;gt;&lt;br/&gt;/ subjects = (3 of 3)&lt;br/&gt;/ groupassignment = groupnumber&lt;br/&gt;/ file = "part3.iqx"&lt;br/&gt;&amp;lt;/batch&amp;gt;&lt;br/&gt;&lt;br/&gt;You can then generate and give out individualized links to your participants which include an unique subject identifier as well as the part they ought to complete at a given time, by passing that information to the launch page via query parameters. Suppose a given participant's ID is abc123, then&lt;br/&gt;&lt;br/&gt;&lt;a href="https://research.millisecond.com/yourusername/yourbatch.web?subjectid=abc123&amp;amp;groupid=1"&gt;https://research.millisecond.com/yourusername/yourbatch.web?subjectid=abc123&amp;amp;groupid=1&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;would run the 1st part, &lt;br/&gt;&lt;br/&gt;&lt;a href="https://research.millisecond.com/yourusername/yourbatch.web?subjectid=abc123&amp;amp;groupid=2"&gt;https://research.millisecond.com/yourusername/yourbatch.web?subjectid=abc123&amp;amp;groupid=2&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;would run the 2nd part, and&lt;br/&gt;&lt;br/&gt;&lt;a href="https://research.millisecond.com/yourusername/yourbatch.web?subjectid=abc123&amp;amp;groupid=3"&gt;https://research.millisecond.com/yourusername/yourbatch.web?subjectid=abc123&amp;amp;groupid=3&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;would run the 3rd part, all with the subject identifier "abc123", i.e. you can easily match the data from the three parts.&lt;br/&gt;&lt;br/&gt;Any "participant account" management beyond that you would have to build outside of Inquisit. You could -- for example -- create a website where participants can log in with "their" assigned ID, confirm that they have completed a given part, and then receive "their" link for the next part.&lt;br/&gt;&lt;br/&gt;</description><pubDate>Mon, 18 Dec 2017 08:04:43 GMT</pubDate><dc:creator>Dave</dc:creator></item></channel></rss>