Hi Dave,
Thanks foryour help. Number 2) worked very well and I will try out 3) when I upload my experiment.
1) 1) I made it like this: (Sicherheitseingabe = confidence)
<values>
/ trialtype = ""
</values>
<textSicherheitseingabe>
/ items =("Sicherheitseingabe")
/position =(50, 50)
</text>
<trialSicherheitseingabe>
/ontrialbegin = [values.trialtype = "S"]
/stimulusframes = ,[1=Sicherheitseingabe]
/validresponse= ("0", "1", "2", "3", "4","5", "6", "7", "8", "9")
</trial>
<block recognitionA>
/ preinstructions = (Instruktion2
)/ trials =[1= noreplace(compatible_Fraktale, incompatible_Fraktale) ;2=Sicherheitseingabe;3= noreplace(compatible_Fraktale, incompatible_Fraktale) ; 4=Sicherheitseingabe;
5= noreplace(compatible_Fraktale, incompatible_Fraktale) ;6=Sicherheitseingabe;
7=noreplace(compatible_Fraktale, incompatible_Fraktale) ; 8=Sicherheitseingabe;9= noreplace(compatible_Fraktale, incompatible_Fraktale) ;10=Sicherheitseingabe; 11= noreplace(compatible_Fraktale, incompatible_Fraktale) ;12=Sicherheitseingabe]
</block> <data>
/ columns = [date time subjectblockcode blocknum trialcode trialnum response correct latency "Sicherheitseingabe"]
/ separatefiles = true
</data> Now in thedata a column called „Sicherheitseingabe“ (confidence) appears in the data. But unfortunately it is empty. I’dlike to know which number (0-9) the subjects entered. For the trial I tried toadd
/correctresponse = ("0","1", "2", "3", "4", "5","6", "7", "8", "9")
/ response = free/ recorddata = true
But unfortunately it does not make any difference.No number appears in the data.
What can I otherwise do so that the numbers 0-9 will appear in the data? Or could it be the reason, that my evaluation period has expired (and it runs only in monkey mode)?
Greetings, Marius