Skip to content

Commit

Permalink
Merge pull request #198 from XLSForm/fix/enketo-support
Browse files Browse the repository at this point in the history
  • Loading branch information
lognaturel authored Jun 24, 2020
2 parents 77db5d7 + 6b1ed1a commit d1ff43f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _data/survey.csv
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,15 @@ select_one / select_multiple,,,,,,
,minimal,Spinner widget - click button to provide a response,✔,✔,,
,label,Table of answers,✔,✔,,
,list-nolabel,"Goes with label, no label on answer just radios",✔,✔,,
,autocomplete,Autocomplete widget,✔,✔,search,
,autocomplete,Autocomplete widget,✔,✔,search,Not supported on select_multiple in Enketo
,likert,Shows question as likert widget,✔,✕,,
,horizontal,Displays choices horizontally and automatically creates neat columns for multiple rows,✔,✔,,
,compact,Displays choices horizontally as compact as possible,✔,✔,horizontal-compact,
,compact-n,"Grid widget with max n columns where n is a number from 1 to 10, e.g. use compact-2 or compact-3",✔,✔,,
,quick,Auto advance to next question upon selection,✔,✕,,
,quickcompact,Displays choices horizontally as compact as possible. Auto advance to next question upon selection,✔,✕,quick compact,
,image-map,"When used in conjunction with an SVG media label, the select question will be presented as a clickable image.",✔,✔,,The choices with a value that have a matching id attribute value on a <path> or <g> element in the SVG image are selectable in the presented image
text,numbers,Show the number keyboard on the device,✔,✔,In Enketo some browsers may not support this,
text,numbers,Show the number keyboard on the device,✔,✔,,Enketo: not all browsers provide support
,multiline,Creates a larger text entry field,✔,✕,,
,url,Shows button to launch a website to stored URL,✔,✔,,
,printer,Interface with an external (Zebra barcode) printer,✕,✔,,
Expand Down

0 comments on commit d1ff43f

Please sign in to comment.