Quiz Flow
5 posts
• Page 1 of 1
Quiz Flow
Hello,
I'm building a quiz in VB6. This is a true/false quiz. What I would like to happen is that the user gets the question and the radio buttons. When the user picks and answer and hits "submit" a message box should appear saying they got it right or wrong and giving them a bit more detail on the answer. I have this part working, but what I would also like to have is the slide pause until a "next" button is clicked. I'd like to have the "next" button also appear after the submit button is clicked.
Is there a way to do this?
tia,
beren
I'm building a quiz in VB6. This is a true/false quiz. What I would like to happen is that the user gets the question and the radio buttons. When the user picks and answer and hits "submit" a message box should appear saying they got it right or wrong and giving them a bit more detail on the answer. I have this part working, but what I would also like to have is the slide pause until a "next" button is clicked. I'd like to have the "next" button also appear after the submit button is clicked.
Is there a way to do this?
tia,
beren
Re: Quiz Flow
Well...
First I added a navigation button to the slide by accessing the media library that ships with our product. Once I found
what I wanted to dragged it on the slide and positioned it in the lower right.
I then added an event OnClick Play to the button using the lightening bolt icon.
I then opened up the slide events and removed the default PLAY event since this is what makes the Viewlet move to the next slide
after you hit submit.
I then added an event to Display Object / Navigation button from the dropdown list. You will see that this happens after the note is
displayed telling you that you got it correct. These events happen in sequence, so you can have it do whatever you want.
I also setup the OnIncorrect / Last Attempt to Display the same Navigation object that I used for the OnCorrect
I also reduced the default number of attempt to 1 instead of 3 since you only need 1 choice
Hope this helps
James
First I added a navigation button to the slide by accessing the media library that ships with our product. Once I found
what I wanted to dragged it on the slide and positioned it in the lower right.
I then added an event OnClick Play to the button using the lightening bolt icon.
I then opened up the slide events and removed the default PLAY event since this is what makes the Viewlet move to the next slide
after you hit submit.
I then added an event to Display Object / Navigation button from the dropdown list. You will see that this happens after the note is
displayed telling you that you got it correct. These events happen in sequence, so you can have it do whatever you want.
I also setup the OnIncorrect / Last Attempt to Display the same Navigation object that I used for the OnCorrect
I also reduced the default number of attempt to 1 instead of 3 since you only need 1 choice
Hope this helps
James
Re: Quiz Flow
Excellent! I got it working, but I had to do something a bit different. For the On Incorrect event I had to have the button display object action first, then the answer display object action, and then a pause viewlet command to get it working.
Now it works great! Thanks!
beren
Now it works great! Thanks!
beren
5 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 1 guest