Looking for a way to keep your user on the page until after they have answered the question? There are several ways to approach this:
Regardless of approach, only the Instructor version of ToolBook will be able to be used to implement this behavior, since programming will be involved.

Of the three approaches referenced above, this lesson will cover how to Ignore All Clicks On The Next Button.
There are three fundamental tasks to handle:
The purpose of the cover object is to give the user something else to click on, so that instead of clicking on the next button, the cover object will be clicked. If you use a completely transparent rectangle for the cover object, the user will not see the cover object, but it will still be there and it will still block the click.
To add the cover object:

Use the On Load Page action of the Question Object to ensure the visible property of the Rectangle is set to True.
This will ensure the cover object (the Rectangle) is visible as the page loads. This visible (but transparent) rectangle will prevent the click from reaching the Next button.

The process to HIDE the Rectangle is just a matter of writing the following code within the Actions Editor for the particular question object.
Once hidden, the next button can be successfully clicked by the user.


| Contact Us | Legal | Privacy | Careers | +1-352-264-2800 | 866-768-6825 | Copyright © 2011, SumTotal Systems, Inc. |