Hacker News new | ask | show | jobs
by mlyle 1327 days ago
> The students that completely check out, often check out regardless of if there's a computer. Computers don't encourage that behavior, computers make it easier to hid it.

That's simply not true in my experience. A substantial fraction of teenagers cannot control their temptation to interact when they receive a message. I lose otherwise-diligent students when they have laptops out.

Our environment got much more strict with device use in the past year, and my effort in classroom management has fallen by half and I'm getting better results. (Yes, an anecdote).

The remaining things I'm cracking down on are things that feel better to have around, like spontaneous conversations that are quasi-on-topic but disruptive, instead of a student just vanishing into a phone. The former is terrible, and the latter is engagement that needs to just be refocused.

> Personally I am much much more productive working with some background music. Absolut silence and a phone/computer free environment makes it easier for me to lose focus. A caveat, I have ADHD, I know my experiences won't translate directly to the general population.

Many students with disabilities have an accommodation permitting white noise or music when working in a silent room. I'm fine with this (though I do worry a little bit about test integrity).

> my school district has shifted to google classroom for assignments

I'm not at all complaining about digital communication with students and digital management of assignments. Instant feedback via a digital gradebook is very nice; being able to communicate by email with students keeps my office hours for the students who need them the most.

> I don't know if students are less likely to socialize with other students outside their preferred social group based on phones.

Oh, big text groups may be great outside of school. But, at school on a break, given the choice between watching Crunchyroll on a phone or talking to someone outside your close social circle, students will prefer Crunchyroll. The end result of this is that cliques become more insular and powerful.

> I think there needs to be a different much bigger discussion on reorienting teaching and testing to be computer aided. Senior year, in physics I got to do a computer aided lab where I used a depth sensor to measure and plot the displacement of an object. From there it was possible to see the gravitational constant.

Technology use in education can be great. e.g. I expose middle school students to linear regression in Desmos before they have all the tools to fully understand it mathematically, so they get the "gist" of fitting data. Also, Gimkit, etc, are awesome for formative assessment--- students get a "game" and I get instant feedback of students that need help and topic areas where the whole class is weak. And various simulations are very useful.

But it needs to be intentional. Most edtech is crap, and it comes with a lot of problems, too.

I'm glad to use technology where it makes sense... I'm also glad to teach e.g. computer architecture and machine language programming mostly with pencil and paper. I try to keep the "getting out the computers" rare and exciting, and a privilege so that students do not abuse it.

> It feels appalling to me that calculator/excel literacy is so poor for graduating high schoolers and undergrads.

We don't do much to teach Excel, but in my student population, literacy with calculators and computer algebra systems, etc, is very very high.

(I did have a bunch of students in my Spacecraft Systems Engineering class do a big time series model in Google Sheets with numerical integration to model power and thermal budgets... and our science classes do use Excel/Sheets a little bit... but much less than the calculators).

1 comments

I appreciate your perspective. My experience teaching comes from tutoring accelerated high school students in a 1 on 1 environment at home or at the library, and I have been doing that for some 8+ years. Very few of my students need me to ask them to refocus. I can count on my hands the number of times I have had to address cellphone usage while teaching. In most situations my cell phone is being used as a ti89 using an emulator. Even when I know my student doesn't pay attention in school, they pay attention to me teaching the same topic. They pay attention even while sitting among friends in a library and they don't talk during exercises. My laptop is always open so I can quickly pull up some resources while teaching.

Maybe the difference between a typical classroom and my tutoring sessions is a student feels some sort of intrinsic motivation to be there and pay attention. Once the student has an understanding in the value of paying attention and actively chooses to pay attention, they are naturally able to have self control.

I appreciate you pushing calculator literacy. My school district is old school in both technology and methods. I know teachers that actively encourage using a ti84 over 89, so most people don't touch a real CAS. My go to party trick is still the solve() fuction. We have a very strong CS program, we have honors weighted classes in data structures, mobile development, and game development which has AP CS as a prereq. We also have AP weight classes for Multivar Calc, Linear Algebra and DifEQ which all come after AP Calc BC. The students are smart but the calculator literacy is just not there.

I think Excel literacy is the perfect bridge for getting students to start using database logic without a database. Index/match or vlookup are just constrained database queries. Once a student is able to connect their calculator CAS knowledge to excel, there are very few excel sheets they will come across that they won't understand. We have basic excel literacy because most AP science teachers expect typed lab reports, the exception is chem lab notebooks, there's usually one lab where there's some stat analysis and every lab requires some sort of graph. To me excel is the next logical step after mastering a calculator CAS.

Desmos is such a great tool, I haven't played with this specific feature too much but I am so impressed by the animation feature. https://teacher.desmos.com/activitybuilder/custom/6062093999...

> My experience teaching comes from tutoring accelerated high school students in a 1 on 1 environment at home or at the library, and I have been doing that for some 8+ years.

Oh, sure, I never have problems with students using devices one on one, either. With a motivated student, social pressure from authority is completely on the teacher's side in such a situation.

If there's 18 students in the room, though... the chance of getting caught is lower. The student may have seen someone else just check a message in front of them before, normalizing the behavior. And the student may feel that they don't personally need to hear the second, alternate explanation the instructor is offering, and can check just for a second. (The big problem is the "just for a second" almost never is).

Re: calculators: lots of students are now using TI nSpire CAS or HP Prime (the latter is way better).

We have a fair bit of CS sequence beyond APCSA/APCSP, too. I'm not really teaching CS, though; I tend to take on bizarre, wildly-out-of-level things for the electives I teach-- teaching middle school students basics of controls or computer architecture or analysis of analog circuits, and high school students stuff that's usually graduate level material. All paced slower, and without telling them what they're doing is supposed to be hard. ;)

> Desmos is such a great tool, I haven't played with this specific feature too much but I am so impressed by the animation feature.

I love Desmos. I like the animate feature, but the regressions tool was the one I learned the most from. There's something magical about being able to see how much an outlier point is affecting the line of best fit by changing it on the fly and seeing the line/curve instantly update (which offers a degree of intuition beyond what you get from squinting at residuals).