Group: Forum Members
Posts: 78,
Visits: 60
|
Hello, I am programming a LDT for some students of my class. So far so good, however, the student did not provide the targets in upper case which is necessary for this experiment. Instead of having them to correct all targets, I tried to convert all targets to upper case in Inquisit in various ways but failed. So, tfake has to be presented in upper case. Hints (and solutions) are welcome.
Best wishes Jens
<trial t_fake> /ontrialbegin = [values.trialcounter += 1;] /ontrialend = [values.prime = text.trpfake.currentitem; values.target = text.tfake.currentitem;] /stimulusframes = [1 = fixation; 30 = maske; 61 = blank, trpfake; 64 = blank, tfake] /validresponse = ("F", "J") /correctresponse = ("F") /response = timeout (2500) /branch = [if(values.trialcounter == values.break_after_x) trial.pause] </trial>
|