I am trying to setup a table of contents that the user returns to after finishing each block. I've used some java script to change the 'next' button to return to the table of contents. However, I've learnt that for the tick box to appear next to the item completed in the TOC you have to not just finished the current block but you have to move onto a new block meaning you have to complete 2 blocks. So that also seems to mean you need at least two pages per question / section. Is there a way to display two blocks on one page or a better way to control the return to the table of contents after each block whilst still maintaining the tick marks?
I would also like to make it so that you don't see the 2nd Block in the table of contents - is that possible? (see pic)
Thanks
Rod
This is the java script code I use in the question (addonready section)
jQuery("#NextButton").unbind("click");
jQuery("#NextButton").click(function() {jQuery("#JumpButton").click() });
!
