How to remove the message "You have seen more than one page of this lesson already. Do you want to start at the last page you saw?" from Guest users

Re: How to remove the message "You have seen more than one page of this lesson already. Do you want to start at the last page you saw?" from Guest users

napisao/la Ana Ferrer -
Broj odgovora: 0

Thank you Paola!

I wonder if it would work if in the first if statement we included a test to see if it is a guest user ... so, something like:

if ((isset($lastpageseen) && ($lastpageseen != LESSON_EOL)) !(isguestuser()))
and then leave the statement uncommented.
Does anyone know if this would work? We will try it anyway ...
Thanks