I am (trying to) build a multiple choice test application that will pass a list of multiple choice questions (select lists) from the controller to a view. Then populate the view using a foreach loop, post the answers back to the controller, check them and increment the score for each correct answer and then update the db. I am (trying to) build a multiple choice test a