up Inquisit Language Reference

plugin attribute

The plugin attribute specifies which eye tracker plugin to load.

Member of

<eyetracker> <eyetracker> <eyetracker>

Syntax

/ plugin = "plugin name"

Parameters

plugin name The name of the eye tracker plugin to use. Must be one of the following values:
Value Description
tobii The Inquisit 6 Tobii Plugin
srresearch The Inquisit 6 SR Research EyeLink Plugin

Remarks

This attribute is mandatory for the eyetracker element.

Examples

The following binds the eytracker element to the Tobii plugin for use with a Tobii eye tracker:

<eyetracker>
/ plugin = "tobii"
</eyetracker>

The following binds the eytracker element to the SR Research EyeLink plugin for use with an EyeLink eye tracker:

<eyetracker>
/ plugin = "srresearch"
</eyetracker>

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