up Inquisit Language Reference

minimumVersion attribute

The mimimumVersion attribute specifies the minimum version of Inquisit required to run this script.

Member of

<defaults>

Syntax

/ minimumVersion = version

Parameters

Name Type Description
version string A string indicating the minimum required version number.

Remarks

This attribute is used to indicate that a script uses features introduced in a specific release of Inquisit. If someone attempts to run the script using a previous version, they will receive an error message noting the required version.

Examples

The following indicates that the script must be run on version 3.0.0.0 or later:

<defaults>
/ mimimumVersion = "3.0.0.0"
</defaults>

Copyright Millisecond Software, LLC. All rights reserved.