Skip to content

Commit

Permalink
Clarify that compact displays without select markers
Browse files Browse the repository at this point in the history
  • Loading branch information
lognaturel committed Jun 15, 2018
1 parent cfaeed0 commit 4364b8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/xlsform.md
Original file line number Diff line number Diff line change
Expand Up @@ -594,8 +594,8 @@ The **appearance** column allows you to change the appearance of questions in yo
| horizontal-compact | select_one, select_multiple | For web clients only, this displays the answer choices horizontally. |
| horizontal | select_one, select_multiple | For web clients only, this displays the answer choices horizontally, but in columns. |
| likert | select_one | Best if used with web clients, makes the answer choices appear as a Likert scale. |
| compact | select_one, select_multiple [choices with images] | Arranges image answer choices side by side. |
| quickcompact | select_one [choices with images] | Same as previous, but this one auto-advances to the next question (in mobile clients only). |
| compact | select_one, select_multiple | Displays answer choices side by side with minimal padding and without radio buttons or checkboxes. Particularly useful with image choices. |
| quickcompact | select_one | Same as previous, but auto-advances to the next question (in mobile clients only). |
| field-list | groups | Entire group of questions appear on one screen (for mobile clients only). |
| label | select_one, select_multiple | Displays answer choice labels (and not inputs). |
| list-nolabel | select_one, select_multiple | Used in conjunction with **label** attribute above, displays the answer inputs without the labels (make sure to put **label** and **list-nolabel** fields inside a group with **field-list** attribute if using mobile client). |
Expand Down

0 comments on commit 4364b8e

Please sign in to comment.