New Lesson Module

New Lesson Module

од Graham Stone -
Број на одговори: 5
Слика од Testers

Hi all,

I've just been having a brief look at the new lesson section of Moodle.  from what i've seen so far I think it's really good and will be really useful in schools and other educational institutes.   approve 

I just have one question though, is this available or is it still in development, and also what version of Moodle will it be in ?  

Просек на рејтинзи: -
Во одговорот до Graham Stone

Re: New Lesson Module

од Martin Dougiamas -
Слика од Core developers Слика од Documentation writers Слика од Moodle HQ Слика од Particularly helpful Moodlers Слика од Plugin developers Слика од Testers
It's in Moodle CVS, it's being tested and polished.  I don't think it will be in Moodle 1.2 beta, but it might be in Moodle 1.2 release.  It certainly seems to work pretty well.
Во одговорот до Martin Dougiamas

Re: New Lesson Module

од Przemyslaw Stencel -
I don't think it will be in Moodle 1.2 beta, but it might be in Moodle 1.2 release

Why not include it in the beta, then?mixed If you're willing to include it in 1.2 finalapprove, surely it would help if beta testers could bang on it as heavily as possible? From what I've seen so far, the module's definitely worth it. cool
Во одговорот до Przemyslaw Stencel

Re: New Lesson Module

од Martin Dougiamas -
Слика од Core developers Слика од Documentation writers Слика од Moodle HQ Слика од Particularly helpful Moodlers Слика од Plugin developers Слика од Testers
I will if people bang hard on it within the next couple of days!

I've checked in a bunch of polishing today already. What do you think of the icon and new logs, Ray?
Во одговорот до Martin Dougiamas

Re: New Lesson Module

од Ray Kingdon -
Yes, excellent.

Would it be useful to have an "include" statement in one of the text filters (not sure which one thoughtful). This would allow content from a resource file to be included in a page of a lesson. The format could possibly be

<include file="name" />

where name is a filename of one of the course's files. Given a DMS it would be nice to include files from there as well.

I don't think this is a replacement to having the content in-line, just a useful alternative.


Во одговорот до Ray Kingdon

Re: New Lesson Module

од Martin Dougiamas -
Слика од Core developers Слика од Documentation writers Слика од Moodle HQ Слика од Particularly helpful Moodlers Слика од Plugin developers Слика од Testers
<include file="name" />

This would actually be trivial to implement with a new filter. Just a few lines really, plus some error checking to make sure the files are sane.  It would cache nicely too.

The only other thing to be done would be to add <include> as an approved tag.