Hello fellow Eprimers - <div><br></div><div>I am programming an EEG experiment using Eprime 2 and need to change participants letter responses (they respond pressing either the F or J key) into a numerical response (where the an F response would be coded as a 1, and the J response would be coded as a 2). </div><div><br></div><div>As of right now I have written a code so that the trigger values for participants' response (SelfAnswer.RESP), and those responses are either an F or a J. The code is as follows:</div><div><br></div><div><div>If c.GetAttrib("ProcedureType") = "1" Then</div><div><span class="Apple-tab-span" style="white-space:pre">   </span>strTrialInfo = c.GetAttrib("Valence") & "-" & c.GetAttrib("ProcedureType")</div><div>ElseIf c.GetAttrib("ProcedureType") = "2" Then</div><div><span class="Apple-tab-span" style="white-space:pre">    </span>strTrialInfo = c.GetAttrib("Valence") & "-" & c.GetAttrib("ProcedureType") & "-" & SelfAnswer.RESP</div><div>End If</div></div><div><br></div><div>The response keys have to stay as F and J - but for the trigger code the responses need to be either a 1 or a 2. <br></div><div><br></div><div>Does anyone have any ideas? </div><div><br></div><div>Thank you thank you thank you in advance,</div><div><br></div><div>M</div>

<p></p>

-- <br />
You received this message because you are subscribed to the Google Groups "E-Prime" group.<br />
To unsubscribe from this group and stop receiving emails from it, send an email to e-prime+unsubscribe@googlegroups.com.<br />
To post to this group, send email to e-prime@googlegroups.com.<br />
To view this discussion on the web visit <a href="https://groups.google.com/d/msg/e-prime/-/NNj1f-Ov3mMJ">https://groups.google.com/d/msg/e-prime/-/NNj1f-Ov3mMJ</a>.<br />
For more options, visit <a href="https://groups.google.com/groups/opt_out">https://groups.google.com/groups/opt_out</a>.<br />
 <br />
 <br />