Hacker News new | ask | show | jobs
by penprogg 4101 days ago
I agree with the author's sentiment 100%.

As others have stated, the reason that video is worse than text for learning is because

A. The rate at which you can read is faster than you can listen

B. Video technology is often a hassle when you need to skip around.

C. It's cheaper to write and revise text than video.

D. Videos consume large amounts of data.

But I'm going to add another point.

E. Lecturers most often don't know what I as a student am struggling with. They may focus on things I understand easily and spend a majority of time discussing things I already know. However, if I decide to skip a portion of a video I could potentially miss a really important detail necessary for understanding the subject matter.

With a book I can skim. Important information is often marked in a certain way to make it stand out from other data. It's also organized in sections and chapters so I can easily skip around. With videos this isn't possible.

Also, what happens when all of this information is outdated? Now you have a bunch of videos with outdated and potentially false information out there and nobody will know.

My ideal alternative would be to remove lectures entirely and to have interactive labs where teachers and TAs help students complete assignments based on assigned readings. The instructor for the course would be responsible for overseeing the teaching assistants and preparing the course outline. The TAs would help guide the students in completing the assignments or mini projects. Then a couple of time a semester there would be larger projects that tie together what the students have learned.

4 comments

> My ideal alternative would be to remove lectures entirely and to have interactive labs where teachers and TAs help students complete assignments based on assigned readings. The instructor for the course would be responsible for overseeing the teaching assistants and preparing the course outline. The TAs would help guide the students in completing the assignments or mini projects. Then a couple of time a semester there would be larger projects that tie together what the students have learned.

_yes_.

This seems so obvious to me. I am completely mystified as to why all universities seem to be ignoring it. I worry that it's just because videotaping lectures and putting them online is so much easier than actually re-evaluating the pedagogy.

I'm in a class that's doing it right now. There are problems.

Often nobody knows what's going on. You can argue that confusion is good, but it's not fun and it feels wrong. You can argue that class should be challenging and active, but this method led to a minor student revolt.

Discrimination and prejudice happen. Women are underrepresented (with respect to the ratio in the class) in the conversations that happen.

We haven't figured out the right incentive structure to make people actually do the readings yet. Sometimes people don't do them.

Personally, I love this new method. It has problems on the scale of a 60ish person class in a technical subject (nonlinear dynamics). When we're working in small groups, that helps, but whenever we try to do something as a class it devolves into an impromptu lecture (most of the time by a student).

If we want to learn this way we need to know how to scale it. It seems drastically more effective, and I think that college would be so much better if this method was normal.

One of my teachers in College managed to pull it off splendidly. The course was Algorithms. I suspect the normal format for an Algorithms course is that the teacher would write an algorithm and explain how it works and its merits/demerits etc... in short, a lecture.

What our teacher did was: 1) Write a small piece of pseudocode on board and called it a "unit" 2) Present a problem to the class. 3) Ask students to come up with solutions that used the unit (or modified it a bit. 4) Allow Students to present their solutions to the rest of the class. 5) Allow the class as a whole to debate on competing algorithms. 6) (If applicable) Reveal the name of the algorithm the class has just derived. 7) Repeat

The teacher rarely ever lectured. He just presented problems and let the class figure a way out. Occasionally he would nudge us in a direction we weren't considering, but mostly he was there just to ensure things run smoothly and that's all.

On the whole, it worked out great. Before the class I knew most people had trouble designing algorithms. At the end, even the weaker students had a pretty good grasp on the subject because the format itself encouraged everyone to contribute and thus learn.

Well said. Where's the video version of Wikipedia? Hacker news/reddit?

As a teaching tool, video doesn't lend itself to iterative refinement or discussion. It's an excellent audiovisual experience, but also a bet that the content is best delivered in a read-only format. (Practically, you can't update a video, only redo it -- presumably at full cost.)

I see video as a supplement to lesson formats that can be improved over time (text, or whatever medium comes next).

The one hang-up here is that you then need to participate synchronously with the course -- TAs can only be available for so many hours a week.

I looked at a course like you describe for this semester. It looked fantastic, but I live in Europe and it was taught on the East coast of the US; I would have had to wake up at 2am my time to participate.

Last year I took a course that was almost entirely written -- the professor felt more comfortable if his lectures were written out, so he did so. The videos added flavor, but >90% of the content was there directly in the lecture for me to refer back to.

Having many ways to learn available -- lecture, reading, question/response, group work -- maximizes the chances a student's particular strengths will be matched in the course.

I would augment A to "the rate at which you read while learning is highly variable throughout the material and differs from person to person". Sometimes I can plow through a chapter in an 20 minutes and sometimes it takes me a week to get one paragraph. And the paragraph that takes me a week you might get in 5 minutes. With text we can each go at our own pace and trivially change pace with the nature of the material. With video we all get the same pace and it's the pace the instructor thinks is best.