up Inquisit Language Reference

plugin attribute

The plugin attribute specifies which eye tracker plugin to load.

Member of

<eyeTracker> <eyeTrackerSrResearch> <eyeTrackerTobii>

Syntax

/ plugin = eyetracker

Parameters

Name Type Description
eyetracker string The name of the eye tracker plugin to use, either "tobii" or "srresearch".

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>

Copyright Millisecond Software, LLC. All rights reserved.