5061 comments
1899 subscribers
4801 on Twitter
Subscribe! Feed reader E-mail

Learning styles

http://www.ncsu.edu/felder-public/Papers/LS-1988.pdf

The paper has important insights. I learn inductively – from complex
examples, I try to figure out principles and ideas. However, classes
tend to be structured deductively – neat, organized, and bewildering.

Important excerpt:

Teaching Techniques to Address All Learning Styles

- Motivate learning. As much as possible, relate the material being
presented to what has come before and what is still to come in the
same course, to material in other courses, and particularly to the
students’ personal experience (inductive/global).

- Provide a balance of concrete information (facts, data, real or
hypothetical experiments and their results) (sensing) and abstract
concepts (principles, theories, mathematical models) (intuitive).

- Balance material that emphasizes practical problem-solving
methods (sensing/active) with material that emphasizes
fundamental understanding (intuitive/reflective).

- Provide explicit illustrations of intuitive patterns (logical
inference, pattern recognition, generalization) and sensing patterns
(observation of surroundings, empirical experimentation, attention to
detail), and encourage all students to exercise both patterns
(sensing/intuitive). Do not expect either group to be able to exercise
the other group’s processes immediately.

- Follow the scientific method in presenting theoretical material.
Provide concrete examples of the phenomena the theory describes or
predicts (sensing/ inductive); then develop the theory or formulate
the mod(intuitive/inductive/ sequential); show how the theory or
modcan be validated and deduce its consequences
(deductive/sequential); and present applications
(sensing/deductive/sequential).

- Use pictures, schematics, graphs, and simple sketches liberally
before, during, and after the presentation of verbal material
(sensing/visual). Show films (sensing/visual.) Provide demonstrations
(sensing/visual), hands-on, if possible (active).

- Use computer-assisted instruction—sensors respond very well to
it. (sensing/active).

- Do not fill every minute of class time lecturing and writing on the
board. Provide intervals—however brief—for students to think about
what they have been told (reflective).

- Provide opportunities for students to do something active besides
transcribing notes. Small-group brainstorming activities that take no
more than five minutes are extremely effective for this purpose
(active).

- Assign some drill exercises to provide practice in the basic methods
being taught (sensing/active/sequential) but do not overdo them
(intuitive/reflective/ global). Also provide some open-ended problems
and exercises that call for analysis and synthesis
(intuitive/reflective/global).

- Give students the option of cooperating on homework assignments to
the greatest possible extent (active). Active learners generally learn
best when they interact with others; if they are denied the
opportunity to do so they are being deprived of their most effective
learning tool.

- Applaud creative solutions, even incorrect ones (intuitive/global).

- Talk to students about learning styles, both in advising and in
classes. Students are reassured to find their academic difficulties
may not all be due to personal inadequacies. Explaining to struggling
sensors or active or global learners how they learn most efficiently
may be an important step in helping them reshape their learning
experiences so that they can be successful (all types).

http://www.ncsu.edu/felder-public/Papers/LS-1988.pdf

Short URL: http://sachachua.com/blog/p/1387

Comment, share a thought, ask a question...

Please comment as you, not your organization.





 

On This Day...

  • 2011: Quantified Awesome: Why I track — People often ask me why I measure what I measure. I do it because I’m curious, and measurement lets me [...]
  • 2010: Weekly review: Week ending November 19, 2010 — From last week’s plans Work [X] Submit yearly review [X] Drupal: Write more of the access control [...]
  • 2009: Drawing is about seeing the magic in everyday things
  • 2008: Weekly review: Week ending November 21, 2008 — I rocked. =) I turned my Drupal-based project over to a new team member. It was in great shape: the new [...]
  • 2006: Dinner with a technology evangelist — When Kaleem invited me to dinner with Betsy Weber, chief evangelist at TechSmith, I immediately cleared my schedule and accepted. After all, [...]
  • 2005: Back at the beginning — The last class of tango was today. We ended on a strange note, realizing how much more there is to learn. [...]
  • 2005: Brain Gain Network – Philippines — Get to meet other geeks and tech-savvy business people at the Techie Palooza to be held by Brain Gain Network [...]
  • 2003: Cool elisp hack! — I’ve gotten the bot-like improvements I wanted thanks to these snippets of elisp code: (require 'hippie-exp) (setq hippie-expand-try-functions-list [...]
  • 2003: ERC+BBDB — (add-to-list 'erc-nick-popup-alist '("BBDB" . (bbdb nick nil)))
  • 2003: Automatic encryption of wiki pages — From EmacsWiki#AutoEncryption ;; crypt++ – i use this in conjunction with emacs-wiki (require ‘crypt++) (setq crypt-encryption-type ‘mcrypt crypt-encryption-file-extension “\\(Secure\\)$\\|\\(\\.enc\\)$”) (setq emacs-wiki-ignored-extensions-regexp “\\.\\(bz2\\|gz\\|[Zz]\\|enc\\)\\’”)
  • 2003: Books mirror — http://downloads.apc.edu.ph/books/
  • 2003: HideShow mode — M-x hs-minor-mode I think I rather like hs-hide-all… (defun sacha/hs-minor-mode-hide-all () "Turn on `hs-minor-mode' and hide everything." (hs-minor-mode 1) [...]
  • 2003: HTML wizardry: including files — But this has scrollbars and doesn’t really inline the text…
  • 2003: Things to try in class — education — http://www.ncsu.edu/felder-public/Papers/Secondtier.html - One-minute papers: most important point made in the lecture and the single most pressing unanswered question - Encourage or mandate [...]
  • 2003: No-host trackbacks — http://brutalhugs.com/trackback/ Maybe I can use this to add trackbacks and comments to my semi-static pages! =) It’ll require Javascript, though… Oh, but they’re [...]