checking?

so im making a multiple choice quiz...
how do i count the radio buttons that were selected, so i can see the total score that i got
Try creating a custom message and send a bool in your wparam if the answer was right or not, then add to a variable that is keeping track of the number of correct answers.

if you post some code we might be able to help further. Are your questions displayed all on one page, or are they presented one at a time? Presenting them one at a time might be an easier option than trying to control a full page of radio buttons.
Last edited on
so how do i do it
i just started
i dont know how to code it yet
Topic archived. No new replies allowed.