If I am taking a large amount of input from a user lets say the favorite colour of a student in a classroom of 30 students.
I want the teacher to input each favorite colour. I dont want to ask the teacher for each name of the student in showDialogBox then search a file to show that the student exists then ask to input the colour.
Is there a way of displaying a Box which looks something like this
John-(blank space to enter txt eg.colour) James-(blank space to enter colour) Or something like that, or would there be a better more convienient way for the user to input the data.
Then what comes to mind is changing a colour for a student.
Any help in pointing in the right direction would be much appreciated.