Is the audit log (audit.csv) supported in Enketo web forms, or is it Collect-only?

1. What is the issue? Please be detailed.

I added an audit row to my form to get per-question timestamps. Submissions made from ODK Collect produce a complete audit.csv with start/end per question. Submissions made from the same form via an Enketo web link produce no audit data at all. I need to know whether this is expected behaviour or a misconfiguration, because it determines whether I can rely on the audit log for per-question timing when fieldwork is mixed-mode.

2. What steps can we take to reproduce this issue?

Add a row type = audit, name = audit. Publish to Central. Submit once from Collect and once from the Enketo web form link. Compare the submission attachments.

3. What have you tried to fix the issue?

I checked this against a full wave of real data: 1,008 submissions, 938 from Collect and 70 from Enketo. Every audit record came from a Collect submission; 0 of the 70 Enketo submissions had an audit file.

4. Upload any forms or screenshots you can share publicly below.

Hi @Ricard_Hoxha

That's expected, not a misconfiguration. The audit log is currently a Collect-only feature - it's not supported by either Enketo or ODK Web Forms (which is replacing Enketo).

Since we're no longer developing Enketo, we won't be adding new features there. However, audit log support is something that could be added to ODK Web Forms in the future.

Thank you for your answer!