minimumversion attribute

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

Applies to

<defaults>

Syntax

/ minimumversion = "version"

Parameters

version number A string in quotes 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 2.0.61004.0 or later:

<defaults>
/ minimumversion = "2.0.61004.0"
</defaults>


Send comments on this topic.
1999-2006 Millisecond Software, LLC. All rights reserved.