Choice table

In a task step, a choice table (<choicetable>) presents the user with two or more options (choices) to complete the step.

Example

		
<choicetable frame="none">
<chhead>
<choptionhd>If this prompt displays, </choptionhd>
<chdeschd>type the following command</chdeschd>
</chhead>
<chrow>
<choption>D:\</choption>
<chdesc>
<codeblock>C:</codeblock>
</chdesc>
</chrow>
<chrow>
<choption>H:\</choption>
<chdesc>
<codeblock>C:</codeblock>
</chdesc>
</chrow>
<chrow>
<choption>C:\My Documents\...</choption>
<chdesc>
<codeblock>cd \</codeblock>
</chdesc>
</chrow>
</choicetable>

To see how this table displays, go to Verifying the installation on Windows.

Related concepts
Simple table element (<simpletable>)
Table element (<table>)