ODK-X XLSX Converter
ODK-X XLSX Converter is a tool, similar to XLSForm, that converts XLSX files (created with Excel) into ODK-X Survey definition files that are used by ODK-X Survey.
Warning
Forms created with XLSX Converter are not compatible with ODK Collect. They only work with ODK-X Survey.
For example, a spreadsheet like this:
type |
name |
display.prompt.text |
---|---|---|
begin screen |
||
text |
name |
Enter name: |
integer |
age |
Enter age: |
end screen |
Will result in a survey like this:
Tip
See exampleForm.xlsx
(located at the path app/config/tables/exampleForm/forms/exampleForm/
in the Application Designer) for a more extensive list of examples.
- Using ODK-X XLSX Converter
- Creating and Loading a Form into ODK-X Survey
- Creating a Simple Survey Form
- Adding Multiple Choice Questions
- Using Skip Logic
- Using Custom Section Worksheets
- Using Calculations
- Using Queries
- Internationalization
- More Advanced Branching
- Creating a Custom Initial Worksheet
- Using Validate
- Customizing Prompts
- Other Features
- ODK-X XLSX Converter Reference