How to stop auto-continue at end of lesson?

How to stop auto-continue at end of lesson?

by Antonia Martinez -
Number of replies: 3
I set up a lesson to give a quiz as a slide show. At the end after it displays the score, it automatically goes back to the course homepage. There's not even time to read what the results say. How do I prevent that? I'm using 1.8
Average of ratings: Useful (1)
In reply to Antonia Martinez

Re: How to stop auto-continue at end of lesson?

by Antonia Martinez -
Anybody?
Average of ratings: Useful (1)
In reply to Antonia Martinez

Re: How to stop auto-continue at end of lesson?

by Teresa Monnett -
in 1.9 - /mod/lesson/view.php is the line where the redirect occurs (line 941 in the original file) :

redirect('/course/view.php?id='.$course->id);

for my use I commented out that line and replaced it with a redirect to a URL of my choosing, but commenting it out entirely should eliminate any automatic redirect.

Terry Monnett
Ohio State University
Average of ratings: Useful (1)
In reply to Antonia Martinez

Re: How to stop auto-continue at end of lesson?

by Chris Collman -
Picture of Documentation writers
Hi Antonia,
Does not look like anybody has the answer off the top of their head. smile I just tested my Flash Course in demo.moodle (that is 1.9, so that does not help) and it paused until I told it to go on at the end of the lesson.

I can not think what Lesson setting would cause that.

Delayed mouse click? where somebody double clicked over the spot where the exit lesson button is located on the next page and the refresh and mouse clicks are not in sync. So Lesson thinks the exit lesson button was pushed. Somehow I doubt it.

Sorry I am absolutely no help on this one. Chris
Average of ratings: Useful (1)