I have test data that comes in like the original file format example for each student, with their ID number in column A, question number in column B, and answers in column C. In order to upload the file I need to get it in the following format:
ID,answer,answer,answer,etc..
<tbody>
A
B
C
D...