up Inquisit Language Reference

completed property

Whether or not the script was run until the end.

Member of

<script>

Syntax

script.name.completed

Read Only

Type

boolean

Remarks

A value of 1 indicates the participant completed the script in its entirety. A value of 0 indicates that they aborted the script before it was finished.

Examples

The following records whether the script was completed in the summary data file:

<summarydata>
/ columns = (script.startDate, script.startTime, script.subjectId, script.groupId, values.totalscore, script.completed)
</summarydata>

Copyright Millisecond Software, LLC. All rights reserved.