Make a page, Add a green and red graphic block the size you want add the rest of the page items and make sure the graphic blocks are sent to the back of the display order stack (Arrange .. send to back).
Now add actions to hide the objects, these attach to the thumbnail navigator for the page. The actions will be something like below,
DISPLAY ->hide the green graphic block
DISPLAY ->hide the red graphic block
IF SUCCESS STATUS (Objective="my_objective".Status="Succeded"
*DISPLAY ->unhide the green graphic block
IF SUCCESS STATUS (Objective="my_objective".Status="Failed"
*DISPLAY ->unhide the red graphic block
The * means a space so when the IF is checked the action only occurs if the conditions match.
Remember to have an objective set to match this against "my_objective" or whatever you want it to be called.
No Javascript just simple actions :)
Make a page, Add a green and red graphic block the size you want add the rest of the page items and make sure the graphic blocks are sent to the back of the display order stack (Arrange .. send to back).
Now add actions to hide the objects, these attach to the thumbnail navigator for the page. The actions will be something like below,
DISPLAY ->hide the green graphic block
DISPLAY ->hide the red graphic block
IF SUCCESS STATUS (Objective="my_objective".Status="Succeded"
*DISPLAY ->unhide the green graphic block
IF SUCCESS STATUS (Objective="my_objective".Status="Failed"
*DISPLAY ->unhide the red graphic block
The * means a space so when the IF is checked the action only occurs if the conditions match.
Remember to have an objective set to match this against "my_objective" or whatever you want it to be called.
No Javascript just simple actions :)