Newbie in big trouble
August 9, 2007 12:00 AM
John,You can put feedback on the questions so it would show up once they've answered the question and clicked the "next" button. If you go to the properties of the question (by right clicking on it in the nav menu) and press "edit" you can see where some can be added in. Also, to get the effect you want with the circles you will need three images - 1 with an empty circle, one with and half filled circle, and one with a full circle. Stack the images on top of eachother on the page (empty one on bottom, full one on top) then in the properties of the half filled circle and full circle uncheck the "initially visible" box. Now you will need to create a new variable called something like "status1" and set it to 0. Half way through the module put an action on the page that "on show --> modify variable --> status1 --> set variable contents --> and put a 1 for the new value. Do the same thing on the last page of the lesson only set "status1" to a 2. Still with me? :) Finally back on the page with the circles you will need an action on the page that "on show --> show --> name of the half circle. Put a condition on it that has "status1" --> contains --> 1 Then make one more action that shows the full circle with a condition to show it if it contains 2. Few, that may be a bit to swallow if you are a new user so let me know where you get stuck.
Discussions have been disabled for this post