Hello,I've spent some time today trying to get this, and it just doesn't seem to be happening, so I thought I would ask my friends in the Forum. We have our database pretty much operating properly. What we are trying to do (in PHP) is receive a total number of correct answers out of the total number of questions regardless of question of format (not simply the score). All I know how to do right now is break the output down according to CC/NN for True False or CC/NN for Multiple Choice. Being that these are the only two kinds of quiz questions we are asking, I need to find a way to combine the results of the both of them.Illustration:Right now the output reads:TrueFalseSection: 2/2MultipleChoiceSection: 1/3Instead, we want the output to read in effect:Correct Responses: 3/5Thank you,Scott