You can use the <Done> tag in your study expt.xml file to show that all important manipulations / measures have been completed by the participant. Do so by adding <Done/> to the map, as follows:
<Map>
<Task id="startpage"/>
<Task id="iata"/>
<Done/>
<Task id="debriefing1"/>
<Task id="debriefing2"/>
</Map>
When the study gets to the <Done/> point, the sessionstatus will be changed to a "d", instead of a blank. It will still become 'c' when the participant finished the study.
Having this tag is important because we like to keep track of the completion rate of people taking our studies. You will be given preferential treatment if you have a high completion rate, and having the <done/> tag in will let us treat more of your participants as completes.
Recent comments