With v8, we do not have the ability to export completed surveys only via the admin module. The filtering out of completes is now conducted via the Data Management / Export option within the Sawtooth software.
My concern with this change is the incompletes get mixed in with the completes and when using the sys_SequentialRespNum, the IDs are no longer sequential, they contain holes in the numbering over a far wider range of ID numbers.
This is okay for small projects but creates a new problem for larger surveys, like one that I am currently working on where 40,000+ completed surveys are captured and over 100,000 incompletes.
Is it possible to include a sequential ID feature which exports IDs with no gaps in the numbering (like a sequentail start)?
Thanks.