Description
Adds subheaders to a grid question.
Instructions
- Requires Better Lighthouse Library.
- Lines 6-11 of the footer must be updated with the nature of the subheaders for rows, or
var rowSubheaders = [];
for no row subheaders. For each subheader, the code must have the subheader HTML and one of the following:min
andmax
defining the first and last items for this subheader.items
explicitly defining all items for this subheader.
- Lines 13-18 of the footer must be updated with the nature of the subheaders for columns, or
var columnSubheaders = [];
for no column subheaders. For each subheader, the code must have the subheader HTML and one of the following:min
andmax
defining the first and last items for this subheader.items
explicitly defining all items for this subheader.