Group: Administrators
Posts: 13K,
Visits: 104K
|
A summary data file is supposed to capture a _single_ line of summary data. If you wanted to have a column for each likert element you run, you ought to specify:
<summarydata> / columns = [..., likert.f_h1.response, likert.f_h2.response, likert.f_h3.response, ...] ... </summarydata>
and so forth. This will, of course, only make sense if each likert is only ever run a single time.
You'll find the data captured in the regular _raw_ data file as well. The trialcode column hold's the likert's name, the response column holds the respective response.
|