I am trying to make a program that goes thro a data sheet that has a students id and there test answers (20 answers per student) then goes through another data sheet that has the key. Using string I have to see how many the student got right and output it. I got that. Part B is to output a table saying how answers were guessed on which question. EX question 1 4-a's 10-b 4-c 1-d 0-e.
so the table will be a 20 by 5. I have no clue how to do anyting with this table. Please help
ok so the simulation is that I am a teachers assistant and I need to make a program that outputs the students id and the total number of questions he got right on the test. then I have to make an array that outputs the guesses for all the questions. ex question one 'a' was guessed 2 times 'b' was guessed 3 times and c was guessed '15 times.
I have all the students id's and their guesses in data file answers then the test key in data file key.
I am having problems tallying up how many times a letter was guessed for each question and outputting it in an array.
Is that better? I am known for not explaining stuff enough. sorry.