The endlock attribute specifies whether to lock the screen after the experiment is complete.
Applies to
<defaults>
Syntax
/ endlock = true("message")or
/ endlock = falseParameters
| message | A quoted string indicating a text message to display while the screen is locked. |
Remarks
When endlock is set to true, Inquisit displays a black screen with the specified message when the experiment has completed. To advance past this screen, press Ctrl+End on the keyboard. This feature can be used to prevent subjects from gaining access to the script once the experiment is over.
Examples
The following locks the screen when the experiment is complete:
<defaults>
/ endlock= true("Please tell the experimenter that the experiment is over."
</defaults>