Mix and Rip Learners

Contrary to what you might surmise from reading what my wife describes as rather pessimistic posts, I am as taken by the potential of social networking and collective intelligence as the next guy (or gal or whatever). Sometimes all I have to evaluate the proposals of others are my own experiences (often based in the hard data I collect).

A fellow blogger’s post mentioned the RipMixLearners project and I followed the link to investigate. You might understand the position of this project by reading the following quotation:

Since we can’t expect the lecturers to take on much of the work themselves, we need to provide support services, both for developing digital course materials, and navigating copyright restrictions that might apply.

I wonder what makes a difference in the situation described here vs. my own. A main research interest has long been the use of technology to extend and enhance the lecture experience in large introductory classes (see some research citations).

I have not found that students make much use of online recordings of lectures in comparison to notes (the type of notes that might be able to get from a more able classmate, but also the type of notes that might easily be offered online). I have also found that while students in my studies have been quite willing to access “expert notes” provided by others, they have not been that interested in contributing to collective notes (a wiki).

Perhaps the assumption that all or many are interested is the flaw. What sometimes concerns me about the impressive examples provided by others is that the presence of such cases does not necessarily imply that such behaviors are likely to be typical of most learners. At first, I thought that was fine, because the expressiveness/interest of some could serve as a resource for others. However, what I have observed is a little different. There appears to be a resentment that sets in when those who give it a go are not followed by others. There is a sense of being used.

What may be described here are contributions made by some who are outside and therefore different from the target group. If this is a reality, this is different that I the way I would prefer it would work, but I guess I don’t make the rules.

There are complexities here yet to be illuminated.

Loading

Google – Forms For Spreadsheet

Integrating input from many individuals is a common online task. Think questionnaire. Input from an online form is sent to a server allowing the input to be stored in a format appropriate to a database or a spreadsheet.Writing the code to do form processing is a basic task those who work with PHP and MYSQL (or other server scripting languages) cut their teeth on, but what seem like such simple tasks still requires a good deal of work.

Google Documents now offers a convenient way to collect and store data from participants. Any spreadsheet can be updated using the new “form” option. After creating the structure of a spreadsheet (creating column headings), all you have to do is click the “Share” tab. You can then invite people (specify email addresses) to fill out a form. Those invited have access to a simple web page with textboxes corresponding to the cells in the spreadsheet. Fill in the blanks and submit. A new row of data is added to the spreadsheet.

This process if very easy to implement and there must be many educational applications. I like to create simple demonstrations when I encounter a new tool and the idea that first came to mind was to create a list of book recommendations. What follows is a link to the output from the demonstration I created.

View my example.

I could share the address for the input, but I decided that might not be a good idea. No telling what contributions anonymous spammers might offer. An open contribution process is not what Google has in mind. This is the reason for the email invitation to participants. There is an URL address for the form and this address can be passed around however you might feel to be productive and safe.

BTW – if you would like to contribute your own recommendations to my list of education/technology books just send me an email and I would be happy to send you the form URL. I do insist you provide enough information I would feel comfortable with you adding to this list.markgrabe at gmail

Google Forms

Loading