thank you so much, I'm learning a lot with this code.

but, just one thing...
When i click the goNext.btn

It traces this :
Actionscript Code:
2,2,2,1,1,1,,
TOTALS
Place1 :0
Place2 :0
Place3 :0
Place4 :0
Place5 :0
Place6 :0
***
c :1

If I go to second question for example, it traces this:

Actionscript Code:
2,2,2,1,1,1,,
TOTALS
Place1 :0
Place2 :0
Place3 :0
Place4 :0
Place5 :0
Place6 :0
***
c :1
2,2,2,1,1,1,5,0,0,0,2,0,
TOTALS
Place1 :0
Place2 :0
Place3 :0
Place4 :0
Place5 :0
Place6 :0
***
c :2

It is not summing the places point
I'm not sure what I'm doing wrong.