multiple slots

multiple slots

by Bernie Hofmann -
Number of replies: 2

Hi there,

I want to try to use scheduler to run small group sessions and seminars. Is there a way that I can have more than 9 when choosing multiple slots? It seems as though that is the default limit. Can this be changed?

Thanks,

Bernie

Average of ratings: -
In reply to Bernie Hofmann

Re: multiple slots

by Tony Box -

Hi Bernie,

I posted a fix for this somewhere, but I can't seem to find it... but yeah, it's weird that the newer version of the scheduler doesn't allow you to pick more spots.

Thankfully, it's a simple fix:

in /path/to/moodle/mod/scheduler edit addslotsform.html

change line 129 to:

      for($i = 1 ; $i < 51 ; $i++){

to get 50 slots. You can change the 51 to whatever number you want to get even more or less slots (I think it's 10 by default). The amount of slots = n - 1.