- Download responses as CSV (either from the GUI: File → Download → as CSV or
curl -Ls [url]/export?format=csv
)
Timestamp is the first field so let’s drop everything else:
Then drop the timestamp and keep only the date
Sort and count and resort by date