No boundaries for your Experiment
DiagnoseIS tests and experiments can be created by any user having only basic
computer knowledge: no programming knowledge required. A collection of stimuli and options
which are easily set, can be used to fully control the task in a user friendly manner.
However, some experienced users having programming experience in a language such as Visual Basic
or C#, might want to use scripting languages for expanding the possibilities in DiagnoseIS. This
is possible by using Plugins. Using Basic or C#, you have the option of creating your plugin
DLL from a standard template. The plugin is a set of methods, which are hooked to almost all events
that occur in DiagnoseIS. E.g. your Plugin code can be called at the moment a patient draws on
the tablet, or touches a button on a response box. All Plugin methods are fully described in the
manual. There is no limit to what your plugin code can do, since you can use the complete dot Net
collection of commands.
Example use cases