--
You received this message because you are subscribed to the Google Groups "enketo-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to enketo-users+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi Neil!Yes, it does, with some options:External XML data (this is the method I recommend for more complex data)- like this: https://opendatakit.github.io/xforms-spec/#secondary-instances---external (and in XLSForm: `select from external YOURFILE.xml`).External CSV dataWe have some unfortunate incompatibilities with external CSV data that we're still trying to rectify.- in both Enketo and ODK Collect you can use the pulldata() function- in Enketo you can also do `select from external YOURFILE.csv`. After that the data is available as XML. See https://enketo.org/xforms/#csv-support.Just to be clear: no search() support and no "select external" support in Enketo.Using defaults[] in Enketo's API (recommended for simple stuff)- Dynamically create an online-only Enketo webform URL that passes data values to be populated in the form. See https://apidocs.enketo.org/v2#/post-surveyA fourth option would be hack around Enketo's API that is meant for editing already submitted data, but I think that's probably not appropriate here.Good luck!MartijnP.S. This may be of interest as well, if you're only expecting a single response per person: https://apidocs.enketo.org/v2#/post-survey-single
On Fri, May 25, 2018 at 3:16 PM, Neil Hendrick <mojo...@gmail.com> wrote:
Does enketo support pre-loading data?
Open Data Kit supports this as described here: https://opendatakit.org/help/form-design/data-preloading/To provide some details, I am designing a survey using ODK Collect. The survey will be conducted with a random selection of people, and the respondents will be asked for a contact email address so that we can send them a link to a follow up Enketo survey (through Aggregate). It would be useful to be able to pull some data from the original survey for the follow up survey on Enketo.Thanks in advance,Neil Hendrick
--
You received this message because you are subscribed to the Google Groups "enketo-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to enketo-users...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
<item> <key>##1##</key> <name>##2##</name> <label>##3##</label></item>To unsubscribe from this group and stop receiving emails from it, send an email to enketo-users+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Kind Regards,
Motari
To unsubscribe from this group and stop receiving emails from it, send an email to enketo-users...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.