up Inquisit Language Reference

requiredpermissions attribute

The requiredpermissions attribute specifies the permissions required by an experiment.

Member of

<batch> <defaults>

Syntax

/ requiredpermissions = (permission, permission, ...)

Parameters

permission One of the following values:
Value Description
screencapture Screen Capture.
soundcapture Sound Capture.
photocapture Photo Capture.
setmouseposition Set Mouse Position.
speech Speech Recognition / SoundCapture.

Remarks

Examples

The following indicates that the experiment will require the ability to perform photocapture and soundcapture:

<defaults>
/ requiredpermissions = (photocapture, soundcapture)
/ minimumversion = "6.4.0.0"
</defaults>

Send comments on this topic:
Copyright Millisecond Software, LLC. All rights reserved.