New tool. Add resources to a course in FURLit-like manner

New tool. Add resources to a course in FURLit-like manner

by Jan Dierckx -
Number of replies: 10
Students are sometimes disappointed when they see nothing has changed on the course page since their last login. (and sometimes they expect teachers to update all of their courses every 24 h)
That's why I was looking for an easy way to add a nice website I happened to stumble upon   as a link inside my course. Up to now, this meant logging in, go to the course, create resource and  copy-paste the link inside the form.
I looked at Backflip and Furl as alternatives. They give you the possibility to add a smal javascript-bookmark to your webbrowser's shortcutbar or favorites. You can add links to your account with a click of the mouse. This however means maintaining two collections: quizzes, assignments with resources needed for them, and the collection of links inside backflip. Besides: the links I add to Backflip don't show up in the 'Recent activity'-box so my students (instead of clicking on the link to go the backflip-page) would still close their browsers and think of me as their lazy teacher...
It isn't exactly social constructivism (it's still the teacher providing resources for the student to learn with) but I made a new module that can be added to Moodle and that adds FURL or backflip-like features to Moodle. 
I've called it bookmarktool, but mainly because furl-it is already copyrighted. Anyone has a better idea? I think it would be better if it was not a separate module but would just be added to the bookmark feature Williams Castillo started. Maybe it can be useful in the meantime
 
Basically it works like this:
  • Add the bookmarktool to your course / section like you would with any other activity...
  • Moodle makes a javascript-link that you can drag to your browser's shortcutbar (Have only tried out on IE, should work with Firefox, Mozilla, Opera as well)
  • From now on, everytime you stumble upon a nice site you can hit the button and the website's URL and title get added to your course as a resource.
    (Afterwards you can do whatever you want with it: change it's description, make it open up in a popup-window, delete it, move it, it's just another resource...)
  • The javascriptlink remains inside your favorites, so next time you find something you can add it with one click. I Have five buttons (one for each course I teach): I login once and I can add resources to all my sites without having to change courses.
I know this tool can be misused. There is not much educational value in showing a collection of links to your students. It however can make it easier to add some extra resources on topics that could maybe interest some of your students.
I tried to make a flashmovie describing the module. It sometimes is a slow download (800 Kb). You can take a look at the separate screenshots of the movie here. The tool itself can be downloaded here.
 
This is my second try at writing a PHP-program: you definitely don't want to test this module on your production server!!!

Install instructions are like for any module, and included in readme.txt

Attachment screenshot1.GIF
Average of ratings: Useful (2)
In reply to Jan Dierckx

Re: New tool. Add resources to a course in FURLit-like manner

by Jan Dierckx -
And another screenhot:
Attachment screenshot_1.GIF
Average of ratings: Useful (2)
In reply to Jan Dierckx

Re: New tool. Add resources to a course in FURLit-like manner

by Scott Casley -

Jan,

I know it doesn't add any recent activity but I think it's a lot easier to create a new HTML resource and:

  • Set up your Furl topics as course names.
  • Paste in the wee Javascript integration script provided by FURL adding the topic ID at the end of this script. 
  • Do this once for each course you teach.
  • When you find a page just Furl it and put it under the topic->course name and the link gets automatically added to the link collection in your HTML resource for that course.

Furl javascript instructions here.

Scott

Average of ratings: Useful (1)
In reply to Jan Dierckx

Re: New tool. Add resources to a course in FURLit-like manner

by Martin Dougiamas -
Picture of Core developers Picture of Documentation writers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers
Interesting idea and very well presented! Thanks, Jan!

I think this sort of integration with the browser using bookmarklets has a lot of promise!

I'm just a little unsure about adding them to the main course like that ... hmm ... perhaps a "link library" could be a new resource sub-type ?  (note that 1.4 implements this now)
Average of ratings: Useful (1)
In reply to Martin Dougiamas

Re: New tool. Add resources to a course in FURLit-like manner

by Jan Dierckx -
Thanks! approve
Adding them to the main course is indeed a bit strange. Especially since the module itself doesn't do anything: it just sits there as a placeholder for future resources to be inserted.
I agree that this should eventually become part of a 'link library' or shared bookmarks feature   
Average of ratings: Useful (1)
In reply to Jan Dierckx

Re: New tool. Add resources to a course in FURLit-like manner

by Sigurdur Jonsson -

Hi there,

I've been trying out something similar using FURL and the new RSS newsfeed block. In two courses I'll be teaching this autumn my students will collect interesting sites using FURL and they will automatically be displayed for all in Moodle using the RSS newsfeed block. I've registered a special FURL account for each course and I intent all my students to use the same account. So everytime a student finds an interesting resource all he has to do is FURL it and it will be shared with the rest of the community. I've even thought about making this an assignment, that is finding at least three interesting resources during the course.

S.Fjalar

In reply to Sigurdur Jonsson

Re: New tool. Add resources to a course in FURLit-like manner

by W Page -
Hi Sigundur!

Could you provide some images of  how FURL and the RSS block interact as well as sharing the code?

WP1
In reply to W Page

Re: New tool. Add resources to a course in FURLit-like manner

by Sigurdur Jonsson -

Hi WP1,

No problem. I've attached a screenshot. You can see the RSS block to the right (named frettaskeyti wich is as close to newsfeed I could get in Icelandic). There is no code to share because FURL features RSS feeds and I just incorporate them into Moodle using the RSS newsfeed Block (http://moodle.org/mod/forum/discuss.php?d=10245).

The integration is very smooth (if I can put it like that) and simple. No coding and very easy to setup and use.

regards,

S.Fjalar

Attachment moodle_furl.gif
In reply to Sigurdur Jonsson

Re: New tool. Add resources to a course in FURLit-like manner

by W Page -
Thanks Sigurdur!

WP1
 
In reply to W Page

Re: New tool. Add resources to a course in FURLit-like manner

by Jan Dierckx -
Thanks Scott, thanks Sigurdur, this is a great solution!