Choice lists

When writing task topics, the choice list structure can be used to describe alternative step choices.

A choice list is a special purpose list used within step elements in task topics to indicate that the user has to choose one of several actions to complete the task.

The choice list (choices) is similar in structure to the general purpose unordered list (ul). A choices element contains one or more choice elements.

An example of a choice list being used within a step is:
<step>
  <cmd>Place the car in gear.</cmd>
  <choices>
    <choice>For automatic gearboxes, select <uicontrol>Park</uicontrol>.</choice>
    <choice>For manual gearboxes, select first gear.</choice>
  </choices>
</step>