Skip to content

Commit

Permalink
Merge pull request #248 from lognaturel/fix-include
Browse files Browse the repository at this point in the history
Fix quotes in include content
  • Loading branch information
yanokwa authored Sep 23, 2023
2 parents f05a0cc + da8c14c commit 0e7dfeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _sections/home-english.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ In general, choice names should be unique within a single-choice list. If two ch

#### Specify other

{% include alerts/warning.html content="We generally recommend using [relevance](#relevant) to specify your own **other** choice. The shortcut described in this section only works for selects without translations or **choice_filter**s. It uses English for the "Specify other" choice which cannot be customized." %}
{% include alerts/warning.html content="We generally recommend using [relevance](#relevant) to specify your own **other** choice. The shortcut described in this section only works for selects without translations or **choice_filter**s. It uses English for the \"Specify other\" choice which cannot be customized." %}

For multiple-choice questions, surveys often include an option of marking **other** when their answer choice is not listed. Then, they are usually asked to specify the other option. XLSForm has a shortcut for doing this by adding **or_other** after the answer choice list name in the survey worksheet. The choices worksheet stays the same. See below:

Expand Down

0 comments on commit 0e7dfeb

Please sign in to comment.