|
[
Permalink
| « Hide
]
Penny Leach added a comment - 25/Jul/08 04:33 PM
From http://docs.moodle.org/en/Development:Portfolio_API#Save_points_in_Moodle:
assignment module done (upload, upload single & online)
forum is a bit complicated:
ideas welcome The more I think about this the more I am starting to be convinced that this is just not going to work until we start supporting more sophisticated export formats (eg LEAP)... exporting an entire forum thread (or even a post without attachments) as a file/html is just a bit too complicated.
uploadey resources are tricky - I can't immediately see where the link should go - the only place I can think is in the header frame when you have the keep navigation setting on... the other two (text & html) are done.
whole database export is done.
single database entry is a bit tricky - the obvious place to put it is with the edit/delete icons, but they're part of the templates as far as I can see, so not really able to be changed retroactively.... any suggestions?
The edit and delete functionality is also very important to the functioning of the database module, yet we allow teachers to control it by editing the template, so why not allow them to control the export to portfolio button in exactly the same way? Make a variable for it that gets substituted.
The only tricky bit is the upgrade script to add it to all existing templates. I would have though it would be possible to devise a suitable search-and-replace type database upgrade to do it thought. single database entry is done with an upgrade to add ##export## to the list & single templates.
upload resource is dependent on http://tracker.moodle.org/browse/MDL-16325
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||