I'm trying to create a form that allows users to seamlessly add information about each of the members that are on their team without resorting to a kludgy loop and merge over multiple pages.
Here's what I'm envisioning: a participant is asked how many people are on their team. Based on this answer a spreadsheet-like data matrix is generated on the next page with the number of rows equal to the number of people on a given team. They can fill in the names of their teammates in one column, and they can answer questions about each member using dropboxes and sliding scales on other rows. Something like this:
!

Is this possible in Qualtrics? What is the right way to go about implementing this?