Skip to main content

Are the Logical Deficient?

While working on the research for my dissertation, I have read page after page on writing pedagogy asserting that the goal of a university writing course should be to teach students that knowledge is socially constructed and that "truth" is relative to culture and community.

The problem with this assertion is that students with autism and similar conditions (my scrambled brain, apparently), are not relativists. Various researchers (Wellcome 2008, Frith 2001) have found that individuals with these conditions are more logical, unaffected by emotional inputs or rhetorical framing. I've found quite a bit of research on this aspect of brain trauma and autism and am including these findings in my dissertation.

If a group of people are "wired" to think there is a "truth" -- that knowledge is not created but discovered and then applied creatively -- who are educational theorists to consider such people "immature" or "simple-minded" in some way? In fact, I would argue that such clarity of thought is admirable and even a necessary counterbalance to the relativists.

As a culture, we are so certain that Maslow and Piaget knew what "maturity" and "self-actualization" must be that we are willing to dismiss as somehow undeveloped a mind that seeks rules and patterns. Just because some philosophers and psychologists decided relativism was a sign of maturity does not make it true. It's ironic that many educational theorists embrace as "absolute truth" the argument that there is no absolute truth.

Students with autism or brain trauma are attracted to the sciences, technology, and mathematical fields. The like the notion that truths are waiting to be discovered -- not created. How we apply knowledge is creative, such as the various gadgets we all love, but the knowledge itself represents truths that are outside human control or creativity.

The research indicating some brains are better at logic than other is interesting. The price paid for this logical seems to be deficient social skills. Not sure that's a bad price when I think about dealing with some people. I think I'd rather be logical and "rigid" in my thoughts.

Some of the research I have been exploring is if we can teach the "genius-level" students with autism and other disorders how to work better with others. As another researcher, working in London, responded: "unlikely." Most people don't like the rigid, pattern-seeking minds. Usually, the gifted are in some ways "handicapped" by their neurology and reason. Not everyone wants to believe "truth" is definite, waiting to be discovered.

And, yes, I realize this only applies to some fields. Not sure we can have a "truth" to painting or dance, but we can have a "truth" in science. Anyway, I was pondering this tangled mess while editing my dissertation.

Also, a reminder that my project on autism and educational technology is continuing through December 2009:
https://www.surveymonkey.com/s.aspx?sm=6hUN2HISyDpNYnlwPpLkxQ_3d_3d

Comments

Popular posts from this blog

MarsEdit and Blogging

MarsEdit (Photo credit: Wikipedia ) Mailing posts to blogs, a practice I adopted in 2005, allows a blogger like me to store copies of draft posts within email. If Blogger , WordPress, or the blogging platform of the moment crashes or for some other reason eats my posts, at least I have the original drafts of most entries. I find having such a nicely organized archive convenient — much easier than remembering to archive posts from Blogger or WordPress to my computer. With this post, I am testing MarsEdit from Red Sweater Software based on recent reviews, including an overview on 9to5Mac . Composing posts an email offers a fast way to prepare draft blogs, but the email does not always work well if you want to include basic formatting, images, and links to online resources. Submitting to Blogger via Apple Mail often produced complex HTML with unnecessary font and paragraph formatting styles. Problems with rich text led me to convert blog entries to plaintext in Apple Mail

Learning to Program

Late last night I installed the update to Apple's OS X programming tool suite, Xcode 4. This summer, in my "free" time I intend to work my way through my old copy of Teach Yourself C and the several Objective-C books I own. While I do play with various languages and tools, from AppleScript to PHP, I've never managed to master Objective-C — which is something I want to do. As I've written several times, knowing simple coding techniques is a practical skill and one that helps learn problem solving strategies. Even my use of AppleScript and Visual Basic for Applications (VBA) on a regular basis helps remind me to tackle problems in distinct steps, with clear objectives from step to step. There are many free programming tools that students should be encouraged to try. On OS X, the first two tools I suggest to non-technical students are Automator and AppleScript. These tools allow you to automate tasks on OS X, similar to the batch files of DOS or the macros of Wor

Learning to Code: Comments Count

I like comments in computer programming source code. I've never been the programmer to claim, "My code doesn't need comments." Maybe it is because I've always worked on so many projects that I need comments  to remind me what I was thinking when I entered the source code into the text editor. Most programmers end up in a similar situation. They look at a function and wonder, "Why did I do it this way?" Tangent : I also like comments in my "human" writing projects. One of the sad consequences of moving to digital media is that we might lose all the little marginalia authors and editors leave on manuscript drafts. That thought, the desire to preserve my notes, is worthy of its own blog post — so watch for a post on writing software and notes. Here are my rules for comments: Source code files should begin with identifying comments and an update log. Functions, subroutines, and blocks of code should have at least one descriptive comment.