SurveyCTO HTML Input

Revision as of 06:33, 26 February 2018 by Steven (talk | contribs) (Created page with "== Best Practice == SurveyCTO lets you change the format of question text using basic HTML commands. In some surveys it can be useful to highlight different parts of text in...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Best Practice

SurveyCTO lets you change the format of question text using basic HTML commands. In some surveys it can be useful to highlight different parts of text in bold or a different color, either for a set of repeating questions where the text changes slightly or for a block of text that is particularly important.

It is probably better to display questions such as: "How much cabbage did you cultivate on plot 3 during the rainy season?" like: "How much cabbage did you cultivate on plot 3 during the rainy season?"

Commands

The following commands should enclose the text you want to highlight in this format: <$> text here </$>, where the '$' should be replaced by:

  • Bold: 'b'
  • Italic: 'i'
  • Colors: 'font color="red"' then 'font'

More examples can be found here

Back to Parent

This article is part of the topic SurveyCTO Coding Practices