Hello,
I have created a reading speed calculation application similar to a survey for 4th-grade elementary school level. On this application, students write their first name, last name, and the class they attend on one page. Then, on a separate page, they read a story and the application records their reading times while they are reading the story. Finally, on another page, students answer 3 questions about the story they read.
The application works quite well, but it doesn’t provide the data in a format that is useful for me. I want to see all the information for each student (first name, last name, class, reading time, answers to questions) side by side in a single row, but the application provides this information with spaces in a table.
The image below shows the data style presented by the application:
The image below shows the data style I want:
Can you help me see the data in the format I want?