hey everyone!
thanks so much for the help with my grading program that accesses from a file! i just have one more question, basically more of a syntax question
for those that want to refresh - the original discussion is posted here =
http://bytes.com/forum/thread794116.ht ml
what i need to know is, does anyone know how to formulate the code to COMPARE the 'answer key' array to the other arrays with the student answers
i cant figure out how to syntactically formulate the program to take the answer key array, compare it to the collected other arrays and return a grade
i was thinking of simply using a method to do the 'grunt work' of the comparison, but if anyone has any better suggestions, they are most certainly welcome!
thanks so much!
~Tomshorts
thanks so much for the help with my grading program that accesses from a file! i just have one more question, basically more of a syntax question
for those that want to refresh - the original discussion is posted here =
http://bytes.com/forum/thread794116.ht ml
what i need to know is, does anyone know how to formulate the code to COMPARE the 'answer key' array to the other arrays with the student answers
i cant figure out how to syntactically formulate the program to take the answer key array, compare it to the collected other arrays and return a grade
i was thinking of simply using a method to do the 'grunt work' of the comparison, but if anyone has any better suggestions, they are most certainly welcome!
thanks so much!
~Tomshorts
Comment