Group: Administrators
Posts: 13K,
Visits: 104K
|
> [...] but puts the data of the 4 survey-scripts into one data-file and doesn't show the item names of any other but the first script.
By default, the name of the data file for a <survey> element is determined by a given <survey> element's *name*. The problem with your scripts is that the <survey> elements are all named *identically*, namely <survey screening>, and hence all write to the same file. Give them different, unique names (e.g. <survey screening1>, <survey screening2>, etc.).
|