well, how much is a correct question worth? do you lose points if you get one wrong? is there a target score to go to a different "level", or a neverending cumulating score? do the point values increase as you go on?
we need more info.
it's pretty easy to do, but you need to give us some more detailed information.
vb.net Code:
Dim score as Integer = 0 If answer Then score += 1 Else score -= 1 End if






Reply With Quote