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

Name Type Description
permission permissionenum
ValueDescription
photoCapturePermission to use the camera.
screenCapturePermission to capture the screen.
setMousePositionPermission to position the mouse cursor.
soundCapturePermission to record sound.
speechPermission to use speech recognition.

Remarks

Examples

The following indicates that the experiment will require the ability to perform photoCapture and soundCapture:

<defaults>
/ requiredpermissions = (photoCapture, soundCapture)
/ mimimumVersion = "6.4.0.0"
</defaults>

Copyright Millisecond Software, LLC. All rights reserved.