Group: Forum Members
Posts: 21,
Visits: 51
|
I am working on a code for my EEG experiment using survey page to display a multiple choice question. I have set up the code such that each question has its own trigger and it works just fine.
here is what I have that currently works
<surveypage Scenario6> / stimulusframes = [1=marker6] / fontstyle = ("Arial", 2.5%, false, false, false, false, 5, 1) /itemfontstyle = ("Arial", 4.5%, false, false, false, false, 5, 1) /responsefontstyle = ("Arial", 3.5%, false, false, false, false, 5, 1) / txcolor = (0, 0, 0) /questions = [1 = q6_bill, Scenario] /showpagenumbers = false /showquestionnumbers = false /nextbuttonposition = (50%, 50%) /showbackbutton = false </surveypage>
<port marker6> / items = ("00000110") / port = LPT1 / subport = data </port
/ stimulusframes = [1=marker6] - works just fine. But how do I send a trigger for when the participant makes a response using a mouse click
I have tried using / response message= (.....) that didn't work .
After making the response, the participant has to also click on next button ( since its survey page I can't somehow setup the code to automatically move to the next question once the participant has input their response) should I also send a trigger for when the participant clicks the '' CONTINUE BUTTON". Thanks
|