|
Back to the How To index
About SC Simple Quiz
|
. |
|
We now have the a very basic quiz.
To add questions we just add cards (New Card from the Edit menu or command-N) and on each card, type the question into the field at the top and add buttons for the possible answers, remembering to add scripts for the right and wrong answers to the buttons. on mouseUp WrongAnswer end mouseUpor on mouseUp RightAnswer end mouseUpWhat is more you do not need to use buttons, you can add any SuperCard object, eg graphics, and put the scripts into them. You can have as many answers as you have room for on the card, as long as one of them has the rightAnswer script and the rest the wrongAnswer script. Next we are going to get the quiz to count scores |
| PREVIOUS | NEXT |