Web based learning Hardware and Software

Web based learning Hardware and Software

by Tyler Pelletier -
Number of replies: 5

I am a student at the LLC (lifetime learning center) In Ontario Canada and the LLC offers a number or computer courses (office, Photoshop, Web Design, Intro to computers) the school is looking for a cost effect way to teach online and in class part time “blended learning” I have not had a chance to play with Moodle yet but is there a way to grant access to programs remotely like TS Web Access in Windows Server 2008? Or record lagre screen casts and share them? 300mb+

I have been looking at:

http://camstudio.org/

http://secondlife.com/

http://www.microsoft.com/sharepoint/default.mspx

http://msdn2.microsoft.com/en-us/virtuallabs/default.aspx

http://www.vmware.com/products/ws/

http://narenda.mvps.org/coolts/

http://www.thincomputing.net/blog/ts-web-access-with-silverlight-2.html

Thank you in advance for your insight and opinions

Average of ratings: -
In reply to Tyler Pelletier

Re: Web based learning Hardware and Software

by Russell Waldron -

Hi Tyler. It's possible to do this all on the one server, but in practice I have found it better to do this:


TS: Create a dedicated terminal service on a separate server (so that any excessive load will not bring down my Moodle server), write the connection command (mstsc /v:servername) into a batchfile and post the batchfile as a resource in a Moodle course.

Screencasts: Render video files to the most compact file that is acceptable (e.g. SWF files, quarter-screen) and post it as a resource in a Moodle course IF the course will have very few participants, or host on a separate video server (or Youtube or iTunes etc) if many concurrent sessions are likely, and post a link to the video as a resource in a Moodle course.

Cheers,

Russell


In reply to Russell Waldron

Re: Web based learning Hardware and Software

by Tyler Pelletier -

there will be about 30 per course and 3 maybe more courses at the same time but theres some people without computers that need the to use the labs at the LLC and not everyone will be there at the same time.

it would be nice if I could do everything in moodle but thats not a problem.smile

In reply to Tyler Pelletier

Re: Web based learning Hardware and Software

by Jonathan Moore -
I can speak directly to Camstudio. It will output to flash files, which go nicely into Moodle with the media filter turned on. Just upload the file into Moodle and create a corresponding resource in the course.

However I would suggest as a best practice to split up screen capture movies to much less than 300 mb in size. This is both hard on the server and the learner. Chuncking the captures into 2-5 minute bits that are well labeled will spread out the load on the server and make the material more accessible to the student.

For second life there is an integration called sloodle that you might want to look into.

For a Linux Admin course taught through Moodle, I used VMWare. In the course we provided a link to download the free software and a link to a pre-built Ubuntu vmware image. Through the course we would post screen shots as need to illustrate something to be done in the VM. It worked fairly well.
In reply to Jonathan Moore

Re: Web based learning Hardware and Software

by Steve Hyndman -

I can speak directly to Camstudio. It will output to flash files, which go nicely into Moodle with the media filter turned on. Just upload the file into Moodle and create a corresponding resource in the course.

The only problem with this approach, is that if you have the filter enabled and include several videos in a resource (let's say a label or a single webpage), then all the videos will start to download when you view the resource. Even though the newer version of camtasia allows you to create a "YouTube type" look, the videos don't wait until they're clicked to start downloading. For example, here is a page of embedded YouTube videos:

http://www.georgetownprofessor.net/podblog/?page_id=106

Including several of these videos on a single page works fine since they don't start downloading until you click the movie. The only problem here is if YouTube is down or running slow, then it will impact the loading of the thumbnails.

However, the link below shows a video produced with Camtasia and uploaded to my website. Notice I only have a single video embedded on that page with links below it to other videos in the series. Had I put all of them on that page, like the example above, it would lock-up most computers since all videos would try to load when the page loads...it doesn't wait until the image is clicked like YouTube.

http://www.georgetownprofessor.net/podblog/?page_id=149

Of course, these are all on a WordPress blog, but the same concept applies in Moodle. If you are going to upload videos in Moodle and embed them, then they should be placed on "separate" resources (like webpage resources) so they are not all loaded at the same time. For example, either just link to the html pages or embed each movie in it's own webpage resource.

Note: this is based on Camtasia Studio...I haven't used Camstudio, but I see no reason why the basic principles here would be any different.

Steve