By zradosev - 3/24/2015
Hello, I just incorporated feedback result to participants of one of my battery that goes like this: <page end> You have reached the end of the test, participant# <%script.subjectid%>, group <%script.groupid%>. Thanks! Number of correct responses is <%values.countcorrect%> of <%values.count_completedtrials%> finished trials. Number of missed responses is <%values.count_latematrix%>, and number of late row responses is <%values.count_laterowconfirmation%>. Total number of trials was <%values.count_attemptedtrials%>. </page>
My question is: how can I screensave this feedback because it gives back to me just the needed data for my research and enables me to quickly aggregate my data? Thank you in advance, Sincerely ZR
|
By Dave - 3/24/2015
You cannot have Inquisit save screencap of a <page> element. You need to provide the feedback via a <trial> element instead, with its /screencapture attribute set to 'true'.
In general, I would recommend using the <summarydata> element in your script(s) to write out a single-line summary data file of the values and other properties of interest.
|
|