this post was submitted on 13 Aug 2023
783 points (97.7% liked)

Technology

59664 readers
2757 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
 

College professors are going back to paper exams and handwritten essays to fight students using ChatGPT::The growing number of students using the AI program ChatGPT as a shortcut in their coursework has led some college professors to reconsider their lesson plans for the upcoming fall semester.

you are viewing a single comment's thread
view the rest of the comments
[–] Mugmoor@lemmy.dbzer0.com 31 points 1 year ago (3 children)

When I was in College for Computer Programming (about 6 years ago) I had to write all my exams on paper, including code. This isn't exactly a new development.

[–] whatisallthis@lemm.ee 23 points 1 year ago (1 children)

So what you’re telling me is that written tests have, in fact, existed before?

What are you some kind of education historian?

[–] eager_eagle@lemmy.world 4 points 1 year ago

He's not pointing out that handwritten tests are not something new, but that using handwritten tests over typing them to reflect the student's actual abilities is not new.

[–] lunarul@lemmy.world 4 points 1 year ago (10 children)

I had some teachers ask for handwritten programming exams too (that was more like 20 years ago for me) and it was just as dumb then as it is today. What exactly are they preparing students for? No job will ever require the skill of writing code on paper.

[–] pinkdrunkenelephants@sopuli.xyz -1 points 1 year ago

Education is not just for getting a job, you dink.

load more comments (8 replies)
[–] eager_eagle@lemmy.world 1 points 1 year ago

Same. All my algorithms and data structures courses in undergrad and grad school had paper exams. I have a mixed view on these but the bottom line is that I'm not convinced they're any better.

Sure they might reflect some of the student's abilities better, but if you're an evaluator interested in assessing student's knowledge a more effective way is to make directed questions.

What ends up happening a lot of times are implementation questions that ask from the student too much at once: interpretation of the problem; knowledge of helpful data structures and algorithms; abstract reasoning; edge case analysis; syntax; time and space complexities; and a good sense of planning since you're supposed to answer it in a few minutes without the luxury and conveniences of a text editor.

This last one is my biggest problem with it. It adds a great deal of difficulty and stress without adding any value to the evaluator.