Define the study mode
Decide whether the workflow is a public demonstration, a browser-only pilot, a restricted study link, or a server-backed data collection route.
Expected output
Documented study mode
A practical guide for deciding how a NeuraHear assessment tool should be configured, calibrated, collected, exported, and protected in a study.
Use this before recruitment
The goal is to make versioning, data mode, calibration, and export assumptions explicit before participant data collection starts.
Check version logWorkflow
Decide whether the workflow is a public demonstration, a browser-only pilot, a restricted study link, or a server-backed data collection route.
Expected output
Documented study mode
Record the tool version, audio set, calibration behavior, scoring logic, export fields, and any restricted access assumptions before recruitment starts.
Expected output
Versioned study setup
Run the intended device and sound-level checks before testing so participants use a consistent listening setup and the noise or speech level is documented.
Expected output
Ready-to-test setup
For server-backed tools, check that new records are appended rather than replacing existing files. For browser-only tools, confirm local exports are saved after each session.
Expected output
Traceable raw data
Keep raw records, exported CSV or JSON files, and analysis summaries separate so later scoring updates do not obscure the original participant data.
Expected output
Reproducible study package
Browser-only
Pilots, demonstrations, questionnaires, and workflows where the researcher saves the export manually.
Data handling
No server submission by default. Results are exported from the browser as JSON, CSV, or summary text.
Server-backed
Live study tools where participant records need to be appended to a server-side data file or database.
Data handling
Responses are submitted to a backend route and stored outside the static website release directory.
Restricted link
Study-specific experiments, review consoles, or tools that should not be listed until protocols are finalized.
Data handling
The tool may be deployed but kept out of public tool lists and navigation until the study is ready.
Release checklist
Ready to configure a study?