Earlier quoted context omitted.
There are many subskills that you must be proficient in without tools, before you can learn more interesting skills. You need to know how to do multiplication by hand before you rely on a calculator. If you can't do multiplication with a calculator, you're not going to be able to make sense of the concepts in Algebra.
Algebra has nothing to do with long hand multiplication, people who say otherwise can't do either. We know, because we taught computers how to do both. The first long multiplication algorithm was written for the Colossus about 10 minutes after they got it working. The first computer algebra system that could manage variable substitution had to wait for Lisp to be invented 10 years later.
Bring Back the Blue-Book Exam
71–80 of 125 posts
Re: Bring Back the Blue-Book Exam
#72One can't have an informed opinion on this without witnessing how grading a college exam takes place, first hand. Grading a stack of blue books is a "just kill me now" brutal experience. A majority of cognitive effort is just finding the page for the next problem to grade, with finding the answer another delay; any programming language with this kind of access latency would stay a "one bus" language. So of course pro…
I've never seen anyone attempt blue books for anything else.
Re: Bring Back the Blue-Book Exam
#73One can't have an informed opinion on this without witnessing how grading a college exam takes place, first hand. Grading a stack of blue books is a "just kill me now" brutal experience. A majority of cognitive effort is just finding the page for the next problem to grade, with finding the answer another delay; any programming language with this kind of access latency would stay a "one bus" language. So of course pro…
Re: Bring Back the Blue-Book Exam
#74Earlier quoted context omitted.
Algebra has nothing to do with long hand multiplication, people who say otherwise can't do either. We know, because we taught computers how to do both. The first long multiplication algorithm was written for the Colossus about 10 minutes after they got it working. The first computer algebra system that could manage variable substitution had to wait for Lisp to be invented 10 years later.
Baby rather than Colossus. Colossus wasn't programmable.
https://www.sigcis.org/files/Haigh%20-%20Colossus%20and%20th...
The limitation seems to have been physical rather than logical.
Re: Bring Back the Blue-Book Exam
#75Earlier quoted context omitted.
I'm curious, how is AI assistance on an in class exam even possible? I can't picture how AI changed anything from, say, post-iPhone. i.e. I expect there to be holes in security re: bathroom breaks, but even in 2006 they confiscated cell phones during exams. I guess what I'm asking is, how did AI shift the status quo for in class exams over, say, Safari?
People bring in second phones: one to have confiscated, one to use on the exam. A common mode I have seen is phone in lap, front-facing camera ingests an exam page hung over the edge of the desk. Student then flips the page and looks down for the answer.
Re: Bring Back the Blue-Book Exam
#76Earlier quoted context omitted.
> They come to me after passing a challenging online test that has controls to check for browser focus lost, opening new tabs etc. These are the absolute worst. You're taking people out of their comfort zone (highly customized IDE like JetBrains / VSCode / Vim) which cause them to lose shortcuts and decently working intellisense. Yes, my TypeScript in my projects is configured in such a way that I get way more inform…
The flip side is that the expectation is not very high. The interviewer knows you're not working in a proper professional coding environment, so they don't expect proper professional code. They do expect you to be able to produce basic working code without those tools, and to think about the problem, which does not require tools.
Re: Bring Back the Blue-Book Exam
#77One can't have an informed opinion on this without witnessing how grading a college exam takes place, first hand. Grading a stack of blue books is a "just kill me now" brutal experience. A majority of cognitive effort is just finding the page for the next problem to grade, with finding the answer another delay; any programming language with this kind of access latency would stay a "one bus" language. So of course pro…
Huh? Blue books are typically used for essays and are graded whole. I've never seen anyone attempt blue books for anything else.
Re: Bring Back the Blue-Book Exam
#78One can't have an informed opinion on this without witnessing how grading a college exam takes place, first hand. Grading a stack of blue books is a "just kill me now" brutal experience. A majority of cognitive effort is just finding the page for the next problem to grade, with finding the answer another delay; any programming language with this kind of access latency would stay a "one bus" language. So of course pro…
Huh? Blue books are typically used for essays and are graded whole. I've never seen anyone attempt blue books for anything else.
Re: Bring Back the Blue-Book Exam
#79One can't have an informed opinion on this without witnessing how grading a college exam takes place, first hand. Grading a stack of blue books is a "just kill me now" brutal experience. A majority of cognitive effort is just finding the page for the next problem to grade, with finding the answer another delay; any programming language with this kind of access latency would stay a "one bus" language. So of course pro…
I think problem number one is that you had 200 exams to grade.
Re: Bring Back the Blue-Book Exam
#80There are schemes happening in interviews too. I've been doing many technical interviews for a senior role with off shore candidates lately. They come to me after passing a challenging online test that has controls to check for browser focus lost, opening new tabs etc. I think it may require a camera to be on too. Even with that more than half of the candidates can't code. Our interview usually starts with them breat…