Log on:
Powered by Elgg

awyatt :: Blog

May 20, 2008

Finish Line by Sabine Dukes on Flickr

(originally posted on edblogs.org

We have been having quite a bit of fun in my Advanced Technology in Schools course. A big part of the course is exploring the magnificent array of on-line tools for teachers.

Our usual modus operandi is to introduce a class of tools or services–wikis, blogs, video hosting, social bookmarking, mindmapping, etc.–and each person in the class takes a tool and works with it for a while. Then they prepare a short demonstration of the tool or service for the class (we used jing for some, and in-class presentations for some). A blog post is also prepared and posted in our community blog.

Because I have a small number of people in the class, I made it a rule that there could be no duplicates when selecting tools or services for review. So every time we start a new topic, I create a forum for students to “claim” their tool or service. A proper claim requires the name of the tools to be specified in the subject line and a link to the tool to be placed in the text.

It is amusing to watch the race to stake a claim. We all laugh about it, but the competition is fierce! And woe unto the absent student . .

Keywords: csc3315, forums, moodle

Posted by awyatt | 0 comment(s)

May 16, 2008

Social Bookmarking uploaded by bashford on flickr.

 (originally posted on edublogs.org)

My Advanced Technology in Schools class reviewed social bookmarking tools today. Each student chose a different site, signed up, and explored it in preparation for giving a presentation to the class today.

As part of the exploration and documentation process, each student posted a discussion topic in a social bookmarking forum on our Moodle course. They gave a run down of the major features and linked to the site. Then, as they gave their presentation, we all logged in and started a reply. We took notes, added questions, mentioned the things we liked, or the things we disliked as the presentation proceeded. It was rather like organized back-channeling.

The idea is that each student will be able to use our shared document from google docs, the original post, and the notes provided by every other member of the class to create a blog post reviewing this particular bookmarking service and its potential for professional or K-12 classroom use.

These reviews will be published in our community on eduspaces.net with a tag of “social bookmarking”.

At the end of the class, we voted on the social bookmarking service that we thought would best suit our needs and diigo.com won. Everyone signed up and by Monday we should have all “friended” each other and started sharing bookmarks!

Posted by awyatt | 0 comment(s)

May 09, 2008

I have been struggling somewhat in figuring out the most sensible order for introducing web 2.0 tools in a 3 week course.  Should I start with the goal (personal learning environments) and then explore the different venues for creating a PLE?  Or start with the tools and end up with a good application for using them as a professional growth tool?

In three weeks, we don't have a lot of time to grow in our use of tools such as blogging or social bookmarking,  so it seemed more reasonable to start with the tools and applications of those tools, albeit in a rather separated manner, and then end up with a glimpse of what the future might hold (the PLE).

At this moment, I have planned to begin with Social Bookmarking (how to effectively collect information and find it again later!) and then segue into blogs and wikis.  We do have a few non-web-2.0 things to cover as well.  I want to show the students some whiteboard/web conferencing software; eXe and basic e-learning design principles; take some time to look at e-portfolios; and get an introduction to using an LMS (moodle, in our case).

If we can, we are going to read a manuscript from a colleague and provide some feedback on topics we cover in the class.  I think the students will find it interesting to correspond with the author! 

 

Posted by awyatt | 0 comment(s)

May 08, 2008

I am pleased to be teaching the Advanced Technology in Schools course again.  This one doesn't come around very often, and it is one of my favorite courses to teach.  That is probably because I learn as much as anyone!

We are working in an intense, 3 week format.  About half the work will be done on-line and half in a computer lab on campus.  We focus on web 2.0 technologies and consider how those things can be used to engage students in communication, collaboration, and reflection.

This class uses two parallel moodle courses.  One with assignments and grades, where students have the student role and the instructor has editingteacher rights.  The other is a true, shared course and everyone in the class has editingteacher rights.  We keep the resources in the shared course and part of the fun is for everyone in the class to post resources and links so they will become part of the course the next time.

We will be experiencing the usual topics--blogs, wikis, social networking applications--as well as a variety of collaborative and multimedia tools to enhance learning.  I hope that each student will, at the least, contribute new artifacts to a digital portfolio and, at most, embark upon the creation of a personal learning environment woven together with a variety of tools. 

Join the csc3315 community to participate! 

Posted by awyatt | 2 comment(s)

January 23, 2008

http://awyatt.edublogs.org/2008/01/22/moodle-portfolio-using-uploa


image by LadyHawke365


I was delighted when I found that there really was a script that allows you to use a csv file to create a set of courses on Moodle. This is something that I think should be part of the moodle core. Fortunately, a solution exists–contributed and tweaked by several kind souls in the forums at moodle.org. While additional batch tools maybe available in later moodle versions, 1.8.x does not include them. The solution I present here is good for moodle 1.8.x (I have done it on 1.8.1 and 1.8.4 WIMP and LAMP).


When setting up our pilot portfolio instance, I needed to be able to create some 36 student portfolios. Getting the process down now will ensure that additional portfolios can be created quickly each semester.


First you have to have the users all in the system. I created a “sandbox” course and ran uploadusers with a csv file to create the accounts and enroll all the students students into the sandbox course. This course can be deleted or hidden, as desired. Where did the information come from? I actually exported gradebook information from the appropriate courses on the main Moodle LMS for the university and dropped it into the proper columns in an excel spreadsheet. After that, I filled in the remaining fields and saved the file in csv format. (If you use excel, always check the end of the file in wordpad. It is very easy to get extra rows of empty fields if you are not careful.)


Second, you need to install uploadcourse.php (this version of the file contributed by M. Pearson at Earlham) to your moodle/admin directory.


Create a csv file with the required information to create the courses. My file looks something like this. The file is a bit tricky to make. Almost all of the fields are required to create courses, even some things you might rather skip over! Fortunately, the script is friendly and will stop immediately when it encounters a required field with no data. Do double check the maxbytes settings in the moodle system policies or calculate the correct values. This value is in bytes, not mb.


If successful, the courses will be created and each student will be assigned as the instructor for that course. For more information about the various settings and fields, please see http://moodle.org/mod/forum/discuss.php?d=30126#p339447


You can create categories with this script, but the categories are only created if at least one course exists in them. If you need to create an “empty” category, then you will want to create a placeholder course with a placeholder instructor account. I created a user called “tba” and placeholder courses which were deleted later.


The categories are created in the order of the csv file, which can be a plus if you would like to manipulate those. But if you make a mistake the category order is tedious to change afterwards.


You trigger this script manually. I haven’t figured out how to add it to the admin menu.


This process worked very well to create portfolio courses for our portfolio instance. Although it takes a couple of steps, that is much faster than creating 20 or 30 courses individually and then having to set up the course setting information and assign the instructor role.

Posted by awyatt | 2 comment(s)