Not so tricky..
This is the outline you should be able to fill in the gaps...
Set up a variable in the module, eg answered
Add your 'goto next object' button and hide it on page open.
Also set your variable to 0
Add the question to the page and open its properties, in the scoring tab add your variable and make it's value 1 when the question has been answered.
Now add an action to the question using actions something like 'on attempt', 'IF "your variable name" = 1', Display your goto next frame object.
That should work
Nick
Oh did you notice the other actions associated with the question that will allow you to react to the responses in ways not hard wired into the question object itself? A handy set of tools once you know they are there to add very customised feedback to events.
Not so tricky..
This is the outline you should be able to fill in the gaps...
Set up a variable in the module, eg answered
Add your 'goto next object' button and hide it on page open.
Also set your variable to 0
Add the question to the page and open its properties, in the scoring tab add your variable and make it's value 1 when the question has been answered.
Now add an action to the question using actions something like 'on attempt', 'IF "your variable name" = 1', Display your goto next frame object.
That should work
Nick
Oh did you notice the other actions associated with the question that will allow you to react to the responses in ways not hard wired into the question object itself? A handy set of tools once you know they are there to add very customised feedback to events.