Tuesday, July 16, 2013

Active Learning in Large Lectures

One of my (self-assigned) tasks lately has been to go through my teaching notes before I start planning my fall courses.  The latest topic I dug into was teaching interactively in large lectures.  This is especially relevant because I am a strong believer in active learning, and I'll have 200+ and 400+ students in my classes this fall.

That Huge Lecture Theatre!
That Huge Lecture Theatre! / teddy-rised
(Carleton doesn't have anything quite this big!)

Your first thought might be that I'm crazy.  Interactive lectures don't seem to be very common even in classes of a more manageable size.  However, some computer science professors have been working on ways to engage their students since the early 90's.

For example, Jeffrey J. McConnell's paper on Active Learning and its use in Computer Science was published way back in 1996! His intro does a good job of explaining why active learning in lectures is worth the trouble:
Active learning gets students involved in activity in the classroom rather than passively listening to a lecture. This activity can be reading, writing, discussing, solving a problem, or responding to questions that require more than factual answers. The idea is to get students thinking about the material. This is important, because students who are passive have a decline in concentration after 10-15 minutes in a 50 minute lecture.  Further, the act of learning is not passive. ... By carefully involving the students on [the] path to knowledge, we can increase student depth of understanding of the material, increase student comfort with the material, and improve student confidence.
Ryerson University has a decent little handout on engaging students in large classes.  It's not computer science specific, but all of the ideas are applicable.  For example, think-pair-share is probably more commonly used in less technical courses, but there's no reason you could not apply it to algorithm tracing or having students predict the output of a code sample.  There are also many opportunities for asking conceptual questions in our field.  The handout also has some good advice for making the course material relevant to students.

Carleton College has a great resource on interactive lectures.  It emphasizes the need to plan ahead carefully, deciding on the learning goals for each interactive technique incorporated into the lecture as well as the engagement trigger that will lead into the activity.  There are many useful sub-pages to explore here, with the section on Managing the Large Enrolment Course being particularly relevant to this discussion.

One of the techniques I hope to use will rely on enough students bringing their laptops to class.  I would like to design the progression of my programming lectures such that I can build some knowledge with demos and slides, then give students a mostly-complete piece of software that they will add code to based on what they just learned.  After a few minutes I would demonstrate a possible answer with live coding.  I tested this approach with a guest lecture I did last year, and it seemed to work well, though there were far fewer students in class at the time.  An alternative would be to come up with some paper-based equivalents like code tracing or pseudo-code sketching.

What sort of active learning techniques have you used in your lectures, big or small? Any tips for making them work well?

4 comments:

Jennifer Kennedy said...

I've been a software trainer for a few years now. When I first started out, I didn't incorporate active learning. Now, after much trial and error, I'm adding more and more.

I mostly train smaller groups of teachers --- up to 30 max in a room. Since I train software for teachers, I've used case studies, scavenger hunts, and sequencing activities (I usually do this away from the computer to get them doing something other than staring at a screen).

Depending on the dynamics of the group, not all of the activities will work. So, I generally feel out the group. I provide the instruction both aloud and on the board and oftentimes give a sample of the activity!

Thanks for the article. I'm always thinking of great ways to include more interaction into my courses! Thanks.

Gail Carmichael said...

You might find the idea of peer instruction useful (I've been delving into that deeper today). Keep up the good work!

Anonymous said...

Dare to be active Gail!

Asked to teach a large intro course I took matters into my own hands and created tools (LectureTools) that invites student participation during class. Students can answer questions, ask questions, take notes, indicate when they're confused and even draw on my slides whether they're in class or not (I broadcast my class online).

Results have been spectacular. Whereas only 1/3rd of female students and freshmen surveyed said they were comfortable asking questions verbally in class (as opposed to over half for other populations) I get questions from over 2/3rds of my students and I get more questions per capita from female students and freshmen. Moreover students report they are more attentive and more engaged with this approach than in their other large classes. Basically, I believe if we give students more opportunities to participate they will. Regretfully students rarely get those opportunities in large classes.

I get rich data on their participation after every class. The next big step will be to figure out how to best use all those data to provide useful and tailored feedback to my students.

Gail Carmichael said...

Very cool Perry! I would love more automated ways to get feedback and students and turn it around to give feedback to them.

Post a Comment

Comments are moderated - please be patient while I approve yours.

Note: Only a member of this blog may post a comment.