Skip to content

Commit

Permalink
Merge pull request #115 from XLSForm/fix/placement-map
Browse files Browse the repository at this point in the history
Clarified maps vs placement-map, closes #55
  • Loading branch information
tinok authored Apr 4, 2018
2 parents 27b9402 + 1f96459 commit cfaeed0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _includes/xlsform-reference-table.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,10 @@ This sheet is mandatory in all XLSForms.
| *audio, video* | | | | | | |
| | new | Capture new audio or video with the default camera/mic | yes | yes | | Enketo: not all browsers provide support |
| *geopoint, geotrace, geoshape* | | | | | | |
| | maps | Records the GPS location while showing it also in Google Maps | yes | yes | | Enketo: Adds a button on touch screens to see a map; for non-touch devices it's the same as having no appearance. |
| | maps | Records the GPS coordinates of the _current_ location while showing it also in Google Maps | yes | yes | | Enketo: Adds a button on touch screens to see a map; for non-touch devices it's the same as having no appearance. |
| | hide-input | Shows a larger map and hides the geo input fields by default. | yes | no | | |
| | streets, terrain, satellite, [other] | Switches the default map layer to the one with the name of the appearance. | yes | no | | |
| | placement-map | Allows user to point at a location on a map | yes | yes | | Enketo: Same as `maps` |
| | placement-map | Allows user to _point_ at a location on a map to record those GPS coordinates | yes | yes | | Enketo: Same as `maps` |
| **Skip logic syntax (incomplete)** | | | | | | |
| | selected (${some_question}, 'd') | for multi select questions | yes | yes | | |
| | ${some_other_question} = '1' | | yes | yes | | |
Expand All @@ -127,7 +127,7 @@ This sheet is mandatory in all XLSForms.
### <a name="choices"></a>choices
The choices sheet is optional and only required if there are any select_one or select_multiple questions in the file.

| Item | Description | Works in Enketo? | Works in Collect? | Synonyms | Notes |
| Item | Description | Works in Enketo? | Works in Collect? | Synonyms | Notes |
| list name | A unique name for each set of choices | yes | yes | list_name | |
| name | ID (name) of the specific choice, will be saved to XML | yes | yes | | |
| label::[language] | Choice label, will be displayed on screen. Allows adding a translation of choice labels, showing [language] in the interface | yes | yes | label::[language] | |
Expand Down

0 comments on commit cfaeed0

Please sign in to comment.