09 January
2012

Concepts of Teaching and Learning

On PGCAP700 today, there was a lengthy discussion about the concepts of teaching and learning. In this part of the module we covered the psychological theory which underpins educational design and the 3 key perspectives: associationist/empiricist, constructive and situative. As the psychology of learning is all about how people learn, neither psychological theory can be discouraged as people learn in different ways/methods.

How People Learn

The associationist/empiricist perspective looks at building on the learners previous experience by taking what is known and providing further detail that the learner can relate to. The example we used was teaching the subject of a hurricane. Learners will have no doubt experienced wind and the effects of strong wind (i.e. tree blowing in the wind), the teacher can then take this knowledge and describe a hurricane in this context. This perspective is seen as step-by-step learning, the learner will need to know about X to understand Y.

The constructive perspective is understanding by active discovery. People learn by actively exploring receiving feedback and making conclusions. The constructive perspective also works in social settings allowing understanding to take place through dialogue and collaboration with other learners. Problem Based Learning is a good example of where this may take place, people can gain a shared understanding, work collaboratively to draw up conclusions and receive feedback.

The situative perspective takes place when knowledge is situated in the practice of a community. People will learn by taking part in communities of practice, progressing there understanding through observation, reflection, mentorship and participation in community activities. It is common to see this in work-based learning scenarios where the learner is likely to be close to their practice.

Concepts of Teaching

We chatted about 3 concepts of teaching, these being: transmission, acquisition, and engagement. Transmission which is teacher focused is an outdated delivery mood and is less likely to be effective. Acquisition is more used in today’s teaching as it is student focused through demonstrations, dialogue, case studies, etc. Engagement is ideally where we want to be as the teaching has become ‘learning focused’, this concept of teaching is being used increasingly to encourage active learning where students share knowledge and exchange dialogue giving them ownership of there learning.

Pedagogy

We want to encourage deep learning as opposed to surface learning. Surface learning means memorising, remembering facts, and is passive. Deep learning is when students actively search for meaning, make links and try to understand. Deep learning is encouraged by: learning by doing, using problem based learning (much like the real world), encouraging student reflection, allowing independent thinking, providing authentic real world tasks, issuing assignments that require more than just memory.

It is always a good idea to keep interacting with your students to make sure they are understanding the content, give them time to ask questions and engage with the material. This will make sure they are not getting lost in the subject and will encourage deep learning. This can be classed as the conversational approach, delivering the material in cycles; delivery, engagement.

09 January
2012

What do you think about when planning a taught session?

On the PGCAP700 module today I took part in an activity, which was to write a list of the things we think about when planning a taught session. We wrote the lists in small groups and then placed them onto category sheets around the room. The categories were:

  • Timing
  • Audience
  • Prep/Planning
  • Technology/Equipment
  • You (the teacher)

The results can be seen here, and they were very interesting.

Naturally we were thinking about timing issues, the audience and technology/equipment, but we were thinking much more about the preparation and planning of our sessions (which is no bad thing). However, there wasn’t one thought about ourselves and some of the issues teachers face when delivering a taught session. We added the thoughts for teachers later (see photo), and we also added cry as a joke.

09 January
2012

Starter Tasks

Today, I attended my first day on PostGraduate Certificate in Academic Practice (PGCAP) programme. It is the first of a five day intensive course and I have already learnt so much. The programme was introduced by Pauline Kneale and this highlighted the importance and development of our professional practice within Higher Education.

Then Becky Turner started our learning with a Starter Task which was to identify a positive educational experience and discuss them in small groups. This really worked on the socialisation within the group, allowing us to introduce ourselves in small groups and made us feel comfortable in the learning environment.

These Starter Tasks act as Ice Breakers within group situations before the ‘real’ learning begins. I don’t tend to use Ice Breakers in group work situation but it is something I would definitely try to incorporate from now on. The anxiety of entering a new environment with new people can be a little scary and breaking the group into mini sub-groups allows people to forge relationships and share experiences and thoughts. Once we had time to chat amongst our small groups we were then asked to feedback some of our positive educational experiences to the whole group, again, a great way to introduce yourself to the group in a constructive and relaxing way.

If I am to incorporate Ice Breakers to my teaching I will tailor the Starter Task to be appropriate with the subject I am teaching. This gives the group some common ground to share experiences and open conversation. Naturally there are confident people and shy people, and the confident people will always be the first to open up to the group. Using Starter Tasks helps to bridge that gap in shyness and it is more likely to engage my learners from the outset.

03 January
2012

Certified Member of ALT

Just a mention that shortly before Christmas 2011 I became a Certified Member of the Association for Learning Technology (CMALT).

CMALT is a peer-based professional accreditation scheme developed by ALT to enable people whose work involves learning technology to:

  • have their experience and capabilities certified by peers;
  • demonstrate that they are taking a committed and serious approach to their professional development.

CMALT holders or Certified Members of ALT are learning technology practitioners, teachers and researchers from across the educational and commercial sectors - List of CMALT Holders.

My portfolio for this can be seen on my dedicated CMALT Google Site.

06 December
2011

3 Mac OS X apps to help build validated eBooks

ePubs

Last week I took a punt on 3 apps from the Mac App Store to help me create fully validated ePub 2.0 eBooks. Previously I posted about Sigil, an Open Source eBook creation tool but last week I decided I really wanted to understand the anatomy of an ePub file and get into the nitty gritty of the xml.

CodaAnother recent purchase I made was Coda. I spend a lot of my time writing mark-up, stylesheets, javascript and php, and wanted something a little more substantial than my previous text editor, Textmate. As an ePub file is made up of many folders, xml, html and image files, I took the opportunity to make the move over to Coda which was something I have been contemplating for a while, and actually, I wish I made the move sooner, it did eat up £69.99 of my wallet but developing with code has been a lot more pleasurable in this application as it allows you to flip between multiple files with ease.

Panic (the company behind Coda) say this about the application on their website:

We code web sites by hand. And one day, it hit us: our web workflow was wonky. We’d have our text editor open, with Transmit open to save files to the server. We’d be previewing in Safari, adjusting SQL in a Terminal, using a CSS editor and reading references on the web. “This could be easier,” we declared. “And much cooler.”

Anyway back to the ePub apps, they are:

ePub Packager

The ePub Packager is a small and easy to use program that can make books in epub format, popular and well known format, that can be read on any device. ePubs can be made from folders and also it can unpack epub files to make changes or fixes to the ebook.

ePub Metadata Editor

With ePub Metadata Editor it’s easy to view and modify metadata of e-books in ePub format. Just drag and drop an epub file on the main window or dock icon.

ePub Checker

This utility application is for validating ePub formatted e-books.

Conclusion

So, to conclude, I have really enjoyed using all of these apps so far for the creation of my eBooks. ePub Packager has been great as it also unpackages ePubs, so I can see how others have constructed their books, analyse the best practices and use them in my approaches. ePub Checker has been very valuable when dealing with the HTML and XML mark-up, I often forgot to declare an image properly or didn’t index a certain section of the book, ePub Checker let me know exactly where it was invalidated and it was quicker for me to rectify my mistakes. ePub Metadata Editor was probably the least useful in my case as I can edit the metadata directly in the xml, but I can see its usefulness I somebody were to given an ePub ready for publishing and some metadata needed either added or amended, this app would be perfect for that. They are all so easy to use, with a drag and drop interface, and for the prices of 69p, 69p and £2.49 you can’t go wrong.