XLSForm survey editor
Caveats:
- Not tested in production yet. Built for our own needs, might not fit your requirements
- Supports only a small subset of formula functions
- Can edit, but not show all available field types yet
- No support for repeated field groups
https://sozialhelden.github.io/survey-editor/
- Runs in the browser
- Live synced views (Excel sheet, survey preview, output JSON)
- WYSIWIG editing for XLSForm files
- Basic ODK formula support
- Drag & drop
- Localization
- Displays field dependencies
- Helps debugging formula logic visually
- Includes a React component to XLSForm surveys
- Markdown support for field labels, field hints and notes
Visual debugging for XLSForm / ODK formulas:
Click/tap on a variable to see its current value:
Change field types:
Edit the survey structure:
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Builds the app for production to the build
folder.
It bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.
Builds all variants of the npm package.
Publishes the npm package.
Runs tests for the npm package source while watching for changed files.
Runs tests for the npm package distribution code.
This project was bootstrapped with Create React App.
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.