I display survey questions in an editable grid. When a users has to fill out two (or more) surveys, I would like to have some kind of header/separator that marks the start of another survey, like the example below. The header/separator contains text and preferably have a different visual look then the question records.
survey 1 - general info = seperator line/record
1 what’s you age
2 where do you live…
3 etcetera
survey 2 - other info = seperator line/record
1 What do you think about…?
2 etcetera
survey 3…
As you can see, the position of these separators depends on the numer of questions in a survey, so it’s dynamically determined.
Any suggestions?