Q and A Lectures
I believe that lectures are better with student interaction and that any ways that we can get students to control the flow and rhythms of the experience are worthwhile.
For my teaching in Autumn 2024 I ran some full Question and Answer lectures.
I have a two-hour Friday lecture, and on two selected days, I brought no slides and told the students that it would be a review lecture. For the next two hours, I would answer any questions about the material they’d been taught so far.
Happily (I had no backup plan), they went with it. For two hours, we did nothing but Q&A for a class of about 70 students. We talked about exceptions to particular rules, boundary cases, real-life examples, complex thought experiments, and a wide range of other things.
It was great: a full two hours of student-led learning where they focused on the topics or idiosyncrasies that mattered to them at their pace.
I did a fair amount of prep:
- For the first two lectures we had Bingo running so the students understood my expectations around interaction.
- I didn’t do a full question and answer lecturer until at least five sessions into the course.
- Everybody got a handout explaining clearly what running a ‘flipped’⁰ lecture was.
- Crucially, the handout included ten ‘starter’ questions. These questions were different³ for each student and were randomly chosen from a set of about one hundred I’d prepared.
You can see the simple code I used to generate them in this GitHub repo. The code is extremely ugly and I’ll update it for the next iteration of the work.
These starter questions did two things:
-
They made the pressure much more even. On the one hand, the students didn’t have to think up their own question, on the other hand everybody knew that everybody knew that they could ask a question.
-
They meant that students who did have a question didn’t pay a social price for being ‘that student with a strange question’ because nobody else in the room² could say for sure it wasn’t in the question database.
In the first session about 60% of the questions that students asked came from the question database and 40% were original. In the second session those percentages were reversed. That’s definitely more original questions than I’d get in a normal lecture, and even the questions from the question database were a small selection of the available ones.⁰
Some things that surprised me.
- The students didn’t ask any of the questions in the question database that I wanted them to ask. This was annoying because I like talking about things that interest me rather than things that interest them.⁴
- The general stamina of the students is such that about 15 minutes before the end, we started to get questions like ‘What’s your favorite TV show?’⁵, but generally, people were on board.
- The students mostly avoided the questions that referenced the recommended reading. I suspect that’s because most of them hadn’t done it and didn’t fancy either bluffing or outing themselves as having not read it.
- The first time I did this I restricted coursework questions until the second hour because I expected a lot of them, but there were remarkably few. However, several lectures later, I had to abandon my slides in favor of solely answering coursework questions, so that appears to have been an accident of timing.
Things to improve next year
- I want much more of a connection to the recommended reading. I might not do it directly with the this exercise, but I’ll find something to between the Bingo and this.
- The question database will need revision.
- I want to improve the code with templates and more flexibility
- I haven’t got students to ask questions electronically very well. It’s done well my some of the Law lectures, I’ll remind myself how they do it.
- I want the students to get a lot better at answering each others questions.
Conclusion
This was an excellent way of handing over power to the students and making sure they had grasped everything so far. It pairs nicely with things like Bingo and is a good step towards the culture I want to build.
⁰ It’s not really a flipped lecture, but it’s close.
² Except me.
³ Probably. It’s possible two students happened to get exactly the same selection, but the odds are against it.
⁴ There’s an open debate about whether it’s better for the students or the staff to set the addenda, but I think we can all agree we should know what the student addenda is.
⁵ Bluey, obviously.
⁰ This was true both times I ran the Q&A lecture.