We all know confidently incorrect people. People displaying dunning-kruger. The majority of those people have low education and without someone giving them objectively true feedback on their opinions through their developmental years, they start to believe everything they think is true even without evidence.

Memorizing facts, dates, and formulas aren’t what necessarily makes someone intelligent. It’s the ability to second guess yourself and have an appropriate amount of confidence relative to your knowledge that is a sign of intelligence.

I could be wrong though.

  • Captain Aggravated@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    4
    ·
    30 days ago

    Students asking “why do we need to learn this” or worse graduates who proudly proclaim “Day 19,337 of never using the quadratic equation” are a symptom of teachers who haven’t read their Thorndike.

    Learning is an active process. It takes effort to do. People do not like being made to waste effort. Students will be much more effective learners when they understand the value of the lesson to them in their lives. “You never know when this will come in handy” is not good enough. This is Thorndike’s principle of readiness. And especially high school teachers are bad at satisfying it.

    Math teachers get it very often, because for some reason we approach teaching math to a nation full of hormonal teenagers as if they all want to grow up to be mathematicians. Starting in about the 7th grade they stop giving practical examples and teach math as a series of rules to be applied to contextless problems, and to the student it feels like years of pointless busywork.

    And while I can’t claim to have ever factored a polynomial in my daily life since leaving school, I did recently come up against the order of operations. I calculated the width of some cabinet doors, and I factored in the gaps between them wrong. 3 doors, 4 gaps between the doors. I did door_width = opening_width / 3 - 4 * gap_width. When I needed to do door_width = (opening_width - 4 * gap_width) / 3. In the first case, you end up subtracting all 4 gap widths from each door. I would be better at math today if you’d explained it to me like that when I was 12.