You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A single repetition group can be added to multiple forms, and even to multiple questions within the same form in secuTrial. In the export, the repetition tables emnp... contain a column docid which identifies the parent document, and a column fgid which links to the table questions. For an user without background knowledge of secuTrial, it is difficult to resolve this link, as they often ignore this type of metadata columns.
Describe the solution you'd like
I suggest a new feature, where the columns formname and fglabel of the table questions are automatically joined to each repetition table emnp... by fgid as part of read_secuTrial()
The text was updated successfully, but these errors were encountered:
Problem
A single repetition group can be added to multiple forms, and even to multiple questions within the same form in secuTrial. In the export, the repetition tables emnp... contain a column
docid
which identifies the parent document, and a columnfgid
which links to the table questions. For an user without background knowledge of secuTrial, it is difficult to resolve this link, as they often ignore this type of metadata columns.Describe the solution you'd like
I suggest a new feature, where the columns
formname
andfglabel
of the table questions are automatically joined to each repetition table emnp... byfgid
as part ofread_secuTrial()
The text was updated successfully, but these errors were encountered: