MooTyper the typing instructor

Re: MooTyper the typing instructor

by AL Rachels -
Number of replies: 0
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers

When you go to the Export/Edit exercises page, all the lessonames in the drop down, Exercises category, are in the order they were created, which is by the table ID number.

If you create a lot of your own lessons, like I do, they are always added to the bottom of the drop down list. I think it would be much better for the list to be in alphabetical order, which is a very easy, and simple fix.

In locallib.php, in, function get_mootyperlessons($u, $c), down around line 162, change the last line of the $sql definition from ODER BY id"; so that it becomes, ODER BY lessonname";

That's all it takes to make the change. Any comments are welcome. Expect to see the change in the next release, coming soon.