Quiz results?

I have a quiz that I am building that is multiple choice with the score being kept track of in a variable named ‘score’

var : score = Number

What I need to do and cannot figure out is how to get that variable sent to me so that I can log the scores of the people taking the quiz, as well as the name and email address of the quiz takers - anyone care to shed some light? (I am sure it is not that difficult - but I am burned out from tryin many different ways)

If more information is needed - please let me know and I will post it - Thanks!