misspinkie
Technical User
I have a large authorware program that contains 4 quizzes at the moment. When the user completes a quiz they are presented with the summary telling them how many they got right. On the summary info there is a button to quit and a button to return to the main menu. When the user returns to the menu and selects another quiz, the same summary info is presented and are unable to do the next quiz. What do I need to do to reset these results so that i can complete one quiz, return to the main menu and start a new quiz? I have tried using the restart() but that makes the user log back in and I have tried using
TotalCorrect := 0
TotalWrong := 0
but it doesnt seem to make any difference.
please help if you can
T
TotalCorrect := 0
TotalWrong := 0
but it doesnt seem to make any difference.
please help if you can
T