andrewducker: (Default)
andrewducker ([personal profile] andrewducker) wrote2012-02-23 11:00 am

[identity profile] steer.livejournal.com 2012-02-23 04:24 pm (UTC)(link)
Yes but my essential point is that really is a straw man argument because that isn't the system as it is in any university I have ever taught in. You are assuming that this is an argument against lectures. It is not. It is an argument against lectures which are not followed up with worksheets, seminars, self study and exams. So, if you take the system you describe it is a bad one. That's why no university course I ever taught on uses it. Which is also why university courses which rely heavily on lectures do teach students things (and we know this because we set and mark exams to check it).

I wouldn't expect students to retain much from just the lecture. I would expect the students to retain the material from the lecture followed up by worksheets, self-study and practice exam questions. In many universities students are completely free to omit the lecture part of this and simply do self-study worksheets and seminars and skip the lectures (and I would support them in that freedom). However, I believe that the lectures are, in fact, useful and the tests you cite do not provide evidence about that, because the students then have the lecture notes to refer to to guide their self study. If the study compared students who went to lectures, did worksheets, revised for exams and sat the exams versus students who did self-study for an hour (or read through the lecture notes) then that would be relevant data.

So the lecture alone doesn't put the material in the students brain... they actually have to look at the notes and read the texts. This is, in itself a hugely valuable skill since it's what a lot of people will need to do in their later working life. I would estimate a decent student should be doing 4 or 5 hours of self-study for every hour I lecture. (that said, by that measure I was a poor student).

Since I have a pile of exams sat on my desk I shall see pretty much exactly how well this works.

[identity profile] steer.livejournal.com 2012-02-23 04:34 pm (UTC)(link)
which would contain material _like_ lecture notes, only more accurate and better written.

Well, I'm not 100% in agreement with better written since the person who wrote the book is often the person who wrote the lecture notes (and, in fact, lecture notes sometimes become books)... however, it would take a skilled student to pick the material for the course from the book... so, to get the equivalent material for my most recent lecture notes the students would have to read selected chapters from five different books -- I mark which books those are for them should they wish to do that -- they will have a much broader understanding of the subject but it will take them a lot longer -- plus I preface the lecture notes with the introductory material which the text books often miss out or, say, spread over the first five chapters.

I hope it's not arrogance, but to pass my choice a student would have a very very hard time getting that material from text books as I distilled the course to just include those parts it was necessary for me to teach from the many text books I've read.

There are advantages to the text book -- it provides a broader understanding and may have been proof read more -- although now my lecture notes for this course are on their 4th or 5th year through they have the majority of the major bugs worked out.

[identity profile] steer.livejournal.com 2012-02-23 04:46 pm (UTC)(link)
Yes, these days, all course notes for courses in my dept are on the departmental virtual learning environment. While it may seem non-eco friendly, they are also printed and given to students before the course start -- otherwise students tend to spend the time writing. I also have copies on my own website.

http://www.richardclegg.org/lectures/

http://www.richardclegg.org/ccourse/

(The C programming course stuff is pretty old now -- would not teach that these days).

I also do separate slides and lecture notes, some lecturers just send out copies of the slides but I think that means either (a) lots of explanatory text on the slides or (b) slides which make no sense out of context.

Also UCL puts all our lectures on video (to enjoy and enjoy again) so students can recap the main points -- though I doubt that many do.

I know it's easy to bash a "lecture" as a way to deliver information but actually, listening to a lecture is a skill like any other. As I often attend conferences and need to be able to pick up information from a 40 minute verbal presentation with slides, it's a good skill to have.

[identity profile] steer.livejournal.com 2012-02-23 04:50 pm (UTC)(link)
I know what you mean... these days departments very much frown on "chalk and talk" as a learning method. There are people who regard the lecture as "obsolete" but I'm not one.

[identity profile] steer.livejournal.com 2012-02-23 04:53 pm (UTC)(link)
In my case when I do the lecture I'm also taking questions from students, explaining parts where they do get stuck, asking them if they understand where we are at so far... posing questions for thinking about in the break and giving demos of software.

Students have an opportunity to privately discuss with me at the end as well.

However, for the top-end students, missing the lecture and reading the notes might well be 90% as good. That said, I've regularly encountered high-flying students who miss out on learning because they are good enough to get through without reading lecture notes and sometimes have missing techniques in their armoury -- so I've occasionally taught students who were better coders than I am and sometimes regretted that they felt there was little they could learn by going at the pace of the majority.

I'm perfectly happy for students to skip the lecture and read the notes but unfortunately my institution is not and attendance is compulsory and checked with a register -- I wish it weren't.

[identity profile] khbrown.livejournal.com 2012-02-25 02:28 am (UTC)(link)
Did the students who were better coders also have a better idea of the underlying theory and algorithms?

[identity profile] steer.livejournal.com 2012-02-27 04:47 pm (UTC)(link)
In my experience there was not a strong correlation between underlying theoretical mathematical ability and coding. I was teaching mathematics undergraduates and post graduates so almost everyone had reasonable maths skills. However, it was often the case that outstanding coders were poor mathematicians and poor mathematicians were outstanding coders.

In general I think a good coder only needs to know "this is the efficient algorithm" to code it not really to understand fully how the proof of the order of execution time follows.

[identity profile] steer.livejournal.com 2012-02-27 04:53 pm (UTC)(link)
Hmm... I think the "chunking" ability is critical -- being able to split a task down into logical sub units -- but it's hard to know if other people go about coding in the same way I do.

[identity profile] channelpenguin.livejournal.com 2012-02-23 05:52 pm (UTC)(link)
I follwed that stragegy at uni - if the lecuruer had written a book on the semester's topic ( fairly common!) I just read it (I am a fast readr so that took a few days max, usually) and never bothered with the lectures. I did the assignments, labs and some tutorials - though that's what I should have managed to attend more of as that's the really useful bit!

[identity profile] naath.livejournal.com 2012-02-24 09:37 am (UTC)(link)
Lectures taught me how to show up somewhere at 9am ready to do work if they taught me nothing else at all. And I don't think I learned nothing at all in lectures, although I did need to go over the notes, do the exercises, etc. as well.