From 4364b8e86756fe8ff7a6d192256fd72552681807 Mon Sep 17 00:00:00 2001 From: lognaturel Date: Fri, 15 Jun 2018 11:40:31 -0700 Subject: [PATCH] Clarify that compact displays without select markers --- _includes/xlsform.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/xlsform.md b/_includes/xlsform.md index 31c0614..56c5828 100644 --- a/_includes/xlsform.md +++ b/_includes/xlsform.md @@ -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). |