Group: Administrators
Posts: 13K,
Visits: 104K
|
If I understood you correctly, you want a regular computer serve as the "display" and have a separate tablet (the Surface) serve as the "input device". Correct? If so, I'm afraid I don't see a way to do this.
Edit: I should add that -- if the tablet in question is a Surface Pro, i.e., if it has in Intel x86 processor and runs a full Windows version -- you should actually be able to install and run Inquisit 4 on the tablet. Stimuli would be displayed on the tablet's screen and input could be taken via the touchscreen by setting /inputdevice=touchscreen. Under Inquisit 4 (and below), touchscreen input essentially works the same as mouse input, i.e., you can define a tap on an on-screen object as response:
<trial mytrial> / stimulusframes = [1=a] / inputdevice = touchscreen / validresponse = (a) </trial>
<shape a> / shape = rectangle / color = blue / size = (10%, 10%) / position = (50%, 75%) </shape>
|