Hi Nick, Jerry,
I have a problem which I think can be solved by your information. I will try but the last remark of Nick is interesting. Did you get the global variable up and running?
In my module on every page I only show the next button after the student has fulfilled an interaction, mostly answered some kind of question.
Now when the student goes back in the module, he should be able to go forward again until the page he had reached before. Which means: I save the number of the page in a global variable PageReached when the interaction is completed.
When entering a page, I compare the number of the page with this variable. If the pagenumer is less than the contents of PageReached, I immediatly show the next button.
I tried with a variable on the first page, set scope to module and made it 0.
But now on every page this variable is set to zero before compared to the pagenumber. [:confused:]
BTW, I use an object type 'current position' and its property 'currentPosition' to get the current page number.
Any help is appreciated.[:D]
Hi Nick, Jerry,
I have a problem which I think can be solved by your information. I will try but the last remark of Nick is interesting. Did you get the global variable up and running?
In my module on every page I only show the next button after the student has fulfilled an interaction, mostly answered some kind of question.
Now when the student goes back in the module, he should be able to go forward again until the page he had reached before. Which means: I save the number of the page in a global variable PageReached when the interaction is completed.
When entering a page, I compare the number of the page with this variable. If the pagenumer is less than the contents of PageReached, I immediatly show the next button.
I tried with a variable on the first page, set scope to module and made it 0.
But now on every page this variable is set to zero before compared to the pagenumber. [:confused:]
BTW, I use an object type 'current position' and its property 'currentPosition' to get the current page number.
Any help is appreciated.[:D]