Is the only way to display data in survey solution through static text?

I would like to use like a roaster with read-only values (table alike) to present information obtained through variables, aside from static text what other ways are available to present information? example:

But let’s imagine no user typed in those red numbers, and the information is also disabled, any suggestions?

Thanks.

After some quick experimentation, it looks like static text should be able to make this work.

To my mind, there are two parts to the problem. The first part is being able to refer to values. If each cell in your table can be referenced with a variable name, then this works (e.g., %first_value%).

The second part is how to present things as a table. There are several strategies that don’t work: Markdown tables, HTML tables, etc. There is one that I found to work: writing out the table and using the <br> tag to return to the next line. Survey Solutions Designer only allows a small subset of sensible HTML tags. See the details here. So, for example, one cannot use tags for creating a table.

See my experiment here, where I’ve included both thigns that do and don’t work.

Note: I’m assuming that the information you want to present is being collected in the same CAPI app in which it is displayed. If that’s not the case, there is one more possibility: preload questions in a roster and lock their values.