September 2009 Archives

Learning Happens All The Time - Even If We Have To Steal It

| 0 Comments | 0 TrackBacks
Tonight in the supermarket I watched a 2-year old watch the cashier work through a problem at the register. Her eyes flicked back and forth between the register keys being pushed and the cashier's face. Do think the little girl wasn't learning? Guess again. This type of learning is akin to what John Seely Brown & Paul Duguid term stolen knowledge.

This is a concept I've been trying to wrap my brain around for some time. Actually, not the concept itself, but how it relates to gaming, virtual worlds, and simulations. There is a fantastic amount of stolen knowledge that happens in a game space. Some comes from the environment, some from reflection, some from game processes, and some from other players (in online games).

How do we quantify this? How do we weigh its value? This is critical as we move forward in our investigations of these spaces most feel are only for fun, yet are truly designed for learning. Just because it's not formal, traditional learning doesn't negate it's value. Yet at the end of the day, week, or semester, we need to assess and prove learning took place. Thus the conundrum.

The immediate tendency is to slam the entire educational system, thump our fists on the table, and decree, "The system is broken! We need to fix it, and here's another example why we should do so." While I don't disagree with the need for systemic change in education, I feel there exists, just beyond my grasp, a way to tie stolen knowledge to acceptable learning practices. Anyone have a smart pill? And an aspirin. My fist hurts.

Custom Google Forms - Nuts and Bolts

| 0 Comments | 0 TrackBacks
I'm working with the CIC Learning Technologies group on an upcoming virtual conference. One of my tasks was to look into a conference registration system that all the core group could see.

Google forms was the obvious answer. So I created a draft form and we all took a look. The info gathered was fine, but the form layout was not so good.

RegForm1.jpg
So I started looking into a customized form that would still send the data back to the Google spreadsheet associated with the Google form. Turns out this is not so hard. You display the final form, copy the source from it, switch to an HTML editor, and have at it.

The one problem I had was error detection. If you have any required fields and they are not completed, when you submit the form Google checks it, then pops you back into the default form, not your customized form. Bad.

Fortunately, there is an easy fix for this. SneakySheep.com (see http://sneakysheep.com/google-docs-form-tool.php) has a tool that will create the HTML needed to allow you create your own "Thank you" form, so after submission you don't see the default Google thank you form. An added benefit is it also stops Google from displaying the default entry form if a required field is not completed. Instead, your form is displayed, all entered data intact, with the focus on one of the required fields that needs data. Yeah!

I also took the HTML and formatted it for better readability. Then I added a background image, and we're good to go! I'm sure more could be done here, but the bottom line is I got it to work. Here's a pict of the custom form:

RegForm2.jpgSo in this task I ended up diving into code - something I don't do much of anymore.It was fun, but it also makes me realize how complex this has become.