Skip to content

Commit

Permalink
resolves #36 (#90)
Browse files Browse the repository at this point in the history
* resolves #36

* adjusting wording

* fixing wording
  • Loading branch information
danbjoseph authored and MartijnR committed Oct 20, 2017
1 parent ff71d7a commit 69d1223
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _includes/xlsform.md
Expand Up @@ -186,6 +186,8 @@ XLSForm has a number of data type options available for meta data collection:
| subscriberid | IMSI (International Mobile Subscriber Identity) |
| simserial | SIM serial number. |
| phonenumber | Phone number (if available). |
| username | Username configured (if available). |
| email | Email address configured (if available). |

Note that some metadata fields only apply for mobile phone-based forms.

Expand All @@ -201,6 +203,8 @@ If I wanted my survey to collect all of these metadata, I would put the followin
| | subscriberid | subscriberid | |
| | simserial | simserial | |
| | phonenumber | phonenumber | |
| | username | username | |
| | email | email | |

Notice that there are no labels associated with the metadata question types. This is because the phone captures these variables automatically. These questions will not appear on the screen of the phone, but you will see them when viewing your submitted survey data.
The [Tutorial XLSForm](https://docs.google.com/spreadsheets/d/1OPBXLH8XAVPfyOjoC4-gn2bhZ4hOm2gCtIEyszw0NRo/edit?usp=sharing) shows how metadata is used in a form.
Expand Down

0 comments on commit 69d1223

Please sign in to comment.