Interesting problem with automatic phase switching

Interesting problem with automatic phase switching

by Tim Hunt -
Number of replies: 3
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers

We have just run into an interesting problem: Suppose your  workshop is set to automatically swich from the submission to assessment phases on the submission deadline. It seem that when that happens, the code then intentionally turns off the "Automatically swich" setting, so that it only happens once: https://github.com/moodle/moodle/blob/master/mod/workshop/view.php#L68

However, supposed that later, you make a copy of your course, without user data, ready for next year's set of students. Well then, the workshop in switch phases automatically, even thought the other settings, like the submission end time will have been automatically updated to be right for the next cohort.

Well, some of our teacher just got caught out by this, and they are reporting this as a bug. I am not quite sure what we should do about this. What do people think?

Average of ratings: -
In reply to Tim Hunt

Re: Interesting problem with automatic phase switching

by Letitia Lee-Wright -

We've also encountered this issue. It is known and you can see the latest information on the tracker here: https://tracker.moodle.org/browse/MDL-51388

In reply to Tim Hunt

Re: Interesting problem with automatic phase switching

by Fabian Glagovsky -
Picture of Particularly helpful Moodlers Picture of Testers
Hi, we use master copies of the courses from which we copy for every term. So that every term I need to set the workshops of the course I will offer to the submission phase and to mark the automatic switch of phase to on. I am looking for a way to automatize this, however I do not consider it a bug.
Best,
Fabian