I would make an ID field, the question itself, and the answer.... true/false
| ID | QUESTION | ANSWER |
| 1 | Am I stupid? | true |
| 2 | Are you nice? | false |
then just randomly select a couple of id's from the list and echo the questions. (with a max id's ofcourse, say 10 questions)
And then use some radiobuttons next to the questions...
and below a submit and then check the values with the database.. if they're wrong add no points, and if it's right add 1 point to a variable... (so it keeps checking and adding a point to it), then echo it as a result