If the marks of each subject are considered individually, then the datatype could be an integer but when marks for a given set of subjects are considered, it looks like a table, which we can see from the score cards. Hence the datatype is a list wherein each row is a record.
**This is my interpretation. Not 100% sure it is the right explanation.