{ "version": 1, "title": "Tutorial — Media Fields", "fields": [ { "id": "intro", "type": "note", "label": "Media fields capture photos, audio, signatures, and file attachments. All media is stored locally on the device and uploaded to the server automatically when syncing." }, { "id": "photo", "type": "photo", "label": "Photo", "hint": "Opens the camera. The image is stored offline and uploaded on sync." }, { "id": "signature", "type": "signature", "label": "Signature", "hint": "Opens a drawing pad. The respondent draws their signature with their finger." }, { "id": "audio", "type": "audio", "label": "Audio Recording", "hint": "Records audio using the device microphone. Useful for verbal testimonies or ambient sound." }, { "id": "attachment", "type": "file", "label": "File Attachment", "hint": "Attach any file from the device (PDF, image, document, etc.)." }, { "id": "notes", "type": "textarea", "label": "Notes" } ] }