This article is part of the assessment builder guide. You will require administration access to view the pages mentioned in this article.
Below is an example of how to lay out a table which is 3 columns wide, and 4 columns high, included a show if which displays as a row if the condition is met.
To build a table, you use Groups or Show Ifs as rows. Each element added to the group or show if will display in the column in that row. Elements used to build a table (pseudo code):
<table> <Group> <<<< HEADER ROW <Label> <<< Column 1 in Header 1 <Label> <<< Column 2 in Header 1 <Label> <<< Column 3 in Header 1 <Group> <<<< ROW 1 <text_field> <<< Column 1 in ROW 1 <text_field> <<< Column 2 in ROW 1 <text_field> <<< Column 3 in ROW 1 <Group> <<<< ROW 2 <text_field> <text_field> <text_field> <show_if> <<<< ROW 3 <text_field> <text_field> <text_field>
Actual layout in the assessment builder:
Resulting table: