A | B | C | D | E | |
---|---|---|---|---|---|
1 | type | name | label | hint | calculation |
2 | note | intro | This form showcases the different question types available in XLSForm. The hints explain how these question types were created. | ||
3 | |||||
4 | begin group | text_questions | Text question type | ||
5 | text | my_string | Text | Can be short or long but always one line (type = text) | |
6 | end group | ||||
7 | |||||
8 | begin group | number_questions | Number question types | ||
9 | integer | my_int | Integer | For this field (type=integer) | |
10 | decimal | my_decimal | Decimal | For this field (type=decimal) | |
11 | end group | ||||
12 | |||||
13 | begin group | date_time | Date and time question types | ||
14 | date | my_date | Date | For this field (type=date) | |
15 | time | my_time | Time | Times are easy! (type=time) | |
16 | dateTime | dateTime | Date and time | For exact times, will be converted to UTC/GMT (type=dateTime) | |
17 | end group | ||||
18 | |||||
19 | begin group | select_questions | Basic Select question types | ||
20 | select_multiple list | my_select | Select multiple question (select all that apply) | Using a list specified in the choices worksheet (type=select_multiple list) | |
21 | select_one list2 | my_select1 | Select one question | Select one (type=select_one list2) | |
22 | end group | ||||
23 | |||||
24 | begin group | geopoint | GPS question type | ||
25 | geopoint | my_geopoint | Geopoint | This will record the gps location. (type=geopoint) | |
26 | geotrace | my_geotrace | Geotrace | This will record a line of two or more GPS coordinates. (type=geotrace) | |
27 | geoshape | my_geoshape | Geoshape | This will record a polygon of multiple GPS coordinates; the last point is the same as the first point.. (type=geoshape) | |
28 | end group | ||||
29 | |||||
30 | begin group | media | Media input question type | ||
31 | image | my_image | Image widget | This will launch the camera. (type=image) | |
32 | audio | my_audio | Audio widget | This will launch the audio recorder. (type=audio) | |
33 | video | my_video | Video widget | This will launch the video recorder. (type=video) | |
34 | barcode | my_barcode | Barcode widget | Scans multi-format 1d/2d barcodes. (type=barcode) | |
35 | end group | ||||
36 | |||||
37 | begin group | miscellaneous | Miscellaneous question types | ||
38 | calculate | my_calculation | [Label not required for calculate question types.] | Add your calculate expression in the 'calculation' column. (type=calculate) | 1+1 |
39 | acknowledge | my_acknowledge | Acknowledge widget | This will display an 'OK' prompt in your form. (type=acknowledge) | |
40 | end group | ||||
41 | |||||
42 | |||||
43 | |||||
44 | |||||
45 |