QSF File Format Guide
The QSF file format is a JSON-based Qualtrics import and export format. It packages the survey definition so Qualtrics can rebuild questions, choices, blocks, flow, and survey settings.
How the QSF format works
QSF is used when a survey is exported from Qualtrics or imported back into Qualtrics. The file acts as a transfer package, not as a general document format for reading or printing.
A QSF export usually contains enough structure for Qualtrics to recreate a survey draft, but advanced platform features can add fields that vary by account, product version, and survey configuration.
Common fields inside QSF JSON
A typical QSF file can include survey metadata, question IDs, question text, choice definitions, blocks, survey flow, embedded data references, display logic, validation rules, and scoring or quota settings.
Validation risks before import
JSON syntax alone does not prove that a QSF file is safe to launch. A file can parse correctly while still missing answer choices, survey flow, recode values, or logic needed for the live questionnaire.
The safest workflow is to inspect the file, import it into a blank Qualtrics project, review every question and branch, then compare the imported survey against the source questionnaire.
QSF format facts
Extension: .qsf
Encoding: JSON-based survey structure
Used for: Qualtrics import, export, backup, migration, and survey drafting
Best check: inspect, import into a test project, then review.