Whether or not the script was run until the end.
<script>
script.name.completed
Read Only
boolean
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.
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>